[Pkg-chromium-commit] chromium-browser/chromium-browser.experimental: 715 debian/rules: Force $DEBIAN_NAME to chromium

Giuseppe Iuculano iuculano at debian.org
Thu Feb 24 20:23:15 UTC 2011


Branch name: chromium-browser/chromium-browser.experimental
Branch location : bzr+ssh://bzr.debian.org/bzr/pkg-chromium/chromium-browser/chromium-browser.experimental
Browse location: http://bzr.debian.org/loggerhead/pkg-chromium
Revision No: 715
Revision Id: iuculano at debian.org-20110224202315-b7lbe9c4ezbosf90
Committer: Giuseppe Iuculano <iuculano at debian.org>
Message : debian/rules: Force $DEBIAN_NAME to chromium


--------------------------------------------------------
  ** Modified :
        - debian/changelog
        - debian/rules

-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2011-02-23 11:16:29 +0000
+++ b/debian/changelog	2011-02-24 20:23:15 +0000
@@ -10,8 +10,9 @@
   * Remove mips from archs
   * Use in-source v8
   * Added binutils-gold in build-depends to use the experimental gold linker
+  * debian/rules: Force $DEBIAN_NAME to chromium
 
- -- Giuseppe Iuculano <iuculano at debian.org>  Wed, 23 Feb 2011 12:15:57 +0100
+ -- Giuseppe Iuculano <iuculano at debian.org>  Thu, 24 Feb 2011 21:22:49 +0100
 
 chromium-browser (9.0.597.98~r74359-1) unstable; urgency=low
 

=== modified file 'debian/rules'
--- a/debian/rules	2011-02-23 10:43:46 +0000
+++ b/debian/rules	2011-02-24 20:23:15 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEBIAN_NAME		:= $(shell dpkg-parsechangelog | sed -n 's/^Source: *\(.*\)$$/\1/ p')
+DEBIAN_NAME		:= chromium
 DEBIAN_VERSION		:= $(shell dpkg-parsechangelog | sed -n 's/^Version: *\(.*\)$$/\1/ p')
 DEBIAN_UPSTREAM_VERSION	:= $(shell echo $(DEBIAN_VERSION) | sed 's/^\(.*\)-[^-]*$$/\1/')
 DEBIAN_REVISION		:= $(shell echo $(DEBIAN_VERSION) | sed 's/^.*r\([^-]*\)-.*/\1/')



More information about the Pkg-chromium-commit mailing list