tags 621335 patch
thanks

You try to delete the la file in debian/gnome-do, but it isn't there
yet as dh_install hasn't been called.

-- Andrew Starr-Bochicchio

   Ubuntu Developer <https://launchpad.net/~andrewsomething>
   Debian Contributor
<http://qa.debian.org/developer.php?login=a.starr.b%40gmail.com>
   PGP/GPG Key ID: D53FDCB1



>From a750a6602a55e3fbc7ae7b2558118cd837b1ceef Mon Sep 17 00:00:00 2001
From: Andrew Starr-Bochicchio <a.star...@gmail.com>
Date: Thu, 26 May 2011 14:23:14 -0400
Subject: [PATCH] debian/rules: la files must be deleted after
dh_install has been called. (Closes: #621335)

---
 debian/changelog |    7 +++++++
 debian/rules     |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index adddcf8..984de50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gnome-do (0.8.4-2) UNRELEASED; urgency=low
+
+  * debian/rules: la files must be deleted after dh_install
+    has been called. (Closes: #621335)
+
+ -- Andrew Starr-Bochicchio <a.star...@gmail.com>  Thu, 26 May 2011
14:21:16 -0400
+
 gnome-do (0.8.4-1) unstable; urgency=low

   * The long fortold release
diff --git a/debian/rules b/debian/rules
index 6c96418..c9b391a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,9 +18,9 @@ override_dh_clean:
        dh_clean

 override_dh_install:
+       dh_install
        # The .la file(s) are entirely useless; kill them with fire.
        find debian/gnome-do -name '*.la' -delete
-       dh_install

 %:
        dh --with autoreconf,quilt $@
-- 
1.7.4.1
From a750a6602a55e3fbc7ae7b2558118cd837b1ceef Mon Sep 17 00:00:00 2001
From: Andrew Starr-Bochicchio <a.star...@gmail.com>
Date: Thu, 26 May 2011 14:23:14 -0400
Subject: [PATCH] debian/rules: la files must be deleted after dh_install has been called. (Closes: #621335)

---
 debian/changelog |    7 +++++++
 debian/rules     |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index adddcf8..984de50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gnome-do (0.8.4-2) UNRELEASED; urgency=low
+
+  * debian/rules: la files must be deleted after dh_install
+    has been called. (Closes: #621335)
+
+ -- Andrew Starr-Bochicchio <a.star...@gmail.com>  Thu, 26 May 2011 14:21:16 -0400
+
 gnome-do (0.8.4-1) unstable; urgency=low
 
   * The long fortold release
diff --git a/debian/rules b/debian/rules
index 6c96418..c9b391a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,9 +18,9 @@ override_dh_clean:
 	dh_clean
 
 override_dh_install:
+	dh_install
 	# The .la file(s) are entirely useless; kill them with fire.
 	find debian/gnome-do -name '*.la' -delete
-	dh_install
 
 %:
 	dh --with autoreconf,quilt $@
-- 
1.7.4.1

Reply via email to