diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 9f29e58..d5d68fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +factory-boy (1.1.3-1) unstable; urgency=low + + * New upstream release + * Rename binary to python-factory-boy (Closes: #663397) + + -- Ghe Rivero <ghe.rivero@stackops.com> Sat, 10 Mar 2012 23:20:09 +0100 + factory-boy (1.1.2-1) unstable; urgency=low * New upstream release diff --git a/debian/control b/debian/control index 090b39a..d65cb2d 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/factory-boy.git;a=sum Vcs-Git: git://anonscm.debian.org/openstack/factory-boy.git X-Python-Version: >= 2.6 -Package: factory-boy +Package: python-factory-boy Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, Description: test fixtures replacement based on thoughtbot's factory_girl for Ruby. |