--- arandr-0.1.1.orig/debian/control +++ arandr-0.1.1/debian/control @@ -0,0 +1,17 @@ +Source: arandr +Section: x11 +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Christian M. Amsüss +Homepage: http://christian.amsuess.com/tools/arandr/ +Build-Depends: debhelper (>= 5) +Build-Depends-Indep: python, gettext +Standards-Version: 3.8.0 + +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.1.orig/debian/docs +++ arandr-0.1.1/debian/docs @@ -0,0 +1,2 @@ +README +TODO --- arandr-0.1.1.orig/debian/watch +++ arandr-0.1.1/debian/watch @@ -0,0 +1,3 @@ +version = 3 + +http://christian.amsuess.com/tools/arandr/files/arandr-(.*)\.tar\.gz --- arandr-0.1.1.orig/debian/rules +++ arandr-0.1.1/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_clean -k + dh_installdirs + ./setup.py install --install-layout=deb --root $(CURDIR)/debian/arandr --no-compile install + cp debian/copyright $(CURDIR)/debian/arandr/usr/share/doc/arandr/ + gzip -9 -c debian/changelog > $(CURDIR)/debian/arandr/usr/share/doc/arandr/changelog.Debian.gz + + +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.1.orig/debian/dirs +++ arandr-0.1.1/debian/dirs @@ -0,0 +1,3 @@ +usr/bin +usr/share/applications +usr/share/doc/arandr --- arandr-0.1.1.orig/debian/changelog +++ arandr-0.1.1/debian/changelog @@ -0,0 +1,30 @@ +arandr (0.1.1-2ubuntu1) jaunty; urgency=low + + * Add --install-layout=deb to install rule for Python 2.6 (LP: #345861) + + -- Scott Kitterman Thu, 16 Apr 2009 23:21:01 -0400 + +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.1.orig/debian/compat +++ arandr-0.1.1/debian/compat @@ -0,0 +1 @@ +5 --- arandr-0.1.1.orig/debian/copyright +++ arandr-0.1.1/debian/copyright @@ -0,0 +1,22 @@ +This package is maintained for Debian by chrysn , and +was built from the sources found at: + + http://svn.amsuess.com/svn/tools/arandr/ + +Copyright (C) 2008 chrysn + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'.