~ubuntu-branches/ubuntu/precise/libdebian-installer/precise

« back to all changes in this revision

Viewing changes to include/debian-installer/parser.h

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-05-02 09:04:49 UTC
  • mfrom: (8.2.12 sid)
  • Revision ID: james.westby@ubuntu.com-20110502090449-x1ipxaif8rhufsfg
Tags: 0.78ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Appease the combination of _FORTIFY_SOURCE=2 (used by default on
    Ubuntu) and -Werror.
  - Add Dove SoC subarchitecture.
  - Add Beagle OMAP3 support.
  - Add the i386/efi and amd64/efi platforms.
  - Add OMAP4 Panda and Blaze support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 * GNU General Public License for more details.
15
15
 *
16
16
 * You should have received a copy of the GNU General Public License
17
 
 * along with this program; if not, write to the Free Software
18
 
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
19
 
 *
20
 
 * $Id$
 
17
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
18
 */
22
19
 
23
20
#ifndef DEBIAN_INSTALLER__PARSER_H