[xiph-cvs] cvs commit: ogg/debian rules

Chris Cheney calc at xiph.org
Fri Nov 10 13:36:24 PST 2000



calc        00/11/10 13:36:24

  Modified:    debian   rules
  Log:
  Updated debian dir

Revision  Changes    Path
1.2       +2 -18     ogg/debian/rules

Index: rules
===================================================================
RCS file: /usr/local/cvsroot/ogg/debian/rules,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rules	2000/11/07 04:45:06	1.1
+++ rules	2000/11/10 21:36:24	1.2
@@ -13,7 +13,8 @@
         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
 
@@ -52,39 +53,22 @@
 
 # Build architecture-dependent files here.
 binary-arch: build install
-#	dh_testversion
         dh_testdir
         dh_testroot
-	#
-	# build liblibogg${major} package by moving files from libogg-dev
-	#
-#	dh_movefiles -pliblibogg$(major)             \
-#	usr/lib/liblibogg.so.$(major)        \
-#	usr/lib/liblibogg.so.$(version)
 
         dh_movefiles
 
-#	dh_installdebconf	
         dh_installdocs
         dh_installexamples
-#	dh_installmenu
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installinit
-#	dh_installcron
         dh_installmanpages
-#	dh_installinfo
 #	dh_undocumented
         dh_installchangelogs CHANGES
         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

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