diff options
author | Marco Túlio Gontijo e Silva <marcot@debian.org> | 2010-02-12 23:33:48 +0300 |
---|---|---|
committer | =?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?= <=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?=> | 2010-02-12 23:33:48 +0300 |
commit | c3bdbb3954c29ea1bee4ffc81db6260273cd8c67 (patch) | |
tree | 50013117a30714c88a543d71c8154353f9eac040 /p/haskell-ghc-paths/debian | |
parent | 2e71d4c051e17497bc9743a7f0b5000a0c5cafd0 (diff) | |
download | DHG_packages-c3bdbb3954c29ea1bee4ffc81db6260273cd8c67.tar.gz |
haskell-ghc-paths: Remove patches not needed with new upstream version.
Diffstat (limited to 'p/haskell-ghc-paths/debian')
-rw-r--r-- | p/haskell-ghc-paths/debian/changelog | 1 | ||||
-rw-r--r-- | p/haskell-ghc-paths/debian/control | 1 | ||||
-rw-r--r-- | p/haskell-ghc-paths/debian/patches/00list | 1 | ||||
-rwxr-xr-x | p/haskell-ghc-paths/debian/patches/01_clean | 17 | ||||
-rwxr-xr-x | p/haskell-ghc-paths/debian/rules | 2 |
5 files changed, 2 insertions, 20 deletions
diff --git a/p/haskell-ghc-paths/debian/changelog b/p/haskell-ghc-paths/debian/changelog index 9ded58370..58c78693d 100644 --- a/p/haskell-ghc-paths/debian/changelog +++ b/p/haskell-ghc-paths/debian/changelog @@ -26,6 +26,7 @@ haskell-ghc-paths (0.1.0.6-1) UNRELEASED; urgency=low * debian/control: Bump Standards-Version: to 3.8.4, no changes needed. * debian/copyright: Use DEP-5 format and bump Copyright year of packaging. + * Remove patches not needed with new upstream version. -- Marco Túlio Gontijo e Silva <marcot@debian.org> Fri, 12 Feb 2010 17:56:47 -0200 diff --git a/p/haskell-ghc-paths/debian/control b/p/haskell-ghc-paths/debian/control index 7439210a2..092959189 100644 --- a/p/haskell-ghc-paths/debian/control +++ b/p/haskell-ghc-paths/debian/control @@ -5,7 +5,6 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or Uploaders: Marco Túlio Gontijo e Silva <marcot@debian.org> Build-Depends: debhelper (>= 5) , cdbs - , dpatch , haskell-devscripts (>= 0.6.15+nmu11) , ghc6 , ghc6-prof diff --git a/p/haskell-ghc-paths/debian/patches/00list b/p/haskell-ghc-paths/debian/patches/00list deleted file mode 100644 index df38033fc..000000000 --- a/p/haskell-ghc-paths/debian/patches/00list +++ /dev/null @@ -1 +0,0 @@ -01_clean diff --git a/p/haskell-ghc-paths/debian/patches/01_clean b/p/haskell-ghc-paths/debian/patches/01_clean deleted file mode 100755 index 425fcc9c6..000000000 --- a/p/haskell-ghc-paths/debian/patches/01_clean +++ /dev/null @@ -1,17 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 01_clean.dpatch by Marco Túlio Gontijo e Silva <marcot@holoscopio.com> -## -## DP: Without this patch, ./setup clean would read ghc-paths.buildinfo, and -## DP: would crash when this file is not available. -@DPATCH@ -diff -Nudar ghc-paths-0.1.0.5.orig/Setup.hs ghc-paths-0.1.0.5/Setup.hs > debian/patches/01_clean.patch ---- ghc-paths-0.1.0.5.orig/Setup.hs 2008-08-19 09:58:25.000000000 -0300 -+++ ghc-paths-0.1.0.5/Setup.hs 2009-02-06 11:41:40.000000000 -0200 -@@ -16,7 +16,6 @@ - postConf = defaultPostConf, - preBuild = readHook, - preMakefile = readHook, -- preClean = readHook, - preCopy = readHook, - preInst = readHook, - preHscolour = readHook, diff --git a/p/haskell-ghc-paths/debian/rules b/p/haskell-ghc-paths/debian/rules index 399b35454..271411e80 100755 --- a/p/haskell-ghc-paths/debian/rules +++ b/p/haskell-ghc-paths/debian/rules @@ -3,5 +3,5 @@ DEB_BUILD_DEPENDENCIES = build-arch include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/rules/dpatch.mk include /usr/share/cdbs/1/class/hlibrary.mk + |