diff options
author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2013-02-11 18:34:41 +0000 |
---|---|---|
committer | Tarmac <> | 2013-02-11 18:34:41 +0000 |
commit | 46f476e45c53d0d1f1db17c71f80d5a7f1ff45de (patch) | |
tree | a866fe087a5fe5b559f01fad5a7d27ce6941a087 /debian | |
parent | 54bb8046207aa2d22c46be7fbacf546edf8d57c8 (diff) | |
parent | f1d16e8fe5fe0043494a0505742496baa237ba7d (diff) | |
download | qmenumodel-46f476e45c53d0d1f1db17c71f80d5a7f1ff45de.tar.gz qmenumodel-46f476e45c53d0d1f1db17c71f80d5a7f1ff45de.tar.bz2 qmenumodel-46f476e45c53d0d1f1db17c71f80d5a7f1ff45de.zip |
Added missing file (COPYING.LGPL);
Updated debian maintainer;
Update debian scripts to follow Ubuntu standard;. Fixes: https://bugs.launchpad.net/bugs/1121721.
Approved by Olivier Tilloy.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 3 | ||||
-rw-r--r-- | debian/copyright | 53 | ||||
-rwxr-xr-x | debian/rules | 11 | ||||
-rw-r--r-- | debian/source/format | 1 |
5 files changed, 31 insertions, 39 deletions
diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index 1ad9f37..7dd7c8f 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: qmenumodel Section: libs Priority: optional -Maintainer: Renato Araujo Oliveira Filho <renato@canonical.com> +Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> Build-Depends: debhelper (>= 9.0.0), cmake (>= 2.8.9), libglib2.0-dev, @@ -17,6 +17,7 @@ Build-Depends: debhelper (>= 9.0.0), libgles2-mesa-dev, libgl-dev, Standards-Version: 3.9.3 +Vcs-Bzr: lp:qmenumodel Package: libqmenumodel0 Section: libs diff --git a/debian/copyright b/debian/copyright index c55dfd8..998deae 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,30 +1,25 @@ -This package was debianized by Renato Araujo Oliveira Filho - -Copyright: - - Copyright (C) 2012 Canonical Ltd. - -License: - - This program is free software: you can redistribute it and/or modify it - under the terms of the the GNU General Public License version 3, as - published by the Free Software Foundation. - - This program is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranties of - MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR - PURPOSE. See the applicable version of the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - -On Debian systems, the complete text of the GNU General Public License -can be found in `/usr/share/common-licenses/GPL-3' - -The Debian packaging is: - - Copyright (C) 2011 Canonical Ltd. - -and is licensed under the GPL version 3, see above. +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ + +Files: * +Copyright: 2013 Canonical Ltd. +License: LGPL-3+ + +License: LGPL-3+ + This package 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 version 3 of the + License, or (at your option) any later version. + . + This package is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this package. If not, see + . + . + On Debian systems the full text of the GNU Lesser General Public + License, version 3 can be found in the file + '/usr/share/common-licenses/LGPL-3'. diff --git a/debian/rules b/debian/rules index 2364c9f..62e4b21 100755 --- a/debian/rules +++ b/debian/rules @@ -1,15 +1,10 @@ #!/usr/bin/make -f # -*- makefile -*- -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -override_dh_auto_configure: - PATH=/opt/qt5/bin:${PATH} dh_auto_configure - -override_dh_makeshlibs: - dh_makeshlibs -Xlibqmenumodel-qml.so +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 %: dh $@ --parallel +override_dh_makeshlibs: + dh_makeshlibs -Xlibqmenumodel-qml.so diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +1.0 |