[DRE-commits] r1763 - packages/libqt4-ruby/trunk/debian

fourmond at alioth.debian.org fourmond at alioth.debian.org
Sat Jul 7 22:18:16 UTC 2007


Author: fourmond
Date: 2007-07-07 22:18:16 +0000 (Sat, 07 Jul 2007)
New Revision: 1763

Modified:
   packages/libqt4-ruby/trunk/debian/changelog
   packages/libqt4-ruby/trunk/debian/rules
Log:
Fix grave bug (again !) for libsmokeqt4-dev

Modified: packages/libqt4-ruby/trunk/debian/changelog
===================================================================
--- packages/libqt4-ruby/trunk/debian/changelog	2007-07-04 21:52:08 UTC (rev 1762)
+++ packages/libqt4-ruby/trunk/debian/changelog	2007-07-07 22:18:16 UTC (rev 1763)
@@ -1,8 +1,11 @@
-libqt4-ruby (1.4.9-2) UNRELEASED; urgency=low
+libqt4-ruby (1.4.9-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * The 'Ooops I should have looked debc output better' release
+  * Finally include usr/include/smoke.h (Closes: #432145)
+  * Some small debian/rules cleanups, courtesy of 
+    Felipe Sateler <fsateler at gmail.com>
 
- -- Vincent Fourmond <fourmond at debian.org>  Sat, 30 Jun 2007 14:54:03 +0200
+ -- Vincent Fourmond <fourmond at debian.org>  Sun, 08 Jul 2007 00:04:27 +0200
 
 libqt4-ruby (1.4.9-1) unstable; urgency=low
 

Modified: packages/libqt4-ruby/trunk/debian/rules
===================================================================
--- packages/libqt4-ruby/trunk/debian/rules	2007-07-04 21:52:08 UTC (rev 1762)
+++ packages/libqt4-ruby/trunk/debian/rules	2007-07-07 22:18:16 UTC (rev 1763)
@@ -97,11 +97,6 @@
 	# debian/<package>-doc.
 	#INSTALLDOC#
 
-	dh_install -i --list-missing --sourcedir=debian/tmp 
-# Manually install the smoke.h header
-	mkdir -p debian/libsmokeqt4-dev/usr/include
-	cp smoke/smoke.h debian/libsmokeqt4-dev/usr/include
-
 install-arch:
 	dh_testdir
 	dh_testroot
@@ -116,6 +111,10 @@
 	dh_install -s --list-missing --sourcedir=debian/tmp 
 	cd $(CURDIR)/debian/libqt4-ruby1.8/usr/bin; rm -f rbqtsh;
 
+# Manually install the smoke.h header.
+	mkdir -p debian/libsmokeqt4-dev/usr/include
+	cp smoke/smoke.h debian/libsmokeqt4-dev/usr/include
+
 # Must not depend on anything. This is to be called by
 # binary-arch/binary-indep
 # in another 'make' thread.




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