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
52ac3365
Commit
52ac3365
authored
22 years ago
by
Chris Cheney
Browse files
Options
Downloads
Patches
Plain Diff
debian packaging updates
git-svn-id:
http://svn.xiph.org/trunk/ao@3593
0101bb08-14d6-0310-b084-bc0e0c8e3800
parent
f7280908
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+7
-4
7 additions, 4 deletions
debian/changelog
debian/control
+1
-1
1 addition, 1 deletion
debian/control
debian/rules
+1
-5
1 addition, 5 deletions
debian/rules
with
9 additions
and
10 deletions
debian/changelog
+
7
−
4
View file @
52ac3365
...
@@ -2,12 +2,13 @@ libao (0.8.3-1) unstable; urgency=low
...
@@ -2,12 +2,13 @@ libao (0.8.3-1) unstable; urgency=low
* New upstream.
* New upstream.
-- Christopher L Cheney <ccheney@debian.org> T
ue, 2
Jul 2002
22
:00:00 -0500
-- Christopher L Cheney <ccheney@debian.org> T
hu, 11
Jul 2002
15
:00:00 -0500
libao (0.8.2-1) unstable; urgency=low
libao (0.8.2-1) unstable; urgency=low
* New upstream. (Closes: #110858)
* New upstream. (Closes: #110858)
* Changed to building alsa 0.9.x plugin instead of obsolete 0.5.x (Closes: #103787)
* Changed to building alsa 0.9.x plugin instead of obsolete 0.5.x (Closes:
#103787)
* added autotools target (config.* updater) to rules
* added autotools target (config.* updater) to rules
-- Christopher L Cheney <ccheney@debian.org> Mon, 24 Dec 2001 11:00:00 -0600
-- Christopher L Cheney <ccheney@debian.org> Mon, 24 Dec 2001 11:00:00 -0600
...
@@ -15,7 +16,8 @@ libao (0.8.2-1) unstable; urgency=low
...
@@ -15,7 +16,8 @@ libao (0.8.2-1) unstable; urgency=low
libao (0.8.1-1) unstable; urgency=high
libao (0.8.1-1) unstable; urgency=high
* New upstream.
* New upstream.
* Plugin dir changed. (Closes: #109071, #109532, #108750, #108755, #108790, #109383, #109877, #109383)
* Plugin dir changed. (Closes: #109071, #109532, #108750, #108755, #108790,
#109383, #109877, #109383)
-- Christopher L Cheney <ccheney@debian.org> Wed, 22 Aug 2001 23:00:00 -0500
-- Christopher L Cheney <ccheney@debian.org> Wed, 22 Aug 2001 23:00:00 -0500
...
@@ -52,7 +54,8 @@ libao (0.5.0-3) unstable; urgency=low
...
@@ -52,7 +54,8 @@ libao (0.5.0-3) unstable; urgency=low
libao (0.5.0-2) unstable; urgency=low
libao (0.5.0-2) unstable; urgency=low
* Fixed Build-Depends for archs that do not have libasound1-dev (closes: #78097)
* Fixed Build-Depends for archs that do not have libasound1-dev (closes:
#78097)
* Renamed development library package
* Renamed development library package
-- Christopher L Cheney <ccheney@debian.org> Sat, 3 Feb 2001 12:30:52 -0600
-- Christopher L Cheney <ccheney@debian.org> Sat, 3 Feb 2001 12:30:52 -0600
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
52ac3365
...
@@ -2,7 +2,7 @@ Source: libao
...
@@ -2,7 +2,7 @@ Source: libao
Section: libs
Section: libs
Priority: optional
Priority: optional
Maintainer: Christopher L Cheney <ccheney@debian.org>
Maintainer: Christopher L Cheney <ccheney@debian.org>
Build-Depends: debhelper (>> 4.0.0), libarts-dev, libasound2-dev, libesd0-dev,
autotools-dev, devscripts
Build-Depends:
autotools-dev,
debhelper (>> 4.0.0),
devscripts,
libarts-dev, libasound2-dev, libesd0-dev,
gawk
Standards-Version: 3.5.6.0
Standards-Version: 3.5.6.0
Package: libao2
Package: libao2
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
5
View file @
52ac3365
...
@@ -29,15 +29,11 @@ configure: configure-stamp
...
@@ -29,15 +29,11 @@ configure: configure-stamp
configure-stamp:
configure-stamp:
dh_testdir
dh_testdir
# CVS does not have configure
#if test ! -f configure; then \
./autogen.sh ;\
fi
# make build directory
# make build directory
mkdir $(objdir)
mkdir $(objdir)
# run configure with build tree $(objdir)
# run configure with build tree $(objdir)
# change ../configure to ../autogen.sh for CVS build
cd $(objdir) && \
cd $(objdir) && \
../configure --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) \
../configure --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) \
--prefix=/usr
--prefix=/usr
...
...
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