r29207 - in /desktop/unstable/gnome-video-effects/debian: changelog control control.in gnome-video-effects-frei0r.install gnome-video-effects.install rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Fri Jul 29 21:11:35 UTC 2011


Author: bigon
Date: Fri Jul 29 21:11:35 2011
New Revision: 29207

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29207
Log:
* debian/control: Split effects that require frei0r-plugins in their own
  package
* debian/rules: List missing files, if any

Added:
    desktop/unstable/gnome-video-effects/debian/gnome-video-effects-frei0r.install
Modified:
    desktop/unstable/gnome-video-effects/debian/changelog
    desktop/unstable/gnome-video-effects/debian/control
    desktop/unstable/gnome-video-effects/debian/control.in
    desktop/unstable/gnome-video-effects/debian/gnome-video-effects.install
    desktop/unstable/gnome-video-effects/debian/rules

Modified: desktop/unstable/gnome-video-effects/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-video-effects/debian/changelog?rev=29207&op=diff
==============================================================================
--- desktop/unstable/gnome-video-effects/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-video-effects/debian/changelog [utf-8] Fri Jul 29 21:11:35 2011
@@ -1,3 +1,11 @@
+gnome-video-effects (0.3.0-4) UNRELEASED; urgency=low
+
+  * debian/control: Split effects that require frei0r-plugins in their own
+    package
+  * debian/rules: List missing files, if any
+
+ -- Laurent Bigonville <bigon at debian.org>  Fri, 29 Jul 2011 23:09:27 +0200
+
 gnome-video-effects (0.3.0-3) unstable; urgency=low
 
   * debian/control.in:

Modified: desktop/unstable/gnome-video-effects/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-video-effects/debian/control?rev=29207&op=diff
==============================================================================
--- desktop/unstable/gnome-video-effects/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-video-effects/debian/control [utf-8] Fri Jul 29 21:11:35 2011
@@ -21,8 +21,8 @@
 Architecture: all
 Depends: ${misc:Depends},
          gstreamer0.10-plugins-good,
-         gstreamer0.10-plugins-bad,
-         frei0r-plugins
+         gstreamer0.10-plugins-bad
+Suggests: gnome-video-effects-frei0r
 Description: GNOME Video Effects 
  gnome-video-effects contains a collection of GStreamer effects to be
  used in GNOME.
@@ -31,9 +31,23 @@
 Section: devel
 Architecture: all
 Depends: gnome-video-effects (= ${binary:Version}),
+         gnome-video-effects-frei0r (= ${binary:Version}),
          ${misc:Depends}
 Description: Development files for gnome-video-effects
  gnome-video-effects contains a collection of GStreamer effects to be
  used in GNOME.
  .
  This package contains the development files.
+
+Package: gnome-video-effects-frei0r
+Architecture: all
+Depends: ${misc:Depends},
+         gstreamer0.10-plugins-bad,
+         frei0r-plugins
+Breaks: gnome-video-effects (<< 0.3.0-4)
+Replaces: gnome-video-effects (<< 0.3.0-4)
+Description: GNOME Video Effects - frei0r plugins
+ gnome-video-effects contains a collection of GStreamer effects to be
+ used in GNOME.
+ .
+ This package requires the frei0r plugins collection.

Modified: desktop/unstable/gnome-video-effects/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-video-effects/debian/control.in?rev=29207&op=diff
==============================================================================
--- desktop/unstable/gnome-video-effects/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-video-effects/debian/control.in [utf-8] Fri Jul 29 21:11:35 2011
@@ -16,8 +16,8 @@
 Architecture: all
 Depends: ${misc:Depends},
          gstreamer0.10-plugins-good,
-         gstreamer0.10-plugins-bad,
-         frei0r-plugins
+         gstreamer0.10-plugins-bad
+Suggests: gnome-video-effects-frei0r
 Description: GNOME Video Effects 
  gnome-video-effects contains a collection of GStreamer effects to be
  used in GNOME.
@@ -26,9 +26,23 @@
 Section: devel
 Architecture: all
 Depends: gnome-video-effects (= ${binary:Version}),
+         gnome-video-effects-frei0r (= ${binary:Version}),
          ${misc:Depends}
 Description: Development files for gnome-video-effects
  gnome-video-effects contains a collection of GStreamer effects to be
  used in GNOME.
  .
  This package contains the development files.
+
+Package: gnome-video-effects-frei0r
+Architecture: all
+Depends: ${misc:Depends},
+         gstreamer0.10-plugins-bad,
+         frei0r-plugins
+Breaks: gnome-video-effects (<< 0.3.0-4)
+Replaces: gnome-video-effects (<< 0.3.0-4)
+Description: GNOME Video Effects - frei0r plugins
+ gnome-video-effects contains a collection of GStreamer effects to be
+ used in GNOME.
+ .
+ This package requires the frei0r plugins collection.

Added: desktop/unstable/gnome-video-effects/debian/gnome-video-effects-frei0r.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-video-effects/debian/gnome-video-effects-frei0r.install?rev=29207&op=file
==============================================================================
--- desktop/unstable/gnome-video-effects/debian/gnome-video-effects-frei0r.install (added)
+++ desktop/unstable/gnome-video-effects/debian/gnome-video-effects-frei0r.install [utf-8] Fri Jul 29 21:11:35 2011
@@ -1,0 +1,7 @@
+usr/share/gnome-video-effects/cartoon.effect
+usr/share/gnome-video-effects/cheguevara.effect
+usr/share/gnome-video-effects/chrome.effect
+usr/share/gnome-video-effects/distortion.effect
+usr/share/gnome-video-effects/invertion.effect
+usr/share/gnome-video-effects/sobel.effect
+usr/share/gnome-video-effects/timedelay.effect

Modified: desktop/unstable/gnome-video-effects/debian/gnome-video-effects.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-video-effects/debian/gnome-video-effects.install?rev=29207&op=diff
==============================================================================
--- desktop/unstable/gnome-video-effects/debian/gnome-video-effects.install [utf-8] (original)
+++ desktop/unstable/gnome-video-effects/debian/gnome-video-effects.install [utf-8] Fri Jul 29 21:11:35 2011
@@ -1,1 +1,26 @@
-usr/share/gnome-video-effects/*
+usr/share/gnome-video-effects/bulge.effect
+usr/share/gnome-video-effects/dicetv.effect
+usr/share/gnome-video-effects/edgetv.effect
+usr/share/gnome-video-effects/heat.effect
+usr/share/gnome-video-effects/historical.effect
+usr/share/gnome-video-effects/hulk.effect
+usr/share/gnome-video-effects/kaleidoscope.effect
+usr/share/gnome-video-effects/mauve.effect
+usr/share/gnome-video-effects/mirror.effect
+usr/share/gnome-video-effects/noir.effect
+usr/share/gnome-video-effects/optv.effect
+usr/share/gnome-video-effects/pinch.effect
+usr/share/gnome-video-effects/quarktv.effect
+usr/share/gnome-video-effects/radioactv.effect
+usr/share/gnome-video-effects/revtv.effect
+usr/share/gnome-video-effects/ripple.effect
+usr/share/gnome-video-effects/saturation.effect
+usr/share/gnome-video-effects/sepia.effect
+usr/share/gnome-video-effects/shagadelictv.effect
+usr/share/gnome-video-effects/square.effect
+usr/share/gnome-video-effects/streaktv.effect
+usr/share/gnome-video-effects/stretch.effect
+usr/share/gnome-video-effects/twirl.effect
+usr/share/gnome-video-effects/vertigotv.effect
+usr/share/gnome-video-effects/warptv.effect
+usr/share/gnome-video-effects/xray.effect

Modified: desktop/unstable/gnome-video-effects/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-video-effects/debian/rules?rev=29207&op=diff
==============================================================================
--- desktop/unstable/gnome-video-effects/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-video-effects/debian/rules [utf-8] Fri Jul 29 21:11:35 2011
@@ -2,6 +2,9 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
-include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+# List any files which are not installed
+include /usr/share/cdbs/1/rules/utils.mk
+common-binary-post-install-indep:: list-missing




More information about the pkg-gnome-commits mailing list