[xiph-commits] r3297 - liboggz/trunk/debian
johnf at svn.annodex.net
johnf at svn.annodex.net
Fri Dec 7 01:59:33 PST 2007
Author: johnf
Date: 2007-12-07 01:59:32 -0800 (Fri, 07 Dec 2007)
New Revision: 3297
Modified:
liboggz/trunk/debian/control
liboggz/trunk/debian/rules
Log:
Some small packaging changes to make lintian happy
Modified: liboggz/trunk/debian/control
===================================================================
--- liboggz/trunk/debian/control 2007-12-07 09:52:26 UTC (rev 3296)
+++ liboggz/trunk/debian/control 2007-12-07 09:59:32 UTC (rev 3297)
@@ -29,7 +29,7 @@
Package: liboggz1-dev
Section: libdevel
Architecture: any
-Depends: liboggz1 (= ${Source-Version}), libc6-dev, libogg-dev
+Depends: liboggz1 (= ${source:Version}), libc6-dev, libogg-dev
Provides: liboggz-dev
Conflicts: liboggz-dev
Description: convenience interface for Ogg stream I/O (development files)
@@ -53,7 +53,7 @@
Package: liboggz1-dbg
Section: libdevel
Architecture: any
-Depends: liboggz1 (= ${Source-Version})
+Depends: liboggz1 (= ${source:Version})
Description: convenience interface for Ogg stream I/O debugging symbols
Oggz provides a simple programming interface for reading and writing
Ogg files and streams.
Modified: liboggz/trunk/debian/rules
===================================================================
--- liboggz/trunk/debian/rules 2007-12-07 09:52:26 UTC (rev 3296)
+++ liboggz/trunk/debian/rules 2007-12-07 09:59:32 UTC (rev 3297)
@@ -42,8 +42,8 @@
clean:
dh_testdir
dh_testroot
- rm -f build-stamp
- -$(MAKE) distclean
+ rm -f build-stamp
+ [ ! -f Makefile ] || $(MAKE) distclean
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
cp -f /usr/share/misc/config.sub config.sub
endif
More information about the commits
mailing list