[DRE-commits] r3355 - packages/libtioga-ruby/trunk/debian

fourmond at alioth.debian.org fourmond at alioth.debian.org
Mon Mar 30 17:54:49 UTC 2009


Author: fourmond
Date: 2009-03-30 17:54:49 +0000 (Mon, 30 Mar 2009)
New Revision: 3355

Modified:
   packages/libtioga-ruby/trunk/debian/changelog
   packages/libtioga-ruby/trunk/debian/compat
   packages/libtioga-ruby/trunk/debian/control
   packages/libtioga-ruby/trunk/debian/rules
Log:
[libtioga-ruby] Some additional cleanups before release

Modified: packages/libtioga-ruby/trunk/debian/changelog
===================================================================
--- packages/libtioga-ruby/trunk/debian/changelog	2009-03-30 17:38:54 UTC (rev 3354)
+++ packages/libtioga-ruby/trunk/debian/changelog	2009-03-30 17:54:49 UTC (rev 3355)
@@ -6,8 +6,9 @@
     integration with texlive is performed, however.
   * Few debian/rules cleanups
   * Already conforms to standards 3.8.1
+  * Bumped debhelper compatibility level to 5
 
- -- Vincent Fourmond <fourmond at debian.org>  Mon, 30 Mar 2009 19:30:34 +0200
+ -- Vincent Fourmond <fourmond at debian.org>  Mon, 30 Mar 2009 19:40:38 +0200
 
 libtioga-ruby (1.9-1) unstable; urgency=low
 

Modified: packages/libtioga-ruby/trunk/debian/compat
===================================================================
--- packages/libtioga-ruby/trunk/debian/compat	2009-03-30 17:38:54 UTC (rev 3354)
+++ packages/libtioga-ruby/trunk/debian/compat	2009-03-30 17:54:49 UTC (rev 3355)
@@ -1 +1 @@
-4
+5

Modified: packages/libtioga-ruby/trunk/debian/control
===================================================================
--- packages/libtioga-ruby/trunk/debian/control	2009-03-30 17:38:54 UTC (rev 3354)
+++ packages/libtioga-ruby/trunk/debian/control	2009-03-30 17:54:49 UTC (rev 3355)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Vincent Fourmond <fourmond at debian.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 4.0.0), ruby1.8-dev, ruby1.8, zlib1g-dev, dpatch, ruby-pkg-tools, rdoc1.8
+Build-Depends: debhelper (>= 5.0.0), ruby1.8-dev, ruby1.8, zlib1g-dev, dpatch, ruby-pkg-tools, rdoc1.8
 Standards-Version: 3.8.1
 Homepage: http://rubyforge.org/projects/tioga/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/packages/libtioga-ruby/trunk

Modified: packages/libtioga-ruby/trunk/debian/rules
===================================================================
--- packages/libtioga-ruby/trunk/debian/rules	2009-03-30 17:38:54 UTC (rev 3354)
+++ packages/libtioga-ruby/trunk/debian/rules	2009-03-30 17:54:49 UTC (rev 3355)
@@ -70,7 +70,7 @@
 	rm -f build-arch-stamp build-indep-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
-	cd $(SRCDIR); ( [ -f Makefile ] && $(MAKE) distclean ) || true
+	cd $(SRCDIR);  [ ! -f Makefile ] || $(MAKE) distclean
 	rm -f $(SRCDIR)/mkmf2.log $(SRCDIR)/mkmf.log
 	rm -rf doc/
 # Some additional cleanup, as per #442655




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