[Pkg-mysql-commits] r2066 - mysql-5.5/branches/experimental/debian

Nicholas Bamber periapt at alioth.debian.org
Fri Apr 27 17:15:06 UTC 2012


Author: periapt
Date: 2012-04-27 17:15:05 +0000 (Fri, 27 Apr 2012)
New Revision: 2066

Added:
   mysql-5.5/branches/experimental/debian/mysql-source-5.5.install
Removed:
   mysql-5.5/branches/experimental/debian/mysql-source-5.5.files
Modified:
   mysql-5.5/branches/experimental/debian/changelog
   mysql-5.5/branches/experimental/debian/rules
Log:
Migrated mysql-source from dh_movefiles to dh_install

Modified: mysql-5.5/branches/experimental/debian/changelog
===================================================================
--- mysql-5.5/branches/experimental/debian/changelog	2012-04-26 20:28:30 UTC (rev 2065)
+++ mysql-5.5/branches/experimental/debian/changelog	2012-04-27 17:15:05 UTC (rev 2066)
@@ -73,6 +73,7 @@
     - Removed commented out lines
     - Removed obsolete -DINSTALL_LIBDIR clause from pic build
     - Overrode dh_auto_install so that the rules only run once
+    - Migrated mysql-source from dh_movefiles to dh_install
 
  -- Clint Byrum <clint at ubuntu.com>  Tue, 14 Feb 2012 11:48:47 -0800
 

Deleted: mysql-5.5/branches/experimental/debian/mysql-source-5.5.files
===================================================================
--- mysql-5.5/branches/experimental/debian/mysql-source-5.5.files	2012-04-26 20:28:30 UTC (rev 2065)
+++ mysql-5.5/branches/experimental/debian/mysql-source-5.5.files	2012-04-27 17:15:05 UTC (rev 2066)
@@ -1 +0,0 @@
-usr/src/mysql/*

Added: mysql-5.5/branches/experimental/debian/mysql-source-5.5.install
===================================================================
--- mysql-5.5/branches/experimental/debian/mysql-source-5.5.install	                        (rev 0)
+++ mysql-5.5/branches/experimental/debian/mysql-source-5.5.install	2012-04-27 17:15:05 UTC (rev 2066)
@@ -0,0 +1 @@
+debian/mysql-source*.tar.gz usr/src/mysql/

Modified: mysql-5.5/branches/experimental/debian/rules
===================================================================
--- mysql-5.5/branches/experimental/debian/rules	2012-04-26 20:28:30 UTC (rev 2065)
+++ mysql-5.5/branches/experimental/debian/rules	2012-04-27 17:15:05 UTC (rev 2066)
@@ -208,11 +208,11 @@
 	install -m 0755 debian/additions/echo_stderr $(TMP)/usr/share/mysql/
 	install -m 0755 debian/additions/debian-start $(TMP)/etc/mysql/
 	install -m 0755 debian/additions/debian-start.inc.sh $(TMP)/usr/share/mysql/
-	install -D -m 0644 $(EXPORTED_SOURCE_TARBALL) $(TMP)/usr/src/mysql/`basename $(EXPORTED_SOURCE_TARBALL)`
 	touch $@
 
 override_dh_install:
 	dh_movefiles
+	dh_install
 
 override_dh_installlogrotate-arch:
 	dh_installlogrotate --name mysql-server




More information about the Pkg-mysql-commits mailing list