diff options
Diffstat (limited to 'qtc_packaging/debian_harmattan')
-rw-r--r-- | qtc_packaging/debian_harmattan/changelog | 7 | ||||
-rw-r--r-- | qtc_packaging/debian_harmattan/manifest.aegis | 2 | ||||
-rwxr-xr-x | qtc_packaging/debian_harmattan/rules | 6 |
3 files changed, 11 insertions, 4 deletions
diff --git a/qtc_packaging/debian_harmattan/changelog b/qtc_packaging/debian_harmattan/changelog index ea2f32e..4f197dc 100644 --- a/qtc_packaging/debian_harmattan/changelog +++ b/qtc_packaging/debian_harmattan/changelog @@ -1,3 +1,10 @@ +sowatch (0.2.2) unstable; urgency=low + + * Support for MetaWatch 24 mode setting using the 0.8 firmware + NVAL operations. + + -- Javier S. Pedro <maemo@javispedro.com> Sat, 29 Oct 2011 00:51:12 +0200 + sowatch (0.2.1) unstable; urgency=low * Fixing build dependencies. diff --git a/qtc_packaging/debian_harmattan/manifest.aegis b/qtc_packaging/debian_harmattan/manifest.aegis index 180419e..a9da1d2 100644 --- a/qtc_packaging/debian_harmattan/manifest.aegis +++ b/qtc_packaging/debian_harmattan/manifest.aegis @@ -1,5 +1,5 @@ <aegis> - <request policy="add"> + <request> <!-- Request a few tokens for watchlets to use. --> <credential name="TrackerReadAccess" /> <credential name="Location" /> diff --git a/qtc_packaging/debian_harmattan/rules b/qtc_packaging/debian_harmattan/rules index fe6b318..b9a1fd2 100755 --- a/qtc_packaging/debian_harmattan/rules +++ b/qtc_packaging/debian_harmattan/rules @@ -7,7 +7,7 @@ # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. -# export DH_VERBOSE=1 +#export DH_VERBOSE=1 configure: configure-stamp configure-stamp: @@ -34,7 +34,7 @@ clean: rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. - $(MAKE) clean + -$(MAKE) clean dh_clean @@ -69,7 +69,7 @@ binary-arch: build install dh_fixperms dh_makeshlibs dh_installdeb - dh_shlibdeps + # dh_shlibdeps # Uncomment this line for use without Qt Creator dh_gencontrol dh_md5sums dh_builddeb |