[Python-modules-commits] r16349 - in packages/preprocess/trunk/debian (rules)
johannr-guest at users.alioth.debian.org
johannr-guest at users.alioth.debian.org
Tue Apr 5 08:22:35 UTC 2011
Date: Tuesday, April 5, 2011 @ 08:22:31
Author: johannr-guest
Revision: 16349
Use cdbs to install manpage and remove lintian warning by installing README.txt as changelog.
Modified:
packages/preprocess/trunk/debian/rules
Modified: packages/preprocess/trunk/debian/rules
===================================================================
--- packages/preprocess/trunk/debian/rules 2011-04-05 02:13:19 UTC (rev 16348)
+++ packages/preprocess/trunk/debian/rules 2011-04-05 08:22:31 UTC (rev 16349)
@@ -4,10 +4,9 @@
include /usr/share/cdbs/1/class/python-distutils.mk
DEB_COMPRESS_EXCLUDE := .py
+DEB_INSTALL_CHANGELOGS_ALL = README.txt
+DEB_INSTALL_MANPAGES_python-preprocess := debian/preprocess.1
-install/python-preprocess::
- dh_installman -p$(cdbs_curpkg) debian/preprocess.1
-
get-orig-source:
rm -rf $@
mkdir $@
More information about the Python-modules-commits
mailing list