[gxml] Added debian package control files
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml] Added debian package control files
- Date: Sat, 19 Dec 2015 05:03:20 +0000 (UTC)
commit fed1f9f73adcfc1163f5ee64bea2ef3a35c6c79b
Author: Daniel Espinosa <esodan gmail com>
Date: Thu Nov 5 14:25:00 2015 -0600
Added debian package control files
Makefile.am | 2 +-
configure.ac | 2 ++
debian/control.in | 16 ++++++++++++++++
debian/copyright.in | 46 ++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 65 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index e6a9f90..a4d6416 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
# Set up subdirectories to traverse
-SUBDIRS = gxml test po examples
+SUBDIRS = gxml test po examples debian
if ENABLE_DOCS
SUBDIRS += docs
diff --git a/configure.ac b/configure.ac
index 46a6349..979e8bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -307,6 +307,8 @@ examples/js/Makefile
examples/python/Makefile
examples/vala/Makefile
po/Makefile.in
+debian/control
+debian/copyright
])
AC_OUTPUT
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..677ab94
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,16 @@
+Source: gxml- API_VERSION@
+Section: unknown
+Priority: optional
+Maintainer: Daniel Espinosa <daniel espinosa pwmc mx>
+Build-Depends: debhelper (>= 9), autotools-dev
+Standards-Version: 3.9.6
+Homepage: https://wiki.gnome.org/GXml
+#Vcs-Git: git://anonscm.debian.org/collab-maint/gxml-0.6.git
+#Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/gxml-0.6.git;a=summary
+
+Package: gxml- API_VERSION@
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: GObject libxml2 bindings
+ GXml is a wrapper of libxml2 to GObject providing bidings to Vala and any
+ language supporting GObject Introspection.
diff --git a/debian/copyright.in b/debian/copyright.in
new file mode 100644
index 0000000..7356822
--- /dev/null
+++ b/debian/copyright.in
@@ -0,0 +1,46 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gxml- API_VERSION@
+Source:
+
+Files: *
+Copyright: 22011-2013 Richard Schwarting <aquarichy gmail com>
+ 2011,2015 Daniel Espinosa <esodan gmail com>
+License: LGPL-2+
+ 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+# If you want to use GPL v2 or later for the /debian/* files use
+# the following clauses, or change it to suit. Delete these two lines
+Files: debian/*
+Copyright: 2015 Daniel Espinosa <daniel espinosa pwmc mx>
+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 <https://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".
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
+# Please avoid picking licenses with terms that are more restrictive than the
+# packaged work, as it may make Debian's contributions unacceptable upstream.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]