summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2012-08-29 20:11:29 +0300
committerMatthias Clasen <mclasen@redhat.com>2013-01-21 16:53:27 -0500
commit884572336d84e80388ec809cd72dba56e693ca06 (patch)
treea86c2c9b364f21f0fd66c3b415f1c9dcdcf29b42
parent4de9edd2b50686df32ae2b6d69b14c087c5aa73f (diff)
downloadgconf-884572336d84e80388ec809cd72dba56e693ca06.tar.gz
remove the obsolete debian/ from git
It wasn't updated since 2000 and is quite different to the current Debian packaging. https://bugzilla.gnome.org/show_bug.cgi?id=682963
-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, 0 insertions, 230 deletions
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 80b21ac5..00000000
--- a/debian/changelog
+++ /dev/null
@@ -1,75 +0,0 @@
-gconf (0.11) 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
deleted file mode 100644
index d32e1bff..00000000
--- a/debian/control
+++ /dev/null
@@ -1,22 +0,0 @@
-Source: gconf
-Section: devel
-Priority: optional
-Maintainer: Rodrigo Moya <rodrigo@linuxave.net>
-Standards-Version: 3.1.1
-
-Package: libgconf-dev
-Architecture: any
-Depends: libgconf11 (= ${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: libgconf11
-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
deleted file mode 100644
index 8604eb4a..00000000
--- a/debian/copyright
+++ /dev/null
@@ -1,13 +0,0 @@
-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
deleted file mode 100644
index 9bdd99cb..00000000
--- a/debian/docs
+++ /dev/null
@@ -1,3 +0,0 @@
-INSTALL
-NEWS
-README
diff --git a/debian/libgconf10.files b/debian/libgconf10.files
deleted file mode 100644
index 317e3366..00000000
--- a/debian/libgconf10.files
+++ /dev/null
@@ -1,8 +0,0 @@
-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
deleted file mode 100644
index d6aa4d6f..00000000
--- a/debian/libgconf10.postinst
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/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
deleted file mode 100755
index bef98bab..00000000
--- a/debian/rules
+++ /dev/null
@@ -1,102 +0,0 @@
-#!/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