[DRE-commits] [gem2deb] 04/04: Release to unstable

Antonio Terceiro terceiro at moszumanska.debian.org
Tue Dec 6 14:45:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository gem2deb.

commit 2cfc2ca5c3300c71ddbb31502b0630a60d4cbf66
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Dec 6 11:24:36 2016 -0200

    Release to unstable
---
 debian/changelog       | 9 +++++++--
 lib/gem2deb/version.rb | 2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4c6a84f..99960ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-gem2deb (0.33) UNRELEASED; urgency=medium
+gem2deb (0.33) unstable; urgency=medium
 
   [ Antonio Terceiro ]
   * Gem2Deb::Metadata. Parse timestamp as Date insted of Time. Fixes test
@@ -7,13 +7,18 @@ gem2deb (0.33) UNRELEASED; urgency=medium
     - fix documentation of $GEM2DEB_TEST_RUNNER in manpage
   * Gem2Deb::GemInstaller
     - don't try to remove empty directories from lib/ if there is no lib/
+    - invert the logic for file inclusion. Everything shipped by upstream
+      gem authors is installed, except most top-level files and a well-known
+      blacklist of directories that should not be installed (test
+      infrastructure, etc). Maintainers can still whitelist files, and they
+      can also blacklist files.
   * Gem2Deb::Rake::TestTask: allow using a different task name than :default
 
   [ Stefano Rivera ]
   * gem2deb-test-runner: Add Build-Dep on dpkg-dev. Autopkgtests may use this,
     and don't necessarily have build-essential.
 
- -- Antonio Terceiro <terceiro at debian.org>  Sat, 27 Aug 2016 12:37:40 -0300
+ -- Antonio Terceiro <terceiro at debian.org>  Tue, 06 Dec 2016 11:21:05 -0200
 
 gem2deb (0.32) unstable; urgency=medium
 
diff --git a/lib/gem2deb/version.rb b/lib/gem2deb/version.rb
index 97995d2..eb90d00 100644
--- a/lib/gem2deb/version.rb
+++ b/lib/gem2deb/version.rb
@@ -1,3 +1,3 @@
 module Gem2Deb
-  VERSION = '0.32'
+  VERSION = '0.33'
 end

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gem2deb.git



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