[Pkg-mysql-commits] r1182 - trunk/debian

Norbert Tretkowski nobse at alioth.debian.org
Fri Mar 21 09:18:45 UTC 2008


Author: nobse
Date: 2008-03-21 09:18:45 +0000 (Fri, 21 Mar 2008)
New Revision: 1182

Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/rules
Log:
Use lsb_release to detect distribution.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-03-20 18:19:07 UTC (rev 1181)
+++ trunk/debian/changelog	2008-03-21 09:18:45 UTC (rev 1182)
@@ -17,8 +17,9 @@
     with GROUP BY. (closes: #471737)
   * Add note about filename extensions in the /etc/mysql/conf.d/ directory in
     my.cnf. (closes: #461759)
+  * Use lsb_release to detect distribution.
 
- -- Norbert Tretkowski <nobse at debian.org>  Thu, 20 Mar 2008 18:39:56 +0100
+ -- Norbert Tretkowski <nobse at debian.org>  Fri, 21 Mar 2008 10:15:59 +0100
 
 mysql-dfsg-5.0 (5.0.51a-3) unstable; urgency=low
 

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2008-03-20 18:19:07 UTC (rev 1181)
+++ trunk/debian/control	2008-03-21 09:18:45 UTC (rev 1182)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian MySQL Maintainers <pkg-mysql-maint at lists.alioth.debian.org>
 Uploaders:  Christian Hammers <ch at debian.org>, Sean Finney <seanius at debian.org>, Adam Conrad <adconrad at 0c3.net>, Norbert Tretkowski <nobse at debian.org>
-Build-Depends: libtool (>= 1.4.2-7), procps | hurd,  debhelper (>= 4.1.16), file (>= 3.28-1), libncurses5-dev (>= 5.0-6), perl (>= 5.6.0), libwrap0-dev (>= 7.6-8.3), zlib1g-dev (>= 1:1.1.3-5), libreadline5-dev | libreadline-dev, psmisc, po-debconf, chrpath, automake1.9, dpatch, gawk, bison
+Build-Depends: libtool (>= 1.4.2-7), procps | hurd,  debhelper (>= 4.1.16), file (>= 3.28-1), libncurses5-dev (>= 5.0-6), perl (>= 5.6.0), libwrap0-dev (>= 7.6-8.3), zlib1g-dev (>= 1:1.1.3-5), libreadline5-dev | libreadline-dev, psmisc, po-debconf, chrpath, automake1.9, dpatch, gawk, bison, lsb-release
 Standards-Version: 3.7.3
 Homepage: http://dev.mysql.com/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-mysql/

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2008-03-20 18:19:07 UTC (rev 1181)
+++ trunk/debian/rules	2008-03-21 09:18:45 UTC (rev 1182)
@@ -20,6 +20,8 @@
 DEB_UPSTREAM_VERSION ?= $(shell echo $(DEB_NOEPOCH_VERSION) | sed 's/-[^-]*$$//')
 DEB_UPSTREAM_VERSION_MAJOR_MINOR := $(shell echo $(DEB_UPSTREAM_VERSION) | sed -r -n 's/^([0-9]+\.[0-9]+).*/\1/p')
 
+DISTRIBUTION = $(shell lsb_release -i -s)
+
 MAKE_J = -j$(shell grep -c processor.* /proc/cpuinfo)
 ifeq (${MAKE_J}, -j0)
   MAKE_J = -j1
@@ -77,7 +79,7 @@
 	        --mandir=/usr/share/man \
 		\
 		--with-server-suffix="-$(DEBVERSION)" \
-		--with-comment="(Debian)" \
+		--with-comment="($(DISTRIBUTION))" \
                 --with-system-type="debian-linux-gnu" \
 		\
 		--enable-shared \




More information about the Pkg-mysql-commits mailing list