[xiph-cvs] cvs commit: ao/debian Makefile.am changelog control rules
Chris Cheney
calc at xiph.org
Sun Aug 12 18:57:33 PDT 2001
calc 01/08/12 18:57:33
Modified: . configure.in
debian Makefile.am changelog control rules
Log:
Yet more Debian changes.
Revision Changes Path
1.25 +2 -0 ao/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ao/configure.in,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- configure.in 2001/08/10 00:30:11 1.24
+++ configure.in 2001/08/13 01:57:32 1.25
@@ -1,4 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
+AC_PREREQ(2.50)
+
AC_INIT(src/audio_out.c)
AM_INIT_AUTOMAKE(libao,0.8.0)
1.6 +2 -2 ao/debian/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ao/debian/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile.am 2001/08/13 01:27:37 1.5
+++ Makefile.am 2001/08/13 01:57:33 1.6
@@ -3,5 +3,5 @@
AUTOMAKE_OPTIONS = foreign
EXTRA_DIST = README.Debian changelog control copyright libao-dev.dirs\
- libao-dev.docs libao-dev.files libao0.dirs libao0.files \
- libao0.manpages libao0.override rules
+ libao-dev.docs libao-dev.files libao2.dirs libao2.files \
+ libao2.manpages rules
1.14 +1 -0 ao/debian/changelog
Index: changelog
===================================================================
RCS file: /usr/local/cvsroot/ao/debian/changelog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- changelog 2001/08/13 01:27:37 1.13
+++ changelog 2001/08/13 01:57:33 1.14
@@ -1,6 +1,7 @@
libao (0.8.0-1) unstable; urgency=low
* New upstream.
+ * soname changed to 2.
-- Christopher L Cheney <ccheney at debian.org> Sun, 12 Aug 2001 21:00:00 -0500
1.18 +2 -2 ao/debian/control
Index: control
===================================================================
RCS file: /usr/local/cvsroot/ao/debian/control,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- control 2001/08/13 01:27:37 1.17
+++ control 2001/08/13 01:57:33 1.18
@@ -8,12 +8,12 @@
Package: libao-dev
Architecture: any
Section: devel
-Depends: libao0 (= ${Source-Version}), libc6-dev
+Depends: libao2 (= ${Source-Version}), libc6-dev
Description: Cross Platform Audio Output Library Development
The libao-devel package contains the header files and documentation
needed to develop applications with libao.
-Package: libao0
+Package: libao2
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
1.9 +2 -4 ao/debian/rules
Index: rules
===================================================================
RCS file: /usr/local/cvsroot/ao/debian/rules,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- rules 2001/08/06 19:24:50 1.8
+++ rules 2001/08/13 01:57:33 1.9
@@ -44,9 +44,7 @@
dh_installdirs
# Add here commands to install the package into debian/tmp.
- $(MAKE) install DESTDIR=`pwd`/debian/tmp
- install -d $(CURDIR)/debian/tmp/usr/share/lintian/overrides
- install -m 644 debian/libao0.override $(CURDIR)/debian/tmp/usr/share/lintian/overrides/libao0
+ $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
# Build architecture-independent files here.
binary-indep: build install
@@ -56,8 +54,8 @@
binary-arch: build install
dh_testdir
dh_testroot
-
dh_movefiles
+
dh_installdocs
dh_installexamples
dh_installman
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list