webcheck commit: r416 - webcheck/debian
[Date Prev][
Date Next]
[Thread Prev][
Thread Next]
webcheck commit: r416 - webcheck/debian
- From: Commits of the webcheck project <webcheck-commits [at] lists.arthurdejong.org>
- To: webcheck-commits [at] lists.arthurdejong.org
- Reply-to: webcheck-users [at] lists.arthurdejong.org
- Subject: webcheck commit: r416 - webcheck/debian
- Date: Sun, 6 Mar 2011 22:14:29 +0100 (CET)
Author: arthur
Date: Sun Mar 6 22:14:27 2011
New Revision: 416
URL: http://arthurdejong.org/viewvc/webcheck?view=rev&revision=416
Log:
switch to dh_python2
Modified:
webcheck/debian/ (props changed)
webcheck/debian/control
webcheck/debian/rules
Modified: webcheck/debian/control
==============================================================================
--- webcheck/debian/control Thu Sep 23 22:55:21 2010 (r415)
+++ webcheck/debian/control Sun Mar 6 22:14:27 2011 (r416)
@@ -4,8 +4,8 @@
Maintainer: Arthur de Jong <adejong@debian.org>
Standards-Version: 3.9.1
Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: python, python-support (>= 0.5.3)
-XS-Python-Version: >= 2.3
+Build-Depends-Indep: python (>= 2.6.6-3)
+X-Python-Version: >= 2.3
Homepage: http://arthurdejong.org/webcheck/
Vcs-Svn: http://arthurdejong.org/svn/webcheck/webcheck/
Vcs-Browser: http://arthurdejong.org/viewcvs/webcheck/webcheck/
@@ -13,7 +13,6 @@
Package: webcheck
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
-XB-Python-Version: ${python:Versions}
Recommends: python-beautifulsoup (>= 3.0.2), python-utidylib
Suggests: lynx | www-browser
Description: website link and structure checker
Modified: webcheck/debian/rules
==============================================================================
--- webcheck/debian/rules Thu Sep 23 22:55:21 2010 (r415)
+++ webcheck/debian/rules Sun Mar 6 22:14:27 2011 (r416)
@@ -27,7 +27,7 @@
binary-indep: build install
dh_testdir
dh_testroot
- dh_pysupport
+ dh_python2
dh_installdocs README TODO AUTHORS NEWS HACKING
dh_installman webcheck.1
dh_installchangelogs
--
To unsubscribe send an email to
webcheck-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/webcheck-commits
- webcheck commit: r416 - webcheck/debian,
Commits of the webcheck project