r12178 - in /packages/unstable/gnome-app-install/debian: changelog rules

jak-guest at users.alioth.debian.org jak-guest at users.alioth.debian.org
Tue Jul 31 16:03:26 UTC 2007


Author: jak-guest
Date: Tue Jul 31 16:03:26 2007
New Revision: 12178

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12178
Log:
* debian/rules: do not set DISTRIBUTION to Debian if lsb_release is empty, else the warning would not work

Modified:
    packages/unstable/gnome-app-install/debian/changelog
    packages/unstable/gnome-app-install/debian/rules

Modified: packages/unstable/gnome-app-install/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-app-install/debian/changelog?rev=12178&op=diff
==============================================================================
--- packages/unstable/gnome-app-install/debian/changelog (original)
+++ packages/unstable/gnome-app-install/debian/changelog Tue Jul 31 16:03:26 2007
@@ -13,7 +13,7 @@
   * Output a warning for unknown distributions and default to Debian if
     lsb_release -si returns an empty string.
 
- -- Loic Minier <lool at dooz.org>  Tue, 31 Jul 2007 17:58:15 +0200
+ -- Julian Andres Klode <jak at jak-linux.org>  Tue, 31 Jul 2007 18:02:44 +0200
  
 gnome-app-install (0.4.5-0ubuntu1) gutsy; urgency=low
 

Modified: packages/unstable/gnome-app-install/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-app-install/debian/rules?rev=12178&op=diff
==============================================================================
--- packages/unstable/gnome-app-install/debian/rules (original)
+++ packages/unstable/gnome-app-install/debian/rules Tue Jul 31 16:03:26 2007
@@ -2,10 +2,6 @@
 DEB_AUTO_CLEANUP_RCS := yes
 DEB_PYTHON_SYSTEM    := pycentral
 DISTRIBUTION         := $(shell lsb_release -si)
-# defaults to Debian
-ifeq ($(DISTRIBUTION),)
-DISTRIBUTION := Debian
-endif
 
 # Include CDBS Stuff
 include /usr/share/cdbs/1/rules/debhelper.mk




More information about the pkg-gnome-commits mailing list