summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorThomas Goirand <thomas@goirand.fr>2012-12-17 11:41:19 +0000
committerThomas Goirand <thomas@goirand.fr>2012-12-17 11:41:19 +0000
commita33f349290da504c321a9f10557f58c34b0a61b0 (patch)
tree0f2fe03b76f87fb61d709bb95d16779b0fe77798 /debian
parentd83c0c0e3911272b938c0568ac2e9d0930ce6635 (diff)
downloadfactory-boy-a33f349290da504c321a9f10557f58c34b0a61b0.tar
factory-boy-a33f349290da504c321a9f10557f58c34b0a61b0.tar.gz
Fixes syntax of long + short desc
Diffstat (limited to 'debian')
-rw-r--r--debian/control7
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index f5b24d4..ae79410 100644
--- a/debian/control
+++ b/debian/control
@@ -17,10 +17,11 @@ Package: python-factory-boy
Architecture: any
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
-Description: test fixtures replacement based on thoughtbot's factory_girl for Ruby.
- factory_boy is a fixtures replacement based on thoughtbot's factory_girl . Like
+Description: test fixtures replacement based on thoughtbot's factory_girl for Ruby
+ factory_boy is a fixtures replacement based on thoughtbot's factory_girl. Like
factory_girl it has a straightforward definition syntax, support for multiple
build strategies (saved instances, unsaved instances, attribute dicts, and
stubbed objects), and support for multiple factories for the same class,
including factory inheritance.
- Django support is included, and support for other ORMs can be easily added. \ No newline at end of file
+ .
+ Django support is included, and support for other ORMs can be easily added.