[xiph-cvs] cvs commit: ao/debian changelog rules
Chris Cheney
calc at xiph.org
Fri Oct 10 20:50:47 PDT 2003
calc 03/10/10 23:50:47
Modified: debian changelog rules
Log:
debian packaging updates for 0.8.4-1
Revision Changes Path
1.30 +1 -1 ao/debian/changelog
Index: changelog
===================================================================
RCS file: /usr/local/cvsroot/ao/debian/changelog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- changelog 3 Sep 2003 04:26:37 -0000 1.29
+++ changelog 11 Oct 2003 03:50:47 -0000 1.30
@@ -2,7 +2,7 @@
* New upstream.
- -- Christopher L Cheney <ccheney at debian.org> Tue, 2 Sep 2003 22:30:00 -0500
+ -- Christopher L Cheney <ccheney at debian.org> Fri, 10 Oct 2003 23:00:00 -0500
libao (0.8.3-1.1) unstable; urgency=low
<p><p>1.20 +7 -3 ao/debian/rules
Index: rules
===================================================================
RCS file: /usr/local/cvsroot/ao/debian/rules,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- rules 3 Sep 2003 05:09:24 -0000 1.19
+++ rules 11 Oct 2003 03:50:47 -0000 1.20
@@ -53,9 +53,13 @@
build-arch: build-arch-stamp
build-arch-stamp: configure-stamp
- cd $(objdir) && \
- $(MAKE)
-
+ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+ cd $(objdir) && \
+ $(MAKE) debug
+else
+ cd $(objdir) && \
+ $(MAKE)
+endif
touch build-arch-stamp
build-indep: build-indep-stamp
<p><p>--- >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