Skip to content

Commit

Permalink
Version bump to 0.6.25. Automated .pc file version update.
Browse files Browse the repository at this point in the history
The version number in sensord.pc is now updated with each build.
Developers just have to remember to commit the file when changelog
version changes.
  • Loading branch information
ronksu committed Sep 20, 2010
1 parent 3af83bb commit 0f8484a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
sensord (0.6.25) unstable; urgency=low

*

-- Timo Rongas <ronksu@rogue> Mon, 20 Sep 2010 15:47:49 +0300

sensord (0.6.24) unstable; urgency=low

[Antti Virtanen]
Expand Down
2 changes: 1 addition & 1 deletion sensord.pc
Expand Up @@ -4,7 +4,7 @@ libdir=${prefix}/lib/

Name: Sensord
Description: Sensord
Version: 0.6.24
Version: 0.6.25
Requires:
Libs: -L${libdir} -lsensorclient -lsensordatatypes
Cflags: -I${includedir} -I${includedir}/datatypes -I${includedir}/filters
3 changes: 2 additions & 1 deletion sensorfw.pro
@@ -1,6 +1,6 @@
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = datatypes \
SUBDIRS = datatypes \
adaptors \
filters \
sensors \
Expand All @@ -16,6 +16,7 @@ include( common-config.pri )

PKGCONFIGFILES.files = sensord.pc
PKGCONFIGFILES.path = /usr/lib/pkgconfig
PKGCONFIGFILES.commands = sed -i \"s/Version:.*$$/Version: `head -n1 debian/changelog | cut -f 2 -d\' \' | tr -d \'()\'`/\" sensord.pc

QTCONFIGFILES.files = sensord.prf
QTCONFIGFILES.path = /usr/share/qt4/mkspecs/features
Expand Down

0 comments on commit 0f8484a

Please sign in to comment.