On 28 February 2015 at 03:20, gustavo panizzo (gfa) <g...@zumbi.com.ar> wrote:
> > http://git.zumbi.com.ar/apt/experimental/python-watchdog_0.7.0-2.dsc > or > > > http://mentors.debian.net/debian/pool/main/p/python-watchdog/python-watchdog_0.7.0-2.dsc > > > watchmedo script won't work with argh-0.26, i will update python-watch > to 0.8.3 hopefully it will work without patches > Ok, so I guess I should wait for 0.8.3 before uploading to Debian? Some suggested changes to fix minor issues: diff -ruN --exclude '*.bak' python-watchdog-0.7.0.orig/debian/python3-watchdog.install python-watchdog-0.7.0/debian/python3-watchdog.install --- python-watchdog-0.7.0.orig/debian/python3-watchdog.install 2015-02-03 03:17:18.000000000 +1100 +++ python-watchdog-0.7.0/debian/python3-watchdog.install 2015-03-03 11:12:03.139917400 +1100 @@ -1,2 +1 @@ -debian/tmp/usr/lib/python3* debian/tmp/usr/bin/watchmedo3 diff -ruN --exclude '*.bak' python-watchdog-0.7.0.orig/debian/python-watchdog.install python-watchdog-0.7.0/debian/python-watchdog.install --- python-watchdog-0.7.0.orig/debian/python-watchdog.install 2015-02-03 03:15:40.000000000 +1100 +++ python-watchdog-0.7.0/debian/python-watchdog.install 2015-03-03 11:12:05.763855494 +1100 @@ -1,2 +1 @@ -debian/tmp/usr/lib/python2* debian/tmp/usr/bin/watchmedo diff -ruN --exclude '*.bak' python-watchdog-0.7.0.orig/debian/rules python-watchdog-0.7.0/debian/rules --- python-watchdog-0.7.0.orig/debian/rules 2015-02-03 03:23:41.000000000 +1100 +++ python-watchdog-0.7.0/debian/rules 2015-03-03 11:12:17.787571871 +1100 @@ -26,7 +26,7 @@ override_dh_install: cp debian/tmp/usr/bin/watchmedo debian/tmp/usr/bin/watchmedo3 - sed -i 's#/usr/bin/python[2-3]#/usr/bin/python2#' debian/tmp/usr/bin/watchmedo + sed -i 's#/usr/bin/python[2-3]#/usr/bin/python#' debian/tmp/usr/bin/watchmedo sed -i 's#/usr/bin/python[2-3]#/usr/bin/python3#' debian/tmp/usr/bin/watchmedo3 dh_install -O--buildsystem=pybuild diff -ruN --exclude '*.bak' python-watchdog-0.7.0.orig/debian/watch python-watchdog-0.7.0/debian/watch --- python-watchdog-0.7.0.orig/debian/watch 2014-01-27 00:29:41.000000000 +1100 +++ python-watchdog-0.7.0/debian/watch 2015-03-03 11:12:33.987189883 +1100 @@ -1,3 +1,3 @@ version=3 -http://pypi.python.org/packages/source/w/watchdog watchdog-(.*).tar.gz - +opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ + http://pypi.debian.net/watchdog/watchdog-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) Thanks -- Brian May <br...@microcomaustralia.com.au>