summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/control16
-rw-r--r--debian/copyright24
-rw-r--r--debian/subtsvars1
3 files changed, 8 insertions, 33 deletions
diff --git a/debian/control b/debian/control
index 95771531..5a5b45b2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,16 @@
Source: debhelper
Section: devel
Priority: optional
-Maintainer: Joey Hess <joeyh@debian.org>
-Build-Depends-Indep: perl (>= 5.6.1), coreutils | fileutils (>= 4.0-2.1), file (>= 3.23-1), dpkg-dev (>= 1.9.0)
-Standards-Version: 3.6.0
+Maintainer: Joey Hess <joeyh@master.debian.org>
+Standards-Version: 3.0.1.0
Package: debhelper
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, coreutils | fileutils (>= 4.0-2.1), file (>= 3.23-1), dpkg-dev (>= 1.7.0), html2text, debconf-utils (>= 1.1.1), binutils, po-debconf
+Depends: perl5 | perl (>= 5.004), fileutils (>= 3.16-4), file (>= 3.23-1)
Suggests: dh-make
Description: helper programs for debian/rules
A collection of programs that can be used in a debian/rules file to
- automate common tasks related to building debian packages. Programs
- are included to install various files into your package, compress
- files, fix file permissions, integrate your package with the debian
- menu system, debconf, doc-base, etc. Most debian packages use debhelper
- as part of their build process.
+ automate common tasks related to building binary debian packages. Programs
+ are included to install various files into your package, compress files, fix
+ file permissions, integrate your package with the debian menu system,
+ suidmanager, doc-base, etc.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 931864dd..00000000
--- a/debian/copyright
+++ /dev/null
@@ -1,24 +0,0 @@
-Debhelper is written by and copyright 1997-2003 Joey Hess <joeyh@debian.org>.
-
-Increasinly miniscule parts of the code (and certainly my inspiration from the
-whole thing) came from debmake, by Christoph Lameter <clameter@debian.org>.
-
-Some of the dh_md5sums command is from a program by Charles
-Briscoe-Smith <cpb4@ukc.ac.uk>.
-
-dh_perl is by Brendan O'Dea <bod@debian.org>.
-dh_python is by Josselin Mouette <josselin.mouette@ens-lyon.org>.
-dh_installcatalogs is by Adam Di Carlo <aph@debian.org>.
-dh_scrollkeeper is by Ross Burton <ross@burtonini.com>.
-dh_usrlocal is by Andrew Stribblehill <ads@debian.org>.
-dh_installlogcheck is by Jon Middleton <jjm@debian.org>.
-
-The copyright of this package is GPL, version 2 or later. Files in the
-examples/ directory are in the public domain[1]. On Debian systems the
-complete text of the GPL is in /usr/share/common-licenses/GPL
-
-[1] Pendants who belive I cannot legally say that code I have written is in
- the public domain may consider them instead to be licensed as follows:
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted under any circumstances. No warranty.
diff --git a/debian/subtsvars b/debian/subtsvars
new file mode 100644
index 00000000..458d7871
--- /dev/null
+++ b/debian/subtsvars
@@ -0,0 +1 @@
+perl:Depends=perl5