From ac91153614219487564ce47e3d183d3c5ef160d2 Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 6 Jan 2000 23:12:58 +0000 Subject: r330: * Make all examples rules files executable. * Copyright date updates. --- debian/changelog | 7 +++++++ debian/copyright | 2 +- examples/rules | 2 +- examples/rules.indep | 2 +- examples/rules.multi | 2 +- examples/rules.multi2 | 2 +- 6 files changed, 12 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index b8be16e2..66e99173 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (2.0.84) unstable; urgency=low + + * Make all examples rules files executable. + * Copyright date updates. + + -- Joey Hess Thu, 6 Jan 2000 15:10:55 -0800 + debhelper (2.0.83) unstable; urgency=low * Depend on the current unstable fileutils, because I have to use chown diff --git a/debian/copyright b/debian/copyright index 2ea2ca25..36d067c0 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Debhelper is written by Joey Hess . +Debhelper is written by and copyright 1997-2000 Joey Hess . Parts of the code (and certainly my inspiration from the whole thing) came from debmake, by Christoph Lameter . diff --git a/examples/rules b/examples/rules index 5eb0751b..8f6ff797 100755 --- a/examples/rules +++ b/examples/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f # Sample debian/rules that uses debhelper. -# GNU copyright 1997 to 1999 by Joey Hess. +# GPL copyright 1997 to 1999 by Joey Hess. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 diff --git a/examples/rules.indep b/examples/rules.indep index bd1531b8..299b77d6 100755 --- a/examples/rules.indep +++ b/examples/rules.indep @@ -1,6 +1,6 @@ #!/usr/bin/make -f # Sample debian/rules that uses debhelper. -# GNU copyright 1997 to 1999 by Joey Hess. +# GPL copyright 1997 to 1999 by Joey Hess. # # This version is for packages that are architecture independent. diff --git a/examples/rules.multi b/examples/rules.multi index 8e7159dd..37f7835a 100755 --- a/examples/rules.multi +++ b/examples/rules.multi @@ -1,6 +1,6 @@ #!/usr/bin/make -f # Sample debian/rules that uses debhelper. -# GNU copyright 1997 by Joey Hess. +# GPL copyright 1997 by Joey Hess. # # This version is for a hypothetical package that builds an # architecture-dependant package, as well as an architecture-independent diff --git a/examples/rules.multi2 b/examples/rules.multi2 index fa7ae6ec..509fa445 100755 --- a/examples/rules.multi2 +++ b/examples/rules.multi2 @@ -1,6 +1,6 @@ #!/usr/bin/make -f # Sample debian/rules that uses debhelper. -# GNU copyright 1997 to 1999 by Joey Hess. +# GPL copyright 1997 to 1999 by Joey Hess. # # This version is for a multibinary package. It also allows you to build any # of the binary packages independantly, via binary- targets. -- cgit v1.2.3