[Python-apps-commits] r8644 - in packages/pyicqt/trunk/debian (changelog rules)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Wed May 9 11:40:37 UTC 2012


    Date: Wednesday, May 9, 2012 @ 11:40:36
  Author: nijel
Revision: 8644

Avoid modification of files during build (Closes: #671542).

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

Modified: packages/pyicqt/trunk/debian/changelog
===================================================================
--- packages/pyicqt/trunk/debian/changelog	2012-05-09 11:38:42 UTC (rev 8643)
+++ packages/pyicqt/trunk/debian/changelog	2012-05-09 11:40:36 UTC (rev 8644)
@@ -1,8 +1,9 @@
 pyicqt (0.8.1.5-5) UNRELEASED; urgency=low
 
   * Fixed warning printed on startup (Closes: #611479).
+  * Avoid modification of files during build (Closes: #671542).
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Wed, 09 May 2012 13:37:51 +0200
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Wed, 09 May 2012 13:40:01 +0200
 
 pyicqt (0.8.1.5-4) unstable; urgency=low
 

Modified: packages/pyicqt/trunk/debian/rules
===================================================================
--- packages/pyicqt/trunk/debian/rules	2012-05-09 11:38:42 UTC (rev 8643)
+++ packages/pyicqt/trunk/debian/rules	2012-05-09 11:40:36 UTC (rev 8644)
@@ -7,11 +7,13 @@
 build-stamp:
 	chmod -x src/chardet_utf/*
 	dh build
+	mv pyicqt.conf.xml pyicqt.conf.xml.orig
 	cp config_example.xml pyicqt.conf.xml
 	chmod -x PyICQt.py
 	touch $@
 
 clean:
+	mv pyicqt.conf.xml.orig pyicqt.conf.xml
 	dh clean
 
 install: build




More information about the Python-apps-commits mailing list