From d2b137a9b04aa5f7c94734ff4545bc953820bfe2 Mon Sep 17 00:00:00 2001 From: Chow Loong Jin Date: Fri, 25 Feb 2011 01:29:48 +0800 Subject: Move from dpatch to debsrc3.0 quilt --- debian/control | 2 +- debian/patches/00list | 1 - debian/patches/01_pkg-config-path.dpatch | 15 --------------- debian/patches/01_pkg-config-path.patch | 11 +++++++++++ debian/patches/series | 1 + debian/source/format | 1 + 6 files changed, 14 insertions(+), 17 deletions(-) delete mode 100644 debian/patches/00list delete mode 100755 debian/patches/01_pkg-config-path.dpatch create mode 100644 debian/patches/01_pkg-config-path.patch create mode 100644 debian/patches/series create mode 100644 debian/source/format diff --git a/debian/control b/debian/control index a39d148..c94c403 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian CLI Libraries Team , Mirco Bauer , Chow Loong Jin -Build-Depends: debhelper (>= 5), dpatch +Build-Depends: debhelper (>= 5) Build-Depends-Indep: cli-common-dev (>= 0.5.4), mono-devel (>= 2.4.3), monodoc-base (>= 1.1.18), diff --git a/debian/patches/00list b/debian/patches/00list deleted file mode 100644 index 5d040f7..0000000 --- a/debian/patches/00list +++ /dev/null @@ -1 +0,0 @@ -01_pkg-config-path.dpatch diff --git a/debian/patches/01_pkg-config-path.dpatch b/debian/patches/01_pkg-config-path.dpatch deleted file mode 100755 index 352e5a2..0000000 --- a/debian/patches/01_pkg-config-path.dpatch +++ /dev/null @@ -1,15 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run - -@DPATCH@ - ---- notify-sharp-0.4.0~r2998/notify-sharp.pc.in.old 2008-03-23 00:22:07.000000000 +0100 -+++ notify-sharp-0.4.0~r2998/notify-sharp.pc.in 2008-03-23 00:22:17.000000000 +0100 -@@ -1,7 +1,7 @@ - prefix=@prefix@ - exec_prefix=${prefix} - libdir=${exec_prefix}/lib --pkglibdir=${libdir}/mono/notify-sharp -+pkglibdir=${libdir}/cli/notify-sharp-0.4 - - Name: notify-sharp - Description: C# client library for notification-daemon diff --git a/debian/patches/01_pkg-config-path.patch b/debian/patches/01_pkg-config-path.patch new file mode 100644 index 0000000..a0f4988 --- /dev/null +++ b/debian/patches/01_pkg-config-path.patch @@ -0,0 +1,11 @@ +--- notify-sharp-0.4.0~r2998/notify-sharp.pc.in.old 2008-03-23 00:22:07.000000000 +0100 ++++ notify-sharp-0.4.0~r2998/notify-sharp.pc.in 2008-03-23 00:22:17.000000000 +0100 +@@ -1,7 +1,7 @@ + prefix=@prefix@ + exec_prefix=${prefix} + libdir=${exec_prefix}/lib +-pkglibdir=${libdir}/mono/notify-sharp ++pkglibdir=${libdir}/cli/notify-sharp-0.4 + + Name: notify-sharp + Description: C# client library for notification-daemon diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..30bab9a --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +01_pkg-config-path.patch diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- cgit v1.2.3