Switch to Debian source package format 3.0 (quilt)
authorRuss Allbery <rra@debian.org>
Mon, 4 Apr 2011 01:27:00 +0000 (18:27 -0700)
committerRuss Allbery <rra@debian.org>
Mon, 4 Apr 2011 01:27:00 +0000 (18:27 -0700)
* Change to Debian source format 3.0 (quilt).  Force a single Debian
  patch for simplicity since the packaging is maintained in Git using
  branches, and include a patch header explaining why.

debian/changelog
debian/source/format
debian/source/options [new file with mode: 0644]
debian/source/patch-header [new file with mode: 0644]

index fa1d6cd..51929a4 100644 (file)
@@ -16,6 +16,9 @@ opensaml2 (2.4.1-1) UNRELEASED; urgency=low
     - Fix reload interval backoff after reload failures
     - Strip whitespace from SAMLRequest URL parameter values
   * Update debian/copyright to the current DEP-5 specification.
+  * Change to Debian source format 3.0 (quilt).  Force a single Debian
+    patch for simplicity since the packaging is maintained in Git using
+    branches, and include a patch header explaining why.
   
  -- Russ Allbery <rra@debian.org>  Sun, 03 Apr 2011 17:59:57 -0700
 
index d3827e7..163aaf8 100644 (file)
@@ -1 +1 @@
-1.0
+3.0 (quilt)
diff --git a/debian/source/options b/debian/source/options
new file mode 100644 (file)
index 0000000..7423a2d
--- /dev/null
@@ -0,0 +1 @@
+single-debian-patch
diff --git a/debian/source/patch-header b/debian/source/patch-header
new file mode 100644 (file)
index 0000000..05fd5bc
--- /dev/null
@@ -0,0 +1,10 @@
+Subject: Collected Debian patches for opensaml2
+Author: Russ Allbery <rra@debian.org>
+
+The packaging for opensaml2 is maintained in Git using multiple
+branches for fixes, which makes it complex to separate the changes
+into individual patches.  They are therefore all included in a single
+Debian patch.
+
+For full commit history and separated commits, see the packaging Git
+repository.