From 23d2cbf37ce2868e29772501a79e5929e5814185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 1 Aug 2012 23:04:55 +0200 Subject: Removed former way of managing patches for tde-style-lipstik on Debian and Ubuntu (cherry picked from commit ea17f4d8a64f5dd9e3484984cd23e8a3646d28bf) --- debian/lenny/applications/kde-style-lipstik/debian/control | 2 +- debian/lenny/applications/kde-style-lipstik/debian/rules | 12 ++---------- 2 files changed, 3 insertions(+), 11 deletions(-) (limited to 'debian/lenny/applications') diff --git a/debian/lenny/applications/kde-style-lipstik/debian/control b/debian/lenny/applications/kde-style-lipstik/debian/control index 223626346..e7b7d4a1b 100644 --- a/debian/lenny/applications/kde-style-lipstik/debian/control +++ b/debian/lenny/applications/kde-style-lipstik/debian/control @@ -2,7 +2,7 @@ Source: kde-style-lipstik-trinity Section: kde Priority: optional Maintainer: Timothy Pearson -Build-Depends: debhelper (>= 4.0.0), kdelibs4-trinity-dev (>= 4:3.2), dpatch, automake, autoconf, libtool, libltdl-dev +Build-Depends: debhelper (>= 4.0.0), quilt, kdelibs4-trinity-dev (>= 4:3.2), automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Package: kde-style-lipstik-trinity diff --git a/debian/lenny/applications/kde-style-lipstik/debian/rules b/debian/lenny/applications/kde-style-lipstik/debian/rules index 0f4c518e5..e535bbd80 100755 --- a/debian/lenny/applications/kde-style-lipstik/debian/rules +++ b/debian/lenny/applications/kde-style-lipstik/debian/rules @@ -51,8 +51,7 @@ build-stamp: config.status touch build-stamp -clean: clean-patched unpatch -clean-patched: +clean: dh_testdir dh_testroot rm -f build-stamp @@ -70,10 +69,7 @@ endif dh_clean -patch: patch-stamp -patch-stamp: - dpatch apply-all - #dpatch call-all -a=pkg-info > patch-stamp +patch: ! [ -f /usr/share/libtool/ltmain.sh ] || \ cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh ! [ -f /usr/share/libtool/config/ltmain.sh ] || \ @@ -83,10 +79,6 @@ patch-stamp: make -f admin/Makefile.common cvs touch debian/stamp-bootstrap -unpatch: - dpatch deapply-all - rm -rf patch-stamp debian/patched - install: build dh_testdir dh_testroot -- cgit v1.2.1