summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@openedhand.com>2008-05-06 11:48:25 +0100
committerEmmanuele Bassi <ebassi@openedhand.com>2008-05-06 11:48:25 +0100
commit9713843a4294b3e35a29125bf2bf1867a6443f27 (patch)
tree06b3fd29eb8df630b4f95b9d9284415d5f32106b
parentd67000ab6c5ae6710f48f0517c98600af7cdaa0e (diff)
downloadjson-glib-9713843a4294b3e35a29125bf2bf1867a6443f27.tar.gz
Remove debian packaging
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control61
-rw-r--r--debian/copyright27
-rw-r--r--debian/libjson-glib-dev.install3
-rw-r--r--debian/libjson-glib-doc.install1
-rw-r--r--debian/libjson-glib-doc.links1
-rw-r--r--debian/libjson-glib0.install1
-rwxr-xr-xdebian/rules12
9 files changed, 0 insertions, 112 deletions
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 0c5b752..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-json-glib (0.6.0-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Emmanuele Bassi <ebassi@openedhand.com> Mon, 05 May 2008 23:17:36 +0100
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 7ed6ff8..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 29471a3..0000000
--- a/debian/control
+++ /dev/null
@@ -1,61 +0,0 @@
-Source: json-glib
-Section: libs
-Priority: optional
-Maintainer: Emmanuele Bassi <ebassi@openedhand.com>
-Uploaders: Rob Bradford <robster@debian.org>, Ross Burton <ross@openedhand.com>
-Build-Depends: debhelper (>= 5), cdbs, libglib2.0-dev, gtk-doc-tools
-Standards-Version: 3.7.2
-
-Package: libjson-glib0
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: GLib JSON manipulation library
- JSON-GLib is a library for parsing, generating and manipulating JavaScript
- Object Notation (JSON) data streams using the GLib type system. It allows
- manipulating JSON data types with a Document Object Model API. It also
- allows serializing and deserializing simple or complex GObjects to and
- from JSON data types.
-
-Package: libjson-glib0-dbg
-Section: libdevel
-Priority: extra
-Architecture: any
-Depends: libjson-glib0 (= ${binary:Version})
-Description: GLib JSON manipulation library (debug symbols)
- JSON-GLib is a library for parsing, generating and manipulating JavaScript
- Object Notation (JSON) data streams using the GLib type system. It allows
- manipulating JSON data types with a Document Object Model API. It also
- allows serializing and deserializing simple or complex GObjects to and
- from JSON data types.
- .
- This package contains the debug files.
-
-Package: libjson-glib-dev
-Section: libdevel
-Architecture: any
-Depends: libjson-glib0 (= ${binary:Version}), pkg-config, libglib2.0-dev, ${misc:Depends}
-Suggests: libjson-glib-doc
-Description: GLib JSON manipulation library (development files)
- JSON-GLib is a library for parsing, generating and manipulating JavaScript
- Object Notation (JSON) data streams using the GLib type system. It allows
- manipulating JSON data types with a Document Object Model API. It also
- allows serializing and deserializing simple or complex GObjects to and
- from JSON data types.
- .
- This package contains the development files.
-
-Package: libjson-glib-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Suggests: devhelp
-Description: GLib JSON manipulation library (documentation)
- JSON-GLib is a library for parsing, generating and manipulating JavaScript
- Object Notation (JSON) data streams using the GLib type system. It allows
- manipulating JSON data types with a Document Object Model API. It also
- allows serializing and deserializing simple or complex GObjects to and
- from JSON data types.
- .
- This package contains the documentation.
-
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index c701d22..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,27 +0,0 @@
-This package was debianized by Emmanuele Bassi <ebassi@openedhand.com> on Thu, 01 May 2008 15:31:18 +0100
-
-It was downloaded from:
- http://folks.o-hand.com/ebassi/source/json-glib-0.6.0.tar.gz
-
-Upstream Authors:
- Emmanuele Bassi <ebassi@openedhand.com>
-
-Copyright (C) 2008 OpenedHand Ltd.
-
-License:
-
- 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 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 St, Fifth Floor, Boston, MA 02110-1301 USA.
-
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/LGPL-2'.
diff --git a/debian/libjson-glib-dev.install b/debian/libjson-glib-dev.install
deleted file mode 100644
index 22c6c3f..0000000
--- a/debian/libjson-glib-dev.install
+++ /dev/null
@@ -1,3 +0,0 @@
-debian/tmp/usr/lib/*.so
-debian/tmp/usr/lib/pkgconfig/
-debian/tmp/usr/include/
diff --git a/debian/libjson-glib-doc.install b/debian/libjson-glib-doc.install
deleted file mode 100644
index 612e6e9..0000000
--- a/debian/libjson-glib-doc.install
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/share/gtk-doc/html/json-glib
diff --git a/debian/libjson-glib-doc.links b/debian/libjson-glib-doc.links
deleted file mode 100644
index 3c979b3..0000000
--- a/debian/libjson-glib-doc.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/gtk-doc/html/clutter usr/share/doc/libclutter-doc/html
diff --git a/debian/libjson-glib0.install b/debian/libjson-glib0.install
deleted file mode 100644
index 79bbe2f..0000000
--- a/debian/libjson-glib0.install
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*.so.*
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index dd11645..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include /usr/share/cdbs/1/rules/utils.mk
-
-DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed"
-DEB_COMPRESS_EXCLUDE = .c
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc
-
-common-binary-predeb-arch:: list-missing