diff -Nru madison-lite-0.18/debian/changelog madison-lite-0.19/debian/changelog --- madison-lite-0.18/debian/changelog 2013-11-26 10:21:01.000000000 +0000 +++ madison-lite-0.19/debian/changelog 2014-01-07 17:40:15.000000000 +0000 @@ -1,3 +1,11 @@ +madison-lite (0.19) unstable; urgency=low + + * Switch to git; adjust Vcs-* fields. + * Convert debian/copyright to copyright-format 1.0. + * Policy version 3.9.5. + + -- Colin Watson Tue, 07 Jan 2014 17:40:14 +0000 + madison-lite (0.18) unstable; urgency=low * Calculate optimal column sizes in the same way as Debian's madison.cgi, diff -Nru madison-lite-0.18/debian/control madison-lite-0.19/debian/control --- madison-lite-0.18/debian/control 2012-01-22 14:50:24.000000000 +0000 +++ madison-lite-0.19/debian/control 2014-01-07 17:32:52.000000000 +0000 @@ -2,10 +2,10 @@ Section: admin Priority: optional Maintainer: Colin Watson -Standards-Version: 3.9.1 +Standards-Version: 3.9.5 Build-Depends: debhelper (>= 7.0.0) -Vcs-Bzr: http://anonscm.debian.org/bzr/users/cjwatson/madison-lite/trunk -Vcs-Browser: http://anonscm.debian.org/loggerhead/users/cjwatson/madison-lite/trunk +Vcs-Git: git://anonscm.debian.org/users/cjwatson/madison-lite.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/cjwatson/madison-lite.git Package: madison-lite Architecture: all diff -Nru madison-lite-0.18/debian/copyright madison-lite-0.19/debian/copyright --- madison-lite-0.18/debian/copyright 2008-08-19 09:10:55.000000000 +0000 +++ madison-lite-0.19/debian/copyright 2014-01-07 17:39:41.000000000 +0000 @@ -1,29 +1,37 @@ -Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=179 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: madison-lite -Upstream-Maintainer: Colin Watson +Upstream-Contact: Colin Watson Files: madison-lite -Copyright: Copyright 2003, 2004, 2005, 2006, 2007, 2008 Colin Watson - Copyright Ian Jackson - Copyright 2007 Don Armstrong +Copyright: 2003, 2004, 2005, 2006, 2007, 2008 Colin Watson + Ian Jackson + 2007 Don Armstrong License: GPL-2+ On Debian and Debian-based systems, a copy of the GNU General Public License version 2 is available in /usr/share/common-licenses/GPL-2. Files: madison-lite.1 -Copyright: Copyright 2003, 2004, 2005, 2006, 2007, 2008 Colin Watson +Copyright: 2003, 2004, 2005, 2006, 2007, 2008 Colin Watson License: GPL-2+ Files: examples/* -Copyright: Copyright 2004, 2006, 2008 Colin Watson - Copyright 2006 Adam D. Barratt - Copyright 2006 Reinhard Tartler +Copyright: 2004, 2006, 2008 Colin Watson + 2006 Adam D. Barratt + 2006 Reinhard Tartler License: BSD-2 + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. Files: debian/* -Copyright: Copyright 2003, 2004, 2005, 2006, 2007, 2008 Colin Watson +Copyright: 2003, 2004, 2005, 2006, 2007, 2008 Colin Watson License: GPL-2+ -License-Terms: GPL-2+ +License: GPL-2+ On Debian and Debian-based systems, a copy of the GNU General Public License version 2 is available in /usr/share/common-licenses/GPL-2. diff -Nru madison-lite-0.18/madison-lite madison-lite-0.19/madison-lite --- madison-lite-0.18/madison-lite 2013-11-26 10:20:57.000000000 +0000 +++ madison-lite-0.19/madison-lite 2014-01-07 17:34:59.000000000 +0000 @@ -29,7 +29,7 @@ use File::Path; use Getopt::Long; -use constant VERSION => '0.18'; +use constant VERSION => '0.19'; use constant USER_CONFIG => "$ENV{HOME}/.madison-lite"; use constant SYSTEM_CONFIG => '/etc/madison-lite';