diff -Nru python-regex-0.1.20141024/debian/changelog python-regex-0.1.20141024/debian/changelog --- python-regex-0.1.20141024/debian/changelog 2014-10-26 10:01:03.000000000 +0000 +++ python-regex-0.1.20141024/debian/changelog 2014-11-22 10:48:01.000000000 +0000 @@ -1,3 +1,19 @@ +python-regex (0.1.20141024-3) unstable; urgency=medium + + * debian/control + - add Pre-Depends to have the correct version of dpkg needed for the + mainscript to operate properly; thanks to Niels Thykier + + -- Sandro Tosi Sat, 22 Nov 2014 10:47:58 +0000 + +python-regex (0.1.20141024-2) unstable; urgency=medium + + * debian/*.maintscript + - properly handle the doc directories switch to symlinks; thanks to Andreas + Beckmann for the report; Closes: #768238 + + -- Sandro Tosi Fri, 21 Nov 2014 23:53:10 +0000 + python-regex (0.1.20141024-1) unstable; urgency=medium * New upstream release diff -Nru python-regex-0.1.20141024/debian/control python-regex-0.1.20141024/debian/control --- python-regex-0.1.20141024/debian/control 2014-10-26 09:48:48.000000000 +0000 +++ python-regex-0.1.20141024/debian/control 2014-11-22 10:46:55.000000000 +0000 @@ -25,6 +25,7 @@ Section: debug Priority: extra Architecture: any +Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, python-all-dbg, python-regex (= ${binary:Version}) Description: alternative regular expression module (debug extension) This new regex implementation is intended eventually to replace Python's @@ -37,6 +38,7 @@ Package: python3-regex Architecture: any +Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends} Description: alternative regular expression module (Python 3) This new regex implementation is intended eventually to replace Python's @@ -51,6 +53,7 @@ Section: debug Priority: extra Architecture: any +Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, python3-all-dbg, python3-regex (= ${binary:Version}) Description: alternative regular expression module (Python 3 debug extension) This new regex implementation is intended eventually to replace Python's diff -Nru python-regex-0.1.20141024/debian/python3-regex-dbg.maintscript python-regex-0.1.20141024/debian/python3-regex-dbg.maintscript --- python-regex-0.1.20141024/debian/python3-regex-dbg.maintscript 1970-01-01 01:00:00.000000000 +0100 +++ python-regex-0.1.20141024/debian/python3-regex-dbg.maintscript 2014-11-21 23:53:00.000000000 +0000 @@ -0,0 +1 @@ +dir_to_symlink /usr/share/doc/python3-regex-dbg python-regex diff -Nru python-regex-0.1.20141024/debian/python3-regex.maintscript python-regex-0.1.20141024/debian/python3-regex.maintscript --- python-regex-0.1.20141024/debian/python3-regex.maintscript 1970-01-01 01:00:00.000000000 +0100 +++ python-regex-0.1.20141024/debian/python3-regex.maintscript 2014-11-21 23:53:00.000000000 +0000 @@ -0,0 +1 @@ +dir_to_symlink /usr/share/doc/python3-regex python-regex diff -Nru python-regex-0.1.20141024/debian/python-regex-dbg.maintscript python-regex-0.1.20141024/debian/python-regex-dbg.maintscript --- python-regex-0.1.20141024/debian/python-regex-dbg.maintscript 1970-01-01 01:00:00.000000000 +0100 +++ python-regex-0.1.20141024/debian/python-regex-dbg.maintscript 2014-11-21 23:53:00.000000000 +0000 @@ -0,0 +1 @@ +dir_to_symlink /usr/share/doc/python-regex-dbg python-regex