[DRE-commits] r5235 - in trunk/libbarby-ruby: . debian

Gunnar Wolf gwolf at alioth.debian.org
Fri May 7 17:51:17 UTC 2010


Author: gwolf
Date: 2010-05-07 17:51:16 +0000 (Fri, 07 May 2010)
New Revision: 5235

Removed:
   trunk/libbarby-ruby/bin/
Modified:
   trunk/libbarby-ruby/debian/changelog
   trunk/libbarby-ruby/debian/control
   trunk/libbarby-ruby/debian/rules
Log:
Sort around the old timestamp bug in gems; some extra cleanup

Modified: trunk/libbarby-ruby/debian/changelog
===================================================================
--- trunk/libbarby-ruby/debian/changelog	2010-05-07 17:21:26 UTC (rev 5234)
+++ trunk/libbarby-ruby/debian/changelog	2010-05-07 17:51:16 UTC (rev 5235)
@@ -3,8 +3,10 @@
   * New upstream release (Closes: #557023)
   * Package does not depend on rails - dropping dependency
   * Excluding Pdf417 from package, as it requires JRuby
+  * Standards-version 3.8.2→3.8.4 (no changes needed)
+  * Touch implaussibly old files, keeping lintian happy
 
- -- Gunnar Wolf <gwolf at debian.org>  Fri, 07 May 2010 12:21:05 -0500
+ -- Gunnar Wolf <gwolf at debian.org>  Fri, 07 May 2010 12:30:46 -0500
 
 libbarby-ruby (0.3-1) unstable; urgency=low
 

Modified: trunk/libbarby-ruby/debian/control
===================================================================
--- trunk/libbarby-ruby/debian/control	2010-05-07 17:21:26 UTC (rev 5234)
+++ trunk/libbarby-ruby/debian/control	2010-05-07 17:51:16 UTC (rev 5235)
@@ -7,7 +7,7 @@
 Build-Depends-Indep: ruby1.8, rdoc
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libbarby-ruby/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libbarby-ruby/
-Standards-Version: 3.8.2
+Standards-Version: 3.8.4
 
 Package: libbarby-ruby
 Architecture: all

Modified: trunk/libbarby-ruby/debian/rules
===================================================================
--- trunk/libbarby-ruby/debian/rules	2010-05-07 17:21:26 UTC (rev 5234)
+++ trunk/libbarby-ruby/debian/rules	2010-05-07 17:51:16 UTC (rev 5235)
@@ -2,10 +2,17 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+BUILDDIR=./debian/libbarby-ruby1.8
 
 install/libbarby-ruby1.8::
 	# Exclude the sample binary /usr/bin/barby - it is not really useful,
 	# and it is mostly buggy.
-	rm -r ./debian/libbarby-ruby1.8/usr/bin
+	rm -r $(BUILDDIR)/usr/bin
 	# Exclude PDF417 functionality, as it requires JRuby
-	rm ./debian/libbarby-ruby1.8/usr/lib/ruby/1.8/barby/barcode/pdf_417.rb
+	rm $(BUILDDIR)/usr/lib/ruby/1.8/barby/barcode/pdf_417.rb
+
+clean::
+	# Gems are packaged with a variant of tar which disregards
+	# timestamps, leaving us with 1969 timestamps... So, touch all
+	# of the files over 10 years old
+	find . -mtime +3650 | xargs touch




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