[X2Go-Commits] x2gognomebindings.git - build-main (branch) updated: 2.0.1.7-14-g790755a

X2Go dev team git-admin at x2go.org
Sun Jul 28 12:36:42 CEST 2013


The branch, build-main has been updated
       via  790755a53215f4d80fedd331d440f2ce1cac6956 (commit)
      from  3dacb5f3d849b71c916b953debf0aa849c6b17b3 (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 |    3 +++
 debian/rules     |   10 ++++++++++
 2 files changed, 13 insertions(+)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 65929ba..413f170 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,9 @@ x2gognomebindings (2.0.2.0-0~x2go2) UNRELEASED; urgency=low
     + Drop B-D: libgnomeui-dev.
     + Drop B-D: libgtk2.0-dev.
     + Add B-D: gnome-common.
+  * /debian/rules:
+    + Use autogen.sh to build package, make sure clean up cleans up all build
+      files.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Mon, 31 Dec 2012 13:40:45 +0100
 
diff --git a/debian/rules b/debian/rules
index c4d4f8f..49855b7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,18 @@
 override_dh_auto_configure:
 	cp /usr/share/misc/config.sub .
 	cp /usr/share/misc/config.guess .
+	./autogen.sh
 	dh_auto_configure
 
 override_dh_auto_install:
 	make -C po DESTDIR=../debian/x2gognomebindings install
 	dh_auto_install
+	rm -f debian/x2gognomebindings/usr/lib/nautilus/extensions-2.0/*.la
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -f Makefile.in configure config.sub config.guess config.log omf.make xmldocs.make
+	rm -f aclocal.m4 depcomp install-sh ltmain.sh missing mkinstalldirs
+	rm -f po/Makefile* po/*.gmo po/stamp-it po/POTFILES
+	rm -f extension/Makefile.in
+


hooks/post-receive
-- 
x2gognomebindings.git (GNOME bindings for X2Go)

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 "x2gognomebindings.git" (GNOME bindings for X2Go).




More information about the x2go-commits mailing list