--- arandr-0.1.2.orig/debian/control +++ arandr-0.1.2/debian/control @@ -0,0 +1,16 @@ +Source: arandr +Section: x11 +Priority: optional +Maintainer: Christian M. Amsüss +Homepage: http://christian.amsuess.com/tools/arandr/ +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: python (>= 2.5.4-1~), gettext +Standards-Version: 3.8.3 + +Package: arandr +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, python, 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 + scripts and easy integration with other applications. --- arandr-0.1.2.orig/debian/changelog +++ arandr-0.1.2/debian/changelog @@ -0,0 +1,42 @@ +arandr (0.1.2-2) unstable; urgency=low + + * Use --install-layout=deb (closes: #557790) + * Copyright file according to DEP-5 + * Better use of debhelper + * Updated to policy 3.8.3 (no changes required) + + -- Christian M. Amsüss Wed, 25 Nov 2009 18:41:38 +0100 + +arandr (0.1.2-1) unstable; urgency=low + + * New release (closes: #523903) + + Accepts XRandR version 1.3 + + New command line switch to accept untested versions + * Change Standards-Version to 3.8.1 (no changes) + + -- Christian M. Amsüss Mon, 13 Apr 2009 17:00:17 +0200 + +arandr (0.1.1-2) unstable; urgency=low + + * Fix GPL2/GPL3 mismatch + + -- Christian M. Amsüss Sun, 26 Oct 2008 11:26:45 +0100 + +arandr (0.1.1-1) unstable; urgency=low + + * Minor bugfixes, translation additions + + -- Christian M. Amsüss Mon, 21 Jul 2008 21:12:59 +0000 + +arandr (0.1-1) unstable; urgency=low + + * Initial release (closes: #484849) + + -- Christian M. Amsüss Thu, 5 Jun 2008 22:47:54 +0000 + +arandr (0.0-1) unstable; urgency=low + + * Initial pre-release package + + -- chrysn Mon, 17 Mar 2008 16:08:54 +0000 + --- arandr-0.1.2.orig/debian/compat +++ arandr-0.1.2/debian/compat @@ -0,0 +1 @@ +7 --- arandr-0.1.2.orig/debian/dirs +++ arandr-0.1.2/debian/dirs @@ -0,0 +1,3 @@ +usr/bin +usr/share/applications +usr/share/doc/arandr --- arandr-0.1.2.orig/debian/docs +++ arandr-0.1.2/debian/docs @@ -0,0 +1,2 @@ +README +TODO --- arandr-0.1.2.orig/debian/copyright +++ arandr-0.1.2/debian/copyright @@ -0,0 +1,9 @@ +Format-Specification: http://dep.debian.net/deps/dep5/ +Name: arandr +Maintainer: Christian M. Amsüss +Source: http://christian.amsuess.com/tools/arandr/ + +Copyright: © 2008–2009 chrysn +License: GPL-3+ + The full text of the GPL is distributed as COPYING in arandr's source, and is + distributed in /usr/share/common-licenses/GPL-3 on Debian systems. --- arandr-0.1.2.orig/debian/rules +++ arandr-0.1.2/debian/rules @@ -0,0 +1,47 @@ +#!/usr/bin/make -f + +configure: configure-stamp +configure-stamp: + dh_testdir + touch configure-stamp + + +build: build-stamp +build-stamp: configure-stamp + dh_testdir + + ./setup.py build + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + rm -f *.pyc */*.pyc */*/*.pyc + rm -f *~ ../*/*~ ../*/*/*~ + rm -rf build + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + dh_installdocs + dh_installchangelogs + ./setup.py install --install-layout=deb --root $(CURDIR)/debian/arandr --no-compile install + dh_compress + + +binary-indep: build install + dh_md5sums + +binary-arch: build install + +binary: binary-indep binary-arch + dh_gencontrol + dh_builddeb + +.PHONY: build clean binary-indep binary-arch binary install configure --- arandr-0.1.2.orig/debian/watch +++ arandr-0.1.2/debian/watch @@ -0,0 +1,3 @@ +version = 3 + +http://christian.amsuess.com/tools/arandr/files/arandr-(.*)\.tar\.gz