[DRE-commits] r3222 - packages/libodbc-ruby/trunk/debian

daigo at alioth.debian.org daigo at alioth.debian.org
Sun Feb 22 09:54:12 UTC 2009


Author: daigo
Date: 2009-02-22 09:54:12 +0000 (Sun, 22 Feb 2009)
New Revision: 3222

Modified:
   packages/libodbc-ruby/trunk/debian/changelog
   packages/libodbc-ruby/trunk/debian/control
   packages/libodbc-ruby/trunk/debian/rules
Log:
* New upstream release
* debian/rules: Fixed a lintian error debian-rules-ignores-make-clean-error.
* debian/control: Bumped up the Standards-Version to 3.8.0.

Modified: packages/libodbc-ruby/trunk/debian/changelog
===================================================================
--- packages/libodbc-ruby/trunk/debian/changelog	2009-02-21 23:50:05 UTC (rev 3221)
+++ packages/libodbc-ruby/trunk/debian/changelog	2009-02-22 09:54:12 UTC (rev 3222)
@@ -1,8 +1,13 @@
-libodbc-ruby (0.9995-2) UNRELEASED; urgency=low
+libodbc-ruby (0.9996-1) unstable; urgency=low
 
-  [ Daigo Moriwaki ]
-  * NOT RELEASED YET
+  * New upstream release
+  * debian/rules: Fixed a lintian error debian-rules-ignores-make-clean-error.
+  * debian/control: Bumped up the Standards-Version to 3.8.0.
 
+ -- Daigo Moriwaki <daigo at debian.org>  Sun, 22 Feb 2009 18:52:46 +0900
+
+libodbc-ruby (0.9995-2) unstable; urgency=low
+
   [ Lucas Nussbaum ]
   * Use new Homepage dpkg header.
 

Modified: packages/libodbc-ruby/trunk/debian/control
===================================================================
--- packages/libodbc-ruby/trunk/debian/control	2009-02-21 23:50:05 UTC (rev 3221)
+++ packages/libodbc-ruby/trunk/debian/control	2009-02-22 09:54:12 UTC (rev 3222)
@@ -4,7 +4,7 @@
 Maintainer: Daigo Moriwaki <daigo at debian.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 4.0.0), ruby-pkg-tools, libiodbc2-dev, ruby1.8-dev, ruby1.8
-Standards-Version: 3.7.2
+Standards-Version: 3.8.0
 Homepage: http://www.ch-werner.de/rubyodbc/
 
 Package: libodbc-ruby1.8

Modified: packages/libodbc-ruby/trunk/debian/rules
===================================================================
--- packages/libodbc-ruby/trunk/debian/rules	2009-02-21 23:50:05 UTC (rev 3221)
+++ packages/libodbc-ruby/trunk/debian/rules	2009-02-22 09:54:12 UTC (rev 3222)
@@ -31,8 +31,8 @@
 	
 	# Add here commands to clean up after the build process.
 	rm -f build-*-stamp
-	-$(MAKE) distclean
-	-$(MAKE) -C utf8 distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) -C utf8 distclean
 
 	dh_clean
 




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