Package: gst-entrans
Version: 0.10.3-1
Severity: normal
Tags: patch pending

Dear maintainer,

I've prepared an NMU for gst-entrans (versioned as 0.10.3-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Cheers

Luk
diff -Nru gst-entrans-0.10.3/debian/changelog gst-entrans-0.10.3/debian/changelog
--- gst-entrans-0.10.3/debian/changelog	2010-12-14 21:44:36.000000000 +0100
+++ gst-entrans-0.10.3/debian/changelog	2011-07-01 08:05:01.000000000 +0200
@@ -1,3 +1,11 @@
+gst-entrans (0.10.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add -lgobject-2.0 -lglib-2.0 to LDADD (Closes: #604759).
+  * Don't ship .la files (Closes: #621318).
+
+ -- Luk Claes <l...@debian.org>  Fri, 01 Jul 2011 08:04:44 +0200
+
 gst-entrans (0.10.3-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru gst-entrans-0.10.3/debian/patches/debian-changes-0.10.3-1.1 gst-entrans-0.10.3/debian/patches/debian-changes-0.10.3-1.1
--- gst-entrans-0.10.3/debian/patches/debian-changes-0.10.3-1.1	1970-01-01 01:00:00.000000000 +0100
+++ gst-entrans-0.10.3/debian/patches/debian-changes-0.10.3-1.1	2011-07-01 08:06:50.000000000 +0200
@@ -0,0 +1,51 @@
+Description: Upstream changes introduced in version 0.10.3-1.1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ gst-entrans (0.10.3-1.1) unstable; urgency=low
+ .
+   * Non-maintainer upload.
+   * Add -lgobject-2.0 -lglib-2.0 to LDADD (Closes: #604759).
+   * Don't ship .la files (Closes: #621318).
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Luk Claes <l...@debian.org>
+Bug-Debian: http://bugs.debian.org/604759
+Bug-Debian: http://bugs.debian.org/621318
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- gst-entrans-0.10.3.orig/tests/check/Makefile.am
++++ gst-entrans-0.10.3/tests/check/Makefile.am
+@@ -42,7 +42,7 @@ TESTS = $(check_PROGRAMS)
+ ## 	
+ 
+ AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS)
+-LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS) elements/libvideofilter.a
++LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS) elements/libvideofilter.a -lgobject-2.0 -lglib-2.0
+ 
+ noinst_LIBRARIES = elements/libvideofilter.a
+ elements_libvideofilter_a_SOURCES = elements/videofilter.c elements/videofilter.h
+--- gst-entrans-0.10.3.orig/tests/check/Makefile.in
++++ gst-entrans-0.10.3/tests/check/Makefile.in
+@@ -415,7 +415,7 @@ TESTS = $(check_PROGRAMS)
+ 
+ # these tests don't even pass
+ AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS)
+-LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS) elements/libvideofilter.a
++LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS) elements/libvideofilter.a -lgobject-2.0 -lglib-2.0
+ noinst_LIBRARIES = elements/libvideofilter.a
+ elements_libvideofilter_a_SOURCES = elements/videofilter.c elements/videofilter.h
+ 
diff -Nru gst-entrans-0.10.3/debian/patches/series gst-entrans-0.10.3/debian/patches/series
--- gst-entrans-0.10.3/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ gst-entrans-0.10.3/debian/patches/series	2011-07-01 08:06:50.000000000 +0200
@@ -0,0 +1 @@
+debian-changes-0.10.3-1.1
diff -Nru gst-entrans-0.10.3/debian/rules gst-entrans-0.10.3/debian/rules
--- gst-entrans-0.10.3/debian/rules	2010-12-14 10:52:32.000000000 +0100
+++ gst-entrans-0.10.3/debian/rules	2011-07-01 08:04:12.000000000 +0200
@@ -41,3 +41,6 @@
 CDBS_DEPENDS += , python, python-gst0.10
 CDBS_RECOMMENDS = gstreamer0.10-plugins-good, gstreamer0.10-ffmpeg
 CDBS_SUGGESTS += , gstreamer0.10-lame
+
+install/gst-entrans::
+	rm `find debian -name '*.la'`

Reply via email to