[Python-apps-commits] r8141 - in packages/xpra/trunk/debian (changelog rules)

aelmahmoudy-guest at users.alioth.debian.org aelmahmoudy-guest at users.alioth.debian.org
Mon Feb 6 15:20:48 UTC 2012


    Date: Monday, February 6, 2012 @ 15:20:47
  Author: aelmahmoudy-guest
Revision: 8141

* debian/rules: Added overrides for dh_auto_clean & dh_clean to revert
  build changes to xpra/build_info.py

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

Modified: packages/xpra/trunk/debian/changelog
===================================================================
--- packages/xpra/trunk/debian/changelog	2012-02-06 14:09:15 UTC (rev 8140)
+++ packages/xpra/trunk/debian/changelog	2012-02-06 15:20:47 UTC (rev 8141)
@@ -3,8 +3,10 @@
   * New upstream release.
   * debian/control: Added python-dbus to Depends.
   * Added debian/NEWS.Debian
+  * debian/rules: Added overrides for dh_auto_clean & dh_clean to revert
+    build changes to xpra/build_info.py
 
- -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>  Mon, 06 Feb 2012 16:08:41 +0200
+ -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>  Mon, 06 Feb 2012 17:08:46 +0200
 
 xpra (0.0.7.31+dfsg-1) unstable; urgency=low
 

Modified: packages/xpra/trunk/debian/rules
===================================================================
--- packages/xpra/trunk/debian/rules	2012-02-06 14:09:15 UTC (rev 8140)
+++ packages/xpra/trunk/debian/rules	2012-02-06 15:20:47 UTC (rev 8141)
@@ -3,6 +3,14 @@
 %:
 	dh $@ --with python2
 
+override_dh_auto_clean:
+	cp xpra/build_info.py xpra/build_info.py.orig
+	dh_auto_clean
+
+override_dh_clean:
+	mv xpra/build_info.py.orig xpra/build_info.py
+	dh_clean
+
 override_dh_auto_build:
 	python make_constants_pxi.py wimpiggy/lowlevel/constants.txt wimpiggy/lowlevel/constants.pxi
 	dh_auto_build




More information about the Python-apps-commits mailing list