summaryrefslogtreecommitdiff
path: root/qtc_packaging
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-10-29 01:23:08 +0200
committerJavier S. Pedro <maemo@javispedro.com>2011-10-29 01:23:08 +0200
commit00a8d95db62f5faada2bdb6798962aec8a2e1949 (patch)
tree66a717541f200690b63895b471ecaac0a2da2367 /qtc_packaging
parente8781ec2d43ec3f7f905e20fc76b1910e83ee0c8 (diff)
downloadsowatch-00a8d95db62f5faada2bdb6798962aec8a2e1949.tar.gz
sowatch-00a8d95db62f5faada2bdb6798962aec8a2e1949.zip
updating packaging to 0.2.2
Diffstat (limited to 'qtc_packaging')
-rw-r--r--qtc_packaging/debian_fremantle/changelog7
-rwxr-xr-xqtc_packaging/debian_fremantle/rules15
-rw-r--r--qtc_packaging/debian_harmattan/changelog7
-rw-r--r--qtc_packaging/debian_harmattan/manifest.aegis2
-rwxr-xr-xqtc_packaging/debian_harmattan/rules6
5 files changed, 19 insertions, 18 deletions
diff --git a/qtc_packaging/debian_fremantle/changelog b/qtc_packaging/debian_fremantle/changelog
index ea2f32e..4f197dc 100644
--- a/qtc_packaging/debian_fremantle/changelog
+++ b/qtc_packaging/debian_fremantle/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_fremantle/rules b/qtc_packaging/debian_fremantle/rules
index da02eb9..f88f85e 100755
--- a/qtc_packaging/debian_fremantle/rules
+++ b/qtc_packaging/debian_fremantle/rules
@@ -9,10 +9,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-
-
-
-
configure: configure-stamp
configure-stamp:
dh_testdir
@@ -64,23 +60,14 @@ binary-arch: build install
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_makeshlibs
dh_installdeb
# dh_shlibdeps # Uncomment this line for use without Qt Creator
dh_gencontrol
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