r45066 - in /desktop/unstable/clutter-gst-3.0/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Jun 13 11:26:48 UTC 2015


Author: pochu
Date: Sat Jun 13 11:26:48 2015
New Revision: 45066

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45066
Log:
* debian/rules:
  + Don't create a shlibs for the gstreamer plugin.

Modified:
    desktop/unstable/clutter-gst-3.0/debian/changelog
    desktop/unstable/clutter-gst-3.0/debian/rules

Modified: desktop/unstable/clutter-gst-3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-gst-3.0/debian/changelog?rev=45066&op=diff
==============================================================================
--- desktop/unstable/clutter-gst-3.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/clutter-gst-3.0/debian/changelog	[utf-8] Sat Jun 13 11:26:48 2015
@@ -19,6 +19,8 @@
     + Mark gir1.2-clutter-gst-3.0 as multi-arch same.
   * debian/libclutter-gst-3.0-0.symbols:
     + Add Build-Depends-Package.
+  * debian/rules:
+    + Don't create a shlibs for the gstreamer plugin.
 
  -- Andreas Henriksson <andreas at fatal.se>  Fri, 12 Jun 2015 13:10:33 +0200
 

Modified: desktop/unstable/clutter-gst-3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-gst-3.0/debian/rules?rev=45066&op=diff
==============================================================================
--- desktop/unstable/clutter-gst-3.0/debian/rules	[utf-8] (original)
+++ desktop/unstable/clutter-gst-3.0/debian/rules	[utf-8] Sat Jun 13 11:26:48 2015
@@ -6,7 +6,7 @@
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
--include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 GNOME_MODULE=clutter-gst
 DEB_DH_AUTORECONF_ARGS = --as-needed
@@ -16,6 +16,7 @@
 DEB_CONFIGURE_EXTRA_FLAGS = --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
                             --enable-introspection=yes
 
-DEB_DH_MAKESHLIBS_ARGS_libclutter-gst-3.0-0 += -Xlibgstclutter -V -- -c4
+DEB_DH_MAKESHLIBS_ARGS_libclutter-gst-3.0-0 += -V -- -c4
+DEB_DH_MAKESHLIBS_ARGS_gstreamer1.0-clutter-3.0 += -Xlibgstclutter
 
 common-binary-predeb-arch:: list-missing




More information about the pkg-gnome-commits mailing list