The branch, build-main has been updated via 40e1fa518fb00fbd026176f735b4534d6f362824 (commit) from 5dcbae612e308f3efc51c93eae8c830778db49ab (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 | 1 + debian/rules | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 0825cfb..d3ef852 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,5 +2,6 @@ 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. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 31 Dec 2012 13:40:45 +0100 diff --git a/debian/rules b/debian/rules index 00d5b9a..d4cb6b7 100755 --- a/debian/rules +++ b/debian/rules @@ -14,5 +14,7 @@ override_dh_auto_install: dh_auto_install override_dh_auto_clean: - rm -f config.sub config.guess config.log + rm -f Makefile.in configure config.sub config.guess config.log omf.make xmldocs.make + rm -f po/Makefile* po/*.gmo po/stamp-it po/POTFILES + rm -f extension/Makefile.in dh_auto_clean \ No newline at end of file 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).