[Python-modules-commits] r10675 - in packages/argparse/trunk/debian (changelog control rules)
jwilk-guest at users.alioth.debian.org
jwilk-guest at users.alioth.debian.org
Fri Dec 4 19:13:22 UTC 2009
Date: Friday, December 4, 2009 @ 19:13:21
Author: jwilk-guest
Revision: 10675
Move jquery.js symlink to the right package.
Modified:
packages/argparse/trunk/debian/changelog
packages/argparse/trunk/debian/control
packages/argparse/trunk/debian/rules
Modified: packages/argparse/trunk/debian/changelog
===================================================================
--- packages/argparse/trunk/debian/changelog 2009-12-03 22:42:23 UTC (rev 10674)
+++ packages/argparse/trunk/debian/changelog 2009-12-04 19:13:21 UTC (rev 10675)
@@ -1,3 +1,9 @@
+argparse (1.0.1-2) UNRELEASED; urgency=low
+
+ * Move jquery.js symlink to the right package.
+
+ -- Jakub Wilk <ubanus at users.sf.net> Fri, 04 Dec 2009 18:52:14 +0100
+
argparse (1.0.1-1) unstable; urgency=low
* New upstream bugfix release
Modified: packages/argparse/trunk/debian/control
===================================================================
--- packages/argparse/trunk/debian/control 2009-12-03 22:42:23 UTC (rev 10674)
+++ packages/argparse/trunk/debian/control 2009-12-04 19:13:21 UTC (rev 10675)
@@ -30,6 +30,7 @@
Architecture: all
Recommends: python-argparse, doc-base
Depends: libjs-jquery
+Replaces: python-argparse (<< 1.0.1-2)
Description: optparse-inspired command-line parsing library - doc
Argparse takes the best of the optparse command-line parsing module
and brings it new life. Argparse adds positional as well as
Modified: packages/argparse/trunk/debian/rules
===================================================================
--- packages/argparse/trunk/debian/rules 2009-12-03 22:42:23 UTC (rev 10674)
+++ packages/argparse/trunk/debian/rules 2009-12-04 19:13:21 UTC (rev 10675)
@@ -52,7 +52,8 @@
dh_installdocs
dh_installexamples test/*
dh_installchangelogs
- dh_link /usr/share/javascript/jquery/jquery.js \
+ dh_link -p python-argparse-doc \
+ /usr/share/javascript/jquery/jquery.js \
/usr/share/doc/python-argparse-doc/html/_static/jquery.js
dh_pysupport
dh_compress -Xexamples
More information about the Python-modules-commits
mailing list