]> git.donarmstrong.com Git - debhelper.git/commitdiff
r227: Initial Import
authorjoey <joey>
Tue, 17 Aug 1999 05:16:42 +0000 (05:16 +0000)
committerjoey <joey>
Tue, 17 Aug 1999 05:16:42 +0000 (05:16 +0000)
debian/changelog
debian/control
debian/rules
doc/v2

index f66f96c34f11dc323c82cf5f3e179a4f80578bac..1ef02943cc93fa937f09c420b98e7fd585ea18ac 100644 (file)
@@ -1,3 +1,13 @@
+debhelper (2.0.02) unstable; urgency=low
+
+  * If you're going to use v2, it's reccommended you call 
+    "dh_testversion 2". Added a note about that to doc/v2.
+  * Dh_Lib.pm compat: if a version that is greater than the highest
+    supported compatability level is specified, abort with an error. Perhaps
+    there will be a debhelper v3 some day...
+
+ -- Joey Hess <joeyh@master.debian.org>  Thu,  1 Jul 1999 14:08:14 -0700
+
 debhelper (2.0.01) unstable; urgency=low
 
   * Actually include doc/v2 this time round.
index 3f546b8ec3440527e0f9a4428391c22c416b13ce..45834e1bf2b4d5a77fe342fcd32f895248b9ceec 100644 (file)
@@ -6,7 +6,7 @@ Standards-Version: 2.5.1.0
 
 Package: debhelper
 Architecture: all
-Depends: perl (>= 5.004), fileutils (>= 3.16-4), file
+Depends: 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
index 5fcf25f3970a8961312a67f10b51e10552b56606..e1f8d23775e4af4e0dd51844d134910410fcefde 100755 (executable)
@@ -2,6 +2,8 @@
 # Note that I have to refer to debhelper programs with ./, to make sure
 # I run the most current ones. That's also why there is a symlink to the 
 # current Dh_lib.pm and the current Dh_getopt.pm in this debian/ directory.
+#
+# This is _not_ a good example of a debhelper rules file.
 
 # If any automatic script generation is done in building this package, 
 # be sure to use the new templates from this package.
diff --git a/doc/v2 b/doc/v2
index 4db20d5a149f3261a4f67ea6c929b74c0a617922..b120d036889228a833e4b82a1a95288dbc4063ec 100644 (file)
--- a/doc/v2
+++ b/doc/v2
@@ -3,7 +3,13 @@ being worked on, and will change in drastic ways without notice. To keep
 this from breaking packages, debhelper will continue to operate in v1
 compatability mode by default.
 
-To enable debhelper v2 features (do this with *caution*), set DH_COMPAT=2
+To enable debhelper v2 features (do this with *caution*), set DH_COMPAT=2 in
+your debian/rules. Also, it is a very good idea to add a call to your
+debian/rules like this:
+       dh_testversion 2
+To ensure that your package won't be built with some old version of
+debhelper that ignores the DH_COMPAT flag.
+
 Here are the changes I'm planning to make to debhelper for v2, based on
 prior discussion on debian-devel.