r15069 - in /desktop/unstable/totem/debian: changelog control control.in rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Thu Mar 13 14:10:29 UTC 2008


Author: slomo
Date: Thu Mar 13 14:10:29 2008
New Revision: 15069

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15069
Log:
* debian/rules:
  + Call dh_icons and dh_shlibdeps.
  + Don't ship *.py[co], taken from the Ubuntu package.
  + Don't hardcode nautilus-extension directory, taken from the
    Ubuntu package.
  + Upload to unstable, drop check-dist include.
* debian/control.in:
  + Update build dependencies.
  + Build depend on libgmyth-dev.

Modified:
    desktop/unstable/totem/debian/changelog
    desktop/unstable/totem/debian/control
    desktop/unstable/totem/debian/control.in
    desktop/unstable/totem/debian/rules

Modified: desktop/unstable/totem/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/changelog?rev=15069&op=diff
==============================================================================
--- desktop/unstable/totem/debian/changelog (original)
+++ desktop/unstable/totem/debian/changelog Thu Mar 13 14:10:29 2008
@@ -27,13 +27,21 @@
     Closes: #464354.
   * Build-depend on libepc-ui-dev to build the Publisher plugin.
 
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Mon, 18 Feb 2008 22:38:40 +0100
-
-totem (2.20.3-2) UNRELEASED; urgency=low
-
+  [ Josselin Mouette ]
   * Fix capitalization of GNOME and GStreamer.
 
- -- Josselin Mouette <joss at debian.org>  Wed,  9 Jan 2008 10:50:05 +0100
+  [ Sebastian Dröge ]
+  * debian/rules:
+    + Call dh_icons and dh_shlibdeps.
+    + Don't ship *.py[co], taken from the Ubuntu package.
+    + Don't hardcode nautilus-extension directory, taken from the
+      Ubuntu package.
+    + Upload to unstable, drop check-dist include.
+  * debian/control.in:
+    + Update build dependencies.
+    + Build depend on libgmyth-dev.
+
+ -- Sebastian Dröge <slomo at debian.org>  Thu, 13 Mar 2008 15:08:06 +0100
 
 totem (2.20.3-1) unstable; urgency=low
 

Modified: desktop/unstable/totem/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/control?rev=15069&op=diff
==============================================================================
--- desktop/unstable/totem/debian/control (original)
+++ desktop/unstable/totem/debian/control Thu Mar 13 14:10:29 2008
@@ -2,10 +2,11 @@
 Section: gnome
 Priority: optional
 Maintainer: Sebastien Bacher <seb128 at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>, Sebastian Dröge <slomo at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at ubuntu.com>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>= 5),
                quilt,
                libepc-ui-dev (>= 0.3),
+               libgmyth-dev (>= 0.3.0),
                libgtk2.0-dev (>= 2.12.6),
                libglib2.0-dev (>= 2.15),
                libgnome-keyring-dev,
@@ -15,7 +16,7 @@
                libstartup-notification0-dev (>= 0.8),
                libtotem-plparser-dev (>= 2.21.90),
                libtrackerclient-dev,
-               libxine-dev (>= 1.1.4),
+               libxine-dev (>= 1.1.7),
                liblircclient-dev (>= 0.6.6),
                libirman-dev (>= 0.4.2),
                gnome-pkg-tools (>= 0.10),

Modified: desktop/unstable/totem/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/control.in?rev=15069&op=diff
==============================================================================
--- desktop/unstable/totem/debian/control.in (original)
+++ desktop/unstable/totem/debian/control.in Thu Mar 13 14:10:29 2008
@@ -6,6 +6,7 @@
 Build-Depends: debhelper (>= 5),
                quilt,
                libepc-ui-dev (>= 0.3),
+               libgmyth-dev (>= 0.3.0),
                libgtk2.0-dev (>= 2.12.6),
                libglib2.0-dev (>= 2.15),
                libgnome-keyring-dev,
@@ -15,7 +16,7 @@
                libstartup-notification0-dev (>= 0.8),
                libtotem-plparser-dev (>= 2.21.90),
                libtrackerclient-dev,
-               libxine-dev (>= 1.1.4),
+               libxine-dev (>= 1.1.7),
                liblircclient-dev (>= 0.6.6),
                libirman-dev (>= 0.4.2),
                gnome-pkg-tools (>= 0.10),

Modified: desktop/unstable/totem/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/rules?rev=15069&op=diff
==============================================================================
--- desktop/unstable/totem/debian/rules (original)
+++ desktop/unstable/totem/debian/rules Thu Mar 13 14:10:29 2008
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 #-*- makefile -*-
-
-include /usr/share/gnome-pkg-tools/1/rules/check-dist.mk
 
 #export DH_VERBOSE=1
 
@@ -82,7 +80,7 @@
 		$(MAKE) -C $(builddir) install DESTDIR=$(installdir)
 	cd $(installdir)/usr/bin && for i in totem*; do \
 		mv $$i totem-$*$${i#totem} ; done
-	cd $(installdir)/usr/lib/nautilus/extensions-1.0 && \
+	cd $(installdir)/$$(pkg-config libnautilus-extension --variable=extensiondir) && \
 		mv libtotem-properties-page.so libtotem-properties-page.so.$*
 	# hide the mozilla plugin in a specific directory
 	cd $(installdir)/usr/lib/mozilla/plugins && \
@@ -103,6 +101,7 @@
 	mkdir -p debian/$(PLUGPKG)/usr/lib/totem
 	mv debian/totem-gstreamer/usr/lib/totem/plugins debian/$(PLUGPKG)/usr/lib/totem/
 	rm -r debian/$(PLUGPKG)/usr/lib/totem/plugins/sample-vala
+	find debian/$(PLUGPKG) -name '*.py[co]' -delete
 	cd debian/totem-xine && rm -rf etc usr/share usr/lib/totem/plugins
 # Make both totems installable together
 	for f in $(FLAVORS); do \
@@ -142,6 +141,7 @@
 	dh_scrollkeeper -i
 	dh_gconf -i
 	dh_desktop -i
+	dh_icons -i
 	dh_compress -i
 	dh_link -i
 	dh_fixperms -i
@@ -158,10 +158,12 @@
 	dh_installmenu -a
 	dh_installchangelogs -a ChangeLog
 	dh_desktop -a
+	dh_icons -a
 	dh_compress -a
 	dh_link -a
 	dh_fixperms -a
 	dh_strip -a --dbg-package=totem-dbg
+	dh_shlibdeps -a
 	dh_perl -a
 	dh_installdeb -a
 	dh_gencontrol -a




More information about the pkg-gnome-commits mailing list