diff options
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/copyright | 53 | ||||
-rwxr-xr-x | debian/rules | 11 | ||||
-rw-r--r-- | debian/source/format | 1 |
5 files changed, 30 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..15613c6 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, 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..0743c5b 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 +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..9f55b2c --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 |