[Python-apps-commits] r2587 - in packages/babiloo/trunk/debian (changelog rules)

gothicx-guest at users.alioth.debian.org gothicx-guest at users.alioth.debian.org
Thu Mar 12 21:58:21 UTC 2009


    Date: Thursday, March 12, 2009 @ 21:58:20
  Author: gothicx-guest
Revision: 2587

Rebuild QT ui files (thanks POX)

Modified:
  packages/babiloo/trunk/debian/changelog
  packages/babiloo/trunk/debian/rules

Modified: packages/babiloo/trunk/debian/changelog
===================================================================
--- packages/babiloo/trunk/debian/changelog	2009-03-12 21:28:03 UTC (rev 2586)
+++ packages/babiloo/trunk/debian/changelog	2009-03-12 21:58:20 UTC (rev 2587)
@@ -1,3 +1,10 @@
+babiloo (2.0.3.1-2) UNRELEASED; urgency=low
+
+  * debian/rules:
+    + Rebuild QT ui files.
+
+ -- Marco Rodrigues <gothicx at sapo.pt>  Thu, 12 Mar 2009 21:53:17 +0000
+
 babiloo (2.0.3.1-1) unstable; urgency=low
 
   * Initial Release (Closes: #510132).

Modified: packages/babiloo/trunk/debian/rules
===================================================================
--- packages/babiloo/trunk/debian/rules	2009-03-12 21:28:03 UTC (rev 2586)
+++ packages/babiloo/trunk/debian/rules	2009-03-12 21:58:20 UTC (rev 2587)
@@ -6,10 +6,12 @@
 	dh build
 
 clean:
+	make -C qt/ clean
 	dh clean
 	find . -name "*\.py[co]" -delete
 
 install: build
+	make -C qt/ all
 	dh --with python_support install
 
 	# Make it executable to run.py




More information about the Python-apps-commits mailing list