From e473251d6d5a894f939a57e580e38e9e96b9cd69 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Mar 2013 14:38:41 -0600 Subject: Update Debian and Ubuntu packaging to match new module names --- debian/lenny/applications/tdeio-apt/debian/rules | 38 ++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100755 debian/lenny/applications/tdeio-apt/debian/rules (limited to 'debian/lenny/applications/tdeio-apt/debian/rules') diff --git a/debian/lenny/applications/tdeio-apt/debian/rules b/debian/lenny/applications/tdeio-apt/debian/rules new file mode 100755 index 000000000..f9ce7782e --- /dev/null +++ b/debian/lenny/applications/tdeio-apt/debian/rules @@ -0,0 +1,38 @@ +#!/usr/bin/make -f +DEB_PATCH_SUFFIX = .patch .dpatch + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include debian/cdbs/kde.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde +DEB_CONFIGURE_MANDIR := /opt/trinity/share/man +DEB_CONFIGURE_PREFIX := /opt/trinity +DEB_CONFIGURE_INFODIR := /opt/trinity/share/info + +cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) + +DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ! [ -f /usr/share/libtool/ltmain.sh ] || \ + cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh + ! [ -f /usr/share/libtool/config/ltmain.sh ] || \ + cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + + make -f admin/Makefile.common cvs + touch debian/stamp-bootstrap + +configure/tdeio-apt-trinity:: + #fix rpath issue + # -chmod +x debian/fixrpath + # debian/fixrpath $(DEB_BUILDDIR) + +install/tdeio-apt-trinity:: + uudecode debian/kdedeb_logo.png.uu -o $(DEB_DESTDIR)/opt/trinity/share/apps/tdeio_apt/kdedeb_logo.png -- cgit v1.2.3