Improve release target in .pro
authorgregor herrmann <gregoa@debian.org>
Fri, 24 Jun 2011 15:15:05 +0000 (15:15 +0000)
committergregor herrmann <gregoa@debian.org>
Fri, 24 Jun 2011 15:15:05 +0000 (15:15 +0000)
ChangeLog
TODO
confclerk.pro

index 39c7cb2699fd744fd69a30762714750e60983569..580cd97d6ef091899b5261797bfde51091337c9a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
+2011-06-24  philipp
+
+       * src/gui/daynavigatorwidget.cpp, src/mvc/treeview.cpp: Removed two
+         unused variables to avoid compiler warnings.
+
+2011-06-24  gregoa
+
+       * src/gui/alarmdialog.cpp, src/sql/sqlengine.cpp,
+         src/test/mvc/eventtest.cpp: Somewhere a slash was missing ...
+       * TODO: Updated TODO.
+
 2011-06-23  gregoa
 
 2011-06-23  gregoa
 
+       * README: Add contact info to README.
+       * src/gui/about.ui: Update 'About' dialog.
+       * TODO, src/app/app.pro, src/app/main.cpp, src/maps, src/maps.qrc,
+         src/sql/sqlengine.cpp: Remove ULB, Campus Solbosch maps.
+       * ., ChangeLog, TODO, confclerk.pro, data/fosdem-schedule.svg,
+         fosdem-schedule.pro, src/app/app.pro: The big rename. Which was
+         not so big after all ...
        * data/26x26, data/40x40, data/48x48, data/64x64, data/Makefile,
          data/confclerk.desktop, data/maemo: De-maemofy: make .desktop
          file generic, remove resized (old) icons and Makefile for
        * data/26x26, data/40x40, data/48x48, data/64x64, data/Makefile,
          data/confclerk.desktop, data/maemo: De-maemofy: make .desktop
          file generic, remove resized (old) icons and Makefile for
diff --git a/TODO b/TODO
index 75db92f5c69e9236674a1a5f40a4a07a87558c02..4fe36a42879e57c1508ecd15f951fd3f197889ae 100644 (file)
--- a/TODO
+++ b/TODO
@@ -6,6 +6,7 @@ other:
 - manpage
   ~/.local/share/data/Toastfreeware/ConfClerk/ConfClerk.sqlite
   ~/.config/Toastfreeware/ConfClerk.conf
 - manpage
   ~/.local/share/data/Toastfreeware/ConfClerk/ConfClerk.sqlite
   ~/.config/Toastfreeware/ConfClerk.conf
+- hp/track/etc.
 
 --
 
 
 --
 
index 5415144bbc2d8bc4c74bf15692e315cf7b4215b3..0b06b89ad1c4d2182ddc185e25b0809844447d7c 100644 (file)
@@ -12,7 +12,7 @@ SUBDIRS = src
 
 VERSION = 0.5.0
 
 
 VERSION = 0.5.0
 
-QMAKE_CLEAN += src/bin/*.a
+QMAKE_DISTCLEAN += src/bin/*.a
 QMAKE_EXTRA_TARGETS += tarball icon changelog release
 
 changelog.target = ChangeLog
 QMAKE_EXTRA_TARGETS += tarball icon changelog release
 
 changelog.target = ChangeLog
@@ -30,7 +30,11 @@ tarball.target = $${TARGET}-$${VERSION}.tar.gz
 tarball.commands = \
        $(DEL_FILE) -r $${TARGET}-$${VERSION} ; \
        $(MKDIR) $${TARGET}-$${VERSION} ; \
 tarball.commands = \
        $(DEL_FILE) -r $${TARGET}-$${VERSION} ; \
        $(MKDIR) $${TARGET}-$${VERSION} ; \
-       $(COPY_DIR) --parents * $${TARGET}-$${VERSION}/ ; \
+       $(COPY_DIR) * $${TARGET}-$${VERSION}/ ; \
+       $(DEL_FILE) $${TARGET}-$${VERSION}/*.pro.user \
+               $${TARGET}-$${VERSION}/$${TARGET}-$${VERSION}.tar.gz \
+               $(DEL_FILE) -r $${TARGET}-$${VERSION}/$${TARGET}-$${VERSION} \
+               $${TARGET}-$${VERSION}/Makefile ; \
        tar -cz --exclude=.svn -f $$tarball.target $${TARGET}-$${VERSION} ; \
        $(DEL_FILE) -r $${TARGET}-$${VERSION}
        tar -cz --exclude=.svn -f $$tarball.target $${TARGET}-$${VERSION} ; \
        $(DEL_FILE) -r $${TARGET}-$${VERSION}
-tarball.depends = changelog icon
+tarball.depends = changelog icon distclean