aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>1997-09-11 23:22:36 +0200
committerJuan Cespedes <cespedes@debian.org>1997-09-11 23:22:36 +0200
commit64e793b75491217a25c20fab874c87e994cbb8bd (patch)
treefc13e579eae93f52ec395752c4a24912b49e5466 /debian
parent23658aa159730be559201e7e25fdade5853efa0e (diff)
downloadltrace-64e793b75491217a25c20fab874c87e994cbb8bd.tar.gz
Version 0.1.6
* Use <cespedes@debian.org> as maintainer address * Some clean-ups
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control4
-rw-r--r--debian/copyright12
-rwxr-xr-xdebian/rules43
4 files changed, 38 insertions, 28 deletions
diff --git a/debian/changelog b/debian/changelog
index 9843cdd..0c79334 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ltrace (0.1.6) experimental; urgency=low
+
+ * New maintainer address
+ * New Standards-Version
+
+ -- Juan Cespedes <cespedes@debian.org> Thu, 11 Sep 1997 23:22:32 +0200
+
ltrace (0.1.5) experimental; urgency=low
* `command' is now searched in the PATH
diff --git a/debian/control b/debian/control
index 3fd668d..396ce14 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,8 @@
Source: ltrace
Section: utils
Priority: optional
-Maintainer: Juan Cespedes <cespedes@etsit.upm.es>
-Standards-Version: 2.2.0.0
+Maintainer: Juan Cespedes <cespedes@debian.org>
+Standards-Version: 2.3.0.0
Package: ltrace
Architecture: i386
diff --git a/debian/copyright b/debian/copyright
index f4c4cfa..106ee71 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,9 +2,13 @@ This is the Debian GNU/Linux's prepackaged version of the
Dynamic Library Tracer ``ltrace''.
-Copyright (C) 1997 Juan Cespedes <cespedes@etsit.upm.es>
+Copyrights
+----------
+Copyright (C) 1997 Juan Cespedes <cespedes@debian.org>
+License
+-------
This program 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, or (at your option)
@@ -16,8 +20,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
A copy of the GNU General Public License is available as
-`/usr/doc/copyright/GPL.gz' in the Debian GNU/Linux distribution or on
+`/usr/doc/copyright/GPL' in the Debian GNU/Linux distribution or on
the World Wide Web at `http://www.gnu.org/copyleft/gpl.html'. You can
-also obtain it by writing to the Free Software Foundation, Inc.,
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+also obtain it by writing to the Free Software Foundation, Inc., 59
+Temple Place - Suite 330, Boston, MA 02111-1307, USA
diff --git a/debian/rules b/debian/rules
index 7da5dbc..35be3a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,35 +1,34 @@
#! /usr/bin/make -f
+#
+# Copyright (C) 1997 Juan Cespedes <cespedes@debian.org>
build:
- $(MAKE)
- touch build
+ $(MAKE)
+ touch build
binary: binary-arch binary-indep
binary-indep:
binary-arch: build
- test root = "`whoami`" || exit 1
- $(RM) -rf debian/tmp
+ test root = "`whoami`" || exit 1
+ $(RM) -rf debian/tmp
- install -d debian/tmp/DEBIAN
-# install -m 644 debian/conffiles debian/tmp/DEBIAN
- $(MAKE) install DESTDIR=`pwd`/debian/tmp
- install -m 644 README debian/tmp/usr/doc/ltrace
- install -m 644 BUGS debian/tmp/usr/doc/ltrace
- install -m 644 TODO debian/tmp/usr/doc/ltrace
- install -m 644 debian/changelog debian/tmp/usr/doc/ltrace
- gzip -9fv debian/tmp/usr/doc/ltrace/*
- install -m 644 debian/copyright debian/tmp/usr/doc/ltrace
- gzip -9f debian/tmp/usr/man/man1/*
- dpkg-shlibdeps debian/tmp/usr/bin/ltrace
- dpkg-gencontrol
- chown -R root.root debian/tmp
- chmod -R g-ws debian/tmp
- dpkg --build debian/tmp ..
+ install -d debian/tmp/DEBIAN
+ $(MAKE) install DESTDIR=`pwd`/debian/tmp
+ cp -p README debian/tmp/usr/doc/ltrace
+ cp -p BUGS debian/tmp/usr/doc/ltrace
+ cp -p TODO debian/tmp/usr/doc/ltrace
+ cp -p debian/changelog debian/tmp/usr/doc/ltrace
+ gzip -9fv debian/tmp/usr/doc/ltrace/*
+ cp -p debian/copyright debian/tmp/usr/doc/ltrace
+ gzip -9f debian/tmp/usr/man/man1/*
+ dpkg-shlibdeps debian/tmp/usr/bin/ltrace
+ dpkg-gencontrol
+ dpkg --build debian/tmp ..
clean:
- $(RM) -f build debian/files debian/substvars
- $(MAKE) clean
- $(RM) -rf debian/tmp
+ $(RM) -f build debian/files debian/substvars
+ $(MAKE) clean
+ $(RM) -rf debian/tmp