diff -u wmlongrun-0.3.0-pre1/debian/changelog wmlongrun-0.3.0-pre1/debian/changelog --- wmlongrun-0.3.0-pre1/debian/changelog +++ wmlongrun-0.3.0-pre1/debian/changelog @@ -1,3 +1,23 @@ +wmlongrun (0.3.0-pre1-4.3) unstable; urgency=medium + + * Non-maintainer upload. + * Migrated DH level to 9 to avoid a FTBFS. (Closes: #800189) + * Used the autotools-dev to fix FTBFS in some architectures. Thanks to + Erwan Prioul and ravi + for the patches (used the Erwan's patch). + (Closes: #535744, #761262, #769281) + * debian/compat: added. + * debian/control: + - Added the ${misc:Depends} variable to provide the right install + dependencies. + - Bumped Standards-Version to 3.9.6. + - Removed the leading article from short description. + * debian/copyright: fixed an 'obsolete-national-encoding' (lintian) in + line 1. + * debian/rules: removed the DH_COMPAT variable. + + -- Joao Eriberto Mota Filho Sat, 26 Dec 2015 02:44:04 -0200 + wmlongrun (0.3.0-pre1-4.2) unstable; urgency=low * Non-maintainer upload. diff -u wmlongrun-0.3.0-pre1/debian/control wmlongrun-0.3.0-pre1/debian/control --- wmlongrun-0.3.0-pre1/debian/control +++ wmlongrun-0.3.0-pre1/debian/control @@ -2,13 +2,13 @@ Section: x11 Priority: optional Maintainer: Francois Gurin -Build-Depends: debhelper (>> 3.0.0), libx11-dev, libxext-dev, libxpm-dev, libxt-dev -Standards-Version: 3.6.1.1 +Build-Depends: debhelper (>= 9), libx11-dev, libxext-dev, libxpm-dev, libxt-dev, autotools-dev +Standards-Version: 3.9.6 Package: wmlongrun Architecture: any -Depends: ${shlibs:Depends} -Description: A program to monitor longrun status +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: program to monitor longrun status WMLongRun is a program to monitor LongRun. It displays the current LongRun(tm) settings and status: the frequency, the LongRun(tm) flags (performance or economy), and the performance level (expressed as a diff -u wmlongrun-0.3.0-pre1/debian/copyright wmlongrun-0.3.0-pre1/debian/copyright --- wmlongrun-0.3.0-pre1/debian/copyright +++ wmlongrun-0.3.0-pre1/debian/copyright @@ -1,4 +1,4 @@ -This package was debianized by Søren Boll Overgaard on +This package was debianized by Søren Boll Overgaard on Mon, 10 Jun 2002 21:06:02 +0200. It was downloaded from http://www.sh.rim.or.jp/~ssato/dockapp/index.shtml diff -u wmlongrun-0.3.0-pre1/debian/rules wmlongrun-0.3.0-pre1/debian/rules --- wmlongrun-0.3.0-pre1/debian/rules +++ wmlongrun-0.3.0-pre1/debian/rules @@ -6,7 +6,7 @@ #export DH_VERBOSE=1 # This is the debhelper compatibility version to use. -export DH_COMPAT=3 +#export DH_COMPAT=3 # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) @@ -23,6 +23,7 @@ config.status: configure dh_testdir + dh_autotools-dev_updateconfig # Add here commands to configure the package. ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info @@ -44,14 +45,15 @@ rm -f build-stamp # Add here commands to clean up after the build process. - ./configure - -$(MAKE) distclean - -test -r /usr/share/misc/config.sub && \ - cp -f /usr/share/misc/config.sub config.sub - -test -r /usr/share/misc/config.guess && \ - cp -f /usr/share/misc/config.guess config.guess - +# ./configure +# -$(MAKE) distclean +# -test -r /usr/share/misc/config.sub && \ +# cp -f /usr/share/misc/config.sub config.sub +# -test -r /usr/share/misc/config.guess && \ +# cp -f /usr/share/misc/config.guess config.guess + [ -f Makefile ] && $(MAKE) distclean || true + dh_autotools-dev_restoreconfig dh_clean install: build only in patch2: unchanged: --- wmlongrun-0.3.0-pre1.orig/debian/compat +++ wmlongrun-0.3.0-pre1/debian/compat @@ -0,0 +1 @@ +9