[Pkg-mysql-commits] r1088 - in branches/sid-5.0: . debian

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


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

Modified:
   branches/sid-5.0/
   branches/sid-5.0/debian/changelog
   branches/sid-5.0/debian/rules
Log:
Reverted changes to sid-5.0. Will reapply in trunk.



Property changes on: branches/sid-5.0
___________________________________________________________________
Name: bzr:revision-info
   - timestamp: 2007-12-18 09:44:02.279999971 -0200
committer: Monty Taylor <monty at inaugust.com>
properties: 
	branch-nick: sid-5.0

   + timestamp: 2007-12-18 09:54:22.900000095 -0200
committer: Monty Taylor <monty at inaugust.com>
properties: 
	branch-nick: sid-5.0

Name: bzr:revision-id:v3-trunk0
   - 573 monty at inaugust.com-20071218114402-ha62jkp6rkc8x4oy

   + 573 monty at inaugust.com-20071218114402-ha62jkp6rkc8x4oy
574 monty at inaugust.com-20071218115422-zn17zib1pz0kyvak


Modified: branches/sid-5.0/debian/changelog
===================================================================
--- branches/sid-5.0/debian/changelog	2007-12-18 11:45:09 UTC (rev 1087)
+++ branches/sid-5.0/debian/changelog	2007-12-18 11:55:15 UTC (rev 1088)
@@ -1,10 +1,3 @@
-mysql-dfsg-5.0 (5.0.45-6) UNRELEASED; urgency=low
-
-  * 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:41:47 -0200
-
 mysql-dfsg-5.0 (5.0.45-5) unstable; urgency=high
 
   * SECURITY:

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




More information about the Pkg-mysql-commits mailing list