diff -Nru cdebootstrap-0.5.9/config/suites cdebootstrap-0.5.9+rpi1/config/suites --- cdebootstrap-0.5.9/config/suites 2012-05-17 21:15:04.000000000 +0000 +++ cdebootstrap-0.5.9+rpi1/config/suites 2013-07-24 17:05:23.000000000 +0000 @@ -18,6 +18,10 @@ Config: generic Keyring: debian-archive-keyring.gpg +Suite: jessie +Config: generic +Keyring: debian-archive-keyring.gpg + Suite: sid Config: generic Keyring: debian-archive-keyring.gpg diff -Nru cdebootstrap-0.5.9/config.sub cdebootstrap-0.5.9+rpi1/config.sub --- cdebootstrap-0.5.9/config.sub 2012-06-01 18:41:57.000000000 +0000 +++ cdebootstrap-0.5.9+rpi1/config.sub 2013-07-24 18:22:27.000000000 +0000 @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-02-10' +timestamp='2012-04-18' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -225,6 +225,12 @@ -isc*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; + -lynx*178) + os=-lynxos178 + ;; + -lynx*5) + os=-lynxos5 + ;; -lynx*) os=-lynxos ;; @@ -1537,6 +1543,9 @@ c4x-* | tic4x-*) os=-coff ;; + hexagon-*) + os=-elf + ;; tic54x-*) os=-coff ;; diff -Nru cdebootstrap-0.5.9/debian/changelog cdebootstrap-0.5.9+rpi1/debian/changelog --- cdebootstrap-0.5.9/debian/changelog 2012-06-01 18:40:31.000000000 +0000 +++ cdebootstrap-0.5.9+rpi1/debian/changelog 2013-07-24 18:00:14.000000000 +0000 @@ -1,3 +1,9 @@ +cdebootstrap (0.5.9+rpi1) wheezy-staging; urgency=low + + * Add support for bootstrapping jessie + + -- Peter Michael Green Wed, 24 Jul 2013 18:00:03 +0000 + cdebootstrap (0.5.9) unstable; urgency=low * Add support for InRelease files. (closes: #673625)