summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-09-10 15:23:54 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-09-10 15:23:54 -0700
commitad31fe4a0366736dc20c41e50b20aae1f8a03ea3 (patch)
tree129062e474ab0fce2bccf38b354def02de83102b
parent281b29cc9a1bab16ae817aca4d77e4710439a0d8 (diff)
downloadDHG_packages-ad31fe4a0366736dc20c41e50b20aae1f8a03ea3.tar.gz
hdbc: drop newer-time patch
-rw-r--r--p/hdbc/debian/changelog4
-rw-r--r--p/hdbc/debian/patches/newer-time20
-rw-r--r--p/hdbc/debian/patches/series1
3 files changed, 3 insertions, 22 deletions
diff --git a/p/hdbc/debian/changelog b/p/hdbc/debian/changelog
index 2be954afb..a3219bfaa 100644
--- a/p/hdbc/debian/changelog
+++ b/p/hdbc/debian/changelog
@@ -1,8 +1,10 @@
hdbc (2.4.0.2-1) unstable; urgency=medium
* New upstream release
+ * Drop newer-time patch.
+ Obsoleted by upstream changes.
- -- Sean Whitton <spwhitton@spwhitton.name> Sun, 03 Sep 2017 14:27:16 -0700
+ -- Sean Whitton <spwhitton@spwhitton.name> Sun, 10 Sep 2017 15:23:46 -0700
hdbc (2.4.0.1-6) unstable; urgency=medium
diff --git a/p/hdbc/debian/patches/newer-time b/p/hdbc/debian/patches/newer-time
deleted file mode 100644
index 6cea4dabd..000000000
--- a/p/hdbc/debian/patches/newer-time
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/HDBC.cabal
-+++ b/HDBC.cabal
-@@ -35,7 +35,7 @@ library
- if flag(splitBase)
- Build-Depends: base>=3 && <5, old-time, bytestring, containers
- if flag(minTime15)
-- Build-Depends: time >= 1.5 && < 1.6
-+ Build-Depends: time >= 1.5 && < 1.7
- CPP-Options: -DMIN_TIME_15
- else
- Build-Depends: time < 1.5, old-locale
-@@ -66,7 +66,7 @@ Executable runtests
- if flag(splitBase)
- Build-Depends: base>=3 && <5, old-time, bytestring, containers
- if flag(minTime15)
-- Build-Depends: time >= 1.5 && < 1.6
-+ Build-Depends: time >= 1.5 && < 1.7
- else
- Build-Depends: time < 1.5, old-locale
- else
diff --git a/p/hdbc/debian/patches/series b/p/hdbc/debian/patches/series
deleted file mode 100644
index 5a2b7449e..000000000
--- a/p/hdbc/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-newer-time