The branch, build-main has been updated via ae18b45632d6f42d369005d01f9450a4e9082a75 (commit) from 3903f527950472fe29c16ffd02537d8831bd3646 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ debian/rules | 1 + 2 files changed, 3 insertions(+) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index d3ef852..c60375b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,5 +3,7 @@ x2gomatebindings (0.0.1.0-0~x2go1) UNRELEASED; urgency=low * Initial upstream version (0.0.1.0): - Starting x2gomatebindings as a fork of x2gognomebindings. * Properly clean up .deb package. + * Do not ship the .la file in the .deb package. See: + http://wiki.debian.org/ReleaseGoals/LAFileRemoval. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 31 Dec 2012 13:40:45 +0100 diff --git a/debian/rules b/debian/rules index cfbd95d..c21baaa 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,7 @@ override_dh_auto_configure: override_dh_auto_install: make -C po DESTDIR=../debian/x2gomatebindings install dh_auto_install + rm -f debian/x2gomatebindings/usr/lib/caja/extensions-2.0/*.la override_dh_auto_clean: dh_auto_clean hooks/post-receive -- x2gomatebindings.git (x2gomatebindings upstream project) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gomatebindings.git" (x2gomatebindings upstream project).