[Python-modules-commits] r23968 - in packages/django-bitfield/trunk (9 files)

lfaraone at users.alioth.debian.org lfaraone at users.alioth.debian.org
Thu Apr 18 15:34:07 UTC 2013


    Date: Thursday, April 18, 2013 @ 15:34:05
  Author: lfaraone
Revision: 23968

[svn-inject] Applying Debian modifications (1.6.4-1) to trunk

Added:
  packages/django-bitfield/trunk/debian/
  packages/django-bitfield/trunk/debian/changelog
  packages/django-bitfield/trunk/debian/compat
  packages/django-bitfield/trunk/debian/control
  packages/django-bitfield/trunk/debian/copyright
  packages/django-bitfield/trunk/debian/rules
  packages/django-bitfield/trunk/debian/source/
  packages/django-bitfield/trunk/debian/source/format
  packages/django-bitfield/trunk/debian/watch


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

Added: packages/django-bitfield/trunk/debian/changelog
===================================================================
--- packages/django-bitfield/trunk/debian/changelog	                        (rev 0)
+++ packages/django-bitfield/trunk/debian/changelog	2013-04-18 15:34:05 UTC (rev 23968)
@@ -0,0 +1,5 @@
+django-bitfield (1.6.4-1) unstable; urgency=low
+
+  * Initial release. (closes: #702464)
+
+ -- Luke Faraone <lfaraone at debian.org>  Wed, 06 Mar 2013 16:00:31 -0500

Added: packages/django-bitfield/trunk/debian/compat
===================================================================
--- packages/django-bitfield/trunk/debian/compat	                        (rev 0)
+++ packages/django-bitfield/trunk/debian/compat	2013-04-18 15:34:05 UTC (rev 23968)
@@ -0,0 +1 @@
+7

Added: packages/django-bitfield/trunk/debian/control
===================================================================
--- packages/django-bitfield/trunk/debian/control	                        (rev 0)
+++ packages/django-bitfield/trunk/debian/control	2013-04-18 15:34:05 UTC (rev 23968)
@@ -0,0 +1,17 @@
+Source: django-bitfield
+Maintainer: Debian Python Modules Packaging Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Luke Faraone <lfaraone at debian.org>
+Section: python
+Priority: optional
+Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7), python-nose (>= 1.0), python-django-nose (>=0.1.3), python-psycopg2 (>=2.3)
+Standards-Version: 3.9.4
+
+Package: python-django-bitfield
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Django module implementing BitFields
+ django-bitfield provides a custom field which allows various bits to be
+ stored inside one fixed-width BigIntegerField.
+ .
+ The custom field provides syntatic sugar for accessing those flags
+ easily from a Django application.

Added: packages/django-bitfield/trunk/debian/copyright
===================================================================
--- packages/django-bitfield/trunk/debian/copyright	                        (rev 0)
+++ packages/django-bitfield/trunk/debian/copyright	2013-04-18 15:34:05 UTC (rev 23968)
@@ -0,0 +1,17 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: django-bitfield
+Source: https://github.com/disqus/django-bitfield
+
+Files: *
+Copyright: Copyright 2010 Disqus, Inc.
+License: Apache-2.0
+
+Files: debian/*
+Copyright: Copyright 2013 Humbug, Inc.
+License: Apache-2.0
+
+License: Apache-2.0
+ On Debian systems, the full text of the Apache license
+ can be found in the file
+ `/usr/share/common-licenses/Apache-2.0'.
+

Added: packages/django-bitfield/trunk/debian/rules
===================================================================
--- packages/django-bitfield/trunk/debian/rules	                        (rev 0)
+++ packages/django-bitfield/trunk/debian/rules	2013-04-18 15:34:05 UTC (rev 23968)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2 --buildsystem=python_distutils
+
+


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

Added: packages/django-bitfield/trunk/debian/source/format
===================================================================
--- packages/django-bitfield/trunk/debian/source/format	                        (rev 0)
+++ packages/django-bitfield/trunk/debian/source/format	2013-04-18 15:34:05 UTC (rev 23968)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/django-bitfield/trunk/debian/watch
===================================================================
--- packages/django-bitfield/trunk/debian/watch	                        (rev 0)
+++ packages/django-bitfield/trunk/debian/watch	2013-04-18 15:34:05 UTC (rev 23968)
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/pypi/django-bitfield .*/django-bitfield-(\d[\d\.]+)\.tar\.gz




More information about the Python-modules-commits mailing list