[SCM] dmedia/master: - Remove build-dep on libjs-mootools as mootools isn't used anymore. * debian/rules: Remove override_dh_installxfonts override as there's no need to link to mootools anymore

bilalakhtar-guest at users.alioth.debian.org bilalakhtar-guest at users.alioth.debian.org
Sun May 15 08:24:21 UTC 2011


The following commit has been merged in the master branch:
commit 64fb7ce96f772eae04f20bd63e88a269503147b9
Author: Bilal Akhtar <bilalakhtar at ubuntu.com>
Date:   Sun May 15 13:54:01 2011 +0530

      - Remove build-dep on libjs-mootools as mootools isn't used anymore.
    * debian/rules: Remove override_dh_installxfonts override as there's no
      need to link to mootools anymore

diff --git a/debian/changelog b/debian/changelog
index 6d007f5..1096e08 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,14 +5,17 @@ dmedia (0.6.0~repack-1) experimental; urgency=low
     - Split up separate upstream components into separate Debian packages.
       (LP: #748016)
     - Change dependencies according to upstream changes.
+    - Remove build-dep on libjs-mootools as mootools isn't used anymore.
   * debian/*.install: Make appropriate changes for split up of separate
     DMedia components into individual binary packages.
   * debian/patches/02_fix_couchdb_deprecated_function.patch : Dropped,
     merged upstream.
   * debian/patches/01_fix_errors_in_manpage.patch: Refreshed to make patch
     apply properly in new upstream version.
+  * debian/rules: Remove override_dh_installxfonts override as there's no
+    need to link to mootools anymore
 
- -- Bilal Akhtar <bilalakhtar at ubuntu.com>  Sun, 15 May 2011 13:38:48 +0530
+ -- Bilal Akhtar <bilalakhtar at ubuntu.com>  Sun, 15 May 2011 13:52:42 +0530
 
 dmedia (0.3.0~repack-2) unstable; urgency=high
 
diff --git a/debian/control b/debian/control
index 92306ce..ef33f8d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Bilal Akhtar <bilalakhtar at ubuntu.com>
 Build-Depends: debhelper (>= 7.0.50~),
-               libjs-mootools,
                python (>= 2.6),
                python-support
 Standards-Version: 3.9.2
diff --git a/debian/rules b/debian/rules
index e93d4c9..4067ba0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,3 @@
 
 %:
 	dh $@ 
-
-override_dh_installxfonts:
-	dh_installxfonts
-	rm -f $(CURDIR)/debian/python-dmedia/usr/share/pyshared/dmedia/data/mootools.js
-	ln -s --target-directory=$(CURDIR)/debian/python-dmedia/usr/share/pyshared/dmedia/data/ /usr/share/javascript/mootools/mootools.js

-- 
dmedia packaging



More information about the pkg-multimedia-commits mailing list