[DRE-commits] [SCM] gem2deb.git branch, master, updated. 0.2.11-1-g9fa6c27
Gunnar Wolf
gwolf at gwolf.org
Wed Nov 23 01:27:17 UTC 2011
The following commit has been merged in the master branch:
commit 9fa6c27a01bc25b5d579fe9a181ee4ea70d7085f
Author: Gunnar Wolf <gwolf at gwolf.org>
Date: Tue Nov 22 19:22:17 2011 -0600
Keep Lintian happy regarding the transitional packages' priority
diff --git a/bin/gen-ruby-trans-pkgs b/bin/gen-ruby-trans-pkgs
index 66e51e4..b8fbd00 100755
--- a/bin/gen-ruby-trans-pkgs
+++ b/bin/gen-ruby-trans-pkgs
@@ -29,6 +29,7 @@ binaries.each do |pkg|
puts <<-EOF
Package: #{pkg}
Section: oldlibs
+Priority: extra
Architecture: all
Depends: ${misc:Depends}, #{package}
Description: Transitional package for #{package}
diff --git a/debian/changelog b/debian/changelog
index 3f4455b..ce87884 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+gem2deb (0.2.12) unstable; urgency=low
+
+ * Added myself to uploaders
+ * Keep Lintian happy: gen-ruby-trans-pkgs sets transitional packages to
+ "Priority: extra"
+
+ -- Gunnar Wolf <gwolf at debian.org> Tue, 22 Nov 2011 19:13:05 -0600
+
gem2deb (0.2.11) unstable; urgency=low
* Fix crash when removing duplicate files in subdirectories, e.g.
diff --git a/debian/control b/debian/control
index 2565568..20c8ee3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Lucas Nussbaum <lucas at debian.org>,
Antonio Terceiro <terceiro at debian.org>,
- Vincent Fourmond <fourmond at debian.org>
+ Vincent Fourmond <fourmond at debian.org>,
+ Gunnar Wolf <gwolf at debian.org>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~), rake, ruby-shoulda-context, ruby-mocha, rubygems1.8, ruby1.8, ruby1.8-dev, ruby1.9.1, ruby1.9.1-dev, devscripts, ruby-setup, lintian
Standards-Version: 3.9.2
diff --git a/lib/gem2deb/version.rb b/lib/gem2deb/version.rb
index 81b6214..be745ca 100644
--- a/lib/gem2deb/version.rb
+++ b/lib/gem2deb/version.rb
@@ -1,3 +1,3 @@
module Gem2Deb
- VERSION = '0.2.11'
+ VERSION = '0.2.12'
end
--
gem2deb.git
More information about the Pkg-ruby-extras-commits
mailing list