[xiph-commits] r3585 - libcmml/trunk/debian
johnf at svn.annodex.net
johnf at svn.annodex.net
Sat May 3 22:52:53 PDT 2008
Author: johnf
Date: 2008-05-03 22:52:52 -0700 (Sat, 03 May 2008)
New Revision: 3585
Modified:
libcmml/trunk/debian/changelog
libcmml/trunk/debian/compat
libcmml/trunk/debian/control
libcmml/trunk/debian/rules
Log:
update for 0.9.3 debian package
Modified: libcmml/trunk/debian/changelog
===================================================================
--- libcmml/trunk/debian/changelog 2008-05-04 02:28:34 UTC (rev 3584)
+++ libcmml/trunk/debian/changelog 2008-05-04 05:52:52 UTC (rev 3585)
@@ -1,9 +1,18 @@
libcmml (0.9.3-1) unstable; urgency=low
- * New upstream
+ * New upstream.
+ * New maintainer.
+ * Check debian/watch is up to date. closes: #450161
- -- John Ferlito <johnf at inodes.org> Mon, 04 Feb 2008 23:39:02 +1100
+ -- John Ferlito <johnf at inodes.org> Mon, 04 May 2008 12:33:02 +1100
+libcmml (0.9.2-3.2) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * Remove Helvetica.ttf in the clean target (Closes: #441712).
+
+ -- Luk Claes <luk at debian.org> Sat, 02 Feb 2008 11:46:38 +0000
+
libcmml (0.9.2-3.1) unstable; urgency=low
* Porter NMU.
Modified: libcmml/trunk/debian/compat
===================================================================
--- libcmml/trunk/debian/compat 2008-05-04 02:28:34 UTC (rev 3584)
+++ libcmml/trunk/debian/compat 2008-05-04 05:52:52 UTC (rev 3585)
@@ -1 +1 @@
-4
+5
Modified: libcmml/trunk/debian/control
===================================================================
--- libcmml/trunk/debian/control 2008-05-04 02:28:34 UTC (rev 3584)
+++ libcmml/trunk/debian/control 2008-05-04 05:52:52 UTC (rev 3585)
@@ -2,7 +2,7 @@
Section: net
Priority: optional
Maintainer: John Ferlito <johnf at inodes.org>
-Build-Depends: debhelper (>> 4.0.0), libexpat1-dev, doxygen, docbook-to-man
+Build-Depends: debhelper (>> 5.0.0), libexpat1-dev, doxygen, docbook-to-man
Standards-Version: 3.7.3
Package: libcmml1
@@ -33,7 +33,7 @@
Package: cmml-tools
Section: utils
Architecture: any
-Depends: libcmml1 (= ${binary:Version})
+Depends: ${shlibs:Depends}
Recommends: fortune-mod
Description: Continuous Media Markup Language document handling tools
This package contains tools that can be used to work with Continuous Media
Modified: libcmml/trunk/debian/rules
===================================================================
--- libcmml/trunk/debian/rules 2008-05-04 02:28:34 UTC (rev 3584)
+++ libcmml/trunk/debian/rules 2008-05-04 05:52:52 UTC (rev 3585)
@@ -7,6 +7,8 @@
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+CFLAGS = -Wall -g
+
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
else
@@ -46,10 +48,6 @@
rm -f doc/libcmml/latex/doxygen.sty
rm -f doc/libcmml/latex/refman.tex
rm -f doc/cmml-validate.1
- -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
dh_clean
install: build
@@ -61,21 +59,21 @@
chmod 644 examples/cmml-write.c
binary-indep: build install
- dh_testdir
- dh_testroot
- dh_movefiles -i
- dh_installdocs -i -X.svn
- dh_installexamples -i
- dh_installman -i
- dh_installchangelogs -i ChangeLog
- dh_compress -i
- dh_fixperms -i
- dh_installdeb -i
- dh_shlibdeps -i
- dh_gencontrol -i
- dh_md5sums -i
- dh_builddeb -i
-
+# dh_testdir
+# dh_testroot
+# dh_movefiles -i
+# dh_installdocs -i -X.svn
+# dh_installexamples -i
+# dh_installman -i
+# dh_installchangelogs -i ChangeLog
+# dh_compress -i
+# dh_fixperms -i
+# dh_installdeb -i
+# dh_shlibdeps -i
+# dh_gencontrol -i
+# dh_md5sums -i
+# dh_builddeb -i
+#
binary-arch: build install
dh_testdir
dh_testroot
@@ -85,8 +83,7 @@
dh_installman -a
dh_installchangelogs -a ChangeLog
dh_link -a
- dh_strip -a --keep-debug --dbg-package=libcmml1
- rm -rf debian/cmml-tools/usr/lib
+ dh_strip -a --dbg-package=libcmml1-dbg --dbg-package=cmml-tools-dbg
dh_compress -a
dh_fixperms -a
dh_makeshlibs -a
More information about the commits
mailing list