diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-08-01 23:04:55 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-08-01 23:04:55 +0200 |
commit | ea17f4d8a64f5dd9e3484984cd23e8a3646d28bf (patch) | |
tree | 71261f5ddf32de8366ced796ff4a1459af18d23f /ubuntu/maverick | |
parent | 3ad3efb69e09292dfed8730dda9724350850fe8a (diff) | |
download | tde-packaging-ea17f4d8a64f5dd9e3484984cd23e8a3646d28bf.tar.gz tde-packaging-ea17f4d8a64f5dd9e3484984cd23e8a3646d28bf.zip |
Removed former way of managing patches for tde-style-lipstik on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick')
-rw-r--r-- | ubuntu/maverick/applications/tde-style-lipstik/debian/control | 2 | ||||
-rwxr-xr-x | ubuntu/maverick/applications/tde-style-lipstik/debian/rules | 12 |
2 files changed, 3 insertions, 11 deletions
diff --git a/ubuntu/maverick/applications/tde-style-lipstik/debian/control b/ubuntu/maverick/applications/tde-style-lipstik/debian/control index 540fbebf2..0b5857188 100644 --- a/ubuntu/maverick/applications/tde-style-lipstik/debian/control +++ b/ubuntu/maverick/applications/tde-style-lipstik/debian/control @@ -2,7 +2,7 @@ Source: tde-style-lipstik-trinity Section: tde Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> -Build-Depends: debhelper (>= 4.0.0), tdelibs4-trinity-dev (>= 4:3.2), dpatch, automake, autoconf, libtool, libltdl-dev +Build-Depends: debhelper (>= 4.0.0), quilt, tdelibs4-trinity-dev (>= 4:3.2), automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Package: tde-style-lipstik-trinity diff --git a/ubuntu/maverick/applications/tde-style-lipstik/debian/rules b/ubuntu/maverick/applications/tde-style-lipstik/debian/rules index b20ff9228..f24b21716 100755 --- a/ubuntu/maverick/applications/tde-style-lipstik/debian/rules +++ b/ubuntu/maverick/applications/tde-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 |