diff -u gwakeonlan-0.5.1/debian/changelog gwakeonlan-0.5.1/debian/changelog --- gwakeonlan-0.5.1/debian/changelog +++ gwakeonlan-0.5.1/debian/changelog @@ -1,3 +1,14 @@ +gwakeonlan (0.5.1-1.1ubuntu0.1) xenial; urgency=medium + + * Stable Release Update: (LP: #1513567) + The previous package was empty due to a packaging error, this update uses + the packaging from version 0.5.1-1.2, this includes: + - drop cdbs + - use setuptools + - use compat level 9 + + -- Andreas Moog Fri, 26 May 2017 15:32:37 +0200 + gwakeonlan (0.5.1-1.1) unstable; urgency=medium * Non-maintainer upload. diff -u gwakeonlan-0.5.1/debian/compat gwakeonlan-0.5.1/debian/compat --- gwakeonlan-0.5.1/debian/compat +++ gwakeonlan-0.5.1/debian/compat @@ -1 +1 @@ -7 +9 diff -u gwakeonlan-0.5.1/debian/control gwakeonlan-0.5.1/debian/control --- gwakeonlan-0.5.1/debian/control +++ gwakeonlan-0.5.1/debian/control @@ -1,10 +1,11 @@ Source: gwakeonlan Section: net Priority: optional -Maintainer: Fabio Castelli +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Fabio Castelli Uploaders: Python Applications Packaging Team Standards-Version: 3.9.1 -Build-Depends: cdbs (>= 0.4.49), python (>= 2.5), debhelper (>= 7), dh-python +Build-Depends: python (>= 2.5), debhelper (>= 9), dh-python, python-setuptools Homepage: http://code.google.com/p/gwakeonlan/ Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/gwakeonlan/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/gwakeonlan/trunk/ diff -u gwakeonlan-0.5.1/debian/rules gwakeonlan-0.5.1/debian/rules --- gwakeonlan-0.5.1/debian/rules +++ gwakeonlan-0.5.1/debian/rules @@ -3,8 +3,4 @@ -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/python-distutils.mk - DEB_PYTHON_INSTALL_ARGS_ALL += --install-lib=/usr/share/gwakeonlan -clean:: - rm -rf build/ - +%: + dh $@ --with python2 --buildsystem=pybuild