r52425 - in /desktop/experimental/gdm3/debian: changelog patches/93_translate-default-desktop.patch patches/series rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Sat May 20 13:09:52 UTC 2017


Author: jbicha-guest
Date: Sat May 20 13:09:51 2017
New Revision: 52425

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52425
Log:
Don't skip dh_auto_test

* Add 93_translate-default-desktop.patch:
  - Fix 'make check' by marking a Debian-specific file as translatable
* debian/rules: Don't skip dh_auto_test

Added:
    desktop/experimental/gdm3/debian/patches/93_translate-default-desktop.patch
Modified:
    desktop/experimental/gdm3/debian/changelog
    desktop/experimental/gdm3/debian/patches/series
    desktop/experimental/gdm3/debian/rules

Modified: desktop/experimental/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/changelog?rev=52425&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gdm3/debian/changelog	[utf-8] Sat May 20 13:09:51 2017
@@ -1,3 +1,11 @@
+gdm3 (3.22.3-3) UNRELEASED; urgency=medium
+
+  * Add 93_translate-default-desktop.patch:
+    - Fix 'make check' by marking a Debian-specific file as translatable
+  * debian/rules: Don't skip dh_auto_test
+
+ -- Jeremy Bicha <jbicha at ubuntu.com>  Fri, 19 May 2017 22:19:32 -0400
+
 gdm3 (3.22.3-2) unstable; urgency=medium
 
   [ Laurent Bigonville ]

Added: desktop/experimental/gdm3/debian/patches/93_translate-default-desktop.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/patches/93_translate-default-desktop.patch?rev=52425&op=file
==============================================================================
--- desktop/experimental/gdm3/debian/patches/93_translate-default-desktop.patch	(added)
+++ desktop/experimental/gdm3/debian/patches/93_translate-default-desktop.patch	[utf-8] Sat May 20 13:09:51 2017
@@ -0,0 +1,17 @@
+Description: Fix 'make check' in po/
+Author: Jeremy Bicha <jbicha at ubuntu.com>
+Forwarded: not-needed
+---
+ po/POTFILES.in |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/po/POTFILES.in
++++ b/po/POTFILES.in
+@@ -41,6 +41,7 @@ daemon/session-worker-main.c
+ daemon/test-session-client.c
+ data/gdm.schemas.in.in
+ data/org.gnome.login-screen.gschema.xml.in
++debian/default.desktop.in
+ libgdm/gdm-user-switching.c
+ utils/gdmflexiserver.c
+ utils/gdm-screenshot.c

Modified: desktop/experimental/gdm3/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/patches/series?rev=52425&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/patches/series	[utf-8] (original)
+++ desktop/experimental/gdm3/debian/patches/series	[utf-8] Sat May 20 13:09:51 2017
@@ -3,6 +3,7 @@
 90_config_comments.patch
 91_dconf_database_path.patch
 92_systemd_unit.patch
+93_translate-default-desktop.patch
 94_retain_xorg_log.patch
 Hack-D-Bus-messages-from-Debian-8-libgdm-to-work-wit.patch
 pam_gdm-allow-setting-pam-module-dir-at-configure-ti.patch

Modified: desktop/experimental/gdm3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/rules?rev=52425&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/rules	[utf-8] (original)
+++ desktop/experimental/gdm3/debian/rules	[utf-8] Sat May 20 13:09:51 2017
@@ -96,6 +96,3 @@
 	rm -f $(MANPAGES)
 	rm -f $(OUTFILES)
 	rm -f data/gdm.schemas data/gdm.schemas.in
-
-override_dh_auto_test:
-	# disable for now until make check in po/ works.




More information about the pkg-gnome-commits mailing list