--- python-xdgapp-1.1.orig/debian/changelog +++ python-xdgapp-1.1/debian/changelog @@ -0,0 +1,11 @@ +python-xdgapp (1.1-1build1) precise; urgency=low + + * Rebuild to drop python2.6 dependencies and provides. + + -- Matthias Klose Sat, 14 Apr 2012 13:45:16 +0000 + +python-xdgapp (1.1-1) unstable; urgency=low + + * Initial release (closes: #569079, LP: #519026) + + -- Luke Faraone Wed, 10 Feb 2010 14:13:14 -0500 --- python-xdgapp-1.1.orig/debian/rules +++ python-xdgapp-1.1/debian/rules @@ -0,0 +1,21 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM=pysupport + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + +# the following allows for both tarball-less building from the vcs repo, +# and rules on how to handle revisions picked from upstream vcs. + +.PHONY: get-orig-source +get-orig-source: + REV=$(shell dpkg-parsechangelog | sed -rne 's,^Version: .*bzr([^-]+).*,\1,p'); \ + VER=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p'); \ + if [ x$$REV = x ]; then \ + uscan --force-download --rename --repack --download-version=$$VER --destdir=.; \ + else \ + bzr export -r $$REV groundcontrol_$$VER.orig.tar.gz lp:groundcontrol; \ + fi + + --- python-xdgapp-1.1.orig/debian/control +++ python-xdgapp-1.1/debian/control @@ -0,0 +1,19 @@ +Source: python-xdgapp +Section: python +Priority: optional +Maintainer: Luke Faraone +Uploaders: Martin Owens +Build-Depends: cdbs (>=0.4.49), debhelper (>= 6), python, python-xdg +Build-Depends-Indep: python-support +Standards-Version: 3.8.4 +XS-Python-Version: >= 2.4 + +Package: python-xdgapp +Architecture: all +XB-Python-Version: ${python:Versions} +Depends: ${python:Depends}, ${misc:Depends}, python-xdg +Provides: ${python:Provides} +Description: Python XDG application library + Allows any Python program to access XDG features as a simple + xdgApplication object. Also provides access to cache, data + and config directories. --- python-xdgapp-1.1.orig/debian/copyright +++ python-xdgapp-1.1/debian/copyright @@ -0,0 +1,32 @@ +This package was debianized by Martin Owens on +Fri, 12 Dec 2008 19:25:35 -0800. + +Upstream Authors: + Martin Owens + +Copyright: + + Copyright 2008, 2009 Martin Owens + +License: + + This package 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 package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General Public License can be +found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is © 2008, 2010 Martin Owens and is +licensed under the GPL version 3 or later. Portions © 2010 Luke Faraone +. See above. --- python-xdgapp-1.1.orig/debian/pycompat +++ python-xdgapp-1.1/debian/pycompat @@ -0,0 +1 @@ +2 --- python-xdgapp-1.1.orig/debian/watch +++ python-xdgapp-1.1/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://launchpad.net/python-xdgapp/+download \ +http://launchpad.net/python-xdgapp/.*/python-xdgapp-([\d\.]+).tar.gz --- python-xdgapp-1.1.orig/debian/compat +++ python-xdgapp-1.1/debian/compat @@ -0,0 +1 @@ +6