r12670 - in /desktop/unstable/epiphany-browser/debian: changelog rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Fri Sep 21 17:43:40 UTC 2007


Author: joss
Date: Fri Sep 21 17:43:40 2007
New Revision: 12670

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12670
Log:
* Fix typo that lead NoDisplay to be ignored.

Modified:
    desktop/unstable/epiphany-browser/debian/changelog
    desktop/unstable/epiphany-browser/debian/rules

Modified: desktop/unstable/epiphany-browser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/changelog?rev=12670&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/changelog (original)
+++ desktop/unstable/epiphany-browser/debian/changelog Fri Sep 21 17:43:40 2007
@@ -1,3 +1,9 @@
+epiphany-browser (2.20.0-2) UNRELEASED; urgency=low
+
+  * Fix typo that lead NoDisplay to be ignored.
+
+ -- Josselin Mouette <joss at debian.org>  Fri, 21 Sep 2007 19:43:04 +0200
+
 epiphany-browser (2.20.0-1) unstable; urgency=low
 
   * epiphany.sh: ship epiphany as a wrapper script for epiphany-browser

Modified: desktop/unstable/epiphany-browser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/rules?rev=12670&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/rules (original)
+++ desktop/unstable/epiphany-browser/debian/rules Fri Sep 21 17:43:40 2007
@@ -114,7 +114,7 @@
 			debian/epiphany-browser-data/usr/share/applications/epiphany.desktop \
 			| sed "s,epiphany-browser,epiphany-$$f," \
 			| grep -v ^TryExec ; \
-			echo NoDisplay=True ) \
+			echo NoDisplay=true ) \
 		> debian/epiphany-$$f/usr/share/applications/epiphany-$$f.desktop ; \
 		done
 	dh_install




More information about the pkg-gnome-commits mailing list