[Pkg-mysql-commits] r1986 - mysql-5.5/branches/experimental/debian
Norbert Tretkowski
nobse at alioth.debian.org
Wed Jun 22 15:51:43 UTC 2011
Author: nobse
Date: 2011-06-22 15:51:43 +0000 (Wed, 22 Jun 2011)
New Revision: 1986
Modified:
mysql-5.5/branches/experimental/debian/rules
Log:
Drop some more mysql-5.1 related things...
Modified: mysql-5.5/branches/experimental/debian/rules
===================================================================
--- mysql-5.5/branches/experimental/debian/rules 2011-06-22 15:42:55 UTC (rev 1985)
+++ mysql-5.5/branches/experimental/debian/rules 2011-06-22 15:51:43 UTC (rev 1986)
@@ -3,7 +3,7 @@
export DH_VERBOSE=1
export DEB_BUILD_HARDENING=1
-PACKAGE=mysql-5.1
+PACKAGE=mysql-5.5
TMP=$(CURDIR)/debian/tmp/
@@ -19,7 +19,7 @@
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')
-EXPORTED_SOURCE_TARBALL = debian/mysql-source-5.1.tar.gz
+EXPORTED_SOURCE_TARBALL = debian/mysql-source-5.5.tar.gz
DISTRIBUTION = $(shell lsb_release -i -s)
@@ -105,13 +105,10 @@
build-stamp: configure
@echo "RULES.$@"
dh_testdir
+
[ -f $(EXPORTED_SOURCE_TARBALL) ] || tar -zcf $(EXPORTED_SOURCE_TARBALL) \
- --exclude=debian . \
- --transform="s,^\./,mysql-5.5/,"
-
- [ -f $(EXPORTED_SOURCE_TARBALL) ] || tar -zcf $(EXPORTED_SOURCE_TARBALL) \
--exclude=debian . \
- --transform="s,^\./,mysql-5.1/,"
+ --transform="s,^\./,mysql-5.5/,"
cd $(builddir) && $(MAKE) $(MAKE_J)
More information about the Pkg-mysql-commits
mailing list