diff -Nru chromium-browser-28.0.1500.71/debian/changelog chromium-browser-28.0.1500.71/debian/changelog --- chromium-browser-28.0.1500.71/debian/changelog 2013-07-16 19:17:41.000000000 +0000 +++ chromium-browser-28.0.1500.71/debian/changelog 2013-07-19 00:21:38.000000000 +0000 @@ -1,9 +1,3 @@ -chromium-browser (28.0.1500.71-0ubuntu1.12.10.1~cm0quantal) quantal; urgency=low - - * Set version for PPA 'quantal' - - -- Chad MILLER Tue, 16 Jul 2013 15:16:35 -0400 - chromium-browser (28.0.1500.71-0ubuntu1.12.10.1) quantal-security; urgency=low * New release 28.0.1500.71. @@ -53,8 +47,9 @@ - Add a empty webapps test file for notes about what parts of webapps will or should be tested. * debian/keep-alive.sh. Quit if disk environment disappears. + * Release to PPA. - -- Chad MILLER Mon, 15 Jul 2013 17:44:47 -0400 + -- Chad MILLER Thu, 18 Jul 2013 20:19:57 -0400 chromium-browser (28.0.1500.52-0ubuntu1.12.10.3) quantal-security; urgency=low diff -Nru chromium-browser-28.0.1500.71/debian/checkout-orig-source.mk chromium-browser-28.0.1500.71/debian/checkout-orig-source.mk --- chromium-browser-28.0.1500.71/debian/checkout-orig-source.mk 2013-07-16 19:17:41.000000000 +0000 +++ chromium-browser-28.0.1500.71/debian/checkout-orig-source.mk 2013-07-19 00:21:38.000000000 +0000 @@ -115,6 +115,12 @@ cd $(TMP_DIR) && SDIR=$$(grep '"name"' .gclient |cut -d\" -f4) && perl -i~ -pe 's%\[((.)python\2, (.)(?:$(SRCDIR)/build/gyp_chromium|$(SRCDIR)/build/download_nacl_toolchains.py)\3)%[\2echo\2, \2#disabled#\2, \1%' $$SDIR/DEPS && perl -i~ -pe 's%(\bsys\.executable)\b$$%(\1 or "/usr/bin/python")%' tools/depot_tools/gclient.py && ./tools/depot_tools/gclient runhooks && mv $$SDIR/DEPS~ $$SDIR/DEPS && mv tools/depot_tools/gclient.py~ tools/depot_tools/gclient.py # strip + + ## Use this in the future. + # Rules from src/tools/export_tarball/export_tarball.py + #find $(TMP_DIR) -type f -name \*.svn -o -name \*.git -o name \*ChangeLog\* -remove + #python -c 'Var=lambda *a: "%s"; execfile("$(TMP_DIR)/src/tools/export_tarball/export_tarball.py"); print "\n".join(NONESSENTIAL_DIRS + TESTDIRS)' |while read d; do find "$$d" -type f -name ! \*gyp\* -remove -print + cd $(TMP_DIR); for sd in $(STRIPPED_DIRS); do test -e $$sd && rm -rf $$sd || echo No STRIPPED_DIR $$sd exists to remove in postcheckout.; done @echo Third shell diff -Nru chromium-browser-28.0.1500.71/debian/rules chromium-browser-28.0.1500.71/debian/rules --- chromium-browser-28.0.1500.71/debian/rules 2013-07-16 19:17:41.000000000 +0000 +++ chromium-browser-28.0.1500.71/debian/rules 2013-07-19 00:21:38.000000000 +0000 @@ -650,7 +650,7 @@ gos: URL=https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$(ORIG_VERSION).tar.xz gos: DEST_FILENAME=$(ORIG_PACKAGE)_$(ORIG_VERSION).orig.tar.xz gos: - wget --continue --progress=dot:mega --output-document=source.tar.xz $(URL) && tar xf source.tar.xz --exclude-backups --exclude-vcs --directory $(ORIG_PACKAGE)-$(ORIG_VERSION)/src --strip-components=1 && tar cJf $(DEST_FILENAME) $(ORIG_PACKAGE)-$(ORIG_VERSION) || debian/checkout-orig-source.mk || bash /dev/tty 2>/dev/tty + wget --continue --progress=dot:mega --output-document=source.tar.xz $(URL) && tar xf source.tar.xz --exclude-backups --exclude-vcs --directory $(ORIG_PACKAGE)-$(ORIG_VERSION)/src --strip-components=1 && tar cJf $(DEST_FILENAME) $(ORIG_PACKAGE)-$(ORIG_VERSION) || debian/checkout-orig-source.mk @echo "# Done (created $(CURDIR)/$(DEST_FILENAME))"