rev 14583 - in krap/mlt++/trunk/debian: . patches

Fathi Boudra fabo at alioth.debian.org
Sat May 9 08:06:58 UTC 2009


Author: fabo
Date: 2009-05-09 08:06:58 +0000 (Sat, 09 May 2009)
New Revision: 14583

Added:
   krap/mlt++/trunk/debian/libmlt++1.docs
   krap/mlt++/trunk/debian/watch
Removed:
   krap/mlt++/trunk/debian/docs
Modified:
   krap/mlt++/trunk/debian/changelog
   krap/mlt++/trunk/debian/compat
   krap/mlt++/trunk/debian/control
   krap/mlt++/trunk/debian/patches/01_remove_ldconfig.diff
   krap/mlt++/trunk/debian/patches/02_custom_ldflags.diff
   krap/mlt++/trunk/debian/patches/04_add_valerie_ldflags.diff
   krap/mlt++/trunk/debian/rules
Log:
Upload mlt++ 0.3.8-1:
  * New upstream release:
    - Constness changes. (Closes: #527653)
  * Refresh patches.
  * Bump compat/debhelper from 6 to 7.
  * Update debian/control:
    - Remove cdbs build dependency. Use debhelper only.
    - Bump libmlt-dev build dependency version from 0.3.2 to 0.3.8.
    - Bump Standards-version from 3.8.0 to 3.8.1 (no changes needed).
    - Add ${misc:Depends} to libmlt++-dev Depends. Lintian warning--.
  * Update debian/rules: dh ++.
  * Add watch file.


Modified: krap/mlt++/trunk/debian/changelog
===================================================================
--- krap/mlt++/trunk/debian/changelog	2009-05-09 07:34:49 UTC (rev 14582)
+++ krap/mlt++/trunk/debian/changelog	2009-05-09 08:06:58 UTC (rev 14583)
@@ -1,3 +1,19 @@
+mlt++ (0.3.8-1) unstable; urgency=low
+
+  * New upstream release:
+    - Constness changes. (Closes: #527653)
+  * Refresh patches.
+  * Bump compat/debhelper from 6 to 7.
+  * Update debian/control:
+    - Remove cdbs build dependency. Use debhelper only.
+    - Bump libmlt-dev build dependency version from 0.3.2 to 0.3.8.
+    - Bump Standards-version from 3.8.0 to 3.8.1 (no changes needed).
+    - Add ${misc:Depends} to libmlt++-dev Depends. Lintian warning--.
+  * Update debian/rules: dh ++.
+  * Add watch file.
+
+ -- Fathi Boudra <fabo at debian.org>  Sat, 09 May 2009 09:35:00 +0200
+
 mlt++ (0.3.2-1) unstable; urgency=low
 
   * New upstream release.

Modified: krap/mlt++/trunk/debian/compat
===================================================================
--- krap/mlt++/trunk/debian/compat	2009-05-09 07:34:49 UTC (rev 14582)
+++ krap/mlt++/trunk/debian/compat	2009-05-09 08:06:58 UTC (rev 14583)
@@ -1 +1 @@
-6
+7

Modified: krap/mlt++/trunk/debian/control
===================================================================
--- krap/mlt++/trunk/debian/control	2009-05-09 07:34:49 UTC (rev 14582)
+++ krap/mlt++/trunk/debian/control	2009-05-09 08:06:58 UTC (rev 14583)
@@ -1,15 +1,15 @@
 Source: mlt++
 Priority: optional
 Maintainer: Fathi Boudra <fabo at debian.org>
-Build-Depends: cdbs, debhelper (>= 6), quilt, libmlt-dev (>= 0.3.2), pkg-config
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 7), quilt, libmlt-dev (>= 0.3.8), pkg-config
+Standards-Version: 3.8.1
 Section: libs
 Homepage: http://www.mltframework.org
 
 Package: libmlt++-dev
 Section: libdevel
 Architecture: any
-Depends: libmlt++1 (= ${binary:Version})
+Depends: libmlt++1 (= ${binary:Version}), ${misc:Depends}
 Description: MLT multimedia framework C++ wrapper (development)
  MLT is an open source multimedia framework, designed and developed for
  television broadcasting. It provides a toolkit for broadcasters, video

Added: krap/mlt++/trunk/debian/libmlt++1.docs
===================================================================
--- krap/mlt++/trunk/debian/libmlt++1.docs	                        (rev 0)
+++ krap/mlt++/trunk/debian/libmlt++1.docs	2009-05-09 08:06:58 UTC (rev 14583)
@@ -0,0 +1,3 @@
+CUSTOMISING
+HOWTO
+README

Modified: krap/mlt++/trunk/debian/patches/01_remove_ldconfig.diff
===================================================================
--- krap/mlt++/trunk/debian/patches/01_remove_ldconfig.diff	2009-05-09 07:34:49 UTC (rev 14582)
+++ krap/mlt++/trunk/debian/patches/01_remove_ldconfig.diff	2009-05-09 08:06:58 UTC (rev 14583)
@@ -1,6 +1,6 @@
 --- a/src/Makefile
 +++ b/src/Makefile
-@@ -59,7 +59,6 @@
+@@ -59,7 +59,6 @@ install:
  	ln -sf $(TARGET) $(DESTDIR)$(libdir)/$(SONAME)
  	$(INSTALL) -d "$(DESTDIR)$(prefix)/include/mlt++"
  	$(INSTALL) -m 644 $(HEADERS) "$(DESTDIR)$(prefix)/include/mlt++"

Modified: krap/mlt++/trunk/debian/patches/02_custom_ldflags.diff
===================================================================
--- krap/mlt++/trunk/debian/patches/02_custom_ldflags.diff	2009-05-09 07:34:49 UTC (rev 14582)
+++ krap/mlt++/trunk/debian/patches/02_custom_ldflags.diff	2009-05-09 08:06:58 UTC (rev 14583)
@@ -1,8 +1,8 @@
 --- a/configure
 +++ b/configure
-@@ -44,7 +44,7 @@
+@@ -46,7 +46,7 @@ case $targetos in 
  		echo LIBSUF=.so
- 		echo "CXXFLAGS+=-pthread -Wall -fPIC `pkg-config --cflags mlt-framework`"
+ 		echo "CXXFLAGS+=-pthread -Wall $WARNINGS -fPIC `pkg-config --cflags mlt-framework`"
  		echo "LIBFLAGS=-shared"
 -		echo "LDFLAGS+=`pkg-config --libs mlt-framework` `pkg-config mlt-miracle --libs`"
 +		echo "LDFLAGS+=-Wl,--no-undefined -Wl,--as-needed `pkg-config --libs mlt-framework` `pkg-config mlt-miracle --libs`"

Modified: krap/mlt++/trunk/debian/patches/04_add_valerie_ldflags.diff
===================================================================
--- krap/mlt++/trunk/debian/patches/04_add_valerie_ldflags.diff	2009-05-09 07:34:49 UTC (rev 14582)
+++ krap/mlt++/trunk/debian/patches/04_add_valerie_ldflags.diff	2009-05-09 08:06:58 UTC (rev 14583)
@@ -1,8 +1,8 @@
 --- a/configure
 +++ b/configure
-@@ -44,7 +44,7 @@
+@@ -46,7 +46,7 @@ case $targetos in 
  		echo LIBSUF=.so
- 		echo "CXXFLAGS+=-pthread -Wall -fPIC `pkg-config --cflags mlt-framework`"
+ 		echo "CXXFLAGS+=-pthread -Wall $WARNINGS -fPIC `pkg-config --cflags mlt-framework`"
  		echo "LIBFLAGS=-shared"
 -		echo "LDFLAGS+=-Wl,--no-undefined -Wl,--as-needed `pkg-config --libs mlt-framework` `pkg-config mlt-miracle --libs`"
 +		echo "LDFLAGS+=-Wl,--no-undefined -Wl,--as-needed `pkg-config --libs mlt-framework` `pkg-config mlt-miracle --libs` `pkg-config mlt-valerie --libs`"

Modified: krap/mlt++/trunk/debian/rules
===================================================================
--- krap/mlt++/trunk/debian/rules	2009-05-09 07:34:49 UTC (rev 14582)
+++ krap/mlt++/trunk/debian/rules	2009-05-09 08:06:58 UTC (rev 14583)
@@ -1,9 +1,11 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/quilt/quilt.make
 
-DEB_DH_INSTALL_SOURCEDIR := debian/tmp
+%:
+	dh $@
 
+build: $(QUILT_STAMPFN)
+
+clean: unpatch
+

Added: krap/mlt++/trunk/debian/watch
===================================================================
--- krap/mlt++/trunk/debian/watch	                        (rev 0)
+++ krap/mlt++/trunk/debian/watch	2009-05-09 08:06:58 UTC (rev 14583)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/mlt/mlt\++-(.*)\.tar\.gz




More information about the pkg-kde-commits mailing list