[cod-tools] branch master created (now 499a759)

Andrius Merkys merkys-guest at moszumanska.debian.org
Mon Sep 25 13:44:10 UTC 2017


This is an automated email from the git hooks/post-receive script.

merkys-guest pushed a change to branch master
in repository cod-tools.

        at  499a759   trunk/ Adding a debian/watch file.

This branch includes the following new commits:

       new  5d0099f   cod-deb-packaging/ Starting a standard repository tree.
       new  e36d29e   trunk/ Adding packaging details for 'cexceptions'. Currently, the details are mostly raw templates, generated via command 'dh_make'.
       new  b22b39e   trunk/ Developing a Makefile-based infrastructure to produce packages.
       new  02098da   trunk/ Finishing a working version of package building infrastructure.
       new  dde9836   trunk/ Adding 'make cleanAll' and 'make distclean' targets.
       new  aa77db8   trunk/cexceptions/ Removing empty README templates.
       new  4eb9524   trunk/cexceptions/ Updating the copyright file.
       new  57325d0   trunk/ Excluding *~ files in rsync command.
       new  f2b4166   trunk/cexceptions/ Updating Standards-Version to 3.9.3.
       new  ea0c46c   trunk/cexceptions/ Adding ${misc:Depends} to the dependencies.
       new  1eb6a54   trunk/ Modifying the MasterMakefile to use the original project name for the generation of the package, required at least by cexceptions.
       new  c9c5b91   trunk/cexceptions/ Modifying debian/rules to enable generation of Debian binary (*.deb) packages.
       new  e1da82e   trunk/ Enabling Makefile to remove binary packages.
       new  d1da817   trunk/cexceptions/ Adding a short description for cexceptions.
       new  0600c29   trunk/ Adding settings for the packaging of 'getoptions'.
       new  3c0ebc2   trunk/getoptions/ Applying debian/rules Makefile to build and install the package. Adding cexceptions to the list of build dependencies.
       new  ac058e2   trunk/ Adding settings for the packaging of 'codcif'. However, the packaging crashes because of missing relative paths to 'cexceptions'. A solution would be to remove such paths in upstream and rely on the main Makefile of 'cod-tools' to prepare first the 'cexceptions' and then 'codcif'.
       new  5e9edae   trunk/codcif/ Ignoring LIB_DIRS, specifying libraries in 'make build' of codcif. The package is still not built because of missing 'make install' target, but it's not clear why it is considered missing as debian/rules contains such target.
       new  3e1c007   trunk/ Removing excess rule from debian/rules.
       new  85e03d0   trunk/getoptions/ Removing excess rule from debian/rules.
       new  65493d9   trunk/codcif/ Updating to the most up-to-date version of 'codcif'. Removing ad-hoc 'make install' rule. The package is finally compiled.
       new  08f9c6c   trunk/ Starting to develop packaging infrastructure for pycodcif.
       new  c3eeb64   trunk/pycodcif/ Updating to the most up-to-date version of 'pycodcif'. Fixing bugs. The package is finally compiled.
       new  3dac3ab   trunk/pycodcif/ Updating to the newest version of pycodcif in order to remove execution permission from it's *.py files.
       new  7757742   trunk/pycodcif/ Updating the source of 'pycodcif' to the newest version. Making sure that all required packages are installed. The package 'pycodcif' is finally working.
       new  76b9f91   trunk/pycodcif/ Adding dependencies on python2.7 and variable Python and shlibs dependencies.
       new  1e018bb   trunk/ Renaming package: 'cexceptions' -> 'libcexceptions0'.
       new  e4151bc   trunk/ Renaming package: 'getoptions' -> 'libgetoptions0'.
       new  41171fc   trunk/codcif/ Providing a long description.
       new  2ed5c9d   trunk/pycodcif/ Adding '--with python2'. Package may not work since some build dependencies may be missing (as informed by lintian).
       new  33a15f2   trunk/pycodcif/ Adding dh_python2 build dependencies. Lintian nags less now.
       new  ffd9d5e   trunk/ Splitting MasterMakefile's functionality by implementing 'make original' target.
       new  1af95c6   trunk/ Adding explicit GNU GPLv2 license.
       new  a54afcd   trunk/ Adding 'make unsigned' target. Adding a short README.
       new  16556b7   trunk/ Drawing the dependency tree.
       new  f99d671   trunk/ Elaborating the README.
       new  a1d0ac3   trunk/ Adding 'make tests' target to MasterMakefile to test the installed libraries at least for libcexceptions0 and libgetoptions0. Somewhy the latter fails.
       new  40c9451   trunk/ Adding Makelocal files for libcexceptions0 and libgetoptions0 for testing of the installed packages.
       new  faa9878   trunk/ Moving 'make all' definition before the inclusion of Makelocal-*.
       new  502f94a   trunk/ Adding dependency list.
       new  7b44064   trunk/ Updating the source of libgetoptions0 and libcexceptions0 to rev. 4775 of cod-tools.
       new  c981c94   trunk/ Updating source versions in changelogs of libcexceptions0 and libgetoptions0.
       new  4f15771   trunk/libcexceptions0/ Adding an override to dh_auto_test to pass the required make variables.
       new  17361cf   trunk/ Adding synonyms for 'tests': 'test' and 'check'.
       new  d621e7a   trunk/libcexceptions0/ Adding a longer description for libcexceptions0.
       new  d6be83f   trunk/ Adding ${shlibs:Depends} to the dependencies of libcexceptions0 and libgetoptions0.
       new  6803455   trunk/ Adding lintian overrides for non-dev-pkg-with-shlib-symlink for libcexceptions0 and libgetoptions0.
       new  6f05a35   trunk/pycodcif/ Rewriting short and long description for pycodcif.
       new  8bd154b   trunk/ Adding package libcod-precision-perl to pack COD::Precision Perl module, which is required by COD::CIF::Parser::* and the rest of cod-tools.
       new  8c1fc44   trunk/ Adding package libcod-usermessage-perl to pack COD::UserMessage Perl module, which is required by COD::CIF::Parser::* and the rest of cod-tools.
       new  6d089f8   trunk/ Adding pure Perl modules to the dependency tree.
       new  159ca53   trunk/ Adding package libcod-parser-bison-perl to pack COD::CIF::Parser::Bison module. Currently, building does not depend on neither 'codcif', nor 'libcod-precision-perl', nor 'libcod-usermessage-perl', since all these dependencies are located inside the source of 'cod-tools'. In future, building should depend on the packed dependencies.
       new  8125f1d   trunk/libcod-parser-bison-perl/ Fixing a link to the source of 'libcod-parser-bison-perl'.
       new  dff1c05   trunk/ Renaming: 'libcod-parser-bison-perl' -> 'libcod-cif-parser-bison-perl'.
       new  35a2e6a   trunk/ Removing PACKAGE.debian.tar.xz in 'make distclean' recipe.
       new  32e0bd9   trunk/ Updating the dependency tree.
       new  f679aa2   trunk/ Fixing build dependencies, updating to source rev. 4779 (of cod-tools) for libcod-cif-parser-bison-perl.
       new  e6f1d97   trunk/codcif/ Updating to rev. 4781 of source.
       new  42a11d7   trunk/ Changing the default behaviour of MasterMakefile: packages are unsigned by default, only 'make signed' forces signing.
       new  6d86f7f   trunk/libcod-cif-parser-bison-perl/ Using 4782 revision of cod-tools for libcod-cif-parser-bison-perl. Using correct Makefile variable to specify libraries to be linked against.
       new  fb81220   trunk/ Setting svn:ignore properties to exclude *.debian.tar.xz.
       new  ebce6d2   trunk/libcod-cif-parser-bison-perl/ Adding ${misc:Pre-Depends} in debian/control.
       new  305da3f   trunk/ Turning of dh_auto_{build,test} for libcod-usermessage-perl and libcod-precision-perl, since source of both packages does not need building.
       new  57140f9   trunk/ Adding lintian overrides to ignore error message source-contains-unsafe-symlink in three of the packages. The error is caused by either incomplete export of source code tree or, in one case, an absolute link to /usr/data/$USER/struct/cod.
       new  c808673   trunk/libcexceptions0/ Removing unused rules 'make build' and 'make clean'.
       new  33f62b7   trunk/libgetoptions0/ Removing unused rules 'make build' and 'make clean'.
       new  ef34f6e   trunk/libcexceptions0/ Setting version for libcexceptions0 to 1.0. Putting Subversion revision to copyright file.
       new  9cec742   trunk/libcexceptions0/ Uploading to Debian mentors for the first time.
       new  cc81c76   trunk/ Marking that libcexceptions0 is a build dependency of codcif, not a runtime dependency.
       new  1c98246   trunk/codcif/ Setting version for codcif to 1.0. Putting Subversion revision to copyright file.
       new  4e72188   trunk/codcif/ Uploading to Debian mentors for the first time.
       new  7d4d90d   trunk/ Changing 'Format' fields in debian/copyright files of all packages as per https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/.
       new  8a6e90d   trunk/libcod-cif-parser-bison-perl/ Setting version for libcod-cif-parser-bison-perl/ to 1.0. Putting Subversion revision to copyright file. Updating the source to rev. 4783.
       new  52cf911   trunk/libcod-cif-parser-bison-perl/ Changing order of libraries in LIBFLAGS variable.
       new  eb9160c   trunk/libcod-cif-parser-bison-perl/ Adding package description.
       new  f244d8f   trunk/libcod-cif-parser-bison-perl/ Uploading to Debian mentors for the first time.
       new  81d4a7b   trunk/libcod-cif-parser-bison-perl/ Putting Perl module name in the long description as per https://lintian.debian.org/tags/perl-module-name-not-mentioned-in-description.html.
       new  6aa7db6   trunk/ Adding 'make lintian' target to run lintian on all generated files.
       new  464e539   trunk/libcod-precision-perl/ Setting version for libcod-precision-perl to 1.0. Putting Subversion revision to copyright file. Adding homepage.
       new  dc0c1a8   trunk/libcod-precision-perl/ Uploading to Debian mentors for the first time.
       new  c0ba054   trunk/ Ignoring return status of lintian.
       new  b7afc42   trunk/ Adding homepages for Perl modules from cod-tools.
       new  d23851e   trunk/libcod-usermessage-perl/ Setting version for libcod-usermessage-perl to 1.0. Putting Subversion revision to copyright file. Adding long description.
       new  210a284   trunk/libcod-usermessage-perl/ Uploading to Debian mentors for the first time.
       new  427889c   trunk/pycodcif/ Setting version for pycodcif to 1.0. Putting Subversion revision to copyright file. Adding homepage.
       new  5721349   trunk/pycodcif/ Uploading to Debian mentors for the first time.
       new  bec7e2b   trunk/pycodcif/ Adding lintian override for unsafe symlink 'makefiles'.
       new  1d61daf   trunk/ Changing architecture of Perl-only packages to 'all' as per Debian manual. This revision introduces breaking changes for 'make lintian' target, to be fixed later.
       new  a5d56e6   trunk/ Pushing the standards version of pure-Perl packages to 3.9.8. Reuploading the packages.
       new  0d4a5ac   trunk/pycodcif/ Updating standards version, compat version and full description. Reuploading the package.
       new  9a6e3de   trunk/ Updating standards-version and compat version for the rest of the packages.
       new  1c06565   trunk/pycodcif/ Reuploading the package, built on armhf.
       new  44f9f38   trunk/libcod-cif-parser-bison-perl/ Fixing incorrect short description.
       new  f203f4c   trunk/ Starting to develop a package for COD::CIF::Parser::Yapp.
       new  0eb95dd   trunk/libcod-cif-parser-yapp-perl/ Adapting copied files to build the package.
       new  42dc023   trunk/ Updating libcexceptions0 and libgetoptions0 to rev. 5291.
       new  4a1f0a1   trunk/libcod-cif-parser-yapp-perl/ Updating libcod-cif-parser-yapp-perl to rev. 5291.
       new  e8d33e0   branches/ Opening a branch 'single-source-build' to experiment with creation of multiple packages from the same source tree.
       new  f49f415   branches/single-source-build/ Adding 'debian' directory with somewhat default contents.
       new  8628783   branches/single-source-build/ Copying MasterMakefile, COPYING and dependencies from the trunk/.
       new  bce0b57   branches/single-source-build/ Adding 'Makefile' (a link to MasterMakefile) and fetch-source script.
       new  2e24892   branches/single-source-build/ Applying fetch-source for a single source build. Copying in Debian control file.
       new  4731ce4   branches/single-source-build/ Copying in Debian 'rules' file.
       new  0f31b36   branches/single-source-build/ Changing project name in MasterMakefile to cod-tools.
       new  e92daec   branches/single-source-build/ Fixing debian/rules to build libcexceptions0.
       new  06753ef   branches/single-source-build/ Adding Makefile target 'make origclean' to remove all generated files except tarball of the original source distribution.
       new  9cdca81   branches/single-source-build/ Adding lintian overrides for libcexceptions0.
       new  fd4d8b9   branches/single-source-build/ Including directives to build libgetoptions0.
       new  16f60aa   branches/single-source-build/ Including directives to build libcod-cif-parser-yapp-perl.
       new  3ecb43e   trunk/codcif/ Updating codcif to rev. 5291.
       new  e05c937   branches/single-source-build/ Including directives to build codcif.
       new  5e3a17a   branches/single-source-build/ Including directives to build libcod-cif-parser-bison-perl.
       new  92541c5   branches/single-source-build/ Including directives to build libcod-precision-perl and libcod-usermessage-perl.
       new  92bd91b   branches/single-source-build/ Including directives to build pycodcif.
       new  42da70d   branches/single-source-build/ Relying on source's own build rules.
       new  c785acc   branches/single-source-build/ Copying source build dependencies from:
       new  a80289a   branches/single-source-build/ Including directives to build cod-tools. An unresolved conflict is left: W: cod-tools source: binaries-have-file-conflict cod-tools libcod-cif-parser-yapp-perl usr/share/perl5/COD/CIF/Parser/Yapp.pm
       new  820c8d7   branches/single-source-build/ Relying on source's way of installing CIF parsers and cod-tools scripts and Perl modules. Manually excluding SPGLib and cif_find_symmetry as they should be in a separate package. Adding manpages. Updating to source revision 5298.
       new  fbf644a   branches/single-source-build/ Reviewing dependencies.
       new  9f0e326   branches/single-source-build/ There is no need to call lintian for *.deb files as .dsc and .changes files contain everything needed for lintian.
       new  18ddc4f   branches/single-source-build/ Adding a home page for cod-tools source.
       new  c7b8b68   branches/single-source-build/ Removing build dependencies 'gcc' and 'make' as both of them are in build-essential list, thus they must be installed before building packages.
       new  65e63f2   branches/single-source-build/ Updating package descriptions.
       new  4a4174f   branches/single-source-build/ Adding lintian overrides for the source.
       new  192259a   branches/single-source-build/ Renaming package 'pycodcif' to 'python-pycodcif' as per https://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html:
       new  acaaacb   branches/single-source-build/ Fixing lintian overrides for source.
       new  44a88fa   branches/single-source-build/ Putting 'python-pycodcif' in 'python' section.
       new  475912b   branches/single-source-build/ Removing fetch-source. Relying on standard debian/rules target 'make get-orig-source' instead.
       new  de14eee   cod-deb-packaging/ Moving 'branches/single-source-build' to be the new trunk.
       new  17933ae   trunk/ Adding an ITP request text to doc/.
       new  1fbafc5   trunk/ Preparing the system for packing of cod-tools-2.0.
       new  cc10401   trunk/ Correcting the source location in debian/copyright.
       new  879fc19   trunk/ Adding ITP bug number to debian/changelog.
       new  78461c3   trunk/ Adding 'dh-python' to Build-Depends.
       new  42827c1   trunk/ Folding long lines, removing unneccessary content from debian/rules.
       new  ecb4e26   trunk/ Returning to standards version of 3.9.7.
       new  f8b3522   trunk/ Adding non-template description for libgetoptions0. Adding 'v' prefixes for CIF format versions for other descriptions.
       new  b03ab06   trunk/ Adding and updating README.md.
       new  5fd14a8   trunk/ Fixing typos in Perl module names for libcod-cif-parser-bison-perl and libcod-cif-parser-yapp-perl. Putting cod-tools package to science section. Updating Standards-Version to 3.9.8. Removing colons (':') from ends of messages in *.lintian-overrides.
       new  f8fc174   trunk/ Putting libcod-cif-parser-yapp-perl back into perl science (was incorrectly put in science). Putting cod-tools package to science section, as intended before.
       new  bcab8ef   trunk/ Adding upstream changelog to packages.
       new  499a759   trunk/ Adding a debian/watch file.

The 142 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cod-tools.git



More information about the debian-science-commits mailing list