[Python-modules-commits] r7767 - in packages/argvalidate/trunk/debian (control copyright rules)

speijnik-guest at users.alioth.debian.org speijnik-guest at users.alioth.debian.org
Wed Feb 25 20:19:29 UTC 2009


    Date: Wednesday, February 25, 2009 @ 20:19:29
  Author: speijnik-guest
Revision: 7767

debian/rules:
  * Removed double-indent before python call in test target.
  * Replaced "ln -s" + "dh_link" call for jquery.js with a single dh_link call.
debian/copyright:
  * Replaced (C) with copyright sign.
debian/control:
  * Added python-sphinx to Build-Depends-Indep.

Modified:
  packages/argvalidate/trunk/debian/control
  packages/argvalidate/trunk/debian/copyright
  packages/argvalidate/trunk/debian/rules

Modified: packages/argvalidate/trunk/debian/control
===================================================================
--- packages/argvalidate/trunk/debian/control	2009-02-25 19:48:43 UTC (rev 7766)
+++ packages/argvalidate/trunk/debian/control	2009-02-25 20:19:29 UTC (rev 7767)
@@ -4,7 +4,7 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Stephan Peijnik <debian at sp.or.at>
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: python-support (>= 0.6), python-setuptools
+Build-Depends-Indep: python-support (>= 0.6), python-setuptools, python-sphinx
 Standards-Version: 3.8.0
 Homepage: http://bitbucket.org/sp/python-argvalidate
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/argvalidate/trunk/

Modified: packages/argvalidate/trunk/debian/copyright
===================================================================
--- packages/argvalidate/trunk/debian/copyright	2009-02-25 19:48:43 UTC (rev 7766)
+++ packages/argvalidate/trunk/debian/copyright	2009-02-25 20:19:29 UTC (rev 7767)
@@ -29,6 +29,6 @@
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in `/usr/share/common-licenses/LGPL-3'.
 
-The Debian packaging is Copyright (C) 2009, Stephan Peijnik <debian at sp.or.at> 
+The Debian packaging is Copyright © 2009, Stephan Peijnik <debian at sp.or.at> 
 and is licensed under the LGPL, see above.
 

Modified: packages/argvalidate/trunk/debian/rules
===================================================================
--- packages/argvalidate/trunk/debian/rules	2009-02-25 19:48:43 UTC (rev 7766)
+++ packages/argvalidate/trunk/debian/rules	2009-02-25 20:19:29 UTC (rev 7767)
@@ -17,7 +17,7 @@
 
 test:
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-		python setup.py test
+	python setup.py test
 endif
 
 build:
@@ -38,12 +38,9 @@
 
 	# Replace jquery.js provided by package with symlink to system 
 	# jquery.js provided by libjs-jquery.
-	# Also, call dh_link to get rid of symlink-should-be-relative
-	# lintian warning.
 	rm $(PKG_DOC_DIR)/html/_static/jquery.js
-	ln -s /usr/share/javascript/jquery/jquery.js \
-		$(PKG_DOC_DIR)/html/_static/
-	dh_link
+	dh_link usr/share/javascript/jquery/jquery.js \
+		usr/share/doc/python-argvalidate/html/_static/jquery.js
 
 	dh_pysupport
 	dh_compress -X.py -X.json -X.html -X.js




More information about the Python-modules-commits mailing list