[xiph-cvs] cvs commit: ao/debian control rules
Chris Cheney
calc at xiph.org
Fri Nov 10 13:33:57 PST 2000
calc 00/11/10 13:33:57
Modified: debian control rules
Log:
Updated debian dir
Revision Changes Path
1.4 +1 -1 ao/debian/control
Index: control
===================================================================
RCS file: /usr/local/cvsroot/ao/debian/control,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- control 2000/11/09 21:57:45 1.3
+++ control 2000/11/10 21:33:57 1.4
@@ -2,7 +2,7 @@
Section: devel
Priority: optional
Maintainer: Christopher L Cheney <ccheney at debian.org>
-Build-Depends: debhelper
+Build-Depends: debhelper, libasound1-dev, libesd0-dev
Standards-Version: 3.1.1
Package: libao0-dev
1.3 +3 -30 ao/debian/rules
Index: rules
===================================================================
RCS file: /usr/local/cvsroot/ao/debian/rules,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rules 2000/11/09 21:57:45 1.2
+++ rules 2000/11/10 21:33:57 1.3
@@ -8,23 +8,13 @@
# This is the debhelper compatability version to use.
export DH_COMPAT=2
-# shared library versions, option 1
-version=0.0.0
-major=0
-#version=2.0.5
-#major=2
-# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so
-#version=`ls src/.libs/lib*.so.* | \
-# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
-#major=`ls src/.libs/lib*.so.* | \
-# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
-
configure: configure-stamp
configure-stamp:
dh_testdir
# Add here commands to configure the package.
-
- ./autogen.sh --prefix=/usr
+
+ # If compiling cvs version change to ./autogen.sh --prefix=/usr
+ ./configure --prefix=/usr
touch configure-stamp
@@ -63,38 +53,21 @@
# Build architecture-dependent files here.
binary-arch: build install
-# dh_testversion
dh_testdir
dh_testroot
- #
- # build libao${major} package by moving files from libao-dev
- #
-# dh_movefiles -plibao$(major) \
-# usr/lib/libao.so.$(major) \
-# usr/lib/libao.so.$(version)
dh_movefiles
-# dh_installdebconf
dh_installdocs
dh_installexamples
-# dh_installmenu
-# dh_installemacsen
-# dh_installpam
-# dh_installinit
-# dh_installcron
dh_installmanpages
-# dh_installinfo
dh_undocumented
dh_installchangelogs CHANGES
dh_link
dh_strip
dh_compress
dh_fixperms
- # You may want to make some executables suid here.
-# dh_suidregister
dh_makeshlibs
dh_installdeb
-# dh_perl
dh_shlibdeps --exclude=/usr/lib/ao
dh_gencontrol
dh_md5sums
--- >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