[Pkg-gstreamer-commits] [gstreamer-vaapi] 01/02: rules: Disable override_dh_autoreconf and cleaning of some files since we're building off a released tarball now.

Timo Aaltonen tjaalton-guest at moszumanska.debian.org
Thu Feb 27 14:54:16 UTC 2014


This is an automated email from the git hooks/post-receive script.

tjaalton-guest pushed a commit to branch master
in repository gstreamer-vaapi.

commit 00533cd302aeb690d46cd12bd25061f1379feef1
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Thu Feb 27 16:18:49 2014 +0200

    rules: Disable override_dh_autoreconf and cleaning of some files since we're building off a released tarball now.
---
 debian/changelog |  7 +++++++
 debian/rules     | 15 +++++++++------
 2 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4790c69..9c5c7cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gstreamer-vaapi (0.5.7-2) UNRELEASED; urgency=medium
+
+  * rules: Disable override_dh_autoreconf and cleaning of some files
+    since we're building off a released tarball now.
+
+ -- Timo Aaltonen <tjaalton at ubuntu.com>  Thu, 27 Feb 2014 16:07:19 +0200
+
 gstreamer-vaapi (0.5.7-1) unstable; urgency=low
 
   * Initial release. (Closes: #736217)
diff --git a/debian/rules b/debian/rules
index 5008e52..8116977 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,14 +23,17 @@ gst_abi=$(gst_major).$(gst_minor)
 gst_deb_abi=$(gst_abi)-0
 
 override_dh_auto_clean:
-	rm -f docs/reference/libs/libs.types gtk-doc.make
-	rm -fr docs/reference/libs/tmpl/ docs/reference/plugins/tmpl/
+	# used only when tarball is from a git snapshot
+	#rm -f docs/reference/libs/libs.types gtk-doc.make
+	#rm -fr docs/reference/libs/tmpl/ docs/reference/plugins/tmpl/
+
 	dh_auto_clean
 
-override_dh_autoreconf:
-	mkdir -p m4/
-	gtkdocize || exit $?
-	dh_autoreconf
+# used only when tarball is from a git snapshot
+#override_dh_autoreconf:
+#	mkdir -p m4/
+#	gtkdocize || exit $?
+#	dh_autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-silent-rules $(indep_conf_flags)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gstreamer/gstreamer-vaapi.git



More information about the Pkg-gstreamer-commits mailing list