debian/0000755000000000000000000000000012245062155007170 5ustar debian/watch0000644000000000000000000000014112235666576010235 0ustar version=3 https://bitbucket.org/maugier/shatag/downloads /maugier/shatag/get/([\d\.]+)\.tar\.bz2 debian/compat0000644000000000000000000000000212235666576010406 0ustar 9 debian/copyright0000644000000000000000000000361712235666576011152 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: shatag Upstream-Contact: Maxime Augier Source: https://bitbucket.org/maugier/shatag Files: * Copyright: 2010,2011 Maxime Augier License: GPL-3 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 Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. Files: dist/gentoo/sys-fs/shatag/shatag-9999.ebuild Copyright: 1999-2010 Gentoo Foundation 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; version 2 dated June 1991. . 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/control0000644000000000000000000000150512235666576010614 0ustar Source: shatag Section: misc Priority: extra Maintainer: Didier Raboud Build-Depends: debhelper (>= 9~), python3-all, python3-setuptools Vcs-Git: git://anonscm.debian.org/collab-maint/shatag.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/shatag.git Homepage: https://bitbucket.org/maugier/shatag Standards-Version: 3.9.5 X-Python3-Version: >= 3.2 Package: shatag Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-pyxattr, python3-yaml, python3-pyinotify Description: tool to store file checksums in extended attributes, and work with them Shatag is a tool for computing and caching file checksums, and do remote duplicate detection. Files are compared on their SHA-256 hash to find duplicates, and will use filesystem extended attributes to cache the checksum values. debian/source/0000755000000000000000000000000012235666576010510 5ustar debian/source/format0000644000000000000000000000001412235666576011716 0ustar 3.0 (quilt) debian/py3dist-overrides0000644000000000000000000000002612245061022012500 0ustar xattr python3-pyxattr debian/shatag.docs0000644000000000000000000000001612235666576011326 0ustar SERVER README debian/shatag.manpages0000644000000000000000000000001012235666576012163 0ustar man/*.1 debian/rules0000755000000000000000000000067712235666576010302 0ustar #!/usr/bin/make -f %: dh $@ --with python3 override_dh_auto_clean: rm -rf build shatag.egg-info override_dh_auto_build: set -ex; for python in $(shell py3versions -r); do \ $$python setup.py build; \ done; override_dh_auto_install: set -ex; for python in $(shell py3versions -r); do \ $$python setup.py install --root=$(CURDIR)/debian/shatag --install-layout=deb; \ done; override_dh_python3: dh_python3 --shebang=/usr/bin/python3 debian/changelog0000644000000000000000000000275612245061217011052 0ustar shatag (0.4.1-2) unstable; urgency=low * Fix automatic dependency against non-existant python3-xattr (Closes: #730199) -- Didier Raboud Tue, 26 Nov 2013 09:57:28 +0100 shatag (0.4.1-1) unstable; urgency=low * New 0.4.1 upstream release - Add push mode to shatagd - Fix invalid level in __import__ call (fixes python >= 3.3) * Bump Standards-Version to 3.9.5 without changes needed * Amend previous changelog entry to refer to the correct bugreport -- Didier Raboud Mon, 04 Nov 2013 10:50:44 +0100 shatag (0.4-4) unstable; urgency=low [ Didier Raboud ] * Upload to unstable. * Amend shatag 0.4-3 changelog entry to mark that the upload went to experimental. [ Jakub Wilk ] * Don't use dh_auto_* tools to avoid trying to run setup.py with python2.x, which is not supported. (Closes: #707026) -- Didier Raboud Tue, 07 May 2013 08:59:37 +0200 shatag (0.4-3) experimental; urgency=low [ Dmitrijs Ledkovs ] * Use python3 shebang. (Closes: #692290) -- Didier Raboud Mon, 05 Nov 2012 08:19:15 +0100 shatag (0.4-2) unstable; urgency=low * Add missing dependencies: - python3-yaml, for shatag. (Closes: #677585) - python3-pyinotify, for shatagd. (Closes: #677640) -- Didier Raboud Sat, 16 Jun 2012 13:22:54 +0200 shatag (0.4-1) unstable; urgency=low * Initial release. (Closes: #664076) -- Didier Raboud Mon, 28 May 2012 10:56:31 +0200