[tryton-debian-vcs] tryton-modules-timesheet branch debian-squeeze-1.8 created. 54c4b51c7a922af04ba4b24679afab5082479888

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Nov 27 17:12:43 UTC 2013


The following commit has been merged in the debian-squeeze-1.8 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-timesheet.git;a=commitdiff;h=54c4b51c7a922af04ba4b24679afab5082479888
commit 54c4b51c7a922af04ba4b24679afab5082479888
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Sep 20 13:08:35 2011 +0200

    Releasing debian version 1.8.0-0~60squeeze1.

diff --git a/debian/changelog b/debian/changelog
index 29358c7..e164d33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-modules-timesheet (1.8.0-0~60squeeze1) squeeze-backports-1.8; urgency=low
+
+  * Moving from deprecated python-support to dh_python2.
+  * Rebuilding for squeeze-backports-1.8.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Mon, 19 Sep 2011 19:33:04 +0200
+
 tryton-modules-timesheet (1.8.0-2) unstable; urgency=low
 
   * Changing my email address.
commit 10ffe11f5ab830da622e4af727b2aa8289838d62
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Sep 20 12:59:33 2011 +0200

    Moving from deprecated python-support to dh_python2.

diff --git a/debian/control b/debian/control
index b4b61c6..a7241fd 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-timesheet.git
 Vcs-Git: git://git.debian-maintainers.org/git/tryton/tryton-modules-timesheet.git
+X-Python-Version: >= 2.5
 
 Package: tryton-modules-timesheet
 Architecture: all
@@ -18,7 +19,6 @@ Depends:
  ${misc:Depends}, ${python:Depends}, tryton-server (>= 1.8),
  tryton-modules-company (>= 1.8), tryton-modules-company-work-time (>= 1.8),
  python-pkg-resources
-XB-Python-Version: ${python:Versions}
 Description: Tryton Application Platform (Timesheet 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-timesheet



More information about the tryton-debian-vcs mailing list