summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/control6
-rwxr-xr-xdebian/rules5
3 files changed, 10 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index dea76ad..f6d4273 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rapid-photo-downloader (0.3.4-3) unstable; urgency=low
+
+ * Switch from pysupport to dh_python2
+
+ -- Julien Valroff <julien@debian.org> Sun, 20 Mar 2011 15:25:09 +0100
+
rapid-photo-downloader (0.3.4-2) unstable; urgency=low
* Update copyright information
diff --git a/debian/control b/debian/control
index 97c1995..7f4b5e6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,8 @@ Section: graphics
Priority: optional
Maintainer: Julien Valroff <julien@debian.org>
Build-Depends: debhelper (>= 8),
- python
-Build-Depends-Indep: python-support (>= 0.90),
- gettext
+ python,
+ gettext
Standards-Version: 3.9.1
X-Python-Version: all
Homepage: http://damonlynch.net/rapid
@@ -31,7 +30,6 @@ Recommends:
python-kaa-metadata,
python-hachoir-metadata,
ffmpegthumbnailer
-XB-Python-Version: ${python:Versions}
Description: Photo downloader (importer) from cameras, memory cards other devices
Rapid Photo Downloader can be used by both professional and amateur
photographers to download photos and videos from multiple cameras,
diff --git a/debian/rules b/debian/rules
index 87f510b..fecd585 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,12 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with python2
override_dh_auto_configure:
pod2man --section=1 --release=$(VERSION) --center "" doc/rapid-photo-downloader.pod > rapid-photo-downloader.1
override_dh_auto_install:
- dh_auto_install
- -rm -rf debian/rapid-photo-downloader/usr/share/icons/hicolor/scalable/
+ python setup.py install --root=debian/rapid --install-layout=deb --install-lib=/usr/share/rapid --install-scripts=/usr/share/rapid
override_dh_auto_clean:
-rm rapid-photo-downloader.1