diff -u pyclamd-0.1.1/debian/changelog pyclamd-0.1.1/debian/changelog --- pyclamd-0.1.1/debian/changelog +++ pyclamd-0.1.1/debian/changelog @@ -1,3 +1,15 @@ +pyclamd (0.1.1-1build1) lucid; urgency=low + + * Fake sync due to mismatching tarball (LP: #521337). + + -- Artur Rona Sat, 13 Feb 2010 12:12:47 +0100 + +pyclamd (0.1.1-1) unstable; urgency=low + + * Initial release (Closes: 466133). + + -- Siegfried-Angel Gevatter Pujals (RainCT) Sat, 16 Feb 2008 14:38:01 +0100 + pyclamd (0.1.1-0ubuntu1) hardy; urgency=low * Initial release (LP: #192205). diff -u pyclamd-0.1.1/debian/rules pyclamd-0.1.1/debian/rules --- pyclamd-0.1.1/debian/rules +++ pyclamd-0.1.1/debian/rules @@ -20,15 +20,21 @@ rm -f pyclamd.pyc rm -rf $(BTMPDIR) -get-orig-source:: +get-orig-source: rm -rf $(BTMPDIR); mkdir -p $(STMPDIR) wget --quiet -O $(STMPDIR)/pyclamd.py http://xael.org/norman/python/pyclamd/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 grep -A99999 "CHANGELOG" $(STMPDIR)/TMPCHANGELOG > $(STMPDIR)/CHANGELOG + if grep -qs 'GNU General Public License' $(STMPDIR)/TMPCHANGELOG; then \ + cp /usr/share/common-licenses/GPL-2 $(STMPDIR)/COPYING; \ + else \ + echo "Possible licence change detected, aborting...";\ + rm -rf $(BTMPDIR);\ + exit 1;\ + fi rm $(STMPDIR)/TMPCHANGELOG - cp /usr/share/common-licenses/GPL $(STMPDIR)/COPYING cd $(BTMPDIR); tar -czvf $(CURDIR)/../pyclamd_$(VERSION).orig.tar.gz pyclamd-$(VERSION) rm -r $(BTMPDIR) # Tarball generated successfully. diff -u pyclamd-0.1.1/debian/control pyclamd-0.1.1/debian/control --- pyclamd-0.1.1/debian/control +++ pyclamd-0.1.1/debian/control @@ -2,7 +2,10 @@ Section: python Priority: optional Maintainer: Siegfried-Angel Gevatter Pujals (RainCT) +Uploaders: Debian Python Modules Team Homepage: http://xael.org/norman/python/pyclamd/ +Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyclamd/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pyclamd/trunk/?op=log Build-Depends: cdbs, debhelper (>= 5) Build-Depends-Indep: python-support (>= 0.5.3) Standards-Version: 3.7.3