[xiph-cvs] cvs commit: vorbis/debian changelog control rules
Chris Cheney
calc at xiph.org
Sun Jun 17 18:44:52 PDT 2001
calc 01/06/17 18:44:52
Modified: debian changelog control rules
Log:
Don't you love all the work done on release day. ;) (debian stuff)
Revision Changes Path
1.12 +9 -0 vorbis/debian/changelog
Index: changelog
===================================================================
RCS file: /usr/local/cvsroot/vorbis/debian/changelog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- changelog 2001/02/26 20:45:43 1.11
+++ changelog 2001/06/18 01:44:51 1.12
@@ -1,3 +1,12 @@
+libvorbis (1.0rc1-1) unstable; urgency=low
+
+ * New upstream. (Closes: #84977, #95330)
+ * Upstream says lame at fault. See bug details. (Closes: #98010)
+ * Fixed versioned depends.
+ * Changed clean method to distclean.
+
+ -- Christopher L Cheney <ccheney at debian.org> Sun, 17 Jun 2001 20:00:00 -0500
+
libvorbis (1.0beta4-1) unstable; urgency=low
* New upstream.
1.18 +2 -2 vorbis/debian/control
Index: control
===================================================================
RCS file: /usr/local/cvsroot/vorbis/debian/control,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- control 2001/02/26 05:21:06 1.17
+++ control 2001/06/18 01:44:51 1.18
@@ -2,8 +2,8 @@
Section: libs
Priority: optional
Maintainer: Christopher L Cheney <ccheney at debian.org>
-Build-Depends: debhelper, libogg-dev (>> 1.0beta4)
-Standards-Version: 3.5.2.0
+Build-Depends: debhelper (>> 3.0.0), libogg-dev (>> 1.0rc1)
+Standards-Version: 3.5.5.0
Package: libvorbis-dev
Architecture: any
1.14 +3 -3 vorbis/debian/rules
Index: rules
===================================================================
RCS file: /usr/local/cvsroot/vorbis/debian/rules,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- rules 2001/03/05 05:26:40 1.13
+++ rules 2001/06/18 01:44:51 1.14
@@ -6,7 +6,7 @@
#export DH_VERBOSE=1
# This is the debhelper compatability version to use.
-export DH_COMPAT=2
+export DH_COMPAT=3
configure: configure-stamp
configure-stamp:
@@ -33,7 +33,7 @@
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
- -$(MAKE) clean
+ -$(MAKE) distclean
dh_clean
@@ -58,7 +58,7 @@
dh_movefiles
- dh_installdocs debian/tmp/usr/share/doc/libvorbis-1.0beta4/*
+ dh_installdocs debian/tmp/usr/share/doc/libvorbis-1.0rc1/*
dh_installexamples
dh_installmanpages
dh_installchangelogs
--- >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