diff options
author | Christopher Roy Bratusek <nano@jpberlin.de> | 2014-10-05 21:21:55 +0200 |
---|---|---|
committer | Christopher Roy Bratusek <nano@jpberlin.de> | 2014-10-05 21:21:59 +0200 |
commit | ec5648c24f3255837f6a890e7037214aad638336 (patch) | |
tree | ddbb590c0066df3bdff906c6edbba826e9cba113 /debian | |
parent | no exec prefix in Lumina-DE.desktop (diff) | |
download | lumina-ec5648c24f3255837f6a890e7037214aad638336.tar.gz lumina-ec5648c24f3255837f6a890e7037214aad638336.tar.bz2 lumina-ec5648c24f3255837f6a890e7037214aad638336.zip |
auto-create global.h
remove unrequired tasks from debian/rules
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/01-prefix.diff | 11 | ||||
-rw-r--r-- | debian/patches/series | 1 | ||||
-rwxr-xr-x | debian/rules | 8 |
3 files changed, 0 insertions, 20 deletions
diff --git a/debian/patches/01-prefix.diff b/debian/patches/01-prefix.diff deleted file mode 100644 index 841707dc..00000000 --- a/debian/patches/01-prefix.diff +++ /dev/null @@ -1,11 +0,0 @@ -diff --git a/global.h b/global.h -index 6a5fded..7e015f0 100644 ---- a/global.h -+++ b/global.h -@@ -6,5 +6,5 @@ - //=========================================== - - #ifndef PREFIX -- #define PREFIX QString("/usr/local") -+ #define PREFIX QString("/usr") - #endif diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index a6de8ad9..00000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -01-prefix.diff diff --git a/debian/rules b/debian/rules index a75cab86..62cfacc9 100755 --- a/debian/rules +++ b/debian/rules @@ -10,23 +10,15 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed DEB_PREF = $(shell gcc -print-multiarch) USER_QMAKE_FLAGS = PREFIX=/usr LIBPREFIX=/usr/lib/$(DEB_PEF) -QMAKE_EXTRA_DIRS = libLumina \ - lumina-config \ - lumina-desktop \ - lumina-fm \ - lumina-open \ - lumina-screenshot %: dh $@ build: qmake-qt4 $(USER_QMAKE_FLAGS) - for d in $(QMAKE_EXTRA_DIRS) ; do (cd $$d && qmake-qt4 $(USER_QMAKE_FLAGS)); done override_dh_auto_clean: -$(MAKE) distclean - -find $(CURDIR) -name *.qm | xargs rm override_dh_strip: dh_strip -a --dbg-package=libluminautils-dbg |