[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#494935: vgrabbj: Patch used in my NMU version 0.9.6-3.1 (freeze exception?)



Package: vgrabbj
Version: 0.9.6-3.1

This is the patch used in my NMU.

Release managers, I hope this upload can be accepted into Lenny, to
get the stopmotion package working with USB cameras.  We would very
much like to have a fully working stopmotion package in Debian
Edu/Lenny.

diff -u vgrabbj-0.9.6/debian/changelog vgrabbj-0.9.6/debian/changelog
--- vgrabbj-0.9.6/debian/changelog
+++ vgrabbj-0.9.6/debian/changelog
@@ -1,3 +1,15 @@
+vgrabbj (0.9.6-3.1) unstable; urgency=low
+
+  * Non-maintainer upload to solve RC bug.
+  * Drop dependency on freetype1 by disabling the support for inserting
+    timestamp text in the images (Closes: #432195).  With this change the
+    need for fonts is reomved and thus it drop the suggests on
+    msttcorefonts (Closes: #490033).
+  * Moved homepage URL from description to the new header.
+  * Remove /usr/sbin/ from dirs, as the directory is empty.
+
+ -- Petter Reinholdtsen <pere@debian.org>  Wed, 13 Aug 2008 09:27:12 +0200
+
 vgrabbj (0.9.6-3) unstable; urgency=low
 
   * Fix off-by-one error in v_writer.c (Closes: #396987)
diff -u vgrabbj-0.9.6/debian/dirs vgrabbj-0.9.6/debian/dirs
--- vgrabbj-0.9.6/debian/dirs
+++ vgrabbj-0.9.6/debian/dirs
@@ -2 +1,0 @@
-usr/sbin
diff -u vgrabbj-0.9.6/debian/control vgrabbj-0.9.6/debian/control
--- vgrabbj-0.9.6/debian/control
+++ vgrabbj-0.9.6/debian/control
@@ -5,15 +5,11 @@
-Build-Depends: debhelper (>= 4.0.0), libjpeg62-dev, libpng3-dev, libttf-dev, ftplib-dev, autotools-dev
+Build-Depends: debhelper (>= 4.0.0), libjpeg62-dev, libpng3-dev, ftplib-dev, autotools-dev
 Standards-Version: 3.7.2.0
+Homepage: http://vgrabbj.gecius.de/
 
 Package: vgrabbj
 Architecture: any
 Depends: ${shlibs:Depends}
-Suggests: msttcorefonts
 Description: grabs a image from a camera and puts it in jpg/png format
- vgrabbj is a program that will grab an image from a v4l compatible 
- device (usually a webcam of some sort) and save it in a jpg or png 
- file, with options given on the command line to imprint a label onto 
- the image.  It only works on v4l devices that can be set to 24-bit 
- mode.
- .
- Homepage: http://vgrabbj.gecius.de/
+ vgrabbj is a program that will grab an image from a v4l compatible
+ device (usually a webcam of some sort) and save it in a jpg or png
+ file.  It only works on v4l devices that can be set to 24-bit mode.
diff -u vgrabbj-0.9.6/debian/rules vgrabbj-0.9.6/debian/rules
--- vgrabbj-0.9.6/debian/rules
+++ vgrabbj-0.9.6/debian/rules
@@ -20,7 +20,7 @@
 configure-stamp:
 	dh_testdir
 	# Add here commands to configure the package.
-	./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=\$${prefix}/../etc
+	./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=\$${prefix}/../etc --disable-timestamp
 	# Configure doesn't seem to take to my --sysconfdir, fix the config file
 	# location
 	sed 's/\/usr\/etc\/vgrabbj.conf/\/etc\/vgrabbj.conf/' < config.h > config.h.new



Reply to: