[Pkg-running-devel] [openambit] 86/131: Added ubuntu packaging source files

Christian Perrier bubulle at moszumanska.debian.org
Thu Jul 17 20:19:14 UTC 2014


This is an automated email from the git hooks/post-receive script.

bubulle pushed a commit to branch master
in repository openambit.

commit 0dcd810491d355c53195e32d26b831b9a4372fb6
Author: Emil Ljungdahl <emil at kratern.se>
Date:   Thu Jan 30 21:57:00 2014 +0100

    Added ubuntu packaging source files
---
 src/libambit/debian/changelog            |  5 ++++
 src/libambit/debian/compat               |  1 +
 src/libambit/debian/control              | 26 +++++++++++++++++++++
 src/libambit/debian/copyright            | 39 ++++++++++++++++++++++++++++++++
 src/libambit/debian/docs                 |  0
 src/libambit/debian/libambit-dev.dirs    |  1 +
 src/libambit/debian/libambit-dev.install |  2 ++
 src/libambit/debian/libambit0.dirs       |  1 +
 src/libambit/debian/libambit0.install    |  1 +
 src/libambit/debian/rules                | 13 +++++++++++
 src/libambit/debian/source/format        |  1 +
 src/openambit/debian/changelog           |  5 ++++
 src/openambit/debian/compat              |  1 +
 src/openambit/debian/control             | 18 +++++++++++++++
 src/openambit/debian/copyright           | 39 ++++++++++++++++++++++++++++++++
 src/openambit/debian/docs                |  0
 src/openambit/debian/rules               | 13 +++++++++++
 src/openambit/debian/source/format       |  1 +
 18 files changed, 167 insertions(+)

diff --git a/src/libambit/debian/changelog b/src/libambit/debian/changelog
new file mode 100644
index 0000000..c19ad6c
--- /dev/null
+++ b/src/libambit/debian/changelog
@@ -0,0 +1,5 @@
+libambit (0.2-1) saucy; urgency=low
+
+  * Initial release
+
+ -- Emil Ljungdahl <emil at kratern.se>  Thu, 30 Jan 2014 13:35:49 +0100
diff --git a/src/libambit/debian/compat b/src/libambit/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/src/libambit/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/src/libambit/debian/control b/src/libambit/debian/control
new file mode 100644
index 0000000..c58ec14
--- /dev/null
+++ b/src/libambit/debian/control
@@ -0,0 +1,26 @@
+Source: libambit
+Priority: extra
+Maintainer: Emil Ljungdahl <emil at kratern.se>
+Build-Depends: dpkg (>= 1.16.1~), debhelper (>= 9), cmake (>= 2.8.5), libudev-dev, libusb-1.0-0-dev
+Standards-Version: 3.9.4
+Section: libs
+Homepage: https://sourceforge.net/projects/openambit/
+#Vcs-Git: git://git.debian.org/collab-maint/libambit.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/libambit.git;a=summary
+
+Package: libambit-dev
+Section: libdevel
+Architecture: any
+Depends: libambit0 (= ${binary:Version})
+Description: Communication library for Suunto Ambit series 
+ Libambit is the driver library to communicate with the Suunto Ambit series
+ of sport watches. This is the -dev version of the package container
+ header files required for compiling against the library.
+
+Package: libambit0
+Section: libs
+Architecture: any
+Depends: libudev1, libusb-1.0-0, ${shlibs:Depends}, ${misc:Pre-Depends}, ${misc:Depends}
+Description: Communication library for Suunto Ambit series
+ Libambit is the driver library to communicate with the Suunto Ambit series
+ of sport watches.
diff --git a/src/libambit/debian/copyright b/src/libambit/debian/copyright
new file mode 100644
index 0000000..0a65b0f
--- /dev/null
+++ b/src/libambit/debian/copyright
@@ -0,0 +1,39 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: libambit
+Source: https://sourceforge.net/projects/openambit/
+
+Files: *
+Copyright: 2014 Emil Ljungdahl <emil at kratern.se>
+License: GPL-3
+ libambit 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 3 of the License, or
+ (at your option) any later version.
+ .
+ This program 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 this program.  If not, see <http://www.gnu.org/licenses/>.
+
+Files: debian/*
+Copyright: 2014 Emil Ljungdahl <emil at kratern.se>
+License: GPL-2+
+ This package 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 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 General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
diff --git a/src/libambit/debian/docs b/src/libambit/debian/docs
new file mode 100644
index 0000000..e69de29
diff --git a/src/libambit/debian/libambit-dev.dirs b/src/libambit/debian/libambit-dev.dirs
new file mode 100644
index 0000000..e43b95c
--- /dev/null
+++ b/src/libambit/debian/libambit-dev.dirs
@@ -0,0 +1 @@
+usr/include
diff --git a/src/libambit/debian/libambit-dev.install b/src/libambit/debian/libambit-dev.install
new file mode 100644
index 0000000..92be58d
--- /dev/null
+++ b/src/libambit/debian/libambit-dev.install
@@ -0,0 +1,2 @@
+usr/include/*
+usr/lib/*/libambit.so
diff --git a/src/libambit/debian/libambit0.dirs b/src/libambit/debian/libambit0.dirs
new file mode 100644
index 0000000..0bf940b
--- /dev/null
+++ b/src/libambit/debian/libambit0.dirs
@@ -0,0 +1 @@
+/usr/lib
diff --git a/src/libambit/debian/libambit0.install b/src/libambit/debian/libambit0.install
new file mode 100644
index 0000000..8e5ee50
--- /dev/null
+++ b/src/libambit/debian/libambit0.install
@@ -0,0 +1 @@
+usr/lib/*/libambit.so.*
diff --git a/src/libambit/debian/rules b/src/libambit/debian/rules
new file mode 100755
index 0000000..b760bee
--- /dev/null
+++ b/src/libambit/debian/rules
@@ -0,0 +1,13 @@
+#!/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.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ 
diff --git a/src/libambit/debian/source/format b/src/libambit/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/src/libambit/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/src/openambit/debian/changelog b/src/openambit/debian/changelog
new file mode 100644
index 0000000..16dc2c9
--- /dev/null
+++ b/src/openambit/debian/changelog
@@ -0,0 +1,5 @@
+openambit (0.2-1) saucy; urgency=low
+
+  * Initial release
+
+ -- Emil Ljungdahl <emil at kratern.se>  Thu, 30 Jan 2014 16:21:42 +0100
diff --git a/src/openambit/debian/compat b/src/openambit/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/src/openambit/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/src/openambit/debian/control b/src/openambit/debian/control
new file mode 100644
index 0000000..e3994f6
--- /dev/null
+++ b/src/openambit/debian/control
@@ -0,0 +1,18 @@
+Source: openambit
+Priority: extra
+Maintainer: Emil Ljungdahl <emil at kratern.se>
+Build-Depends: debhelper (>= 9), cmake (>= 2.8.5), libudev-dev, libqjson-dev, zlib1g-dev,
+ libambit-dev (= 0.2-1), libqt4-dev
+Standards-Version: 3.9.4
+Section: utils
+Homepage: https://sourceforge.net/projects/openambit/
+#Vcs-Git: git://git.debian.org/collab-maint/openambit.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/openambit.git;a=summary
+
+Package: openambit
+Architecture: any
+Depends: libudev1, libqjson0, zlib1g, libambit0 (= 0.2-1),
+ libqt4-core, libqt4-gui, libqt4-network, ${shlibs:Depends}, ${misc:Depends}
+Description: Synchronize your Suunto Ambit series device
+ Openambit is GUI application for synchronizing the Suunto Ambit series
+ of devices with your PC and Suuntos cloudservice movescount.com
diff --git a/src/openambit/debian/copyright b/src/openambit/debian/copyright
new file mode 100644
index 0000000..9d08945
--- /dev/null
+++ b/src/openambit/debian/copyright
@@ -0,0 +1,39 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: openambit
+Source: https://sourceforge.net/projects/openambit/
+
+Files: *
+Copyright: 2014 Emil Ljungdahl <emil at kratern.se>
+License: GPL-3
+ libambit 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 3 of the License, or
+ (at your option) any later version.
+ .
+ This program 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 this program.  If not, see <http://www.gnu.org/licenses/>.
+
+Files: debian/*
+Copyright: 2014 Emil Ljungdahl <emil at kratern.se>
+License: GPL-2+
+ This package 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 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 General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
diff --git a/src/openambit/debian/docs b/src/openambit/debian/docs
new file mode 100644
index 0000000..e69de29
diff --git a/src/openambit/debian/rules b/src/openambit/debian/rules
new file mode 100755
index 0000000..b760bee
--- /dev/null
+++ b/src/openambit/debian/rules
@@ -0,0 +1,13 @@
+#!/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.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ 
diff --git a/src/openambit/debian/source/format b/src/openambit/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/src/openambit/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/openambit.git



More information about the Pkg-running-devel mailing list