summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-11-27 15:56:29 -0200
committerSilvio Rhatto <rhatto@riseup.net>2014-11-27 15:56:29 -0200
commit6c4237d150e67e1c32ff79b249de4a48ae192bdf (patch)
tree28d100cb4f35624381018bcd704ea02ab3c3c5bf
parent47f84e71e9aa0ad8845ecd37f5300061c6bbbe45 (diff)
downloaddebian-6c4237d150e67e1c32ff79b249de4a48ae192bdf.tar.gz
debian-6c4237d150e67e1c32ff79b249de4a48ae192bdf.tar.bz2
LEAP update
-rw-r--r--leap.md14
-rw-r--r--references.md2
2 files changed, 13 insertions, 3 deletions
diff --git a/leap.md b/leap.md
index 6b8b23a..06537c4 100644
--- 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.
diff --git a/references.md b/references.md
index da13142..eec77fc 100644
--- a/references.md
+++ b/references.md
@@ -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).