]> git.donarmstrong.com Git - debhelper.git/commitdiff
r330: * Make all examples rules files executable.
authorjoey <joey>
Thu, 6 Jan 2000 23:12:58 +0000 (23:12 +0000)
committerjoey <joey>
Thu, 6 Jan 2000 23:12:58 +0000 (23:12 +0000)
   * Copyright date updates.

debian/changelog
debian/copyright
examples/rules
examples/rules.indep
examples/rules.multi
examples/rules.multi2

index b8be16e290fcf7b64dd7d15b5a672eb47cbe6f9f..66e9917394edd01a1c8194080800ad375499229a 100644 (file)
@@ -1,3 +1,10 @@
+debhelper (2.0.84) unstable; urgency=low
+
+  * Make all examples rules files executable.
+  * Copyright date updates.
+
+ -- Joey Hess <joeyh@debian.org>  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
index 2ea2ca25c9972f6b4a7b4dc291de9ea23726bbc8..36d067c0f71f783560d33d5cb8dc6b8a7db18376 100644 (file)
@@ -1,4 +1,4 @@
-Debhelper is written by Joey Hess <joeyh@debian.org>.
+Debhelper is written by and copyright 1997-2000 Joey Hess <joeyh@debian.org>.
 
 Parts of the code (and certainly my inspiration from the whole thing) came 
 from debmake, by Christoph Lameter <clameter@debian.org>. 
index 5eb0751bf5fd5e2f240b0c5b37ce84a0f1a08416..8f6ff7973300b50b32a0603a261e6d6fcbb253df 100755 (executable)
@@ -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
index bd1531b8c0c556249d8edc1d4609c8ed5cbb135a..299b77d66e44db770adec5d9023160b5f750bd89 100755 (executable)
@@ -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.
 
index 8e7159dd777ab0d42a73e46dd70dcb0e7c9c38a0..37f7835a6e16221d11fdfb28b7bf24c3bcf2be60 100755 (executable)
@@ -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
index fa7ae6eca3b5a798504d7b024d30d27b74725030..509fa44594f0d1d2b66ace70649861c689d411b7 100755 (executable)
@@ -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-<package> targets.