[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [5337] added paparazzi-omap build scripts
From: |
antoine drouin |
Subject: |
[paparazzi-commits] [5337] added paparazzi-omap build scripts |
Date: |
Thu, 12 Aug 2010 13:56:13 +0000 |
Revision: 5337
http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5337
Author: poine
Date: 2010-08-12 13:56:13 +0000 (Thu, 12 Aug 2010)
Log Message:
-----------
added paparazzi-omap build scripts
Modified Paths:
--------------
toolchains/stm32/paparazzi-stm32-1.0.0/debian/control
Added Paths:
-----------
toolchains/omap/
toolchains/omap/paparazzi-omap-1.0.0/
toolchains/omap/paparazzi-omap-1.0.0/Makefile
toolchains/omap/paparazzi-omap-1.0.0/debian/
toolchains/omap/paparazzi-omap-1.0.0/debian/README.Debian
toolchains/omap/paparazzi-omap-1.0.0/debian/changelog
toolchains/omap/paparazzi-omap-1.0.0/debian/compat
toolchains/omap/paparazzi-omap-1.0.0/debian/control
toolchains/omap/paparazzi-omap-1.0.0/debian/copyright
toolchains/omap/paparazzi-omap-1.0.0/debian/dirs
toolchains/omap/paparazzi-omap-1.0.0/debian/docs
toolchains/omap/paparazzi-omap-1.0.0/debian/files
toolchains/omap/paparazzi-omap-1.0.0/debian/manpage.1.ex
toolchains/omap/paparazzi-omap-1.0.0/debian/menu.ex
toolchains/omap/paparazzi-omap-1.0.0/debian/paparazzi-omap.debhelper.log
toolchains/omap/paparazzi-omap-1.0.0/debian/paparazzi-omap.postinst.debhelper
toolchains/omap/paparazzi-omap-1.0.0/debian/paparazzi-omap.postrm.debhelper
toolchains/omap/paparazzi-omap-1.0.0/debian/paparazzi-omap.substvars
toolchains/omap/paparazzi-omap-1.0.0/debian/postinst.ex
toolchains/omap/paparazzi-omap-1.0.0/debian/postrm.ex
toolchains/omap/paparazzi-omap-1.0.0/debian/preinst.ex
toolchains/omap/paparazzi-omap-1.0.0/debian/prerm.ex
toolchains/omap/paparazzi-omap-1.0.0/debian/rules
toolchains/omap/paparazzi-omap-1.0.0/debian/watch.ex
Removed Paths:
-------------
toolchains/stm32/paparazzi-stm32-1.0.0/debian/paparazzi-stm32-doc/
Added: toolchains/omap/paparazzi-omap-1.0.0/Makefile
===================================================================
--- toolchains/omap/paparazzi-omap-1.0.0/Makefile
(rev 0)
+++ toolchains/omap/paparazzi-omap-1.0.0/Makefile 2010-08-12 13:56:13 UTC
(rev 5337)
@@ -0,0 +1,36 @@
+# Hey Emacs, this is a -*- makefile -*-
+#
+# $Id$
+# Copyright (C) 2009 Antoine Drouin
+#
+# This file is part of paparazzi.
+#
+# paparazzi is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# paparazzi is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with paparazzi; see the file COPYING. If not, write to
+# the Free Software Foundation, 59 Temple Place - Suite 330,
+# Boston, MA 02111-1307, USA.
+#
+
+#
+# Crappy makefile to package part of an openembedded tree
+#
+
+all:
+
+
+install:
+ mkdir -p $(DESTDIR)/opt/paparazzi/omap/overo-oe/tmp
+ cp -a /overo-oe/tmp/cross $(DESTDIR)/opt/paparazzi/omap/overo-oe/tmp/
+
+clean:
+ rm -rf *~ build-arch-stamp build-indep-stamp configure-stamp
Added: toolchains/omap/paparazzi-omap-1.0.0/debian/README.Debian
===================================================================
--- toolchains/omap/paparazzi-omap-1.0.0/debian/README.Debian
(rev 0)
+++ toolchains/omap/paparazzi-omap-1.0.0/debian/README.Debian 2010-08-12
13:56:13 UTC (rev 5337)
@@ -0,0 +1,6 @@
+paparazzi-omap for Debian
+--------------------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Antoine Drouin <address@hidden> Tue, 12 Aug 2010 11:06:18 -0700
Added: toolchains/omap/paparazzi-omap-1.0.0/debian/changelog
===================================================================
--- toolchains/omap/paparazzi-omap-1.0.0/debian/changelog
(rev 0)
+++ toolchains/omap/paparazzi-omap-1.0.0/debian/changelog 2010-08-12
13:56:13 UTC (rev 5337)
@@ -0,0 +1,5 @@
+paparazzi-omap (1.0.0-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Antoine Drouin <address@hidden> Tue, 12 Aug 2010 11:06:18 -0700
Added: toolchains/omap/paparazzi-omap-1.0.0/debian/compat
===================================================================
--- toolchains/omap/paparazzi-omap-1.0.0/debian/compat
(rev 0)
+++ toolchains/omap/paparazzi-omap-1.0.0/debian/compat 2010-08-12 13:56:13 UTC
(rev 5337)
@@ -0,0 +1 @@
+7
Added: toolchains/omap/paparazzi-omap-1.0.0/debian/control
===================================================================
--- toolchains/omap/paparazzi-omap-1.0.0/debian/control
(rev 0)
+++ toolchains/omap/paparazzi-omap-1.0.0/debian/control 2010-08-12 13:56:13 UTC
(rev 5337)
@@ -0,0 +1,13 @@
+Source: paparazzi-omap
+Section: embedded
+Priority: extra
+Maintainer: Antoine Drouin <address@hidden>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.1
+Homepage: http://paparazzi.enac.fr
+
+Package: paparazzi-omap
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Paparazzi support for omap processors
+ This is just the cross compilation part of an openembedded tree so that
people don't have to build openembedded themselves.
Added: toolchains/omap/paparazzi-omap-1.0.0/debian/copyright
===================================================================
--- toolchains/omap/paparazzi-omap-1.0.0/debian/copyright
(rev 0)
+++ toolchains/omap/paparazzi-omap-1.0.0/debian/copyright 2010-08-12
13:56:13 UTC (rev 5337)
@@ -0,0 +1,28 @@
+This package was debianized by Antoine Drouin <address@hidden> on
+Tue, 23 Mar 2010 11:06:18 -0700.
+
+It was downloaded from <url://example.com>
+
+Upstream Author(s):
+
+ <put author's name and email here>
+ <likewise for another author>
+
+Copyright:
+
+ <Copyright (C) YYYY Name OfAuthor>
+ <likewise for another author>
+
+License:
+
+ <Put the license of the package here indented by 4 spaces>
+
+The Debian packaging is:
+
+ Copyright (C) 2010 Antoine Drouin <address@hidden>
+
+and is licensed under the GPL version 3,
+see `/usr/share/common-licenses/GPL-3'.
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
Added: toolchains/omap/paparazzi-omap-1.0.0/debian/dirs
===================================================================
--- toolchains/omap/paparazzi-omap-1.0.0/debian/dirs
(rev 0)
+++ toolchains/omap/paparazzi-omap-1.0.0/debian/dirs 2010-08-12 13:56:13 UTC
(rev 5337)
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin
Added: toolchains/omap/paparazzi-omap-1.0.0/debian/files
===================================================================
--- toolchains/omap/paparazzi-omap-1.0.0/debian/files
(rev 0)
+++ toolchains/omap/paparazzi-omap-1.0.0/debian/files 2010-08-12 13:56:13 UTC
(rev 5337)
@@ -0,0 +1 @@
+paparazzi-omap_1.0.0-1_i386.deb embedded extra
Added: toolchains/omap/paparazzi-omap-1.0.0/debian/manpage.1.ex
===================================================================
--- toolchains/omap/paparazzi-omap-1.0.0/debian/manpage.1.ex
(rev 0)
+++ toolchains/omap/paparazzi-omap-1.0.0/debian/manpage.1.ex 2010-08-12
13:56:13 UTC (rev 5337)
@@ -0,0 +1,59 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH PAPARAZZI-STM32 SECTION "March 23, 2010"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh disable hyphenation
+.\" .hy enable hyphenation
+.\" .ad l left justify
+.\" .ad b justify to both left and right margins
+.\" .nf disable filling
+.\" .fi enable filling
+.\" .br insert line break
+.\" .sp <n> insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+paparazzi-stm32 \- program to do something
+.SH SYNOPSIS
+.B paparazzi-stm32
+.RI [ options ] " files" ...
+.br
+.B bar
+.RI [ options ] " files" ...
+.SH DESCRIPTION
+This manual page documents briefly the
+.B paparazzi-stm32
+and
+.B bar
+commands.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
+.\" respectively.
+\fBpaparazzi-stm32\fP is a program that...
+.SH OPTIONS
+These programs follow the usual GNU command line syntax, with long
+options starting with two dashes (`-').
+A summary of options is included below.
+For a complete description, see the Info files.
+.TP
+.B \-h, \-\-help
+Show summary of options.
+.TP
+.B \-v, \-\-version
+Show version of program.
+.SH SEE ALSO
+.BR bar (1),
+.BR baz (1).
+.br
+The programs are documented fully by
+.IR "The Rise and Fall of a Fooish Bar" ,
+available via the Info system.
+.SH AUTHOR
+paparazzi-stm32 was written by <upstream author>.
+.PP
+This manual page was written by Antoine Drouin <address@hidden>,
+for the Debian project (and may be used by others).
Added: toolchains/omap/paparazzi-omap-1.0.0/debian/menu.ex
===================================================================
--- toolchains/omap/paparazzi-omap-1.0.0/debian/menu.ex
(rev 0)
+++ toolchains/omap/paparazzi-omap-1.0.0/debian/menu.ex 2010-08-12 13:56:13 UTC
(rev 5337)
@@ -0,0 +1,2 @@
+?package(paparazzi-stm32):needs="X11|text|vc|wm"
section="Applications/see-menu-manual"\
+ title="paparazzi-stm32" command="/usr/bin/paparazzi-stm32"
Added: toolchains/omap/paparazzi-omap-1.0.0/debian/paparazzi-omap.debhelper.log
===================================================================
--- toolchains/omap/paparazzi-omap-1.0.0/debian/paparazzi-omap.debhelper.log
(rev 0)
+++ toolchains/omap/paparazzi-omap-1.0.0/debian/paparazzi-omap.debhelper.log
2010-08-12 13:56:13 UTC (rev 5337)
@@ -0,0 +1,15 @@
+dh_prep
+dh_installdirs
+dh_install
+dh_installchangelogs
+dh_installdocs
+dh_installexamples
+dh_installman
+dh_link
+dh_compress
+dh_fixperms
+dh_makeshlibs
+dh_installdeb
+dh_gencontrol
+dh_md5sums
+dh_builddeb
Added:
toolchains/omap/paparazzi-omap-1.0.0/debian/paparazzi-omap.postinst.debhelper
===================================================================
---
toolchains/omap/paparazzi-omap-1.0.0/debian/paparazzi-omap.postinst.debhelper
(rev 0)
+++
toolchains/omap/paparazzi-omap-1.0.0/debian/paparazzi-omap.postinst.debhelper
2010-08-12 13:56:13 UTC (rev 5337)
@@ -0,0 +1,5 @@
+# Automatically added by dh_makeshlibs
+if [ "$1" = "configure" ]; then
+ ldconfig
+fi
+# End automatically added section
Added:
toolchains/omap/paparazzi-omap-1.0.0/debian/paparazzi-omap.postrm.debhelper
===================================================================
--- toolchains/omap/paparazzi-omap-1.0.0/debian/paparazzi-omap.postrm.debhelper
(rev 0)
+++ toolchains/omap/paparazzi-omap-1.0.0/debian/paparazzi-omap.postrm.debhelper
2010-08-12 13:56:13 UTC (rev 5337)
@@ -0,0 +1,5 @@
+# Automatically added by dh_makeshlibs
+if [ "$1" = "remove" ]; then
+ ldconfig
+fi
+# End automatically added section
Added: toolchains/omap/paparazzi-omap-1.0.0/debian/paparazzi-omap.substvars
===================================================================
--- toolchains/omap/paparazzi-omap-1.0.0/debian/paparazzi-omap.substvars
(rev 0)
+++ toolchains/omap/paparazzi-omap-1.0.0/debian/paparazzi-omap.substvars
2010-08-12 13:56:13 UTC (rev 5337)
@@ -0,0 +1 @@
+misc:Depends=
Added: toolchains/omap/paparazzi-omap-1.0.0/debian/postinst.ex
===================================================================
--- toolchains/omap/paparazzi-omap-1.0.0/debian/postinst.ex
(rev 0)
+++ toolchains/omap/paparazzi-omap-1.0.0/debian/postinst.ex 2010-08-12
13:56:13 UTC (rev 5337)
@@ -0,0 +1,39 @@
+#!/bin/sh
+# postinst script for paparazzi-stm32
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+# * <postinst> `configure' <most-recently-configured-version>
+# * <old-postinst> `abort-upgrade' <new version>
+# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
+# <new-version>
+# * <postinst> `abort-remove'
+# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
+# <failed-install-package> <version> `removing'
+# <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+ configure)
+ ;;
+
+ abort-upgrade|abort-remove|abort-deconfigure)
+ ;;
+
+ *)
+ echo "postinst called with unknown argument \`$1'" >&2
+ exit 1
+ ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
Added: toolchains/omap/paparazzi-omap-1.0.0/debian/postrm.ex
===================================================================
--- toolchains/omap/paparazzi-omap-1.0.0/debian/postrm.ex
(rev 0)
+++ toolchains/omap/paparazzi-omap-1.0.0/debian/postrm.ex 2010-08-12
13:56:13 UTC (rev 5337)
@@ -0,0 +1,37 @@
+#!/bin/sh
+# postrm script for paparazzi-stm32
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+# * <postrm> `remove'
+# * <postrm> `purge'
+# * <old-postrm> `upgrade' <new-version>
+# * <new-postrm> `failed-upgrade' <old-version>
+# * <new-postrm> `abort-install'
+# * <new-postrm> `abort-install' <old-version>
+# * <new-postrm> `abort-upgrade' <old-version>
+# * <disappearer's-postrm> `disappear' <overwriter>
+# <overwriter-version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+ purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+ ;;
+
+ *)
+ echo "postrm called with unknown argument \`$1'" >&2
+ exit 1
+ ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
Added: toolchains/omap/paparazzi-omap-1.0.0/debian/preinst.ex
===================================================================
--- toolchains/omap/paparazzi-omap-1.0.0/debian/preinst.ex
(rev 0)
+++ toolchains/omap/paparazzi-omap-1.0.0/debian/preinst.ex 2010-08-12
13:56:13 UTC (rev 5337)
@@ -0,0 +1,35 @@
+#!/bin/sh
+# preinst script for paparazzi-stm32
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+# * <new-preinst> `install'
+# * <new-preinst> `install' <old-version>
+# * <new-preinst> `upgrade' <old-version>
+# * <old-preinst> `abort-upgrade' <new-version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+ install|upgrade)
+ ;;
+
+ abort-upgrade)
+ ;;
+
+ *)
+ echo "preinst called with unknown argument \`$1'" >&2
+ exit 1
+ ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
Added: toolchains/omap/paparazzi-omap-1.0.0/debian/prerm.ex
===================================================================
--- toolchains/omap/paparazzi-omap-1.0.0/debian/prerm.ex
(rev 0)
+++ toolchains/omap/paparazzi-omap-1.0.0/debian/prerm.ex 2010-08-12
13:56:13 UTC (rev 5337)
@@ -0,0 +1,38 @@
+#!/bin/sh
+# prerm script for paparazzi-stm32
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+# * <prerm> `remove'
+# * <old-prerm> `upgrade' <new-version>
+# * <new-prerm> `failed-upgrade' <old-version>
+# * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
+# * <deconfigured's-prerm> `deconfigure' `in-favour'
+# <package-being-installed> <version> `removing'
+# <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+ remove|upgrade|deconfigure)
+ ;;
+
+ failed-upgrade)
+ ;;
+
+ *)
+ echo "prerm called with unknown argument \`$1'" >&2
+ exit 1
+ ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
Added: toolchains/omap/paparazzi-omap-1.0.0/debian/rules
===================================================================
--- toolchains/omap/paparazzi-omap-1.0.0/debian/rules
(rev 0)
+++ toolchains/omap/paparazzi-omap-1.0.0/debian/rules 2010-08-12 13:56:13 UTC
(rev 5337)
@@ -0,0 +1,121 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+#
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+#
+# Modified to make a template file for a multi-binary package with separated
+# build-arch and build-indep targets by Bill Allombert 2001
+
+# Uncomment this to turn on verbose mode.
+export DH_VERBOSE=1
+
+# This has to be exported to make some magic below work.
+export DH_OPTIONS
+
+#libgmp3-dev
+#libmpfr-dev
+
+
+configure: configure-stamp
+configure-stamp:
+ dh_testdir
+ # Add here commands to configure the package.
+ touch configure-stamp
+
+
+#Architecture
+build: build-arch build-indep
+
+build-arch: build-arch-stamp
+build-arch-stamp: configure-stamp
+
+ # Add here commands to compile the arch part of the package.
+ $(MAKE)
+ touch $@
+
+build-indep: build-indep-stamp
+build-indep-stamp: configure-stamp
+
+ # Add here commands to compile the indep part of the package.
+ #$(MAKE) doc
+ touch $@
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-arch-stamp build-indep-stamp configure-stamp
+
+ # Add here commands to clean up after the build process.
+ $(MAKE) clean
+
+ dh_clean
+
+install: install-indep install-arch
+install-indep:
+ dh_testdir
+ dh_testroot
+ dh_prep -i
+ dh_installdirs -i
+
+ # Add here commands to install the indep part of the package into
+ # debian/<package>-doc.
+ #INSTALLDOC#
+
+ dh_install -i
+
+install-arch:
+ dh_testdir
+ dh_testroot
+ dh_prep -s
+ dh_installdirs -s
+
+ # Add here commands to install the arch part of the package into
+ # debian/tmp.
+ $(MAKE) DESTDIR=$(CURDIR)/debian/paparazzi-omap install
+
+ dh_install -s
+# Must not depend on anything. This is to be called by
+# binary-arch/binary-indep
+# in another 'make' thread.
+binary-common:
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_installexamples
+# dh_installmenu
+# dh_installdebconf
+# dh_installlogrotate
+# dh_installemacsen
+# dh_installpam
+# dh_installmime
+# dh_python
+# dh_installinit
+# dh_installcron
+# dh_installinfo
+ dh_installman
+ dh_link
+# dh_strip
+ dh_compress
+ dh_fixperms
+# dh_perl
+ dh_makeshlibs
+ dh_installdeb
+# dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+# Build architecture independant packages using the common target.
+binary-indep: build-indep install-indep
+ $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
+
+# Build architecture dependant packages using the common target.
+binary-arch: build-arch install-arch
+ $(MAKE) -f debian/rules DH_OPTIONS=-s binary-common
+
+binary: binary-arch binary-indep
+.PHONY: build clean binary-indep binary-arch binary install install-indep
install-arch configure
Property changes on: toolchains/omap/paparazzi-omap-1.0.0/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: toolchains/omap/paparazzi-omap-1.0.0/debian/watch.ex
===================================================================
--- toolchains/omap/paparazzi-omap-1.0.0/debian/watch.ex
(rev 0)
+++ toolchains/omap/paparazzi-omap-1.0.0/debian/watch.ex 2010-08-12
13:56:13 UTC (rev 5337)
@@ -0,0 +1,23 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php paparazzi-stm32-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/paparazzi-stm32-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/paparazzi-stm32-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for devscripts >= 2.9
+# http://sf.net/paparazzi-stm32/paparazzi-stm32-(.*)\.tar\.gz
+
+# Uncomment to find new files on GooglePages
+# http://example.googlepages.com/foo.html paparazzi-stm32-(.*)\.tar\.gz
Modified: toolchains/stm32/paparazzi-stm32-1.0.0/debian/control
===================================================================
--- toolchains/stm32/paparazzi-stm32-1.0.0/debian/control 2010-08-12
01:09:56 UTC (rev 5336)
+++ toolchains/stm32/paparazzi-stm32-1.0.0/debian/control 2010-08-12
13:56:13 UTC (rev 5337)
@@ -4,15 +4,18 @@
Maintainer: Antoine Drouin <address@hidden>
Build-Depends: debhelper (>= 7)
Standards-Version: 3.8.1
-Homepage: <insert the upstream URL, if relevant>
+Homepage: http://paparazzi.enac.fr
Package: paparazzi-stm32
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Paparazzi support for stm32 processors
- <insert long description, indented with spaces>
+ This is a cross compilation toolchain for Paparazzi on stm32
+ It contains:
+ gcc
+ newlib
+ gdb
+ libstm32
+ openocd
-Package: paparazzi-stm32-doc
-Architecture: all
-Description: documentation for paparazzi-stm32
- <insert long description, indented with spaces>
+
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [5337] added paparazzi-omap build scripts,
antoine drouin <=