[Python-modules-commits] r30849 - in packages/hachoir-metadata/trunk/debian (changelog rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Oct 2 21:06:02 UTC 2014


    Date: Thursday, October 2, 2014 @ 21:06:01
  Author: piotr
Revision: 30849

clean: do not fail if dialog_ui.py is already removed

Modified:
  packages/hachoir-metadata/trunk/debian/changelog
  packages/hachoir-metadata/trunk/debian/rules

Modified: packages/hachoir-metadata/trunk/debian/changelog
===================================================================
--- packages/hachoir-metadata/trunk/debian/changelog	2014-10-02 20:48:13 UTC (rev 30848)
+++ packages/hachoir-metadata/trunk/debian/changelog	2014-10-02 21:06:01 UTC (rev 30849)
@@ -1,4 +1,4 @@
-hachoir-metadata (1.3.3-2) UNRELEASED; urgency=low
+hachoir-metadata (1.3.3-2) unstable; urgency=low
 
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.

Modified: packages/hachoir-metadata/trunk/debian/rules
===================================================================
--- packages/hachoir-metadata/trunk/debian/rules	2014-10-02 20:48:13 UTC (rev 30848)
+++ packages/hachoir-metadata/trunk/debian/rules	2014-10-02 21:06:01 UTC (rev 30849)
@@ -6,4 +6,4 @@
 # remove qt GUI class from upstream as it is regenerated by setup
 # (temporary, it should not be included in upstream tarball)
 clean::
-	rm hachoir_metadata/qt/dialog_ui.py
+	rm -f hachoir_metadata/qt/dialog_ui.py




More information about the Python-modules-commits mailing list