]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1902: releasing version 5.0.30 5.0.30
authorjoeyh <joeyh>
Thu, 13 Apr 2006 22:54:28 +0000 (22:54 +0000)
committerjoeyh <joeyh>
Thu, 13 Apr 2006 22:54:28 +0000 (22:54 +0000)
Debian/Debhelper/Dh_Getopt.pm
debian/changelog
man/po4a/po/debhelper.pot

index aecac14dbc7f52b501431531430dfa2f4987deae..27f0cc0e85f3a311ec01a8b8fcb9a1def194ed31 100644 (file)
@@ -190,7 +190,8 @@ sub parseopts {
                if ($options{DOINDEP} || $options{DOARCH} || $options{DOSAME}) {
                        # User specified that all arch (in)dep package be
                        # built, and there are none of that type.
-                       error("I have no package to build");
+                       warning("I have no package to build");
+                       exit(0);
                }
                push @{$options{DOPACKAGES}},getpackages();
        }
index 86778cd93b39be20328abf0c7deba22dfef65c32..f809e8bd30cf7ca8645aa89519a4577c6df9f99c 100644 (file)
@@ -1,3 +1,13 @@
+debhelper (5.0.30) unstable; urgency=low
+
+  * Convert the "I have no packages to build" error into a warning. Am I
+    really the first person to run into the case of a source package that
+    builds an arch all package and an single-arch package? In this case,
+    the binary-arch target needs to use -s and do nothing when run on some
+    other arch, and debhelper will now support this.
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 14 Apr 2006 00:35:55 +0200
+
 debhelper (5.0.29) unstable; urgency=low
 
   * dh_installxfonts: Random hack to deal with X font dirs moving to
index 77186662a63580b2f72711126be1998164a4ad29..c94d00492c551f357aae5480b2317c91474ec9cc 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2006-04-13 10:56+0200\n"
+"POT-Creation-Date: 2006-04-14  0:39+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"