Lucas, I've removed the bump for debhelper and compat from 5 to 4 (mininum in sbuild, else it would say deprecated).
Thanks -- Marco Rodrigues http://Marco.Tondela.org
diff -u freesweep-0.88/debian/changelog freesweep-0.88/debian/changelog --- freesweep-0.88/debian/changelog +++ freesweep-0.88/debian/changelog @@ -1,3 +1,16 @@ +freesweep (0.88-4.3) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: + + Fix bashism (Closes: #459065). + + Remove DH_COMPAT. + * debian/control: + + Bump Standards-Version to 3.7.3 (no changes needed). + + Add Homepage field. + * Add compat file. + + -- Marco Rodrigues <[EMAIL PROTECTED]> Thu, 24 Jan 2008 22:36:41 +0000 + freesweep (0.88-4.2) unstable; urgency=low * Porter NMU. diff -u freesweep-0.88/debian/control freesweep-0.88/debian/control --- freesweep-0.88/debian/control +++ freesweep-0.88/debian/control @@ -1,8 +1,9 @@ Source: freesweep Section: games Priority: optional -Standards-Version: 3.5.5 -Build-Depends: debhelper (>= 3.0.0), libncurses5-dev, autoconf, autotools-dev +Standards-Version: 3.7.3 +Build-Depends: debhelper (>= 4.0.0), libncurses5-dev, autoconf, autotools-dev +Homepage: http://www.upl.cs.wisc.edu/~hartmann/sweep/ Package: freesweep Architecture: any diff -u freesweep-0.88/debian/rules freesweep-0.88/debian/rules --- freesweep-0.88/debian/rules +++ freesweep-0.88/debian/rules @@ -8,9 +8,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# This is the debhelper compatability version to use. -export DH_COMPAT=3 - CFLAGS = -O2 ifeq "$(findstring debug,$(DEB_BUILD_OPTIONS))" "debug" CFLAGS += -g @@ -20,7 +17,8 @@ build-stamp: dh_testdir - cp /usr/share/misc/config.{sub,guess} . + cp /usr/share/misc/config.sub . + cp /usr/share/misc/config.guess . $(MAKE) config.h.in CFLAGS="$(CFLAGS)" ./configure --prefix=/usr --with-prefsdir=/etc \ --with-scoresdir=/var/games --disable-debug-log --with-ncurses=/usr @@ -32,9 +30,10 @@ dh_testdir dh_testroot rm -f build-stamp - rm -f config.{guess,sub} + rm -f config.guess + rm -f config.sub - -$(MAKE) clean + [ ! -f Makefile ] || $(MAKE) clean dh_clean freesweep.6 only in patch2: unchanged: --- freesweep-0.88.orig/debian/compat +++ freesweep-0.88/debian/compat @@ -0,0 +1 @@ +4