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 kwave-0.7.10/debian/changelog kwave-0.7.10/debian/changelog
--- kwave-0.7.10/debian/changelog
+++ kwave-0.7.10/debian/changelog
@@ -1,3 +1,16 @@
+kwave (0.7.10-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules:
+    + Fix bashism (Closes: #459104).
+  * debian/control:
+    + Bump Standards-Version to 3.7.3 (no changes needed).
+    + Add Homepage field.
+  * debian/menu:
+    + Change Apps to Applications.
+
+ -- Marco Rodrigues <[EMAIL PROTECTED]>  Thu, 24 Jan 2008 20:43:49 +0000
+
 kwave (0.7.10-1) unstable; urgency=low
 
   * New upstream version.
diff -u kwave-0.7.10/debian/menu kwave-0.7.10/debian/menu
--- kwave-0.7.10/debian/menu
+++ kwave-0.7.10/debian/menu
@@ -1,6 +1,6 @@
 ?package(kwave): \
        needs="X11" \
-       section="Apps/Sound" \
+       section="Applications/Sound" \
         hints="KDE" \
         kderemove="y" \
        title="Kwave" \
diff -u kwave-0.7.10/debian/control kwave-0.7.10/debian/control
--- kwave-0.7.10/debian/control
+++ kwave-0.7.10/debian/control
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Bertrand Songis <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>> 4.0), automake1.7, autoconf, autotools-dev, perl, 
imagemagick, recode, textutils, libid3-3.8.3-dev (>= 3.8.3-4.2), 
libaudiofile-dev, libogg-dev, libvorbis-dev (>= 1.0.0-2), libflac++-dev (>= 
1.1.4-1), libmad0-dev, libgsl0-dev, kdemultimedia-dev (>= 4:3.4.2-1), poxml, 
debianutils (>= 1.13.1), dpatch, cmake 
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
+Homepage: http://kwave.sourceforge.net
 
 Package: kwave
 Architecture: any
@@ -29 +29,0 @@
-  Homepage: http://kwave.sourceforge.net
diff -u kwave-0.7.10/debian/rules kwave-0.7.10/debian/rules
--- kwave-0.7.10/debian/rules
+++ kwave-0.7.10/debian/rules
@@ -46,7 +46,7 @@
 debian-clean:
        dh_testdir
        dh_testroot
-       -$(MAKE) clean
+       [ ! -f Makefile ] || $(MAKE) clean
        -rm -rf build
        -rm -f debian/debiandirs
        -rm -f *-stamp
@@ -71,8 +71,11 @@
        rm -f $(CURDIR)/debian/kwave/usr/lib/*.la
 
        # Remove shlib symlinks
-       rm $(CURDIR)/debian/kwave/usr/lib/libkwave.{so,so.0}
-       rm $(CURDIR)/debian/kwave/usr/lib/libkwavegui.{so,so.0}
+       for i in kwave kwavegui ; do \
+               for j in so so.0 ; do \
+                       $(RM) $(CURDIR)/debian/kwave/usr/lib/lib$$i.$$j ;\
+               done ;\
+       done
        mv $(CURDIR)/debian/kwave/usr/lib/libkwave.so.0.* 
$(CURDIR)/debian/kwave/usr/lib/libkwave.so.0
        mv $(CURDIR)/debian/kwave/usr/lib/libkwavegui.so.0.* 
$(CURDIR)/debian/kwave/usr/lib/libkwavegui.so.0
 

Reply via email to