vdr/vdr-plugin-bitstreamout/debian changelog docs install rules

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Sat, 10 Jul 2004 10:30:43 +0000


Update of /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-bitstreamout/debian
In directory haydn:/tmp/cvs-serv21473/vdr/vdr-plugin-bitstreamout/debian

Modified Files:
	changelog docs install rules 
Log Message:
* new upstream release 0.61b
* changing path to files in docs, rules, install

Index: changelog
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-bitstreamout/debian/changelog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- changelog	7 Jul 2004 18:36:35 -0000	1.7
+++ changelog	10 Jul 2004 10:30:41 -0000	1.8
@@ -1,3 +1,10 @@
+vdr-plugin-bitstreamout (0.61b-1) unstable; urgency=low
+
+  * Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
+    - New upstream release
+
+ -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Sat, 10 Jul 2004 12:28:31 +0200
+
 vdr-plugin-bitstreamout (0.61-2) unstable; urgency=low
 
   * Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>

Index: install
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-bitstreamout/debian/install,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- install	2 Jul 2004 16:52:25 -0000	1.1
+++ install	10 Jul 2004 10:30:41 -0000	1.2
@@ -1 +1 @@
-bitstreamout/libvdr-bitstreamout.so.* usr/lib/vdr/plugins
+libvdr-bitstreamout.so.* usr/lib/vdr/plugins

Index: docs
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-bitstreamout/debian/docs,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- docs	22 Apr 2004 10:57:08 -0000	1.1.1.1
+++ docs	10 Jul 2004 10:30:41 -0000	1.2
@@ -1,3 +1,3 @@
-bitstreamout/Description
-bitstreamout/INSTALL
-bitstreamout/PROBLEMS
+Description
+INSTALL
+PROBLEMS

Index: rules
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-bitstreamout/debian/rules,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- rules	7 Jul 2004 18:48:39 -0000	1.6
+++ rules	10 Jul 2004 10:30:41 -0000	1.7
@@ -31,7 +31,7 @@
 build-stamp: configure-stamp 
 	dh_testdir
 
-	cd bitstreamout; $(MAKE) all CXXARCH=  DVBDIR=$(DVBDIR) VDRDIR=$(VDRDIR) LIBDIR=.
+	$(MAKE) all CXXARCH=  DVBDIR=$(DVBDIR) VDRDIR=$(VDRDIR) LIBDIR=.
 
 	touch build-stamp
 
@@ -41,8 +41,8 @@
 	rm -f build-stamp configure-stamp
 	rm -rf build-tree
 	
-	cd bitstreamout; rm -f libvdr-*.so*
-	cd bitstreamout; make clean
+	rm -f libvdr-*.so*
+	make clean
 
 	# Update debconf-templates:
 	debconf-updatepo
@@ -73,10 +73,10 @@
 	dh_installexamples
 	dh_installmenu
 	dh_installcron
-	dh_installman bitstreamout/vdr-bitstreamout.5
+	dh_installman vdr-bitstreamout.5
 	dh_installinfo
 	dh_installchangelogs 
-	dh_installchangelogs bitstreamout/ChangeLog 
+	dh_installchangelogs ChangeLog 
 	dh_link
 	dh_strip
 	dh_compress