summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorCarlos Perelló Marín <carlos@gnome.org>2003-10-19 16:10:39 +0000
committerCarlos Perelló Marín <carlos@src.gnome.org>2003-10-19 16:10:39 +0000
commitbae16b467f90df94d80feae41dceb7e816f16c61 (patch)
tree1c98f8b6769b7ca7a97a3de111e52f748a79ebe8 /debian
parent5e28a552185df50f96b7ffce9c26755cff8c47d0 (diff)
downloadlibgtop-bae16b467f90df94d80feae41dceb7e816f16c61.tar.gz
libgtop-GNOME-2-0-branch moved to HEAD.
2003-10-19 Carlos Perelló Marín <carlos@gnome.org> * libgtop-GNOME-2-0-branch moved to HEAD.
Diffstat (limited to 'debian')
-rw-r--r--debian/README.Debian7
-rw-r--r--debian/changelog11
-rw-r--r--debian/control.in4
-rwxr-xr-xdebian/debconfigure2
-rw-r--r--debian/libgtop-dev.files.in1
-rwxr-xr-xdebian/rules.in8
6 files changed, 16 insertions, 17 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index 0c19aebc..3993088d 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,10 +1,9 @@
LibGTop CVS snapshots for Debian
--------------------------------
-This is a snapshot of LibGTop from the main CVS archive, built into a
-Debian package. This package is not guaranteed to work, as it was
-built automatically. You're on your own, mister or missus!
+This is a debian package made from a stable release of LibGTop, but it
+should be considered "unofficial" since I'm not a Debian Maintainer.
-Martin Baulig <martin@home-of-linux.org>, Fri, 14 Jan 2000 20:20:13 +0100
+Martin Baulig <martin@home-of-linux.org>, Wed, 16 Feb 2000 16:40:50 +0100
diff --git a/debian/changelog b/debian/changelog
index 0ab84532..c912d7d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-libgtop (1.1.4-1) unstable; urgency=low
- * New upstream source
- * Non-maintainer upload; this is an unstable developer's snapshot from
- the GNOME CVS tree.
+libgtop (1.0.7-1) unstable; urgency=low
+ * New upstream source (1.0.7 "Copenhagen" release)
+ * Non-maintainer upload; since I'm not a Debian maintainer, this is some
+ kind of "unofficial" debian package for LibGTop 1.0.7 - but I think it
+ can be considered stable and working.
- -- Martin Baulig <martin@home-of-linux.org> Fri, 14 Jan 2000 15:32:48 +0100
+ -- Martin Baulig <martin@home-of-linux.org> Wed, 16 Feb 2000 16:40:50 +0100
libgtop (1.0.6-1) unstable; urgency=low
* New upstream source
diff --git a/debian/control.in b/debian/control.in
index d50da25e..af33d5a8 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -4,7 +4,7 @@ Section: libs
Priority: optional
Standards-Version: 3.0.0
-Package: libgtop2@SUFFIX@
+Package: libgtop1@SUFFIX@
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
@@ -20,7 +20,7 @@ Description: Portable system access library (part of Gnome)
Package: libgtop-dev@SUFFIX@
Architecture: any
Section: devel
-Depends: libgtop2@SUFFIX@ (= ${Source-Version})
+Depends: libgtop1@SUFFIX@ (= ${Source-Version})
Description: Dev libraries for the portable system access library (part of Gnome)
Gnome is the "GNU Network Object Model Environment"
.
diff --git a/debian/debconfigure b/debian/debconfigure
index 3cadfcae..6ccc6e18 100755
--- a/debian/debconfigure
+++ b/debian/debconfigure
@@ -93,7 +93,7 @@ do
sed "s,%$debtype>,," | sed '/^%/d' > $tofile
done
-for postinst in libgtop2$pkgsuffix
+for postinst in libgtop1$pkgsuffix
do
cat > $postinst.postinst <<EOF
diff --git a/debian/libgtop-dev.files.in b/debian/libgtop-dev.files.in
index b6978c32..8f4e6999 100644
--- a/debian/libgtop-dev.files.in
+++ b/debian/libgtop-dev.files.in
@@ -15,7 +15,6 @@
@PREFIX@/lib/libgtop_suid_common.so
@PREFIX@/lib/libgtop_sysdeps.so
@PREFIX@/lib/libgtop-features.def
-@PREFIX@/lib/libgtop-structures.def
@PREFIX@/lib/libgtop/include/*.h
@PREFIX@/include/glibtop/*.h
@PREFIX@/include/glibtop.h
diff --git a/debian/rules.in b/debian/rules.in
index ce2752a6..47a4d1ae 100755
--- a/debian/rules.in
+++ b/debian/rules.in
@@ -66,14 +66,14 @@ install-saved:
binary-indep: build install
binary-arch: build install \
- libgtop2@SUFFIX@ \
+ libgtop1@SUFFIX@ \
libgtop-dev@SUFFIX@
#
-# libgtop2@SUFFIX@
+# libgtop1@SUFFIX@
#
-libgtop2@SUFFIX@: install
+libgtop1@SUFFIX@: install
@echo "--- Building: $@"
dh_installdocs -p$@ -P$(b)/$@ README NEWS AUTHORS
dh_installchangelogs -p$@ -P$(b)/$@ ChangeLog
@@ -95,7 +95,7 @@ libgtop2@SUFFIX@: install
libgtop-dev@SUFFIX@: install
@echo "--- Building: $@"
mkdir -p $(b)/$@/usr/doc
- cd $(b)/$@/usr/doc; ln -s libgtop2@SUFFIX@ $@
+ cd $(b)/$@/usr/doc; ln -s libgtop1@SUFFIX@ $@
dh_movefiles -p$@ -P$(b)/$@
dh_strip -p$@ -P$(b)/$@
dh_compress -p$@ -P$(b)/$@