diff --git a/PKG-INFO b/PKG-INFO index ed9b954..9f3732c 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,10 +1,10 @@ Metadata-Version: 1.0 Name: swh.core -Version: 0.0.2 +Version: 0.0.3 Summary: Software Heritage core utilities Home-page: https://forge.softwareheritage.org/diffusion/DCORE/ Author: Software Heritage developers Author-email: swh-devel@inria.fr License: UNKNOWN Description: UNKNOWN Platform: UNKNOWN diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..04e4160 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,17 @@ +swh-core (0.0.2-1~bpo8+1) jessie-backports; urgency=medium + + * Rebuild for jessie-backports. + + -- Nicolas Dandrimont Wed, 23 Sep 2015 13:18:32 +0200 + +swh-core (0.0.2-1) unstable; urgency=medium + + * Update to v0.0.2 + + -- Nicolas Dandrimont Wed, 23 Sep 2015 13:08:51 +0200 + +swh-core (0.0.1-1) unstable; urgency=low + + * Import initial source package. + + -- Nicolas Dandrimont Tue, 22 Sep 2015 12:05:09 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..88ba390 --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: swh-core +Maintainer: Software Heritage developers +Section: python +Priority: optional +Build-Depends: debhelper (>= 9), + dh-python, + python3-all, + python3-celery, + python3-dateutil, + python3-nose, + python3-setuptools, + python3-vcversioner +Standards-Version: 3.9.6 +Homepage: https://forge.softwareheritage.org/diffusion/DCORE/ + +Package: python3-swh.core +Architecture: all +Depends: ${misc:Depends}, ${python3:Depends} +Description: Software Heritage core utilities diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..81d037d --- /dev/null +++ b/debian/copyright @@ -0,0 +1,22 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ + +Files: * +Copyright: 2015 The Software Heritage developers +License: GPL-3+ + +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 complete text of the GNU General Public + License version 3 can be found in `/usr/share/common-licenses/GPL-3'. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..4fbd2bf --- /dev/null +++ b/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f + +# This file was automatically generated by stdeb 0.8.5 at +# Tue, 22 Sep 2015 12:05:09 +0200 +export PYBUILD_NAME=swh-core + +%: + dh $@ --with python3 --buildsystem=pybuild + + +override_dh_auto_test: + PYBUILD_SYSTEM=custom \ + PYBUILD_TEST_ARGS="python{version} -m nose -sv swh.core" \ + dh_auto_test diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/swh.core.egg-info/PKG-INFO b/swh.core.egg-info/PKG-INFO index ed9b954..9f3732c 100644 --- a/swh.core.egg-info/PKG-INFO +++ b/swh.core.egg-info/PKG-INFO @@ -1,10 +1,10 @@ Metadata-Version: 1.0 Name: swh.core -Version: 0.0.2 +Version: 0.0.3 Summary: Software Heritage core utilities Home-page: https://forge.softwareheritage.org/diffusion/DCORE/ Author: Software Heritage developers Author-email: swh-devel@inria.fr License: UNKNOWN Description: UNKNOWN Platform: UNKNOWN diff --git a/swh.core.egg-info/SOURCES.txt b/swh.core.egg-info/SOURCES.txt index edcd3a1..60d2fe1 100644 --- a/swh.core.egg-info/SOURCES.txt +++ b/swh.core.egg-info/SOURCES.txt @@ -1,21 +1,27 @@ .gitignore MANIFEST.in Makefile requirements.txt setup.py version.txt bin/swh-hashdir bin/swh-hashfile +debian/changelog +debian/compat +debian/control +debian/copyright +debian/rules +debian/source/format swh.core.egg-info/PKG-INFO swh.core.egg-info/SOURCES.txt swh.core.egg-info/dependency_links.txt swh.core.egg-info/requires.txt swh.core.egg-info/top_level.txt swh/core/config.py swh/core/hashutil.py swh/core/json.py swh/core/scheduling.py swh/core/tests/test_config.py swh/core/tests/test_hashutil.py swh/core/tests/test_json.py swh/core/tests/test_scheduling.py \ No newline at end of file diff --git a/version.txt b/version.txt index 8bd4e22..183fa6e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v0.0.2-0-g2475f30 \ No newline at end of file +v0.0.3-0-gd116543 \ No newline at end of file