summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@src.gnome.org>2000-10-19 11:34:28 +0000
committerRodrigo Moya <rodrigo@src.gnome.org>2000-10-19 11:34:28 +0000
commitf9432f6d6f3beeac7bd49428664c2ee4849c3b58 (patch)
tree758d54cc34993a43c6066964d09948442a915d52 /debian
parent074a696e8bbdbb9a72300a655ae0248000d5b7c2 (diff)
downloadgconf-f9432f6d6f3beeac7bd49428664c2ee4849c3b58.tar.gz
First working debian/ dir from CVS
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog75
-rw-r--r--debian/control22
-rw-r--r--debian/copyright13
-rw-r--r--debian/docs3
-rw-r--r--debian/libgconf10.files8
-rw-r--r--debian/libgconf10.postinst7
-rwxr-xr-xdebian/rules102
7 files changed, 230 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 00000000..6d28ee6c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,75 @@
+gconf (0.10) unstable; urgency=low
+
+ * created debian/ stuff in CVS
+
+ -- Rodrigo Moya <rodrigo@linuxave.net> Thu, 19 Oct 2000 13:30:38 -0400
+
+gconf (0.8-helix2) unstable; urgency=low
+
+ * conflict with the old libgconf packages
+
+ -- Peter Teichman <peter@helixcode.com> Tue, 22 Aug 2000 13:30:38 -0400
+
+gconf (0.8-helix1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Peter Teichman <peter@helixcode.com> Thu, 17 Aug 2000 13:23:14 -0400
+
+gconf (0.6-helix1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Peter Teichman <peter@helixcode.com> Thu, 27 Jul 2000 16:27:30 -0400
+
+gconf (0.5-helix8) unstable; urgency=low
+
+ * don't predepend on liboaf
+
+ -- Peter Teichman <peter@helixcode.com> Thu, 27 Jul 2000 11:39:15 -0400
+
+gconf (0.5-helix7) unstable; urgency=low
+
+ * predepend on liboaf
+
+ -- Peter Teichman <peter@helixcode.com> Fri, 14 Jul 2000 14:11:14 -0400
+
+gconf (0.5-helix6) unstable; urgency=low
+
+ * put files in the right packages
+
+ -- Peter Teichman <peter@helixcode.com> Fri, 14 Jul 2000 14:01:31 -0400
+
+gconf (0.5-helix5) unstable; urgency=low
+
+ * fix fix fix
+
+ -- Peter Teichman <peter@helixcode.com> Fri, 14 Jul 2000 13:49:36 -0400
+
+gconf (0.5-helix4) unstable; urgency=low
+
+ * fix install problems
+
+ -- Peter Teichman <peter@helixcode.com> Fri, 14 Jul 2000 13:34:51 -0400
+
+gconf (0.5-helix3) unstable; urgency=low
+
+ * fix fix fix
+
+ -- Peter Teichman <peter@helixcode.com> Thu, 13 Jul 2000 11:48:18 -0400
+
+gconf (0.5-helix2) unstable; urgency=low
+
+ * minor packaging fixes
+
+ -- Peter Teichman <peter@helixcode.com> Thu, 13 Jul 2000 11:36:27 -0400
+
+gconf (0.5-helix1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Peter Teichman <peter@helixcode.com> Thu, 13 Jul 2000 11:25:10 -0400
+
+Local variables:
+mode: debian-changelog
+End:
diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..bb27ed45
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: gconf
+Section: devel
+Priority: optional
+Maintainer: Rodrigo Moya <rodrigo@linuxave.net>
+Standards-Version: 3.1.1
+
+Package: libgconf-dev
+Architecture: any
+Depends: libgconf10 (= ${Source-Version}), libc6-dev
+Description: GNOME configuration database system development files
+ GConf is a configuration database system, functionally similar to the
+ Windows registry but lots better. :-) It's being written for the GNOME
+ desktop but does not require GNOME; configure should notice if GNOME is not
+ installed and compile the basic GConf library anyway.
+
+Package: libgconf10
+Architecture: any
+Depends: ${shlibs:Depends}
+Conflicts: libgconf-1-0 (>= 0.8)
+Description: GNOME Configuration database system
+ GConf is a configuration database system, functionally similar to the
+ Windows registry but lots better. :-)
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 00000000..8604eb4a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,13 @@
+This package was debianized by Peter Teichman <peter@helixcode.com> on
+Thu, 13 Jul 2000 11:25:10 -0400.
+
+It was downloaded from ftp.gnome.org
+
+Upstream Author(s):
+Havoc Pennington <hp@redhat.com>
+
+Copyright:
+
+GConf is distributed under the terms of the GNU LGPL:
+/usr/share/common-licenses/LGPL
+
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 00000000..9bdd99cb
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,3 @@
+INSTALL
+NEWS
+README
diff --git a/debian/libgconf10.files b/debian/libgconf10.files
new file mode 100644
index 00000000..317e3366
--- /dev/null
+++ b/debian/libgconf10.files
@@ -0,0 +1,8 @@
+usr/lib/*.so.*
+usr/share/locale
+etc/gconf
+usr/share/oaf
+usr/bin/gconfd-1
+usr/bin/gconftool-1
+usr/lib/gconf*
+
diff --git a/debian/libgconf10.postinst b/debian/libgconf10.postinst
new file mode 100644
index 00000000..d6aa4d6f
--- /dev/null
+++ b/debian/libgconf10.postinst
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+/sbin/ldconfig
+GCONF_CONFIG_SOURCE="xml::/etc/gconf/gconf.xml.defaults" /usr/bin/gconftool --makefile-install-rule /etc/gconf/schemas/desktop.schemas >/dev/null
+
+#DEBHELPER#
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 00000000..bef98bab
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,102 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatability version to use.
+export DH_COMPAT=1
+
+# shared library versions, option 1
+version=0.0.0
+major=0
+# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so
+#version=`ls src/.libs/lib*.so.* | \
+# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
+#major=`ls src/.libs/lib*.so.* | \
+# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
+
+configure: configure-stamp
+configure-stamp:
+ dh_testdir
+ automake
+ # Add here commands to configure the package.
+ ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc
+
+ touch configure-stamp
+
+build: configure-stamp build-stamp
+build-stamp:
+ dh_testdir
+
+ # Add here commands to compile the package.
+ $(MAKE)
+
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp configure-stamp
+
+ # Add here commands to clean up after the build process.
+ -$(MAKE) distclean
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ # Add here commands to install the package into debian/tmp.
+ $(MAKE) install prefix=`pwd`/debian/tmp/usr sysconfdir=`pwd`/debian/tmp/etc
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# dh_testversion
+ dh_testdir
+ dh_testroot
+ #
+ # build libgconf${major} package by moving files from gconf-dev
+ #
+ dh_movefiles -a
+# dh_movefiles -plibgconf$(major) \
+# usr/lib/libgconf.so.$(major) \
+# usr/lib/libgconf.so.$(version)
+
+# dh_installdebconf
+ dh_installdocs
+ dh_installexamples
+ dh_installmenu
+# dh_installemacsen
+# dh_installpam
+# dh_installinit
+ dh_installcron
+ dh_installmanpages
+ dh_installinfo
+# dh_undocumented
+# dh_installchangelogs ChangeLog
+ dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+ # You may want to make some executables suid here.
+ dh_suidregister
+ dh_makeshlibs
+ dh_installdeb
+# dh_perl
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install