[Pkg-cli-libs-commits] [gudev-sharp-1.0] 02/19: Initial packaging

Chow Loong Jin hyperair at ubuntu.com
Wed Aug 28 18:13:15 UTC 2013


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

hyperair pushed a commit to branch master
in repository gudev-sharp-1.0.

commit 61cfc920c7cde00e83f4156297eec2d3c9bb4f58
Author: Chow Loong Jin <hyperair at ubuntu.com>
Date:   Sat Jul 17 02:21:57 2010 +0800

    Initial packaging
---
 debian/changelog     |    6 ++++++
 debian/compat        |    1 +
 debian/control       |   38 ++++++++++++++++++++++++++++++++++++++
 debian/copyright     |   45 +++++++++++++++++++++++++++++++++++++++++++++
 debian/rules         |   26 ++++++++++++++++++++++++++
 debian/source/format |    1 +
 debian/watch         |    3 +++
 7 files changed, 120 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..18da4f1
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+gudev-sharp-1.0 (0.1-1) UNRELEASED; urgency=low
+
+  * Initial Version (Closes: #589332)
+
+ -- Chow Loong Jin <hyperair at ubuntu.com>  Sat, 17 Jul 2010 01:56:35 +0800
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8032aa6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,38 @@
+Source: gudev-sharp-1.0
+Priority: optional
+Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org>
+Uploaders: Chow Loong Jin <hyperair at ubuntu.com>
+Build-Depends: debhelper (>= 7.0.50),
+               mono-devel (>= 2.4.3),
+               cli-common-dev (>= 0.5.7),
+               monodoc-base,
+               libgtk2.0-dev (>= 2.0.0),
+               libglib2.0-dev (>= 2.0.0),
+               libgudev-1.0-dev (>= 146),
+               libgtk2.0-cil-dev (>= 1.9.0),
+               gtk-sharp2-gapi (>= 1.9.0)
+Standards-Version: 3.8.4
+Section: cli-mono
+Vcs-Git: git://git.debian.org/git/pkg-cli-libs/packages/gudev-sharp-1.0.git
+Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/gudev-sharp-1.0.git
+Homepage: https://www.launchpad.net/gudev-sharp
+
+Package: libgudev1.0-cil
+Architecture: all
+Depends: ${cli:Depends}, ${misc:Depends}
+Description: GObject-based wrapper library for libudev -- CLI bindings
+ gudev-sharp is a set of CLI bindings for libgudev, which is a GObject-based
+ wrapper library for libudev.
+ .
+ This package contains the managed CLI bindings for gudev-sharp, which are
+ needed to run CLI applications which use this library.
+
+Package: libgudev1.0-cil-dev
+Architecture: all
+Depends: ${misc:Depends}
+Description: GObject-based wrapper library for libudev -- CLI development files
+ gudev-sharp is a set of CLI bindings for libgudev, which is a GObject-based
+ wrapper library for libudev.
+ .
+ This package contains the development files needed to compile CLI applications
+ which use this library.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..6864c93
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,45 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: gudev-sharp-1.0
+Maintainer: Alex Launi <alex.launi at gmail.com>
+Source: https://www.launchpad.net/gudev-sharp-1.0/+download
+
+Files: *
+Copyright: Alex Launi <alex.launi at gmail.com>
+License: LGPL-2.1+
+ This library 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.1 of the License, or (at your option) any later version.
+ .
+ This library 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 library; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ .
+ On Debian systems, the full text of this license can be found in
+ /usr/share/common-licenses/LGPL-2.1.
+
+
+Files: debian/*
+Copyright: Chow Loong Jin <hyperair at ubuntu.com>
+License: GPL-2+
+ This program 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 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, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
+ On Debian systems, the full text of this license can be found in
+ /usr/share/common-licenses/GPL-2.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8bb6677
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,26 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+include /usr/share/cli-common/cli.make
+
+override_dh_auto_configure:
+	dh_auto_configure -- CSC=/usr/bin/mono-csc
+
+override_dh_auto_build:
+	dh_auto_build
+	mkdir -p monodoc
+	mdoc update \
+		-fno-assembly-versions \
+		--out=monodoc \
+		$(CURDIR)/poppler-sharp.dll
+	mdoc assemble \
+		--format ecma \
+		--out $(CURDIR)/poppler \
+		$(CURDIR)/monodoc
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf poppler.zip poppler.tree monodoc
+
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..a6cf0e0
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+https://launchpad.net/gudev-sharp/+download .*/gudev-sharp-1.0-([0-9.]+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/gudev-sharp-1.0.git



More information about the Pkg-cli-libs-commits mailing list