[Python-modules-commits] [fake-factory] 03/13: Initial packaging

Christopher Baines cbaines-guest at moszumanska.debian.org
Sun Feb 7 21:14:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

cbaines-guest pushed a commit to branch master
in repository fake-factory.

commit 09653def97c644d3c2d32825b0dbf21efb9269f0
Author: Christopher Baines <mail at cbaines.net>
Date:   Tue Dec 22 10:18:59 2015 +0000

    Initial packaging
    
    Using py2dsc.
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 29 +++++++++++++++++++++++++++++
 debian/rules     |  8 ++++++++
 debian/watch     |  3 +++
 5 files changed, 46 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5da149f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+fake-factory (0.5.3-1) unstable; urgency=low
+
+  * source package automatically created by stdeb 0.8.5
+
+ -- Christopher Baines <mail at cbaines.net>  Tue, 22 Dec 2015 10:08:09 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..acc6e0f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: fake-factory
+Maintainer: cbaines8 at gmail.com <cbaines8 at gmail.com>
+Section: python
+Priority: optional
+Build-Depends: dh-python, python-setuptools (>= 0.6b3), python3-setuptools, python-all (>= 2.6.6-3), python3-all, debhelper (>= 9)
+Standards-Version: 3.9.6
+Homepage: http://github.com/joke2k/faker
+
+Package: python-fake-factory
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Faker is a Python package that generates fake data for you.
+ Faker is a Python package that generates fake data for you. Whether
+ you need to bootstrap your database, create good-looking XML documents,
+ fill-in your persistence to stress test it, or anonymize data taken from
+ a production service, Faker is for you.
+ .
+ Faker is heavily inspired by PHP Faker Perl Faker and by Ruby Faker
+
+Package: python3-fake-factory
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Faker is a Python package that generates fake data for you.
+ Faker is a Python package that generates fake data for you. Whether
+ you need to bootstrap your database, create good-looking XML documents,
+ fill-in your persistence to stress test it, or anonymize data taken from
+ a production service, Faker is for you.
+ .
+ Faker is heavily inspired by PHP Faker Perl Faker and by Ruby Faker
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f1a4f64
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.8.5 at
+# Tue, 22 Dec 2015 10:08:09 +0000
+export PYBUILD_NAME=fake-factory
+%:
+	dh $@ --with python2 --with=python3 --buildsystem=pybuild
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..25725ec
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/fake-factory-$1\.tar\.gz/ \
+  https://github.com/joke2k/faker/tags .*/v?(\d\S*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/fake-factory.git



More information about the Python-modules-commits mailing list