debian/0000755000000000000000000000000012157446772007205 5ustar debian/source/0000755000000000000000000000000012157446405010476 5ustar debian/source/format0000644000000000000000000000001412157446405011704 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000632112157446405011052 0ustar summain (0.18-1) unstable; urgency=low * New upstream version. * Include README, NEWS in .deb. -- Lars Wirzenius Fri, 15 Mar 2013 19:51:30 +0000 summain (0.17-1) unstable; urgency=low * New upstream release. -- Lars Wirzenius Sat, 27 Oct 2012 14:25:40 +0100 summain (0.16-1) unstable; urgency=low * New upstream release. -- Lars Wirzenius Sat, 29 Sep 2012 19:30:38 +0100 summain (0.14-1) unstable; urgency=low * New upstream version. - Fix "Misc. typos in the manpage." (Closes: #675503) -- Lars Wirzenius Sat, 30 Jun 2012 16:56:45 +0100 summain (0.13-1) unstable; urgency=low * Bumped Standards-Version. No other changes required. -- Lars Wirzenius Fri, 06 Apr 2012 23:57:38 +0100 summain (0.12-1) unstable; urgency=low * New upstream release. -- Lars Wirzenius Sat, 25 Feb 2012 14:48:20 +0000 summain (0.11-1) unstable; urgency=low * New upstream version. * debian/control: Add build dependency on python-all-dev and libattr1-dev, because upstream now builds an extension. -- Lars Wirzenius Sat, 11 Feb 2012 14:36:42 +0000 summain (0.10-1) unstable; urgency=low * New upstream release. -- Lars Wirzenius Tue, 09 Aug 2011 11:09:01 +0100 summain (0.9-1) unstable; urgency=low * New upstream release. This is the first release to be uploaded to Debian. (Closes: #631861) * debian/source/format: Use 3.0 (quilt). * debian/rules, debian/control: Fixed for dh_python2 and Debian. -- Lars Wirzenius Mon, 27 Jun 2011 23:03:59 +0100 summain (0.8) squeeze; urgency=low * New upstream release. * debian/control: Bumped Standards-Version, no other changes necessary. -- Lars Wirzenius Sun, 12 Jun 2011 12:40:59 +0100 summain (0.7) squeeze; urgency=low * New upstream version. -- Lars Wirzenius Wed, 18 May 2011 09:38:59 +0100 summain (0.6) squeeze; urgency=low * New upstream version. -- Lars Wirzenius Wed, 18 May 2011 06:49:31 +0100 summain (0.5) squeeze; urgency=low * New upstream version. -- Lars Wirzenius Sun, 20 Mar 2011 11:31:57 +0000 summain (0.4.1) squeeze; urgency=low * Fix empty package by fixing debian/rules. -- Lars Wirzenius Sun, 20 Mar 2011 10:03:24 +0000 summain (0.4) squeeze; urgency=low * New upstream version. -- Lars Wirzenius Sat, 12 Mar 2011 12:42:49 +0000 summain (0.3) squeeze; urgency=low * New upstream release. -- Lars Wirzenius Fri, 18 Feb 2011 23:08:45 +0000 summain (0.2) squeeze; urgency=low * New upstream release. - do not report size of directories * debian/rules: Verify that versions match between debian/changelog and setup.py. * debian/control: Add build-dependency on extrautils, required for the version matching checking. ' debian/control: add Homepage field. -- Lars Wirzenius Sun, 13 Feb 2011 09:47:52 +0000 summain (0.1) squeeze; urgency=low * Upload to squeeze. -- Lars Wirzenius Thu, 13 May 2010 10:50:02 +1200 summain (0.0) karmic; urgency=low * Initial packaging. -- Lars Wirzenius Fri, 1 Jan 2019 19:20:44 +0200 debian/compat0000644000000000000000000000000212157446405010374 0ustar 7 debian/control0000644000000000000000000000135112157446405010601 0ustar Source: summain Maintainer: Lars Wirzenius Section: misc Priority: optional Standards-Version: 3.9.3 Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~), python-all-dev (>= 2.6.6-3~), python-cliapp (>= 0.7), cmdtest Homepage: http://liw.fi/summain/ X-Python-Version: >= 2.6 Package: summain Architecture: any Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-cliapp (>= 0.7) Description: create file manifests with checksums Summain generates file manifests, which contain metadata about the files, and a checksum of their content for regular files. The manifest can be generated for a directory tree at different points in time and compared (with diff) to see if something has changed. debian/copyright0000644000000000000000000000172412157446405011135 0ustar Summain was originally written Lars Wirzenius . All of the code is currently owned by Lars Wirzenius and licensed under the GNU GPL version 3, or later version. Copyright (C) 2009 Lars Wirzenius 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 3 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 a Debian system, you can find a copy of the GPL version 3 in /usr/share/common-licenses/GPL-3. debian/rules0000755000000000000000000000042212157446405010254 0ustar #!/usr/bin/make -f %: dh $@ --with=python2 --buildsystem=python_distutils override_dh_auto_build: $(MAKE) dh_auto_build --with=python2 --buildsystem=python_distutils override_dh_auto_clean: $(MAKE) clean dh_auto_clean --with=python2 --buildsystem=python_distutils debian/summain.docs0000644000000000000000000000001412157446405011514 0ustar README NEWS