From f6b4c826712908e4f3b7d91a6980d207d2563d3d Mon Sep 17 00:00:00 2001 From: Laurent Bigonville Date: Sun, 18 Apr 2010 19:23:04 +0200 Subject: [PATCH 1/1] Initial commit for package --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 21 +++++++++++++++++++++ debian/copyright | 35 +++++++++++++++++++++++++++++++++++ debian/docs | 2 ++ debian/install | 1 + debian/rules | 6 ++++++ 7 files changed, 71 insertions(+) mode change 100644 => 100755 debian/99azimuth create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/docs create mode 100644 debian/install create mode 100755 debian/rules diff --git a/debian/99azimuth b/debian/99azimuth old mode 100644 new mode 100755 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..4c98314 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +azimuth (0.1) unstable; urgency=low + + * Initial Release. + + -- Laurent Bigonville Mon, 29 Mar 2010 22:22:30 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..8669482 --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: azimuth +Section: user/navigation +Priority: optional +Maintainer: Laurent Bigonville +Build-Depends: cdbs, + debhelper (>= 5), + pkg-config, + libtelepathy-glib-dev, + libglib2.0-dev, + libgtk2.0-dev, + liblocation-dev, + libhildon1-dev, + libdbus-1-dev +Standards-Version: 3.8.4 +Homepage: https://garage.maemo.org/projects/azimuth/ + +Package: azimuth +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Publish your location to your contacts + Azimuth is a small application publishing your location to your contacts. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..272bba3 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,35 @@ +This work was packaged for Debian by: + Laurent Bigonville on Mon, 29 Mar 2010 22:22:30 +0200 +It was downloaded from https://garage.maemo.org/projects/azimuth/ + +Upstream Author: + Guillaume Desmottes + +Copyright: + Copyright (C) 2010 Guillaume Desmottes + +License: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This package 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL-2'. + +The Debian packaging is: + + Copyright (C) 2010 Laurent Bigonville + +and is licensed under the LGPL version 2, +see `/usr/share/common-licenses/LGPL-2'. diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..50bd824 --- /dev/null +++ b/debian/docs @@ -0,0 +1,2 @@ +NEWS +README diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..bb9ed1c --- /dev/null +++ b/debian/install @@ -0,0 +1 @@ +debian/99azimuth /etc/X11/Xsession.d/ diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..c272da6 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +DEB_AUTO_CLEANUP_RCS := yes + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + -- 1.7.9.5