[Pkg-chromium-commit] chromium-browser/chromium-browser.sid: 603 [ Fabien Tassin ]

Giuseppe Iuculano iuculano at debian.org
Thu Jun 10 12:36:34 UTC 2010


Branch name: chromium-browser/chromium-browser.sid
Branch location : bzr+ssh://bzr.debian.org/bzr/pkg-chromium/chromium-browser/chromium-browser.sid
Browse location: http://bzr.debian.org/loggerhead/pkg-chromium
Revision No: 603
Revision Id: iuculano at debian.org-20100610123634-e7y06a3io81if2nx
Committer: Giuseppe Iuculano <iuculano at debian.org>
Message : [ Fabien Tassin ]
* Accept 'stable' as value for $(CHANNEL)
  - update debian/rules


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

-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2010-06-09 10:09:09 +0000
+++ b/debian/changelog	2010-06-10 12:36:34 +0000
@@ -1,3 +1,12 @@
+chromium-browser (5.0.375.70~r48679-2) UNRELEASED; urgency=low
+
+  [ Fabien Tassin ]
+  * Accept 'stable' as value for $(CHANNEL)
+    - update debian/rules
+
+
+ -- Giuseppe Iuculano <iuculano at debian.org>  Thu, 10 Jun 2010 14:35:20 +0200
+
 chromium-browser (5.0.375.70~r48679-1) unstable; urgency=low
 
   [ Fabien Tassin ]

=== modified file 'debian/rules'
--- a/debian/rules	2010-05-23 21:21:55 +0000
+++ b/debian/rules	2010-06-10 12:36:34 +0000
@@ -611,9 +611,9 @@
 ifneq (,$(DEBIAN_REV))
 get-orig-source: REVISION = --revision src@$(DEBIAN_REV)
 else
-# Doing either the dev or beta channel
+# Doing either the dev or beta or stable channel
 ifneq (,$(CHANNEL))
-ifneq (,$(filter-out beta dev Beta Dev,$(CHANNEL)))
+ifneq (,$(filter-out stable beta dev Stable Beta Dev,$(CHANNEL)))
 # Assume it's a version
 get-orig-source: VERS          = $(CHANNEL)
 else



More information about the Pkg-chromium-commit mailing list