tags 566037 + patch
thanks

Dear maintainer,

I've prepared an NMU for arandr (versioned as 0.1.2-2.1) but did not upload
it yet (the bug is "only" important).
Feel free to use my patch or give me a sign and I'll upload it the next days.

Regards
Evgeni Golov
diff -u arandr-0.1.2/debian/control arandr-0.1.2/debian/control
--- arandr-0.1.2/debian/control
+++ arandr-0.1.2/debian/control
@@ -4,12 +4,12 @@
 Maintainer: Christian M. Amsüss <chr...@fsfe.org>
 Homepage: http://christian.amsuess.com/tools/arandr/
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: python (>= 2.5.4-1~), gettext
+Build-Depends-Indep: python-dev (>= 2.5.4-1~), gettext, python-support
 Standards-Version: 3.8.3
 
 Package: arandr
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, python, x11-xserver-utils | xrandr, python-gtk2
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, x11-xserver-utils | xrandr, python-gtk2
 Description: Simple visual front end for XRandR 1.2
  ARandR is a visual front end for XRandR 1.2 (per display options), which
  provides full controll over positioning, saving and loading to/from shell
diff -u arandr-0.1.2/debian/changelog arandr-0.1.2/debian/changelog
--- arandr-0.1.2/debian/changelog
+++ arandr-0.1.2/debian/changelog
@@ -1,3 +1,11 @@
+arandr (0.1.2-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add python-support support and thus byte-compile the Python files.
+    Closes: #566037
+
+ -- Evgeni Golov <evg...@debian.org>  Sat, 23 Jan 2010 09:58:32 +0100
+
 arandr (0.1.2-2) unstable; urgency=low
 
   * Use --install-layout=deb (closes: #557790)
diff -u arandr-0.1.2/debian/rules arandr-0.1.2/debian/rules
--- arandr-0.1.2/debian/rules
+++ arandr-0.1.2/debian/rules
@@ -36,6 +36,8 @@
 
 
 binary-indep: build install
+	dh_pysupport
+	dh_installdeb
 	dh_md5sums
 
 binary-arch: build install

Reply via email to