From 9c67b1b494be25b209a131e1a70f8ebf21d99570 Mon Sep 17 00:00:00 2001 From: Daniel Pavel Date: Sat, 27 Jul 2013 18:09:20 +0200 Subject: [PATCH] debian packaging updates --- packaging/debian/changelog | 13 +++++++++++++ packaging/debian/control | 2 +- packaging/debian/copyright | 2 +- tools/build_gh_pages.sh | 4 ++-- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/packaging/debian/changelog b/packaging/debian/changelog index e69f57ba..793a5bad 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,16 @@ +solaar (0.9.2-2) unstable; urgency=low + + * Fixes for lintian warnings. + + -- Daniel Pavel Wed, 24 Jul 2013 21:47:17 +0200 + +solaar (0.9.2-1) unstable; urgency=low + + * Release 0.9.2. + * Closes: #717766. + + -- Daniel Pavel Wed, 24 Jul 2013 20:59:52 +0200 + solaar (0.9.1-1) unstable; urgency=low * Release 0.9.1. diff --git a/packaging/debian/control b/packaging/debian/control index 1ae9d7c8..9a8a0d00 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -2,7 +2,7 @@ Source: solaar Section: misc Priority: optional Maintainer: Daniel Pavel -Build-Depends: debhelper (>= 8) +Build-Depends: debhelper (>= 9) Build-Depends-Indep: python, po-debconf X-Python-Version: >= 2.7 X-Python3-Version: >= 3.2 diff --git a/packaging/debian/copyright b/packaging/debian/copyright index 5d82ebbf..66eefda5 100644 --- a/packaging/debian/copyright +++ b/packaging/debian/copyright @@ -42,7 +42,6 @@ License: LGPL Files: share/icons/light_*.png Copyright: Oxygen Icons License: LGPL -Comment: These files were copied from the Oxygen icon theme (weather-*). This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either @@ -55,3 +54,4 @@ Comment: These files were copied from the Oxygen icon theme (weather-*). . You should have received a copy of the GNU Lesser General Public License along with this library. If not, see . +Comment: These files were copied from the Oxygen icon theme (weather-*). diff --git a/tools/build_gh_pages.sh b/tools/build_gh_pages.sh index bbbb9761..2e9714c8 100755 --- a/tools/build_gh_pages.sh +++ b/tools/build_gh_pages.sh @@ -80,8 +80,8 @@ done # create packages/ sub-directory /bin/mkdir --parents "$SITE/../packages" "$SITE/packages/" -/bin/cp --archive --update --target-directory="$SITE/../packages/" "$SELF/dist/debian"/solaar_* || true -/bin/cp --archive --update --target-directory="$SITE/../packages/" "$SELF/dist/debian"/solaar-gnome3_* || true +#/bin/cp --archive --update --target-directory="$SITE/../packages/" "$SELF/dist/debian"/solaar_* || true +#/bin/cp --archive --update --target-directory="$SITE/../packages/" "$SELF/dist/debian"/solaar-gnome3_* || true if test -x /usr/bin/dpkg-scanpackages; then cd "$SITE/../packages/" /bin/rm --force *.build