[Python-modules-commits] r11444 - in packages/python-html2text/trunk/debian (rules)

stefanor-guest at users.alioth.debian.org stefanor-guest at users.alioth.debian.org
Sat Jan 30 12:00:51 UTC 2010


    Date: Saturday, January 30, 2010 @ 12:00:10
  Author: stefanor-guest
Revision: 11444

Add COPYING to generated tarball

Modified:
  packages/python-html2text/trunk/debian/rules

Modified: packages/python-html2text/trunk/debian/rules
===================================================================
--- packages/python-html2text/trunk/debian/rules	2010-01-30 11:59:11 UTC (rev 11443)
+++ packages/python-html2text/trunk/debian/rules	2010-01-30 12:00:10 UTC (rev 11444)
@@ -12,5 +12,6 @@
 	uscan --noconf --force-download --rename --download-version=$(VER) --destdir=.; \
 	mkdir html2text-$(VER); \
 	mv html2text-$(UVER).py html2text-$(VER)/html2text.py; \
+	cp /usr/share/common-licenses/GPL-3 html2text-$(VER)/COPYING; \
 	tar -czf python-html2text_$(VER).orig.tar.gz html2text-$(VER); \
 	rm -rf html2text-$(VER)




More information about the Python-modules-commits mailing list