r52838 - in /desktop/unstable/gnome-video-effects/debian: changelog control control.in rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Thu Aug 17 19:23:25 UTC 2017


Author: ah
Date: Thu Aug 17 19:23:25 2017
New Revision: 52838

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52838
Log:
* Bump Standards-Version to 4.0.1
* Switch from dh_install --fail-missing to dh_missing --fail-missing.
* Add gnome-get-source.mk include to debian/rules

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/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=52838&op=diff
==============================================================================
--- desktop/unstable/gnome-video-effects/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-video-effects/debian/changelog	[utf-8] Thu Aug 17 19:23:25 2017
@@ -1,4 +1,4 @@
-gnome-video-effects (0.4.3-1) UNRELEASED; urgency=medium
+gnome-video-effects (0.4.3-1) unstable; urgency=medium
 
   * New upstream release.
   * debian/gnome-video-effects-frei0r.install:
@@ -11,8 +11,11 @@
   * debian/rules: Use --fail-missing instead of --list-missing
   * Drop Luciana Fujii Pontello (Personal mail) from uploaders
     - No activity since 2011, thanks for your past work!
+  * Bump Standards-Version to 4.0.1
+  * Switch from dh_install --fail-missing to dh_missing --fail-missing.
+  * Add gnome-get-source.mk include to debian/rules
 
- -- Andreas Henriksson <andreas at fatal.se>  Thu, 09 Mar 2017 09:27:01 +0100
+ -- Andreas Henriksson <andreas at fatal.se>  Thu, 17 Aug 2017 21:19:55 +0200
 
 gnome-video-effects (0.4.1-3) unstable; urgency=low
 

Modified: desktop/unstable/gnome-video-effects/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-video-effects/debian/control?rev=52838&op=diff
==============================================================================
--- desktop/unstable/gnome-video-effects/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-video-effects/debian/control	[utf-8] Thu Aug 17 19:23:25 2017
@@ -10,7 +10,7 @@
 Build-Depends: debhelper (>= 10~), 
                gnome-pkg-tools (>= 0.11),
                intltool (>= 0.40.0)
-Standards-Version: 3.9.8
+Standards-Version: 4.0.1
 Homepage: https://wiki.gnome.org/Projects/GnomeVideoEffects
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-video-effects/
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-video-effects/

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=52838&op=diff
==============================================================================
--- desktop/unstable/gnome-video-effects/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-video-effects/debian/control.in	[utf-8] Thu Aug 17 19:23:25 2017
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 10~), 
                gnome-pkg-tools (>= 0.11),
                intltool (>= 0.40.0)
-Standards-Version: 3.9.8
+Standards-Version: 4.0.1
 Homepage: https://wiki.gnome.org/Projects/GnomeVideoEffects
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-video-effects/
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-video-effects/

Modified: desktop/unstable/gnome-video-effects/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-video-effects/debian/rules?rev=52838&op=diff
==============================================================================
--- desktop/unstable/gnome-video-effects/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-video-effects/debian/rules	[utf-8] Thu Aug 17 19:23:25 2017
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
+
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 %:
 	dh $@ --with gnome
 
-override_dh_install:
-	dh_install --fail-missing
+override_dh_missing:
+	dh_missing --fail-missing




More information about the pkg-gnome-commits mailing list