[Python-apps-commits] r6531 - in packages/didjvu/trunk/debian (6 files)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Wed Jan 26 13:05:22 UTC 2011


    Date: Wednesday, January 26, 2011 @ 13:05:09
  Author: danstender-guest
Revision: 6531

switched to python_dh2, removed debian/docs install links, changed debian/control rules

Modified:
  packages/didjvu/trunk/debian/changelog
  packages/didjvu/trunk/debian/control
  packages/didjvu/trunk/debian/rules
Deleted:
  packages/didjvu/trunk/debian/docs
  packages/didjvu/trunk/debian/install
  packages/didjvu/trunk/debian/links

Modified: packages/didjvu/trunk/debian/changelog
===================================================================
--- packages/didjvu/trunk/debian/changelog	2011-01-26 09:52:40 UTC (rev 6530)
+++ packages/didjvu/trunk/debian/changelog	2011-01-26 13:05:09 UTC (rev 6531)
@@ -2,4 +2,4 @@
 
   * Initial release (Closes: #601781).
 
- -- Daniel Stender <daniel at danielstender.com>  Thu, 13 Jan 2011 20:03:09 +0100
+ -- Daniel Stender <daniel at danielstender.com>  Wed, 26 Jan 2011 14:00:11 +0100

Modified: packages/didjvu/trunk/debian/control
===================================================================
--- packages/didjvu/trunk/debian/control	2011-01-26 09:52:40 UTC (rev 6530)
+++ packages/didjvu/trunk/debian/control	2011-01-26 13:05:09 UTC (rev 6531)
@@ -3,7 +3,7 @@
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Section: graphics
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50~), python-support (>= 0.8.4)
+Build-Depends: debhelper (>= 7.0.50~), python (>=2.6.6-3)
 XS-Python-Version: >= 2.6
 Standards-Version: 3.9.1
 Homepage: http://jwilk.net/software/didjvu

Deleted: packages/didjvu/trunk/debian/docs
===================================================================
--- packages/didjvu/trunk/debian/docs	2011-01-26 09:52:40 UTC (rev 6530)
+++ packages/didjvu/trunk/debian/docs	2011-01-26 13:05:09 UTC (rev 6531)
@@ -1 +0,0 @@
-doc/changelog

Deleted: packages/didjvu/trunk/debian/install
===================================================================
--- packages/didjvu/trunk/debian/install	2011-01-26 09:52:40 UTC (rev 6530)
+++ packages/didjvu/trunk/debian/install	2011-01-26 13:05:09 UTC (rev 6531)
@@ -1,3 +0,0 @@
-didjvu usr/share/didjvu
-didjvu.py usr/share/didjvu
-lib usr/share/didjvu

Deleted: packages/didjvu/trunk/debian/links
===================================================================
--- packages/didjvu/trunk/debian/links	2011-01-26 09:52:40 UTC (rev 6530)
+++ packages/didjvu/trunk/debian/links	2011-01-26 13:05:09 UTC (rev 6531)
@@ -1 +0,0 @@
-usr/share/didjvu/didjvu usr/bin/didjvu

Modified: packages/didjvu/trunk/debian/rules
===================================================================
--- packages/didjvu/trunk/debian/rules	2011-01-26 09:52:40 UTC (rev 6530)
+++ packages/didjvu/trunk/debian/rules	2011-01-26 13:05:09 UTC (rev 6531)
@@ -1,33 +1,4 @@
 #!/usr/bin/make -f
+%:
+	dh --with python2 $@
 
-.PHONY: build
-build:
-	dh build
-
-.PHONY: build-arch
-build-arch:
-
-.PHONY: build-indep
-build-indep: build
-
-.PHONY: install
-install: build
-	dh install
-
-.PHONY: override_dh_auto_install
-override_dh_auto_install:
-
-.PHONY: binary
-binary:
-	dh binary
-
-.PHONY: binary-arch
-binary-arch:
-
-.PHONY: binary-indep
-binary-indep: binary
-
-.PHONY: clean
-clean:
-	dh clean
-	find -name '*.py[co]' -delete




More information about the Python-apps-commits mailing list