diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 4 |
3 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 360200b..5f0c897 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ factory-boy (2.0.2-1) unstable; urgency=low * Uploading to unstable. * New upstream release. + * Switched to debhelper / compat level 9. + * Bumped StandardVersion. -- Thomas Goirand <zigo@debian.org> Sun, 12 May 2013 05:33:18 +0000 diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index ae79410..95fd125 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,8 @@ Uploaders: Loic Dachary (OuoU) <loic@debian.org>, Thomas Goirand <zigo@debian.org>, Ghe Rivero <ghe.rivero@stackops.com>, Mehdi Abaakouk <sileht@sileht.net> -Build-Depends: debhelper (>= 7.0.50), python-dev (>=2.6.6-3~), openstack-pkg-tools -Standards-Version: 3.9.3 +Build-Depends: debhelper (>= 9), python-dev (>=2.6.6-3~), openstack-pkg-tools +Standards-Version: 3.9.4 Homepage: https://github.com/rbarrois/factory_boy Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/factory-boy.git;a=summary Vcs-Git: git://anonscm.debian.org/openstack/factory-boy.git |