[SCM] kdenlive packaging branch, master, updated. 9f550ac28d3e70cb6e0992fdea79b6c2f9777920

Maximiliano Curia maxy at moszumanska.debian.org
Wed Sep 9 08:15:51 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kdenlive.git;a=commitdiff;h=581750d

The following commit has been merged in the master branch:
commit 581750d2146d773063730d11115426d170cb16bb
Author: the-me <the-me at f1c9c430-f51a-44e6-a298-6f72677f57b2>
Date:   Tue Dec 30 17:56:47 2008 +0000

    Split package also up to kdenlive-data.
    
    
    git-svn-id: https://svn.linux-dev.org/svn/pkg/kdenlive/trunk@426 f1c9c430-f51a-44e6-a298-6f72677f57b2
---
 debian/control                                 | 21 +++++++++++--
 debian/{kdenlive.dirs => kdenlive-data.dirs}   |  0
 debian/kdenlive-data.install                   |  6 ++++
 debian/{kdenlive.links => kdenlive-data.links} |  0
 debian/kdenlive.install                        |  4 +++
 debian/rules                                   | 43 +++++++++++++++++---------
 6 files changed, 57 insertions(+), 17 deletions(-)

diff --git a/debian/control b/debian/control
index a030109..38daa8f 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ DM-Upload-Allowed: yes
 
 Package: kdenlive
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, inigo, libmlt-data
+Depends: ${shlibs:Depends}, ${misc:Depends}, kdenlive-data (= ${source:Version}), inigo, libmlt-data
 Recommends: swh-plugins, dvgrab
 Description: a non-linear video editor
  Kdenlive is a non-linear video editing suite, which supports DV, HDC and much
@@ -20,7 +20,24 @@ Description: a non-linear video editor
   Real time changes
   Firewire and Video4Linux capture
   Screen grabbing
-  Exporting to any by FFMPEG supported forma
+  Exporting to any by FFMPEG supported format
+
+Package: kdenlive-data
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: kdenlive
+Description: a non-linear video editor (data files)
+ Kdenlive is a non-linear video editing suite, which supports DV, HDC and much
+ more formats.
+ It main features are:
+  Guides and marker for organizing timelines
+  Copy and paste support for clips, effects and transitions
+  Real time changes
+  Firewire and Video4Linux capture
+  Screen grabbing
+  Exporting to any by FFMPEG supported format
+ .
+ This packages contains the data files for kdenlive.
 
 Package: kdenlive-dbg
 Architecture: any
diff --git a/debian/kdenlive.dirs b/debian/kdenlive-data.dirs
similarity index 100%
rename from debian/kdenlive.dirs
rename to debian/kdenlive-data.dirs
diff --git a/debian/kdenlive-data.install b/debian/kdenlive-data.install
new file mode 100644
index 0000000..24f857d
--- /dev/null
+++ b/debian/kdenlive-data.install
@@ -0,0 +1,6 @@
+debian/tmp/usr/share/doc usr/share/doc/
+debian/tmp/usr/share/icons usr/share/icons/
+debian/tmp/usr/share/config.kcfg usr/share/config.kcfg/
+debian/tmp/usr/share/kde4 usr/share/kde4/
+debian/tmp/usr/share/locale usr/share/locale/
+debian/tmp/usr/share/mime usr/share/mime/
diff --git a/debian/kdenlive.links b/debian/kdenlive-data.links
similarity index 100%
rename from debian/kdenlive.links
rename to debian/kdenlive-data.links
diff --git a/debian/kdenlive.install b/debian/kdenlive.install
new file mode 100644
index 0000000..ac51a35
--- /dev/null
+++ b/debian/kdenlive.install
@@ -0,0 +1,4 @@
+debian/tmp/usr/lib usr/lib/
+debian/tmp/usr/share/man usr/share/man/
+debian/tmp/usr/share/applications/kde usr/share/applications/kde/
+debian/tmp/usr/bin usr/bin/
diff --git a/debian/rules b/debian/rules
index 850e324..351b7e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,31 +51,44 @@ clean: unpatch
 	dh_testroot
 	rm -f build-stamp configure-stamp
 	rm -rf build
+	rm -rf $(CURDIR)/debian/tmp
 	dh_clean
 
 install: build
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	cd build && $(MAKE) install DESTDIR=$(CURDIR)/debian/kdenlive
+	cd build && $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 
 binary-indep: build install
+	dh_testdir -i
+	dh_testroot -i
+	dh_installchangelogs -i
+	dh_installdocs -i
+	dh_installdirs -i
+	dh_install -i
+	dh_link -i
+	dh_compress -i
+	dh_fixperm -i
+	dh_installdeb -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
 
 binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs
-	dh_installdocs
-	dh_installdirs
-	dh_link
-	dh_strip --dbg-package=kdenlive-dbg
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+	dh_testdir -a
+	dh_testroot -a
+	dh_installchangelogs -a
+	dh_installdocs -a
+	dh_install -a
+	dh_strip -a --dbg-package=kdenlive-dbg
+	dh_compress -a
+	dh_fixperms -a
+	dh_installdeb -a
+	dh_shlibdeps -a
+	dh_gencontrol -a
+	dh_md5sums -a
+	dh_builddeb -a
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install

-- 
kdenlive packaging



More information about the pkg-kde-commits mailing list