r25924 - in /packages/unstable/human-icon-theme/debian: changelog control control.in rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Dec 12 23:42:01 UTC 2010


Author: pochu
Date: Sun Dec 12 23:42:01 2010
New Revision: 25924

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25924
Log:
* debian/control.in,
  debian/rules:
  + Use dpkg-vendor instead of lsb_release.

Modified:
    packages/unstable/human-icon-theme/debian/changelog
    packages/unstable/human-icon-theme/debian/control
    packages/unstable/human-icon-theme/debian/control.in
    packages/unstable/human-icon-theme/debian/rules

Modified: packages/unstable/human-icon-theme/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/human-icon-theme/debian/changelog?rev=25924&op=diff
==============================================================================
--- packages/unstable/human-icon-theme/debian/changelog [utf-8] (original)
+++ packages/unstable/human-icon-theme/debian/changelog [utf-8] Sun Dec 12 23:42:01 2010
@@ -1,3 +1,11 @@
+human-icon-theme (0.28.debian-4) UNRELEASED; urgency=low
+
+  * debian/control.in,
+    debian/rules:
+    + Use dpkg-vendor instead of lsb_release.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Mon, 13 Dec 2010 00:41:40 +0100
+
 human-icon-theme (0.28.debian-3) unstable; urgency=high
 
   * Use "libmagickcore-dev | libmagick9-dev" as the imagemagick build-dep,

Modified: packages/unstable/human-icon-theme/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/human-icon-theme/debian/control?rev=25924&op=diff
==============================================================================
--- packages/unstable/human-icon-theme/debian/control [utf-8] (original)
+++ packages/unstable/human-icon-theme/debian/control [utf-8] Sun Dec 12 23:42:01 2010
@@ -1,3 +1,8 @@
+# This file is autogenerated. DO NOT EDIT!
+# 
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
+
 Source: human-icon-theme
 Section: non-free/x11
 Priority: optional
@@ -5,6 +10,7 @@
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>
 Build-Depends: debhelper (>= 5),
                cdbs,
+               dpkg-dev (>= 1.15.1),
                gnome-pkg-tools (>= 0.12.2)
 Build-Depends-Indep: libxml-parser-perl,
                      pkg-config (>= 0.19),
@@ -13,7 +19,6 @@
                      libmagickcore-dev | libmagick9-dev,
                      autotools-dev,
                      librsvg2-dev (>= 2.12.3),
-                     lsb-release,
                      autoconf,
                      automake,
                      intltool,

Modified: packages/unstable/human-icon-theme/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/human-icon-theme/debian/control.in?rev=25924&op=diff
==============================================================================
--- packages/unstable/human-icon-theme/debian/control.in [utf-8] (original)
+++ packages/unstable/human-icon-theme/debian/control.in [utf-8] Sun Dec 12 23:42:01 2010
@@ -5,6 +5,7 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 5),
                cdbs,
+               dpkg-dev (>= 1.15.1),
                gnome-pkg-tools (>= 0.12.2)
 Build-Depends-Indep: libxml-parser-perl,
                      pkg-config (>= 0.19),
@@ -13,7 +14,6 @@
                      libmagickcore-dev | libmagick9-dev,
                      autotools-dev,
                      librsvg2-dev (>= 2.12.3),
-                     lsb-release,
                      autoconf,
                      automake,
                      intltool,

Modified: packages/unstable/human-icon-theme/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/human-icon-theme/debian/rules?rev=25924&op=diff
==============================================================================
--- packages/unstable/human-icon-theme/debian/rules [utf-8] (original)
+++ packages/unstable/human-icon-theme/debian/rules [utf-8] Sun Dec 12 23:42:01 2010
@@ -6,7 +6,7 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/gnome-pkg-tools/1/rules/ubuntu-get-source.mk
 
-DISTRO := $(shell lsb_release -si)
+DISTRO := $(shell dpkg-vendor --query vendor)
 
 # Anyway, defaults to Debian
 ifeq ($(DISTRO),)




More information about the pkg-gnome-commits mailing list