Initial commit for package azimuth-0.1
authorLaurent Bigonville <bigon@bigon.be>
Sun, 18 Apr 2010 17:23:04 +0000 (19:23 +0200)
committerLaurent Bigonville <bigon@bigon.be>
Sun, 18 Apr 2010 17:23:04 +0000 (19:23 +0200)
debian/99azimuth [changed mode: 0644->0755]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/install [new file with mode: 0644]
debian/rules [new file with mode: 0755]

old mode 100644 (file)
new mode 100755 (executable)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..4c98314
--- /dev/null
@@ -0,0 +1,5 @@
+azimuth (0.1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Laurent Bigonville <bigon@bigon.be>  Mon, 29 Mar 2010 22:22:30 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7ed6ff8
--- /dev/null
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..8669482
--- /dev/null
@@ -0,0 +1,21 @@
+Source: azimuth
+Section: user/navigation
+Priority: optional
+Maintainer: Laurent Bigonville <bigon@bigon.be>
+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 (file)
index 0000000..272bba3
--- /dev/null
@@ -0,0 +1,35 @@
+This work was packaged for Debian by:
+    Laurent Bigonville <bigon@bigon.be> on Mon, 29 Mar 2010 22:22:30 +0200
+It was downloaded from https://garage.maemo.org/projects/azimuth/
+
+Upstream Author:
+    Guillaume Desmottes <gdesmott@gnome.org>
+
+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 <bigon@bigon.be>
+
+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 (file)
index 0000000..50bd824
--- /dev/null
@@ -0,0 +1,2 @@
+NEWS
+README
diff --git a/debian/install b/debian/install
new file mode 100644 (file)
index 0000000..bb9ed1c
--- /dev/null
@@ -0,0 +1 @@
+debian/99azimuth /etc/X11/Xsession.d/
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..c272da6
--- /dev/null
@@ -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
+