[xiph-cvs] cvs commit: vorbis-tools/debian vorbis-tools.examples vorbis-tools.mime control rules

Chris Cheney calc at xiph.org
Thu Nov 9 14:48:32 PST 2000



calc        00/11/09 14:48:31

  Modified:    debian   control rules
  Added:       debian   vorbis-tools.examples vorbis-tools.mime
  Log:
  Adding mime type file for vorbis-tools debian package

Revision  Changes    Path
1.3       +1 -1      vorbis-tools/debian/control

Index: control
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/debian/control,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- control	2000/11/07 05:59:09	1.2
+++ control	2000/11/09 22:48:31	1.3
@@ -2,7 +2,7 @@
 Section: sound
 Priority: optional
 Maintainer: Christopher L Cheney <ccheney at debian.org>
-Build-Depends: debhelper
+Build-Depends: debhelper, libao0-dev, libogg0-dev, libvorbis0-dev
 Standards-Version: 3.1.1
 
 Package: vorbis-tools

1.2       +4 -13     vorbis-tools/debian/rules

Index: rules
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/debian/rules,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rules	2000/11/07 04:49:11	1.1
+++ rules	2000/11/09 22:48:31	1.2
@@ -12,9 +12,10 @@
 configure-stamp:
         dh_testdir
         # Add here commands to configure the package.
-	
-	./autogen.sh --prefix=/usr
 
+	# If compiling cvs version change to ./autogen.sh --prefix=/usr 
+	./configure --prefix=/usr
+
         touch configure-stamp
 
 build: configure-stamp build-stamp
@@ -54,30 +55,20 @@
 
 # Build architecture-dependent files here.
 binary-arch: build install
-#	dh_testversion
         dh_testdir
         dh_testroot
-#	dh_installdebconf	
+	dh_installmime
         dh_installdocs
         dh_installexamples
 #	dh_installmenu
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installinit
-#	dh_installcron
         dh_installmanpages
-#	dh_installinfo
         dh_undocumented
         dh_installchangelogs 
         dh_link
         dh_strip
         dh_compress
         dh_fixperms
-	# You may want to make some executables suid here.
-#	dh_suidregister
-#	dh_makeshlibs
         dh_installdeb
-#	dh_perl
         dh_shlibdeps
         dh_gencontrol
         dh_md5sums

1.1                  vorbis-tools/debian/vorbis-tools.examples

Index: vorbis-tools.examples
===================================================================
ogg123/ogg123rc-example

1.1                  vorbis-tools/debian/vorbis-tools.mime

Index: vorbis-tools.mime
===================================================================
application/x-ogg; ogg123 %s; description="Ogg Vorbis multimedia format"; priority=5

--- >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