[Python-modules-commits] r10746 - in packages/python-django-shorturls/trunk (8 files)

janos-guest at users.alioth.debian.org janos-guest at users.alioth.debian.org
Thu Dec 10 00:49:13 UTC 2009


    Date: Thursday, December 10, 2009 @ 00:49:04
  Author: janos-guest
Revision: 10746

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/python-django-shorturls/trunk/debian/
  packages/python-django-shorturls/trunk/debian/changelog
  packages/python-django-shorturls/trunk/debian/compat
  packages/python-django-shorturls/trunk/debian/control
  packages/python-django-shorturls/trunk/debian/copyright
  packages/python-django-shorturls/trunk/debian/docs
  packages/python-django-shorturls/trunk/debian/rules
  packages/python-django-shorturls/trunk/debian/watch


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

Added: packages/python-django-shorturls/trunk/debian/changelog
===================================================================
--- packages/python-django-shorturls/trunk/debian/changelog	                        (rev 0)
+++ packages/python-django-shorturls/trunk/debian/changelog	2009-12-10 00:49:04 UTC (rev 10746)
@@ -0,0 +1,5 @@
+python-django-shorturls (1.0.1-1) unstable; urgency=low
+
+  * Initial release. (Closes: #560254)
+
+ -- Janos Guljas <janos at janos.in.rs>  Thu, 10 Dec 2009 00:41:49 +0100

Added: packages/python-django-shorturls/trunk/debian/compat
===================================================================
--- packages/python-django-shorturls/trunk/debian/compat	                        (rev 0)
+++ packages/python-django-shorturls/trunk/debian/compat	2009-12-10 00:49:04 UTC (rev 10746)
@@ -0,0 +1 @@
+7

Added: packages/python-django-shorturls/trunk/debian/control
===================================================================
--- packages/python-django-shorturls/trunk/debian/control	                        (rev 0)
+++ packages/python-django-shorturls/trunk/debian/control	2009-12-10 00:49:04 UTC (rev 10746)
@@ -0,0 +1,19 @@
+Source: python-django-shorturls
+Section: python
+Priority: optional
+Maintainer: Janos Guljas <janos at janos.in.rs>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50), python-support, python-setuptools
+XS-Python-Version: >= 2.5
+Standards-Version: 3.8.3
+Homepage: http://pypi.python.org/pypi/django-shorturls/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-textile/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-textile/trunk/
+
+Package: python-django-shorturls
+Architecture: all
+XB-Python-Version: ${python:Versions}
+Depends: ${misc:Depends}, ${python:Depends}
+Description: A short URL handler for Django applications
+ A custom URL shortening application for Django, including easy rev=cannonical
+ support.

Added: packages/python-django-shorturls/trunk/debian/copyright
===================================================================
--- packages/python-django-shorturls/trunk/debian/copyright	                        (rev 0)
+++ packages/python-django-shorturls/trunk/debian/copyright	2009-12-10 00:49:04 UTC (rev 10746)
@@ -0,0 +1,15 @@
+This package was debianized by Janos Guljas <janos at janos.in.rs> on
+Thu, 10 Dec 2009 00:41:49 +0100.
+
+The Debian packaging is Copyright 2009, Janos Guljas <janos at janos.in.rs>
+and is licensed under the BSD license. Under Debian systems, you can find
+the text of the BSD license under /usr/share/common-licenses/BSD
+
+It was downloaded from http://pypi.python.org/pypi/django-shorturls
+
+Upstream Authors: Simon Willison, Jacob Kaplan-Moss <jacob at jacobian.org>
+
+Copyright:
+
+ django-shorturls is under a BSD license. Under Debian systems, you can find
+ the text of the BSD license under /usr/share/common-licenses/BSD

Added: packages/python-django-shorturls/trunk/debian/docs
===================================================================
--- packages/python-django-shorturls/trunk/debian/docs	                        (rev 0)
+++ packages/python-django-shorturls/trunk/debian/docs	2009-12-10 00:49:04 UTC (rev 10746)
@@ -0,0 +1 @@
+README

Added: packages/python-django-shorturls/trunk/debian/rules
===================================================================
--- packages/python-django-shorturls/trunk/debian/rules	                        (rev 0)
+++ packages/python-django-shorturls/trunk/debian/rules	2009-12-10 00:49:04 UTC (rev 10746)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+override_dh_auto_clean:
+	# remove AppleDouble encoded Macintosh files
+	find -name "._*" -exec rm -rf {} +
+	dh_auto_clean


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

Added: packages/python-django-shorturls/trunk/debian/watch
===================================================================
--- packages/python-django-shorturls/trunk/debian/watch	                        (rev 0)
+++ packages/python-django-shorturls/trunk/debian/watch	2009-12-10 00:49:04 UTC (rev 10746)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/d/django-shorturls/django-shorturls-(.*).tar.gz




More information about the Python-modules-commits mailing list