diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-01-02 04:00:26 +0100 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-01-02 04:00:26 +0100 |
commit | 140d795d27e19dd7ffb3d58a404e601eef8b5f55 (patch) | |
tree | a66eb5bdb0ede79c0bcd907fb7e865d0284e5479 | |
parent | a111ee6b11112295867f36284ef0f85934c44509 (diff) | |
download | fmrx-qt-140d795d27e19dd7ffb3d58a404e601eef8b5f55.tar.gz fmrx-qt-140d795d27e19dd7ffb3d58a404e601eef8b5f55.zip |
fixing packaging
-rw-r--r-- | fmrx-qt.pro | 1 | ||||
-rw-r--r-- | qtc_packaging/debian_harmattan/changelog | 2 | ||||
-rwxr-xr-x | qtc_packaging/debian_harmattan/rules | 20 |
3 files changed, 3 insertions, 20 deletions
diff --git a/fmrx-qt.pro b/fmrx-qt.pro index e22f6bb..0ed54da 100644 --- a/fmrx-qt.pro +++ b/fmrx-qt.pro @@ -5,6 +5,7 @@ #------------------------------------------------- QT += core +QT -= gui TARGET = fmrx-qt TEMPLATE = lib diff --git a/qtc_packaging/debian_harmattan/changelog b/qtc_packaging/debian_harmattan/changelog index f0e26be..e727a60 100644 --- a/qtc_packaging/debian_harmattan/changelog +++ b/qtc_packaging/debian_harmattan/changelog @@ -2,4 +2,4 @@ fmrx-qt (0.0.1) unstable; urgency=low * Initial Release. - -- Javier <javier@unknown> Fri, 30 Dec 2011 19:56:24 +0100 + -- Javier S. Pedro <maemo@javispedro.com> Mon, 02 Jan 2012 03:47:51 +0100 diff --git a/qtc_packaging/debian_harmattan/rules b/qtc_packaging/debian_harmattan/rules index 30783dc..fb87b2b 100755 --- a/qtc_packaging/debian_harmattan/rules +++ b/qtc_packaging/debian_harmattan/rules @@ -9,10 +9,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 - - - - configure: configure-stamp configure-stamp: dh_testdir @@ -28,7 +24,6 @@ build-stamp: configure-stamp # Add here commands to compile the package. # $(MAKE) # Uncomment this line for use without Qt Creator - #docbook-to-man debian/fmrx-qt.sgml > fmrx-qt.1 touch $@ @@ -38,7 +33,7 @@ clean: rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. - $(MAKE) clean + -$(MAKE) clean dh_clean @@ -63,24 +58,11 @@ binary-arch: build install dh_installchangelogs dh_installdocs dh_installexamples -# dh_install -# dh_installmenu -# dh_installdebconf -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_python -# dh_installinit -# dh_installcron -# dh_installinfo dh_installman dh_link dh_strip dh_compress dh_fixperms -# dh_perl -# dh_makeshlibs dh_installdeb # dh_shlibdeps # Uncomment this line for use without Qt Creator dh_gencontrol |