[Python-modules-commits] r29614 - in packages/python-rarfile/trunk/debian (2 files)

hugo6390-guest at users.alioth.debian.org hugo6390-guest at users.alioth.debian.org
Fri Jul 4 08:25:34 UTC 2014


    Date: Friday, July 4, 2014 @ 08:25:32
  Author: hugo6390-guest
Revision: 29614

Fixed d/rules and added d/python3-rarfile.README.Debian

Added:
  packages/python-rarfile/trunk/debian/python3-rarfile.README.Debian
    (from rev 29364, packages/python-rarfile/trunk/debian/README.Debian)
Modified:
  packages/python-rarfile/trunk/debian/rules

Copied: packages/python-rarfile/trunk/debian/python3-rarfile.README.Debian (from rev 29364, packages/python-rarfile/trunk/debian/README.Debian)
===================================================================
--- packages/python-rarfile/trunk/debian/python3-rarfile.README.Debian	                        (rev 0)
+++ packages/python-rarfile/trunk/debian/python3-rarfile.README.Debian	2014-07-04 08:25:32 UTC (rev 29614)
@@ -0,0 +1,9 @@
+Difference between this package and the original software
+---------------------------------------------------------
+
+This version of python-rarfile isn't using the same uncompressing software 
+as the original. If unrar is present, it uses unrar, otherwise it uses bsdtar.
+This functionality will normally appear in python-rarfile's next version and
+was developed with the Upstream.
+
+ -- Hugo Lefeuvre <hugo6390 at orange.fr>, Thu, 17 Jun 2014 11:47:23 +0200

Modified: packages/python-rarfile/trunk/debian/rules
===================================================================
--- packages/python-rarfile/trunk/debian/rules	2014-07-04 00:59:25 UTC (rev 29613)
+++ packages/python-rarfile/trunk/debian/rules	2014-07-04 08:25:32 UTC (rev 29614)
@@ -7,9 +7,4 @@
 	dh $@ --with python2,python3 --buildsystem=pybuild
 
 override_dh_installchangelogs:
-	cp doc/news.rst changelog
-	dh_installchangelogs changelog
-
-override_dh_auto_clean:
-	dh_auto_clean
-	rm -f changelog
+	dh_installchangelogs doc/news.rst




More information about the Python-modules-commits mailing list