diff -Nru android-20140228-2008/debian/changelog android-20140228-2008/debian/changelog --- android-20140228-2008/debian/changelog 2014-02-28 21:40:49.000000000 +0000 +++ android-20140228-2008/debian/changelog 2014-03-03 18:57:11.000000000 +0000 @@ -1,3 +1,9 @@ +android (20140228-2008-0ubuntu2) trusty; urgency=medium + + * No change rebuild to pick up libhybris changes. + + -- Ricardo Salveti de Araujo Mon, 03 Mar 2014 15:56:59 -0300 + android (20140228-2008-0ubuntu1) trusty; urgency=medium * New upstream snapshot: diff -Nru android-20140228-2008/debian/rules android-20140228-2008/debian/rules --- android-20140228-2008/debian/rules 2014-02-28 21:55:25.000000000 +0000 +++ android-20140228-2008/debian/rules 2014-03-03 18:59:25.000000000 +0000 @@ -8,8 +8,6 @@ #export http_proxy=http://127.0.9.1:9 #export https_proxy=http://127.0.9.1:9 -# Needed when landing via CI Train -LANDING_URL = http://ppa.launchpad.net/ci-train-ppa-service/landing-003/ubuntu ifeq ($(wildcard /CurrentlyBuilding),) PORTS_URL = http://ports.ubuntu.com else @@ -44,8 +42,6 @@ echo "deb-src $(PORTS_URL) $(dist)-proposed main universe restricted multiverse" >> repo/$(dist)/etc/apt/sources.list echo "deb [arch=armhf] $(PORTS_URL) $(dist)-security main universe restricted multiverse" >> repo/$(dist)/etc/apt/sources.list echo "deb-src $(PORTS_URL) $(dist)-security main universe restricted multiverse" >> repo/$(dist)/etc/apt/sources.list - echo "deb [arch=armhf] $(LANDING_URL) $(dist) main" >> repo/$(dist)/etc/apt/sources.list - echo "deb-src $(LANDING_URL) $(dist) main" >> repo/$(dist)/etc/apt/sources.list chdist --data-dir $(CURDIR)/repo --arch armhf apt-get $(dist) update cd repo/$(dist) && chdist --data-dir $(CURDIR)/repo --arch armhf apt-get $(dist) source $(SRC) cd repo/$(dist) && chdist --data-dir $(CURDIR)/repo --arch armhf apt-get $(dist) download ubuntu-touch-generic-initrd initramfs-tools-ubuntu-touch