[Python-modules-commits] r13929 - in packages/pyclamd/trunk/debian (changelog rules)

rainct-guest at users.alioth.debian.org rainct-guest at users.alioth.debian.org
Mon Jul 12 22:07:19 UTC 2010


    Date: Monday, July 12, 2010 @ 22:07:18
  Author: rainct-guest
Revision: 13929

Don't try to install CHANGELOG as it has been removed.

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

Modified: packages/pyclamd/trunk/debian/changelog
===================================================================
--- packages/pyclamd/trunk/debian/changelog	2010-07-12 22:06:00 UTC (rev 13928)
+++ packages/pyclamd/trunk/debian/changelog	2010-07-12 22:07:18 UTC (rev 13929)
@@ -7,6 +7,7 @@
   * debian/rules:
      - Updated get-orig-source (don't take the changelog since it's outdated,
        and replace GPL2 with LGPL3).
+     - Don't try to install CHANGELOG as it has been removed.
   * debian/copyright:
      - Update copyright years and change license from GPL2+ to LGPL3+.
   * Remove debian/patches, the string exceptions change has been accepted

Modified: packages/pyclamd/trunk/debian/rules
===================================================================
--- packages/pyclamd/trunk/debian/rules	2010-07-12 22:06:00 UTC (rev 13928)
+++ packages/pyclamd/trunk/debian/rules	2010-07-12 22:07:18 UTC (rev 13929)
@@ -11,7 +11,7 @@
 
 install/python-pyclamd::
 	dh_install pyclamd.py /usr/share/python-support/python-pyclamd/
-	dh_installchangelogs CHANGELOG
+	#dh_installchangelogs CHANGELOG
 
 binary-install/python-pyclamd::
 	dh_pysupport -ppython-pyclamd




More information about the Python-modules-commits mailing list