[Debian-med-packaging] Fwd: [med-svn] r7549 - trunk/packages/python-pynast/trunk/debian
Steffen Möller
steffen_moeller at gmx.de
Fri Aug 26 11:41:06 UTC 2011
Many thanks, Tim, this was all very nice!!!!!!!!!
Are you on the -packaging list?
>Clean up and fix Lintian warnings.
>Renamed main package from python-pynast to just pynast but
>this is not a final decision.
Hm. Now that it is already in the archive this is somewhat
unfortunate, but, hm, ... I cannot say that I am
caring utterly much.
-XS-Autobuild: yes
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.5), python-cogent, python-sphinx
+Standards-Version: 3.9.1
This you are doing because of this "future" warning of Lintian, right? Would you not
want to just ignore that? 3.9.2 is correct for unstable.
Homepage: http://pynast.sourceforge.net/
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/python-nast/trunk/?rev=0&sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/python-nast/trunk/
X-Python-Version: >= 2.5
...
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${misc:Depends}, ${python:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${misc:Depends}, ${python:Depends}, libjs-jquery
nice!
+#Allowing this to be overridden by environemnt helps with backports
+DEB_PYTHON_SUPPORT?=python2
+#Do the docs go into their own package?
+#DOC_PKG=pynast-doc
+DOC_PKG=pynast
+
%:
- dh $@ --with python2
+ dh $@ --with $(DEB_PYTHON_SUPPORT)
liking that one!
-build-indep:
+override_dh_auto_build:
+ dh_auto_build
$(MAKE) -C doc html
thanks, this was stupid.
and thanks you also for the rest, especially for
+#Don't compress .js files
+override_dh_compress:
+ dh_compress -X.js
Steffen
More information about the Debian-med-packaging
mailing list