[Python-apps-commits] r4734 - in packages/python-xdgapp/trunk (8 files)

ffm-guest at users.alioth.debian.org ffm-guest at users.alioth.debian.org
Thu Feb 11 04:18:18 UTC 2010


    Date: Thursday, February 11, 2010 @ 04:18:14
  Author: ffm-guest
Revision: 4734

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/python-xdgapp/trunk/debian/
  packages/python-xdgapp/trunk/debian/changelog
  packages/python-xdgapp/trunk/debian/compat
  packages/python-xdgapp/trunk/debian/control
  packages/python-xdgapp/trunk/debian/copyright
  packages/python-xdgapp/trunk/debian/pycompat
  packages/python-xdgapp/trunk/debian/rules
  packages/python-xdgapp/trunk/debian/watch


Property changes on: packages/python-xdgapp/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-xdgapp/trunk/debian/changelog
===================================================================
--- packages/python-xdgapp/trunk/debian/changelog	                        (rev 0)
+++ packages/python-xdgapp/trunk/debian/changelog	2010-02-11 04:18:14 UTC (rev 4734)
@@ -0,0 +1,5 @@
+python-xdgapp (1.1-1) unstable; urgency=low
+
+  * Initial release (closes: #569079, LP: #519026)
+
+ -- Luke Faraone <luke at faraone.cc>  Wed, 10 Feb 2010 14:13:14 -0500

Added: packages/python-xdgapp/trunk/debian/compat
===================================================================
--- packages/python-xdgapp/trunk/debian/compat	                        (rev 0)
+++ packages/python-xdgapp/trunk/debian/compat	2010-02-11 04:18:14 UTC (rev 4734)
@@ -0,0 +1 @@
+6

Added: packages/python-xdgapp/trunk/debian/control
===================================================================
--- packages/python-xdgapp/trunk/debian/control	                        (rev 0)
+++ packages/python-xdgapp/trunk/debian/control	2010-02-11 04:18:14 UTC (rev 4734)
@@ -0,0 +1,19 @@
+Source: python-xdgapp
+Section: python
+Priority: optional
+Maintainer: Luke Faraone <luke at faraone.cc>
+Uploaders: Martin Owens <doctormo at gmail.com>
+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.

Added: packages/python-xdgapp/trunk/debian/copyright
===================================================================
--- packages/python-xdgapp/trunk/debian/copyright	                        (rev 0)
+++ packages/python-xdgapp/trunk/debian/copyright	2010-02-11 04:18:14 UTC (rev 4734)
@@ -0,0 +1,32 @@
+This package was debianized by Martin Owens <doctormo at gmail.com> on
+Fri, 12 Dec 2008 19:25:35 -0800.
+
+Upstream Authors:
+    Martin Owens <doctormo at gmail.com>
+
+Copyright:
+
+    Copyright 2008, 2009 Martin Owens <doctormo at gmail.com>
+
+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 <doctormo at gmail.com> and is
+licensed under the GPL version 3 or later. Portions © 2010 Luke Faraone
+<luke at faraone.cc>.  See above.

Added: packages/python-xdgapp/trunk/debian/pycompat
===================================================================
--- packages/python-xdgapp/trunk/debian/pycompat	                        (rev 0)
+++ packages/python-xdgapp/trunk/debian/pycompat	2010-02-11 04:18:14 UTC (rev 4734)
@@ -0,0 +1 @@
+2

Added: packages/python-xdgapp/trunk/debian/rules
===================================================================
--- packages/python-xdgapp/trunk/debian/rules	                        (rev 0)
+++ packages/python-xdgapp/trunk/debian/rules	2010-02-11 04:18:14 UTC (rev 4734)
@@ -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
+
+


Property changes on: packages/python-xdgapp/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-xdgapp/trunk/debian/watch
===================================================================
--- packages/python-xdgapp/trunk/debian/watch	                        (rev 0)
+++ packages/python-xdgapp/trunk/debian/watch	2010-02-11 04:18:14 UTC (rev 4734)
@@ -0,0 +1,3 @@
+version=3
+http://launchpad.net/python-xdgapp/+download \
+http://launchpad.net/python-xdgapp/.*/python-xdgapp-([\d\.]+).tar.gz




More information about the Python-apps-commits mailing list