r10528 - in /packages/unstable/tangerine-icon-theme/debian: changelog rules

alanbach-guest at users.alioth.debian.org alanbach-guest at users.alioth.debian.org
Sat Apr 28 08:49:59 UTC 2007


Author: alanbach-guest
Date: Sat Apr 28 08:49:59 2007
New Revision: 10528

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10528
Log:
Fixed defauld distro section based on human-it rules file

Modified:
    packages/unstable/tangerine-icon-theme/debian/changelog
    packages/unstable/tangerine-icon-theme/debian/rules

Modified: packages/unstable/tangerine-icon-theme/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/tangerine-icon-theme/debian/changelog?rev=10528&op=diff
==============================================================================
--- packages/unstable/tangerine-icon-theme/debian/changelog (original)
+++ packages/unstable/tangerine-icon-theme/debian/changelog Sat Apr 28 08:49:59 2007
@@ -11,7 +11,7 @@
      - Added Debian and Parsix specific svg and sng logos
      - Added libmagick9-dev and imagemagick build-deps
        required versions
-     - Added librsvg2-dev, sng and lsb-release to 
+     - Added librsvg2-dev, sng and lsb-release to
        build-deps
   * Added debian/watch and debian/control.in files
   * Updated debian/rules
@@ -19,5 +19,5 @@
      - Added lsb_release distro detection method
      - Replaces Ubuntu logo with Debian or Parsix
 
- -- Alan Baghumian <alan at technotux.org>  Thu, 26 Apr 2007 18:11:19 +0330
+ -- Alan Baghumian <alan at technotux.org>  Sat, 28 Apr 2007 12:18:56 +0330
 

Modified: packages/unstable/tangerine-icon-theme/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/tangerine-icon-theme/debian/rules?rev=10528&op=diff
==============================================================================
--- packages/unstable/tangerine-icon-theme/debian/rules (original)
+++ packages/unstable/tangerine-icon-theme/debian/rules Sat Apr 28 08:49:59 2007
@@ -5,10 +5,12 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-DISTRO=$(shell lsb_release -si)
+DISTRO := $(shell lsb_release -si)
 
 # Anyway, defaults to Debian
--test -z ${DISTRO} && DISTRO="Debian"
+ifeq ($(DISTRO),)
+DISTRO := Debian
+endif
 
 clean::
 	echo ${DISTRO}




More information about the pkg-gnome-commits mailing list