From fd46ae8f2ca33756ef69d9af0853505dd3bb60e4 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Mon, 7 Jun 2010 13:18:12 +0200 Subject: [PATCH] Don't sort patchlist (the manual sorting in the series file is better) --- debian/patches/debian-specific/sort-patchlist | 14 -------------- debian/patches/series | 1 - 2 files changed, 15 deletions(-) delete mode 100644 debian/patches/debian-specific/sort-patchlist diff --git a/debian/patches/debian-specific/sort-patchlist b/debian/patches/debian-specific/sort-patchlist deleted file mode 100644 index 3aedea5..0000000 --- a/debian/patches/debian-specific/sort-patchlist +++ /dev/null @@ -1,14 +0,0 @@ -This patch will allow mutt -v to return a sorted list of patches - -Index: trunk/patchlist.sh -=================================================================== ---- trunk.orig/patchlist.sh 2007-03-15 15:50:14.000000000 +0100 -+++ trunk/patchlist.sh 2007-03-15 15:50:41.000000000 +0100 -@@ -15,6 +15,6 @@ EOF - - while read patch ; do - echo " puts (\"${patch}\");" --done -+done | LC_COLLATE=C sort - - echo "}" diff --git a/debian/patches/series b/debian/patches/series index 3cd4da4..e704e4d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,7 +2,6 @@ misc/am-maintainer-mode misc/hg.pmdef.debugtime debian-specific/build_doc_adjustments.diff -debian-specific/sort-patchlist # features features/ifdef -- 2.43.0