[tryton-debian-vcs] tryton-modules-account-invoice-history branch debian-wheezy-1.8 created. a0ebd7353f0fbe5ef1bde8dd9aa2739bccacebbc
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Nov 27 16:55:36 UTC 2013
The following commit has been merged in the debian-wheezy-1.8 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account-invoice-history.git;a=commitdiff;h=a0ebd7353f0fbe5ef1bde8dd9aa2739bccacebbc
commit a0ebd7353f0fbe5ef1bde8dd9aa2739bccacebbc
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Oct 13 15:02:58 2011 +0200
Releasing debian version 1.8.0-0~70wheezy1.
diff --git a/debian/changelog b/debian/changelog
index 956ad00..6965da3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-modules-account-invoice-history (1.8.0-0~70wheezy1) wheezy-backports-1.8; urgency=low
+
+ * Updating to standards version 3.9.2.
+ * Moving from deprecated python-support to dh_python2.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Wed, 12 Oct 2011 18:20:57 +0200
+
tryton-modules-account-invoice-history (1.8.0-2) unstable; urgency=low
* Changing my email address.
commit 61586ffd975a0fd031865127b8505f5078b9f065
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Oct 12 18:19:03 2011 +0200
Updating to standards version 3.9.2.
diff --git a/debian/control b/debian/control
index 28e2df5..ef56498 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders:
Mathias Behrle <mathiasb at m9s.biz>
Dm-Upload-Allowed: yes
Build-Depends: debhelper (>= 8), python (>= 2.6.6-3~), python-setuptools
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
Homepage: http://www.tryton.org/
Vcs-Browser: http://git.debian-maintainers.org/?p=tryton/tryton-modules-account-invoice-history.git
Vcs-Git: git://git.debian-maintainers.org/git/tryton/tryton-modules-account-invoice-history.git
commit db62d4680becc04da34ecac426b427ce9e5f2e84
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Oct 12 17:52:28 2011 +0200
Moving from deprecated python-support to dh_python2.
diff --git a/debian/control b/debian/control
index a0a7966..28e2df5 100644
--- a/debian/control
+++ b/debian/control
@@ -6,11 +6,12 @@ Uploaders:
Daniel Baumann <daniel at debian.org>,
Mathias Behrle <mathiasb at m9s.biz>
Dm-Upload-Allowed: yes
-Build-Depends: debhelper (>= 8), python, python-setuptools, python-support
+Build-Depends: debhelper (>= 8), python (>= 2.6.6-3~), python-setuptools
Standards-Version: 3.9.1
Homepage: http://www.tryton.org/
Vcs-Browser: http://git.debian-maintainers.org/?p=tryton/tryton-modules-account-invoice-history.git
Vcs-Git: git://git.debian-maintainers.org/git/tryton/tryton-modules-account-invoice-history.git
+X-Python-Version: >= 2.5
Package: tryton-modules-account-invoice-history
Architecture: all
@@ -18,7 +19,6 @@ Depends:
${misc:Depends}, ${python:Depends}, tryton-server (>= 1.8),
tryton-modules-account-invoice (>= 1.8), tryton-modules-party (>= 1.8),
python-pkg-resources
-XB-Python-Version: ${python:Versions}
Description: Tryton Application Platform (Financial and Accounting Module)
Tryton is a high-level general purpose application platform written in Python
and using PostgreSQL as database engine. It is the core base of a complete
diff --git a/debian/pycompat b/debian/pycompat
deleted file mode 100644
index 0cfbf08..0000000
--- a/debian/pycompat
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/debian/pyversions b/debian/pyversions
deleted file mode 100644
index b3dc41e..0000000
--- a/debian/pyversions
+++ /dev/null
@@ -1 +0,0 @@
-2.5-
diff --git a/debian/rules b/debian/rules
index 000210b..e32b791 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,9 @@
#!/usr/bin/make -f
%:
- dh ${@}
+ dh ${@} --with python2
+
+override_dh_auto_clean:
+ dh_auto_clean
+
+ rm -rf *.egg-info
--
tryton-modules-account-invoice-history
More information about the tryton-debian-vcs
mailing list