tags 439142 + patch thanks Hi,
attached patch fixes #439142. Cheers, Bernd -- Bernd Zeimetz <[EMAIL PROTECTED]> <http://bzed.de/>
diff -Nuwr wondershaper-1.1a.bts/debian/changelog wondershaper-1.1a/debian/changelog --- wondershaper-1.1a.bts/debian/changelog 2007-08-28 23:21:02.000000000 +0200 +++ wondershaper-1.1a/debian/changelog 2007-08-28 23:19:05.000000000 +0200 @@ -1,3 +1,12 @@ +wondershaper (1.1a-5) unstable; urgency=low + + * Installing wondershaper to the appropriate location /usr/sbin + (Closes: #439142) + * Updating Standards-Version in debian/control to the recent version, fixing + a lintian warning + + -- Bernd Zeimetz <[EMAIL PROTECTED]> Tue, 28 Aug 2007 23:18:36 +0200 + wondershaper (1.1a-4) unstable; urgency=low * Patched to remove the bash-isms, works with bash and dash diff -Nuwr wondershaper-1.1a.bts/debian/control wondershaper-1.1a/debian/control --- wondershaper-1.1a.bts/debian/control 2007-08-28 23:21:02.000000000 +0200 +++ wondershaper-1.1a/debian/control 2007-08-28 23:18:22.000000000 +0200 @@ -3,7 +3,7 @@ Priority: extra Maintainer: Vince Mulhollon <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 4.0.0) -Standards-Version: 3.6.1.0 +Standards-Version: 3.7.2 Package: wondershaper Architecture: all diff -Nuwr wondershaper-1.1a.bts/debian/dirs wondershaper-1.1a/debian/dirs --- wondershaper-1.1a.bts/debian/dirs 2007-08-28 23:21:02.000000000 +0200 +++ wondershaper-1.1a/debian/dirs 2007-08-28 23:12:07.000000000 +0200 @@ -1,2 +1 @@ -usr/bin usr/sbin diff -Nuwr wondershaper-1.1a.bts/debian/rules wondershaper-1.1a/debian/rules --- wondershaper-1.1a.bts/debian/rules 2007-08-28 23:21:02.000000000 +0200 +++ wondershaper-1.1a/debian/rules 2007-08-28 23:13:32.000000000 +0200 @@ -57,8 +57,7 @@ # Add here commands to install the package into debian/wondershaper. #$(MAKE) install DESTDIR=$(CURDIR)/debian/wondershaper - mkdir $(CURDIR)/debian/wondershaper/sbin - cp wshaper $(CURDIR)/debian/wondershaper/sbin/wondershaper + cp wshaper $(CURDIR)/debian/wondershaper/usr/sbin/wondershaper # Build architecture-independent files here.