This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libgenome.
commit 08867052f11b93923275e762a5bc5b375af47a5c Author: Andreas Tille <[email protected]> Date: Thu Oct 5 11:49:28 2017 +0200 Patch to have unversioned package name - but do not apply it to not create a lot of work for low popcon packages --- debian/patches/drop-version-number.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/debian/patches/drop-version-number.patch b/debian/patches/drop-version-number.patch new file mode 100644 index 0000000..53d4c7e --- /dev/null +++ b/debian/patches/drop-version-number.patch @@ -0,0 +1,24 @@ +Author: Andreas Tille <[email protected]> +Last-Update: Wed, 27 Sep 2017 21:59:25 +0200 +Description: Drop version number from library file name + . + While for aesthetical reasons it woould make sense to apply + this patch and rename the binary that's a lot of work also + for its rdepends and needs severe testing for a very low popcon + package - so it is deactivated. + +--- a/libGenome/Makefile.am ++++ b/libGenome/Makefile.am +@@ -35,9 +35,9 @@ library_includedir=$(includedir)/$(GENER + + library_include_HEADERS = $(LIBGENOME_H) + +-lib_LTLIBRARIES = libGenome-1.3.la +-libGenome_1_3_la_SOURCES = $(LIBGENOME_SRC) +-libGenome_1_3_la_LDFLAGS= -version-info $(GENERIC_LIBRARY_VERSION) ++lib_LTLIBRARIES = libGenome.la ++libGenome_la_SOURCES = $(LIBGENOME_SRC) ++libGenome_la_LDFLAGS= -version-info $(GENERIC_LIBRARY_VERSION) + + + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libgenome.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
