[Python-modules-commits] [fake-factory] 09/13: Fix the description
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 c7c0acb66491c1fef4083a629c9e2a1c29acaee7
Author: Christopher Baines <mail at cbaines.net>
Date: Sun Jan 24 19:54:24 2016 +0000
Fix the description
---
debian/control | 20 ++++++--------------
1 file changed, 6 insertions(+), 14 deletions(-)
diff --git a/debian/control b/debian/control
index 5516b7e..01c4521 100644
--- a/debian/control
+++ b/debian/control
@@ -17,22 +17,14 @@ 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
+Description: Faker is a Python library that generates fake data (Python 2)
+ The fake data can be used to bootstrap a database, create XML documents, or
+ anonymize data taken from a production service.
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
+Description: Faker is a Python library that generates fake data (Python 3)
+ The fake data can be used to bootstrap a database, create XML documents, or
+ anonymize data taken from a production service.
--
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