]> gitweb.fluxo.info Git - debian.git/commitdiff
LEAP update
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 27 Nov 2014 17:56:29 +0000 (15:56 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 27 Nov 2014 17:56:29 +0000 (15:56 -0200)
leap.md
references.md

diff --git a/leap.md b/leap.md
index 6b8b23ae0422ce19454fdf8499d1e7b8898ea117..06537c450c1636de4844df2ae6841ef3e6d32969 100644 (file)
--- a/leap.md
+++ b/leap.md
@@ -145,8 +145,16 @@ Per-package tasks
     * https://leap.se/code/issues/6374
     * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673577
     * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677724
+  * workflow:
 
-    dpkg: erro ao processar o arquivo ruby-leap-cli_1.5.6-1_all.deb (--install):
-     a tentar sobre-escrever '/usr/lib/ruby/vendor_ruby/core_ext/hash.rb', que também está no pacote ruby-sshkit 1.4.0-1
-    dpkg-deb (sub-processo): a descomprimir membro do arquivo: erro de escrita de lzma: Pipe quebrado
+    git checkout develop
+    git archive --prefix=leap-cli-1.5.6/ --format=tar HEAD | bzip2 > ../tarballs/leap-cli-1.5.6.tar.bz2
+    git checkout debian
+    git-buildpackage --git-ignore-branch
+
+  * cleanup:
+
+    debian/leap-cli/usr/lib/ruby/vendor_ruby/leap_cli.rb: require 'rubygems'
+    Found some 'require rubygems' without overrides (see above).
+    ERROR: Test "require-rubygems" failed. Exiting.
 
index da13142d0efd2184e37b35aabcb46bbbaa01cdeb..eec77fceb06b941af653af879cd22e38c05290d5 100644 (file)
@@ -26,3 +26,5 @@ Packaging with git
 ------------------
 
 * [Co-maintaining a Debian package with Git and git-buildpackage | workaround.org](https://workaround.org/debian-git-comaintenance).
+* [PackagingWithGit - Debian Wiki](https://wiki.debian.org/PackagingWithGit).
+* [Building Debian Packages with git-buildpackage](http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.html).