Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libao
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiph.Org
libao
Commits
86bd06d8
Commit
86bd06d8
authored
24 years ago
by
Chris Cheney
Browse files
Options
Downloads
Patches
Plain Diff
Updated debian dir
git-svn-id:
http://svn.xiph.org/trunk/ao@1052
0101bb08-14d6-0310-b084-bc0e0c8e3800
parent
bbfa6829
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/control
+1
-1
1 addition, 1 deletion
debian/control
debian/rules
+3
-30
3 additions, 30 deletions
debian/rules
with
4 additions
and
31 deletions
debian/control
+
1
−
1
View file @
86bd06d8
...
...
@@ -2,7 +2,7 @@ Source: ao
Section: devel
Priority: optional
Maintainer: Christopher L Cheney <ccheney@debian.org>
Build-Depends: debhelper
Build-Depends: debhelper
, libasound1-dev, libesd0-dev
Standards-Version: 3.1.1
Package: libao0-dev
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
3
−
30
View file @
86bd06d8
...
...
@@ -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 @@ binary-indep: build install
# 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment