[Pkg-mysql-commits] r1089 - in trunk: . debian

Monty Taylor mtaylor-guest at alioth.debian.org
Tue Dec 18 11:58:15 UTC 2007


Author: mtaylor-guest
Date: 2007-12-18 11:58:15 +0000 (Tue, 18 Dec 2007)
New Revision: 1089

Modified:
   trunk/
   trunk/debian/changelog
   trunk/debian/rules
Log:
* Added --with-system-type to set the version_compile_os field.
* Cleaned up some lintian warnings. 


Property changes on: trunk
___________________________________________________________________
Name: bzr:revision-info
   + timestamp: 2007-12-18 09:56:55.285000086 -0200
committer: Monty Taylor <monty at inaugust.com>
properties: 
	branch-nick: trunk

Name: bzr:file-ids
   + 
Name: bzr:revision-id:v3-trunk0
   + 588 monty at inaugust.com-20071218115655-e9a3qdeanxkm37q0


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-12-18 11:55:15 UTC (rev 1088)
+++ trunk/debian/changelog	2007-12-18 11:58:15 UTC (rev 1089)
@@ -1,9 +1,14 @@
 mysql-dfsg-5.0 (5.0.51-2) UNRELEASED; urgency=low
 
+  [ Norbert Tretkowski ]
   * NOT YET RELEASED.
 
- -- Norbert Tretkowski <nobse at debian.org>  Tue, 18 Dec 2007 10:00:56 +0100
+  [ Monty Taylor ]
+  * Added --with-system-type to set the version_compile_os field.
+  * Cleaned up some lintian warnings. 
 
+ -- Monty Taylor <monty at inaugust.com>  Tue, 18 Dec 2007 09:56:19 -0200
+
 mysql-dfsg-5.0 (5.0.51-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2007-12-18 11:55:15 UTC (rev 1088)
+++ trunk/debian/rules	2007-12-18 11:58:15 UTC (rev 1089)
@@ -6,8 +6,7 @@
 
 include /usr/share/dpatch/dpatch.make
 
-PWD=$(shell pwd)
-TMP=$(PWD)/debian/tmp/
+TMP=$(CURDIR)/debian/tmp/
 
 ARCH = $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 ARCH_OS = $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
@@ -66,6 +65,7 @@
 		\
 		--with-server-suffix="-$(DEBVERSION)" \
 		--with-comment="(Debian)" \
+                --with-system-type="debian-linux-gnu" \
 		\
 		--enable-shared \
 		--enable-static \
@@ -138,7 +138,7 @@
 	rm -f build-stamp
 	rm -f testsuite-stamp
 	
-	-make clean
+	[ ! -f Makefile ] || $(MAKE) clean
 
 	# We like to see how long this is neccessary
 	@echo "CRUFT BEGIN" 




More information about the Pkg-mysql-commits mailing list