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
0bd370a2
Commit
0bd370a2
authored
23 years ago
by
Chris Cheney
Browse files
Options
Downloads
Patches
Plain Diff
Yet more Debian changes.
git-svn-id:
http://svn.xiph.org/trunk/ao@1819
0101bb08-14d6-0310-b084-bc0e0c8e3800
parent
c9190658
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
configure.in
+2
-0
2 additions, 0 deletions
configure.in
debian/Makefile.am
+2
-2
2 additions, 2 deletions
debian/Makefile.am
debian/changelog
+1
-0
1 addition, 0 deletions
debian/changelog
debian/control
+2
-2
2 additions, 2 deletions
debian/control
debian/rules
+2
-4
2 additions, 4 deletions
debian/rules
with
9 additions
and
8 deletions
configure.in
+
2
−
0
View file @
0bd370a2
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)
...
...
This diff is collapsed.
Click to expand it.
debian/Makefile.am
+
2
−
2
View file @
0bd370a2
...
...
@@ -3,5 +3,5 @@
AUTOMAKE_OPTIONS
=
foreign
EXTRA_DIST
=
README.Debian changelog control copyright libao-dev.dirs
\
libao-dev.docs libao-dev.files libao
0
.dirs libao
0
.files
\
libao
0
.manpages
libao0.override
rules
libao-dev.docs libao-dev.files libao
2
.dirs libao
2
.files
\
libao
2
.manpages rules
This diff is collapsed.
Click to expand it.
debian/changelog
+
1
−
0
View file @
0bd370a2
libao (0.8.0-1) unstable; urgency=low
* New upstream.
* soname changed to 2.
-- Christopher L Cheney <ccheney@debian.org> Sun, 12 Aug 2001 21:00:00 -0500
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
2
−
2
View file @
0bd370a2
...
...
@@ -8,12 +8,12 @@ Standards-Version: 3.5.6.0
Package: libao-dev
Architecture: any
Section: devel
Depends: libao
0
(= ${Source-Version}), libc6-dev
Depends: libao
2
(= ${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: libao
0
Package: libao
2
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
2
−
4
View file @
0bd370a2
...
...
@@ -44,9 +44,7 @@ install: build
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-indep: build install
binary-arch: build install
dh_testdir
dh_testroot
dh_movefiles
dh_installdocs
dh_installexamples
dh_installman
...
...
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