[xiph-cvs] cvs commit: vorbis-tools/debian changelog control rules
Chris Cheney
calc at xiph.org
Sun Jun 17 19:07:47 PDT 2001
calc 01/06/17 19:07:47
Modified: debian changelog
debian changelog control rules
Log:
Finally done with updates to debian stuff (i think)
Revision Changes Path
1.5 +1 -0 vorbis-python/debian/changelog
Index: changelog
===================================================================
RCS file: /usr/local/cvsroot/vorbis-python/debian/changelog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- changelog 2001/06/18 01:50:36 1.4
+++ changelog 2001/06/18 02:07:46 1.5
@@ -1,6 +1,7 @@
pyvorbis (0.3-1) unstable; urgency=low
* New upstream.
+ * Fixed versioned depends.
-- Christopher L Cheney <ccheney at debian.org> Sun, 17 Jun 2001 20:00:00 -0500
1.8 +12 -0 vorbis-tools/debian/changelog
Index: changelog
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/debian/changelog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- changelog 2001/02/26 20:45:44 1.7
+++ changelog 2001/06/18 02:07:46 1.8
@@ -1,3 +1,15 @@
+vorbis-tools (1.0rc1-1) unstable; urgency=low
+
+ * New upstream. (Closes: #87697, #87907, #98937)
+ * Fixed versioned depends. (Closes: #88561, #89772)
+ * Changed clean method to distclean. (Closes: #96775)
+ * Updated description. (Closes: #88573)
+ * debian dir is maintained in upstream cvs. (Closes: #96773)
+ * Updated manpage for upstream. (Closes: #90873, #92229)
+ * Applied patch for randomize ogg123 for upstream (Closes: #84336, #98945)
+
+ -- Christopher L Cheney <ccheney at debian.org> Sun, 17 Jun 2001 20:00:00 -0500
+
vorbis-tools (1.0beta4-1) unstable; urgency=low
* New upstream.
1.11 +2 -2 vorbis-tools/debian/control
Index: control
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/debian/control,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- control 2001/06/18 00:53:11 1.10
+++ control 2001/06/18 02:07:46 1.11
@@ -2,8 +2,8 @@
Section: sound
Priority: optional
Maintainer: Christopher L Cheney <ccheney at debian.org>
-Build-Depends: debhelper, libao-dev (>> 0.6.0), libogg-dev (>> 1.0beta4), libvorbis-dev (>> 1.0beta4)
-Standards-Version: 3.5.2.0
+Build-Depends: debhelper (>> 3.0.0), libao-dev (>> 0.7.0), libogg-dev (>> 1.0rc1), libvorbis-dev (>> 1.0rc1)
+Standards-Version: 3.5.5.0
Package: vorbis-tools
Architecture: any
1.5 +3 -3 vorbis-tools/debian/rules
Index: rules
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/debian/rules,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rules 2001/02/26 05:33:22 1.4
+++ rules 2001/06/18 02:07:46 1.5
@@ -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:
@@ -34,7 +34,7 @@
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
- -$(MAKE) clean
+ -$(MAKE) distclean
dh_clean
@@ -60,7 +60,6 @@
dh_installmime
dh_installdocs
dh_installexamples
-# dh_installmenu
dh_installmanpages
dh_undocumented
dh_installchangelogs
@@ -68,6 +67,7 @@
dh_strip
dh_compress
dh_fixperms
+ dh_makeshlibs -V
dh_installdeb
dh_shlibdeps
dh_gencontrol
--- >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