diff -u roundup-1.4.4/debian/rules roundup-1.4.4/debian/rules --- roundup-1.4.4/debian/rules +++ roundup-1.4.4/debian/rules @@ -16,9 +16,6 @@ DEB_PYTHON_SYSTEM=pycentral -DEB_PYTHON_VERSIONS=all - - include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk include /usr/share/cdbs/1/rules/dpatch.mk @@ -32,6 +29,20 @@ perl debian/dh_installoverrides rm -f $(DOC)/*.1 + : # Replace all '#!' calls to python with /usr/bin/python + : # and make them executable + for i in `find debian/roundup -type f`; do \ + sed '1s,#!.*python[^ ]*\(.*\),#! /usr/bin/python\1,' \ + $$i > $$i.temp; \ + if cmp --quiet $$i $$i.temp; then \ + rm -f $$i.temp; \ + else \ + mv -f $$i.temp $$i; \ + chmod 755 $$i; \ + echo "fixed interpreter: $$i"; \ + fi; \ + done + clean:: rm -fr build home diff -u roundup-1.4.4/debian/control roundup-1.4.4/debian/control --- roundup-1.4.4/debian/control +++ roundup-1.4.4/debian/control @@ -2,7 +2,8 @@ Section: web Priority: optional Build-Depends: python (>= 2.4), debhelper (>= 5.0.37.2), dpatch, python-central (>= 0.5), cdbs -Maintainer: Toni Mueller +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Toni Mueller XS-Python-Version: 2.4, 2.5 Standards-Version: 3.8.0 diff -u roundup-1.4.4/debian/changelog roundup-1.4.4/debian/changelog --- roundup-1.4.4/debian/changelog +++ roundup-1.4.4/debian/changelog @@ -1,3 +1,10 @@ +roundup (1.4.4-3ubuntu1) jaunty; urgency=low + + * Merge from debian unstable, remaining changes: LP: #325751 + - Do not use the versioned interpreter for the scripts. + + -- Bhavani Shankar Thu, 05 Feb 2009 19:55:18 +0530 + roundup (1.4.4-3) unstable; urgency=medium * fixing compatibility with PostgreSQL 8.3 (closes: #510342) @@ -7,6 +14,15 @@ -- Toni Mueller Mon, 19 Jan 2009 01:03:47 +0100 +roundup (1.4.4-2ubuntu1) jaunty; urgency=low + + * Merge from debian unstable (LP: #296188), remaining changes: + - Do not use the versioned interpreter for the scripts. + - debian/roundup.init: Create /var/run/roundup at startup, as /var/run is + a tmpfs. + + -- Iulian Udrea Wed, 05 Nov 2008 04:53:42 +0000 + roundup (1.4.4-2) unstable; urgency=low * corrected a packaging error -> non-native package @@ -18,6 +34,15 @@ -- Toni Mueller Sun, 20 Jul 2008 19:24:51 +0200 +roundup (1.4.4-1.1ubuntu1) intrepid; urgency=low + + * Merge from debian unstable, remaining changes: + - Do not use the versioned interpreter for the scripts. + - Create /var/run/roundup at startup, as /var/run is a tmpfs. + - Update maintainer field in debian/control. + + -- William Grant Thu, 26 Jun 2008 13:02:55 +1000 + roundup (1.4.4-1.1) unstable; urgency=high * Non-maintainer upload by the Security Team. @@ -44,6 +69,32 @@ -- Toni Mueller Wed, 2 Jan 2008 22:42:57 +0100 +roundup (1.3.3-3.1ubuntu1) hardy; urgency=low + + * Merge from Debian unstable. Remaining Ubuntu changes: + - Do not use the versioned interpreter for the scripts + - Update maintainer field in debian/control + * debian/roundup.init: Create /var/run/roundup on startup, as /var/run is a + tmpfs. (LP #129995) + + -- William Grant Sat, 05 Apr 2008 12:48:30 +1100 + +roundup (1.3.3-3.1) unstable; urgency=high + + * Non-maintainer upload by the Security Team. + * Add 10_CVE-2008-1474.dpatch to fix several cross-site scripting + issues via unescaped user input (Closes: #472643). + + -- Nico Golde Wed, 02 Apr 2008 13:29:23 +0200 + +roundup (1.3.3-3ubuntu1) gutsy; urgency=low + + * Merge from Debian unstable. Remaining Ubuntu changes: + - Do not use the versioned interpreter for the scripts + - Update maintainer field in debian/control + + -- Andrea Veri Mon, 11 Jun 2007 11:30:55 +0200 + roundup (1.3.3-3) unstable; urgency=low * fixed uid bug again (the fix in 1.3.3-2 was non-functional) @@ -67,6 +118,14 @@ -- Toni Mueller Sun, 4 Mar 2007 00:55:33 +0100 +roundup (1.2.1-9ubuntu1) feisty; urgency=low + + * Merge from Debian unstable, remaining changes: + - Do not use the versioned interpreter for the scripts + - Update maintainer field in debian/control + + -- Luca Falavigna Sun, 8 Apr 2007 02:44:41 +0200 + roundup (1.2.1-9) unstable; urgency=low * make packaging scripts more tolerant (closes: #414973) @@ -92,6 +151,18 @@ -- Toni Mueller Sat, 3 Mar 2007 12:17:08 +0100 +roundup (1.2.1-5ubuntu1) feisty; urgency=low + + * Do not use the versioned interpreter for the scripts. + + -- Matthias Klose Mon, 15 Jan 2007 13:14:39 +0100 + +roundup (1.2.1-5build1) feisty; urgency=low + + * Rebuild for python2.5 as the default python version. + + -- Matthias Klose Fri, 12 Jan 2007 13:25:26 +0000 + roundup (1.2.1-5) unstable; urgency=medium * fixed configuration and service files (closes: #398226)