[DRE-commits] r3556 - packages/libjson-ruby/trunk/debian

Ryan Niebur ryan52-guest at alioth.debian.org
Mon May 11 06:13:53 UTC 2009


Author: ryan52-guest
Date: 2009-05-11 06:13:53 +0000 (Mon, 11 May 2009)
New Revision: 3556

Added:
   packages/libjson-ruby/trunk/debian/README.source
Modified:
   packages/libjson-ruby/trunk/debian/changelog
   packages/libjson-ruby/trunk/debian/rules
Log:
* add README.source
* delete empty directories

Added: packages/libjson-ruby/trunk/debian/README.source
===================================================================
--- packages/libjson-ruby/trunk/debian/README.source	                        (rev 0)
+++ packages/libjson-ruby/trunk/debian/README.source	2009-05-11 06:13:53 UTC (rev 3556)
@@ -0,0 +1,4 @@
+Patches to the upstream source are applied during build from
+debian/patches/. Use "make -f debian/rules apply-patches" to apply
+them and "make -f debian/rules reverse-patches" to unapply them.
+You can use cdbs-edit-patch(1) to edit these patches.

Modified: packages/libjson-ruby/trunk/debian/changelog
===================================================================
--- packages/libjson-ruby/trunk/debian/changelog	2009-05-11 06:04:28 UTC (rev 3555)
+++ packages/libjson-ruby/trunk/debian/changelog	2009-05-11 06:13:53 UTC (rev 3556)
@@ -3,8 +3,10 @@
   * move myself to Maintainer
   * new upstream release
   * refresh patches
+  * add README.source
+  * delete empty directories
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 10 May 2009 23:04:01 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 10 May 2009 23:10:52 -0700
 
 libjson-ruby (1.1.4-1) unstable; urgency=low
 

Modified: packages/libjson-ruby/trunk/debian/rules
===================================================================
--- packages/libjson-ruby/trunk/debian/rules	2009-05-11 06:04:28 UTC (rev 3555)
+++ packages/libjson-ruby/trunk/debian/rules	2009-05-11 06:13:53 UTC (rev 3556)
@@ -19,6 +19,8 @@
 	rm $(BASEDIR)/libjson-ruby1.8/usr/lib/ruby/1.8/json/*.xpm
 	# Remove erroneously installed examples as shared data (under data/).
 	rm $(BASEDIR)/libjson-ruby1.8/usr/share/*
+	# remove empty directory
+	find $(CURDIR)/debian/$(cdbs_curpkg) -type d -empty -delete
 
 binary-install/edit-json::
 	# remove .rb suffix from programs




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