[cpp-sp] 04/06: Make the single-debian-patch and patch-header options local

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


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

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

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

commit 881ab4220536a0bd1861994ce2e57a3eafa3d7a5
Author: Russ Allbery <rra at debian.org>
AuthorDate: Sat Feb 4 20:56:53 2012 -0800

    Make the single-debian-patch and patch-header options local
    
    * Move single-debian-patch to local-options and patch-header to
      local-patch-header so that they only apply to the packages the team
      builds, and NMUs get regular version-numbered patches.
---
 debian/changelog                                   | 3 +++
 debian/source/{options => local-options}           | 0
 debian/source/{patch-header => local-patch-header} | 0
 3 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d8e76de..399bc18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,9 @@ shibboleth-sp2 (2.4.3+dfsg-5) UNRELEASED; urgency=low
     the memcached_st struct, since the latter was removed in 1.0.  Thanks
     to Michael Fladischer for the patch.  Bump Build-Depends to require
     1.0 or later of libmemcached-dev.  (Closes: #658408)
+  * Move single-debian-patch to local-options and patch-header to
+    local-patch-header so that they only apply to the packages the team
+    builds, and NMUs get regular version-numbered patches.
 
  -- Russ Allbery <rra at debian.org>  Thu, 02 Feb 2012 16:32:00 -0800
 
diff --git a/debian/source/options b/debian/source/local-options
similarity index 100%
rename from debian/source/options
rename to debian/source/local-options
diff --git a/debian/source/patch-header b/debian/source/local-patch-header
similarity index 100%
rename from debian/source/patch-header
rename to debian/source/local-patch-header

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


More information about the commits mailing list