[Python-modules-commits] r27700 - in packages/python-model-mommy/trunk (9 files)

mhall119-guest at users.alioth.debian.org mhall119-guest at users.alioth.debian.org
Sun Feb 16 04:53:54 UTC 2014


    Date: Sunday, February 16, 2014 @ 04:53:53
  Author: mhall119-guest
Revision: 27700

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

Added:
  packages/python-model-mommy/trunk/debian/
  packages/python-model-mommy/trunk/debian/changelog
  packages/python-model-mommy/trunk/debian/compat
  packages/python-model-mommy/trunk/debian/control
  packages/python-model-mommy/trunk/debian/copyright
  packages/python-model-mommy/trunk/debian/rules
  packages/python-model-mommy/trunk/debian/source/
  packages/python-model-mommy/trunk/debian/source/format
  packages/python-model-mommy/trunk/debian/watch


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

Added: packages/python-model-mommy/trunk/debian/changelog
===================================================================
--- packages/python-model-mommy/trunk/debian/changelog	                        (rev 0)
+++ packages/python-model-mommy/trunk/debian/changelog	2014-02-16 04:53:53 UTC (rev 27700)
@@ -0,0 +1,5 @@
+python-model-mommy (1.2-1) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Michael Hall <mhall119 at ubuntu.com>  Mon, 10 Feb 2014 19:47:45 -0500

Added: packages/python-model-mommy/trunk/debian/compat
===================================================================
--- packages/python-model-mommy/trunk/debian/compat	                        (rev 0)
+++ packages/python-model-mommy/trunk/debian/compat	2014-02-16 04:53:53 UTC (rev 27700)
@@ -0,0 +1 @@
+8

Added: packages/python-model-mommy/trunk/debian/control
===================================================================
--- packages/python-model-mommy/trunk/debian/control	                        (rev 0)
+++ packages/python-model-mommy/trunk/debian/control	2014-02-16 04:53:53 UTC (rev 27700)
@@ -0,0 +1,22 @@
+Source: python-model-mommy
+Section: python
+Priority: optional
+Maintainer: Michael Hall <mhall119 at ubuntu.com>
+Build-Depends: debhelper (>= 8.0.0),
+ python-all (>= 2.6),
+ python-setuptools
+Standards-Version: 3.9.4
+Homepage: https://github.com/vandersonmota/model_mommy
+Vcs-Bzr: http://bazaar.launchpad.net/~mhall119/+junk/debian-model-mommy/
+Vcs-Browser: http://bazaar.launchpad.net/~mhall119/+junk/debian-model-mommy/files
+X-Python-Version: >= 2.6
+
+Package: python-model-mommy
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Smart object creation facility for Django
+ Model-mommy offers you a smart way to create fixtures for testing in Django.
+ With a simple and powerful API you can create many objects with a single
+ line of code.
+ .
+ This package provides Python 2 module bindings only. 

Added: packages/python-model-mommy/trunk/debian/copyright
===================================================================
--- packages/python-model-mommy/trunk/debian/copyright	                        (rev 0)
+++ packages/python-model-mommy/trunk/debian/copyright	2014-02-16 04:53:53 UTC (rev 27700)
@@ -0,0 +1,15 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-model-mommy
+Source: http://github.com/vandersonmota/model_mommy
+
+Files: *
+Copyright: 2014 vandersonmota <vandersonmota at gmail.com>
+License: Apache-2.0
+ On Debian GNU/Linux and Ubuntu systems, the complete text of the Apache 2.0 
+ License can be found in the /usr/share/common-licenses/Apache-2.0 file.
+
+Files: debian/*
+Copyright: 2014 Michael Hall <mhall119 at ubuntu.com>
+License: Apache-2.0
+ On Debian GNU/Linux and Ubuntu systems, the complete text of the Apache 2.0 
+ License can be found in the /usr/share/common-licenses/Apache-2.0 file.

Added: packages/python-model-mommy/trunk/debian/rules
===================================================================
--- packages/python-model-mommy/trunk/debian/rules	                        (rev 0)
+++ packages/python-model-mommy/trunk/debian/rules	2014-02-16 04:53:53 UTC (rev 27700)
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ --with python2
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rvf ./docs/build ./*.egg-info ./build
+
+override_dh_auto_install:
+	dh_auto_install
+	# Remove me when dh_python2 can handle this file
+	rm -vf debian/*/usr/lib/python*/*-packages/*.egg-info/SOURCES.txt


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

Added: packages/python-model-mommy/trunk/debian/source/format
===================================================================
--- packages/python-model-mommy/trunk/debian/source/format	                        (rev 0)
+++ packages/python-model-mommy/trunk/debian/source/format	2014-02-16 04:53:53 UTC (rev 27700)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-model-mommy/trunk/debian/watch
===================================================================
--- packages/python-model-mommy/trunk/debian/watch	                        (rev 0)
+++ packages/python-model-mommy/trunk/debian/watch	2014-02-16 04:53:53 UTC (rev 27700)
@@ -0,0 +1,3 @@
+version=3
+https://pypi.python.org/packages/source/m/model_mommy/ \
+    model_mommy-(\d.*).tar.gz




More information about the Python-modules-commits mailing list