[cod-tools] 01/01: Adding descriptions for patches.
Andrius Merkys
merkys-guest at moszumanska.debian.org
Fri Sep 29 08:06:51 UTC 2017
This is an automated email from the git hooks/post-receive script.
merkys-guest pushed a commit to branch master
in repository cod-tools.
commit 013d818b7d4666c04760b34d657d7419ef570a9e
Author: Andrius Merkys <andrius.merkys at gmail.com>
Date: Fri Sep 29 11:06:38 2017 +0300
Adding descriptions for patches.
---
debian/patches/codcif-manpages.diff | 3 +++
debian/patches/create-empty-dirs.diff | 3 +++
debian/patches/disable-test-network-access.diff | 2 ++
debian/patches/distclean-tmp.diff | 3 +++
debian/patches/executables-in-codcif.diff | 3 +++
debian/patches/prefix-to-destdir.diff | 3 +++
debian/patches/relro.diff | 2 ++
7 files changed, 19 insertions(+)
diff --git a/debian/patches/codcif-manpages.diff b/debian/patches/codcif-manpages.diff
index 3e5b64e..4fa02a6 100644
--- a/debian/patches/codcif-manpages.diff
+++ b/debian/patches/codcif-manpages.diff
@@ -1,3 +1,6 @@
+Description: adding missing manpages for programs compiled from C
+ source.
+Author: Andrius Merkys <andrius.merkys at gmail.com>
--- /dev/null
+++ b/doc/man/codcif/cif_list_tags.1
@@ -0,0 +1,28 @@
diff --git a/debian/patches/create-empty-dirs.diff b/debian/patches/create-empty-dirs.diff
index 210668f..1a404f0 100644
--- a/debian/patches/create-empty-dirs.diff
+++ b/debian/patches/create-empty-dirs.diff
@@ -1,3 +1,6 @@
+Description: creating required empty directories that are ommitted by
+ GIT due to GIT's inability to preserve empty directories.
+Author: Andrius Merkys <andrius.merkys at gmail.com>
--- /dev/null
+++ b/src/lib/perl5/COD/Formulae/Parser/AdHoc/lib/COD/Formulae/Parser/.gitignore
@@ -0,0 +1 @@
diff --git a/debian/patches/disable-test-network-access.diff b/debian/patches/disable-test-network-access.diff
index be3da00..90d4311 100644
--- a/debian/patches/disable-test-network-access.diff
+++ b/debian/patches/disable-test-network-access.diff
@@ -1,3 +1,5 @@
+Description: skipping tests that attempt to connect to Internet.
+Author: Andrius Merkys <andrius.merkys at gmail.com>
--- a/tests/cases/cif_cod_numbers_001.chk
+++ b/tests/cases/cif_cod_numbers_001.chk
@@ -1,7 +1,4 @@
diff --git a/debian/patches/distclean-tmp.diff b/debian/patches/distclean-tmp.diff
index 077260e..34d8d99 100644
--- a/debian/patches/distclean-tmp.diff
+++ b/debian/patches/distclean-tmp.diff
@@ -1,3 +1,6 @@
+Description: modifying Makefile to remove leftover temporary
+ directories that may be created by some test cases.
+Author: Andrius Merkys <andrius.merkys at gmail.com>
--- a/makefiles/Makefile-perl-multiscript-tests
+++ b/makefiles/Makefile-perl-multiscript-tests
@@ -338,6 +338,7 @@
diff --git a/debian/patches/executables-in-codcif.diff b/debian/patches/executables-in-codcif.diff
index a426aeb..1282097 100644
--- a/debian/patches/executables-in-codcif.diff
+++ b/debian/patches/executables-in-codcif.diff
@@ -1,3 +1,6 @@
+Description: replacing deprecated construction 'find ... -perm +1'
+ with equivalent construction 'find ... -executable'.
+Author: Andrius Merkys <andrius.merkys at gmail.com>
--- a/Makelocal-install
+++ b/Makelocal-install
@@ -82,7 +82,7 @@
diff --git a/debian/patches/prefix-to-destdir.diff b/debian/patches/prefix-to-destdir.diff
index 44adad6..38fa580 100644
--- a/debian/patches/prefix-to-destdir.diff
+++ b/debian/patches/prefix-to-destdir.diff
@@ -1,3 +1,6 @@
+Description: making upstream build system to use default DESTDIR
+ environment variable instead of PREFIX.
+Author: Andrius Merkys <andrius.merkys at gmail.com>
--- a/Makeconf
+++ b/Makeconf
@@ -53,3 +53,5 @@
diff --git a/debian/patches/relro.diff b/debian/patches/relro.diff
index bbe18db..d37d692 100644
--- a/debian/patches/relro.diff
+++ b/debian/patches/relro.diff
@@ -1,3 +1,5 @@
+Description: enabling RELRO.
+Author: Andrius Merkys <andrius.merkys at gmail.com>
--- a/src/lib/perl5/COD/CIF/Parser/Bison/Makelocal-SWIG-module
+++ b/src/lib/perl5/COD/CIF/Parser/Bison/Makelocal-SWIG-module
@@ -21,7 +21,7 @@
--
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