r40057 - in /desktop/unstable/epiphany-browser/debian: changelog rules
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Mon Oct 21 17:30:45 UTC 2013
Author: pochu
Date: Mon Oct 21 17:30:45 2013
New Revision: 40057
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40057
Log:
* debian/rules:
+ Drop a bunch of hacks that are not doing their job and also cause
the build to fail now.
Modified:
desktop/unstable/epiphany-browser/debian/changelog
desktop/unstable/epiphany-browser/debian/rules
Modified: desktop/unstable/epiphany-browser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/changelog?rev=40057&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/changelog [utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/changelog [utf-8] Mon Oct 21 17:30:45 2013
@@ -1,3 +1,11 @@
+epiphany-browser (3.8.2-4) UNRELEASED; urgency=low
+
+ * debian/rules:
+ + Drop a bunch of hacks that are not doing their job and also cause
+ the build to fail now.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org> Mon, 21 Oct 2013 18:40:54 +0200
+
epiphany-browser (3.8.2-3) unstable; urgency=low
* Upload to unstable
Modified: desktop/unstable/epiphany-browser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/rules?rev=40057&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/rules [utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/rules [utf-8] Mon Oct 21 17:30:45 2013
@@ -21,20 +21,12 @@
--with-distributor-name=$(shell lsb_release -is) \
--with-webkit2
-DEB_DH_INSTALLCHANGELOGS_ARGS_ALL := --no-act
-DEB_INSTALL_DOCS_ALL := --no-act
-
-binary-post-install/%::
- dh_installchangelogs -p$(cdbs_curpkg)
- dh_installdocs -p$(cdbs_curpkg)
-
binary-post-install/epiphany-browser::
cd debian/epiphany-browser/usr/bin \
&& mv epiphany epiphany-browser \
&& mv epiphany.sh epiphany
binary-post-install/epiphany-browser-data::
- dh_installchangelogs -p$(cdbs_curpkg) ./ChangeLog
cd debian/epiphany-browser-data/usr/share/man/man1 \
&& mv epiphany.1 epiphany-browser.1
sed -i s/@PACKAGEVERSION@/$(DEB_VERSION)/ debian/branding.conf.in
More information about the pkg-gnome-commits
mailing list