[DRE-commits] r4494 - trunk/libprawn-ruby/debian

Gunnar Wolf gwolf at alioth.debian.org
Tue Jan 5 00:56:51 UTC 2010


Author: gwolf
Date: 2010-01-05 00:56:48 +0000 (Tue, 05 Jan 2010)
New Revision: 4494

Modified:
   trunk/libprawn-ruby/debian/README.source
   trunk/libprawn-ruby/debian/rules
Log:
Renamed source tarball component pdf-inspector to pdfinspector to avoid a dpkg format v3.0 bug

Modified: trunk/libprawn-ruby/debian/README.source
===================================================================
--- trunk/libprawn-ruby/debian/README.source	2010-01-04 17:45:58 UTC (rev 4493)
+++ trunk/libprawn-ruby/debian/README.source	2010-01-05 00:56:48 UTC (rev 4494)
@@ -8,7 +8,7 @@
 
 libprawn-ruby_<version>.orig.tar.gz
 libprawn-ruby_<version>.orig-ttfunk.tar.gz
-libprawn-ruby_<version>.orig-pdf-inspector.tar.gz
+libprawn-ruby_<version>.orig-pdfinspector.tar.gz
 
 I won't go into details explaining how and why are they handled this
 way (see the dpkg-source manpage for that). Now, as for where each
@@ -22,4 +22,4 @@
 http://githubredir.debian.net/github/sandal/ttfunk
 http://githubredir.debian.net/github/sandal/pdf-inspector
 
- -- Gunnar Wolf <gwolf at debian.org>, Mon,  4 Jan 2010 11:31:11 -0600
+ -- Gunnar Wolf <gwolf at debian.org>, Mon,  4 Jan 2010 18:37:35 -0600

Modified: trunk/libprawn-ruby/debian/rules
===================================================================
--- trunk/libprawn-ruby/debian/rules	2010-01-04 17:45:58 UTC (rev 4493)
+++ trunk/libprawn-ruby/debian/rules	2010-01-05 00:56:48 UTC (rev 4494)
@@ -21,15 +21,15 @@
 	rm -f lib/ttfunk lib/ttfunk.rb lib/pdf 
 
 makebuilddir/libprawn-ruby::
-	if ! [ -d ttfunk/ -a -d pdf-inspector/ ] ; then \
-		echo " *!*This package needs the 'ttfunk' and 'pdf-inspector'"\
+	if ! [ -d ttfunk/ -a -d pdfinspector/ ] ; then \
+		echo " *!*This package needs the 'ttfunk' and 'pdfinspector'"\
 		"tarballs in order to be built.\n" \
 		"*!*Please see the README.source file for further details."; \
 		exit 1; \
 	fi
 	[ -e lib/ttfunk    ] || ln -s ../ttfunk/lib/ttfunk lib/
 	[ -e lib/ttfunk.rb ] || ln -s ../ttfunk/lib/ttfunk.rb lib/
-	[ -e lib/pdf       ] || ln -s ../pdf-inspector/lib/pdf lib/
+	[ -e lib/pdf       ] || ln -s ../pdfinspector/lib/pdf lib/
 
 install/libprawn-ruby1.8::
 	# Files common to 1.8 and 1.9 versions are moved to libprawn-ruby-common




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