[DRE-commits] [SCM] gem2deb.git branch, master, updated. debian/0.2.3-23-g0fbb8ec

Lucas Nussbaum lucas at lucas-nussbaum.net
Mon Jun 6 09:23:08 UTC 2011


The following commit has been merged in the master branch:
commit 0fbb8ec672e7815ce6ade35eff269ef84dab3ad5
Author: Lucas Nussbaum <lucas at lucas-nussbaum.net>
Date:   Mon Jun 6 11:22:22 2011 +0200

    Merge Ubuntu-specific change which is harmless on Debian.

diff --git a/debian/changelog b/debian/changelog
index c48b954..cbd4a52 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,7 +8,10 @@ gem2deb (0.2.4) UNRELEASED; urgency=low
   * Add a rubysetuprb build system for debhelper to build packages with
     setup.rb
 
- -- Vincent Fourmond <fourmond at debian.org>  Mon, 06 Jun 2011 09:47:44 +0200
+  [ Lucas Nussbaum ]
+  * Merge Ubuntu-specific change which is harmless on Debian.
+
+ -- Lucas Nussbaum <lucas at debian.org>  Mon, 06 Jun 2011 11:21:44 +0200
 
 gem2deb (0.2.3) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index bcc9e03..5f6c5eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,8 @@
 
 override_dh_auto_build:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	rake test
+	# NO_PKG_MANGLE=1 is only useful on Ubuntu buildds, to disable pkgbinarymangler
+	NO_PKG_MANGLE=1 rake test
 endif
 	mkdir -p man
 	for i in bin/*; do pod2man -c "" -r "" $$i > man/$$(basename $$i).1; done

-- 
gem2deb.git



More information about the Pkg-ruby-extras-commits mailing list