diff -Nru qconf-1.4/debian/changelog qconf-1.4/debian/changelog --- qconf-1.4/debian/changelog 2011-05-29 17:52:55.000000000 +0000 +++ qconf-1.4/debian/changelog 2011-10-16 21:06:43.000000000 +0000 @@ -1,3 +1,11 @@ +qconf (1.4-3) unstable; urgency=low + + * Additional fields Vcs-Svn and Vcs-Browser in debian/control were added. + * Additional section get-orig-source was added in debian/rules. + * File debian/copyright was rewritten in according to DEP-5. + + -- Boris Pek Mon, 17 Oct 2011 00:06:28 +0300 + qconf (1.4-2) unstable; urgency=low * New maintainer (Closes: #620033) diff -Nru qconf-1.4/debian/control qconf-1.4/debian/control --- qconf-1.4/debian/control 2011-05-29 17:52:34.000000000 +0000 +++ qconf-1.4/debian/control 2011-10-16 21:06:22.000000000 +0000 @@ -3,8 +3,10 @@ Priority: optional Maintainer: Boris Pek Build-Depends: debhelper (>= 7.0.50~), cdbs, libqt4-dev -Standards-Version: 3.9.2 Homepage: http://delta.affinix.com/qconf +Vcs-Git: git://github.com/tehnick/qconf-debian.git +Vcs-Browser: https://github.com/tehnick/qconf-debian +Standards-Version: 3.9.2 Package: qconf Architecture: any diff -Nru qconf-1.4/debian/copyright qconf-1.4/debian/copyright --- qconf-1.4/debian/copyright 2011-05-29 17:52:34.000000000 +0000 +++ qconf-1.4/debian/copyright 2011-10-16 21:06:22.000000000 +0000 @@ -1,39 +1,33 @@ -This package was debianized by Ivan Borzenkov on -Sat, 11 Jul 2009 17:57:14 +0400. - -It was downloaded from http://delta.affinix.com/qconf/ - -Upstream Author: - - Justin Karneges - -Copyright: - - Copyright (C) 2007 Justin Karneges - -License: - - This package is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this package; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -On Debian systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL-2'. - -The Debian packaging is: - - Copyright (C) 2009 Ivan Borzenkov - -and is licensed under the GPL version 3, -see `/usr/share/common-licenses/GPL-3'. - +Format: http://dep.debian.net/deps/dep5/ +Debianized-By: Ivan Borzenkov +Debianized-Date: Sat, 11 Jul 2009 17:57:14 +0400 +Upstream-Name: qconf +Upstream-Contact: Justin Karneges +Original-Source: http://delta.affinix.com/qconf/ + The orig.tar.bz2 is is just renamed upstream tarball (without changes). + See section get-orig-source in debian/rules file for details. + +Files: * +Copyright: 2003-2007 Justin Karneges +License: GPL-2+ + +Files: debian/* +Copyright: 2009 Ivan Borzenkov + 2011 Boris Pek +License: GPL-2+ + +License: GPL-2+ + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, either version 2 of the License, or (at your option) any later + version. + . + This program 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 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 . + . + On Debian systems, the complete text of the GNU General Public License + can be found in `/usr/share/common-licenses/GPL-2'. diff -Nru qconf-1.4/debian/rules qconf-1.4/debian/rules --- qconf-1.4/debian/rules 2011-05-29 17:52:34.000000000 +0000 +++ qconf-1.4/debian/rules 2011-10-16 21:06:22.000000000 +0000 @@ -5,6 +5,10 @@ QMAKE=qmake-qt4 +PACKAGE = qconf + +CUR_VER = $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(\([0-9]\+\):\)\?\(.*\)-.*/\3/p') + configure/qconf:: ./configure --prefix=/usr @@ -17,3 +21,6 @@ install/qconf:: mv debian/qconf/usr/bin/qconf debian/qconf/usr/bin/qt-qconf +get-orig-source:: + wget -4 "http://delta.affinix.com/download/qconf-$(CUR_VER).tar.bz2" + mv -f "$(PACKAGE)-$(CUR_VER).tar.bz2" "$(PACKAGE)_$(CUR_VER).orig.tar.bz2" diff -Nru qconf-1.4/debian/watch qconf-1.4/debian/watch --- qconf-1.4/debian/watch 2011-05-29 17:52:34.000000000 +0000 +++ qconf-1.4/debian/watch 2011-10-16 21:06:22.000000000 +0000 @@ -1,5 +1,2 @@ -# Compulsory line, this is a version 3 file version=3 - -# http://delta.affinix.com/qconf .*qconf-(.*)\.tar\.bz2