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

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


    Date: Monday, July 12, 2010 @ 22:29:18
  Author: rainct-guest
Revision: 13935

     and replace GPL2 with LGPL3, ensure indentation is correct -unexpand-).
* debian/control:
   - Bump Standards-Version to 3.9.0.

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

Modified: packages/pyclamd/trunk/debian/changelog
===================================================================
--- packages/pyclamd/trunk/debian/changelog	2010-07-12 22:23:49 UTC (rev 13934)
+++ packages/pyclamd/trunk/debian/changelog	2010-07-12 22:29:18 UTC (rev 13935)
@@ -6,8 +6,10 @@
      - Code improvements (PEP-8 compliance, new private helper functions).
   * debian/rules:
      - Updated get-orig-source (don't take the changelog since it's outdated,
-       and replace GPL2 with LGPL3).
+       and replace GPL2 with LGPL3, ensure indentation is correct -unexpand-).
      - Don't try to install CHANGELOG as it has been removed.
+  * debian/control:
+     - Bump Standards-Version to 3.9.0.
   * 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/control
===================================================================
--- packages/pyclamd/trunk/debian/control	2010-07-12 22:23:49 UTC (rev 13934)
+++ packages/pyclamd/trunk/debian/control	2010-07-12 22:29:18 UTC (rev 13935)
@@ -8,7 +8,7 @@
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyclamd/trunk/
 Build-Depends: cdbs, debhelper (>= 5)
 Build-Depends-Indep: python-support (>= 0.5.3)
-Standards-Version: 3.8.4
+Standards-Version: 3.9.0
 
 Package: python-pyclamd
 Architecture: all

Modified: packages/pyclamd/trunk/debian/rules
===================================================================
--- packages/pyclamd/trunk/debian/rules	2010-07-12 22:23:49 UTC (rev 13934)
+++ packages/pyclamd/trunk/debian/rules	2010-07-12 22:29:18 UTC (rev 13935)
@@ -22,7 +22,8 @@
 
 get-orig-source:
 	rm -rf $(BTMPDIR); mkdir -p $(STMPDIR)
-	wget --quiet -O $(STMPDIR)/pyclamd.py http://xael.org/norman/python/pyclamd/pyclamd.py
+	wget --quiet -O $(BTMPDIR)/pyclamd.py http://xael.org/norman/python/pyclamd/pyclamd.py
+	unexpand --first-only --tabs=4 $(BTMPDIR)/pyclamd.py > $(STMPDIR)/pyclamd.py
 	sed -i "s/#!\/usr\/bin\/env python//g" $(STMPDIR)/pyclamd.py
 	sed -i "s/\/var\/run\/clamd/\/var\/run\/clamav\/clamd.ctl/g" $(STMPDIR)/pyclamd.py
 	#wget --quiet -O $(STMPDIR)/TMPCHANGELOG http://xael.org/norman/python/pyclamd/CHANGELOG




More information about the Python-modules-commits mailing list