debian packaging updates
This commit is contained in:
parent
22656d5b82
commit
9c67b1b494
|
@ -1,3 +1,16 @@
|
||||||
|
solaar (0.9.2-2) unstable; urgency=low
|
||||||
|
|
||||||
|
* Fixes for lintian warnings.
|
||||||
|
|
||||||
|
-- Daniel Pavel <daniel.pavel+debian@gmail.com> Wed, 24 Jul 2013 21:47:17 +0200
|
||||||
|
|
||||||
|
solaar (0.9.2-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Release 0.9.2.
|
||||||
|
* Closes: #717766.
|
||||||
|
|
||||||
|
-- Daniel Pavel <daniel.pavel+debian@gmail.com> Wed, 24 Jul 2013 20:59:52 +0200
|
||||||
|
|
||||||
solaar (0.9.1-1) unstable; urgency=low
|
solaar (0.9.1-1) unstable; urgency=low
|
||||||
|
|
||||||
* Release 0.9.1.
|
* Release 0.9.1.
|
||||||
|
|
|
@ -2,7 +2,7 @@ Source: solaar
|
||||||
Section: misc
|
Section: misc
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Daniel Pavel <daniel.pavel@gmail.com>
|
Maintainer: Daniel Pavel <daniel.pavel@gmail.com>
|
||||||
Build-Depends: debhelper (>= 8)
|
Build-Depends: debhelper (>= 9)
|
||||||
Build-Depends-Indep: python, po-debconf
|
Build-Depends-Indep: python, po-debconf
|
||||||
X-Python-Version: >= 2.7
|
X-Python-Version: >= 2.7
|
||||||
X-Python3-Version: >= 3.2
|
X-Python3-Version: >= 3.2
|
||||||
|
|
|
@ -42,7 +42,6 @@ License: LGPL
|
||||||
Files: share/icons/light_*.png
|
Files: share/icons/light_*.png
|
||||||
Copyright: Oxygen Icons
|
Copyright: Oxygen Icons
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Comment: These files were copied from the Oxygen icon theme (weather-*).
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Lesser General Public
|
modify it under the terms of the GNU Lesser General Public
|
||||||
License as published by the Free Software Foundation; either
|
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
|
You should have received a copy of the GNU Lesser General Public
|
||||||
License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
Comment: These files were copied from the Oxygen icon theme (weather-*).
|
||||||
|
|
|
@ -80,8 +80,8 @@ done
|
||||||
|
|
||||||
# create packages/ sub-directory
|
# create packages/ sub-directory
|
||||||
/bin/mkdir --parents "$SITE/../packages" "$SITE/packages/"
|
/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_* || 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-gnome3_* || true
|
||||||
if test -x /usr/bin/dpkg-scanpackages; then
|
if test -x /usr/bin/dpkg-scanpackages; then
|
||||||
cd "$SITE/../packages/"
|
cd "$SITE/../packages/"
|
||||||
/bin/rm --force *.build
|
/bin/rm --force *.build
|
||||||
|
|
Loading…
Reference in New Issue