[cpp-sp] 10/25: Remove now-unnecessary dh_builddeb override

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:46:53 EST 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to annotated tag debian/2.5.3+dfsg-1
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=d559a9e9785ba99076f4c5eef6cea2a9c6d2fe33

commit d559a9e9785ba99076f4c5eef6cea2a9c6d2fe33
Author: Russ Allbery <rra at debian.org>
AuthorDate: Sun Mar 16 15:35:32 2014 -0700

    Remove now-unnecessary dh_builddeb override
    
    * Remove the now-unnecessary dh_builddeb override to use xz compression.
---
 debian/changelog | 1 +
 debian/rules     | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bc0a240..18626db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ shibboleth-sp2 (2.5.3+dfsg-1) UNRELEASED; urgency=medium
     Beckmann.  (Closes: #720036)
   * Disable the forcing of --silent mode in Libtool since Debian build log
     analysis wants verbose logs.
+  * Remove the now-unnecessary dh_builddeb override to use xz compression.
   * Update standards version to 3.9.5 (no changes required).
 
  -- Russ Allbery <rra at debian.org>  Sat, 17 Aug 2013 14:36:09 -0700
diff --git a/debian/rules b/debian/rules
index dd4e068..5e8d606 100755
--- a/debian/rules
+++ b/debian/rules
@@ -107,6 +107,3 @@ override_dh_installinit:
 
 override_dh_makeshlibs:
 	dh_makeshlibs -Xusr/lib/$(DEB_HOST_MULTIARCH)/shibboleth
-
-override_dh_builddeb:
-	dh_builddeb -- -Zxz

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list