debian/0000755000000000000000000000000012152613646007174 5ustar debian/watch0000644000000000000000000000046412152613646010231 0ustar version=3 # https://savannah.nongnu.org/files/?group=perl-webget # http://download.savannah.gnu.org/releases/perl-webget/ # http://mirrors.zerg.biz/nongnu/copyright-update/ copy.*-([\d.]+).*\.tar\.gz # NOTE: This project is packaged directly from upstream Git. See # copyright file for URL to project page. debian/rules0000755000000000000000000000050312152613646010252 0ustar #!/usr/bin/make -f PACKAGE = copyright-update DOCDIR = debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/doc override_dh_auto_install: $(MAKE) prefix=/usr \ DESTDIR=debian/$(PACKAGE) \ INSTALL_OBJS_DOC="" \ DOCDIR=$(DOCDIR) \ install # Contains only copies of manual pages rm -rf $(DOCDIR) %: dh $@ # End of file debian/changelog0000644000000000000000000000176512152613646011057 0ustar copyright-update (2013.0602-1) unstable; urgency=low * New upstream release. * debian/control - (Standards-Version): Update to 3.9.4. * debian/copyright - Update to Format 1.0. * debian/compat - Update to 9. * debian/rules - Simplify. -- Jari Aalto Sun, 02 Jun 2013 12:59:03 +0300 copyright-update (2010.0307+git23ecad8-2) unstable; urgency=low * debian/control - (Architecture): set to 'all' (Closes: #583434). - (Build-Depends): update to debhelper 8. - (Standards-Version): Update to 3.9.1. * debian/compat - Update to 8. -- Jari Aalto Mon, 11 Oct 2010 12:45:29 +0300 copyright-update (2010.0307+git23ecad8-1) unstable; urgency=low * New upstream release. -- Jari Aalto Sun, 07 Mar 2010 15:23:51 +0200 copyright-update (2010.0305+git802430a-1) unstable; urgency=low * Initial release (Closes: #571011). -- Jari Aalto Fri, 05 Mar 2010 09:24:34 +0200 debian/rules.old0000644000000000000000000000067212152613646011033 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/docs0000644000000000000000000000000712152613646010044 0ustar README debian/source/0000755000000000000000000000000012152613646010474 5ustar debian/source/format0000644000000000000000000000001412152613646011702 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212152613646010372 0ustar 9 debian/copyright0000644000000000000000000000224212152613646011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Name: copyright-update Upstream-Contact: Jari Aalto Source: http://freshmeat.net/projects/copyright-update X-Upstream-Vcs: X-Upstream-Bugs: Files: * Copyright: 2000-2013 Jari Aalto License: GPL-2+ Files: debian/* Copyright: 2010, 2013 Jari Aalto License: GPL-2+ License: GPL-2+ 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 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". debian/control0000644000000000000000000000124412152613646010600 0ustar Source: copyright-update Section: devel Priority: optional Maintainer: Jari Aalto Build-Depends: debhelper (>= 9) Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/copyright-update.git Vcs-Git: git://anonscm.debian.org/collab-maint/copyright-update.git Homepage: http://freshmeat.net/projects/copyright-update Package: copyright-update Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: update copyright information in files Update the copyright information in set of files, possibly recursively, matching content criteria. The updating affects copyright year, GPL address information etc.