The following commit has been merged in the master branch:
commit 0e025565bd35366a391f1d0e3d836d4b35003920
Author: James Vega <[email protected]>
Date:   Tue Jul 13 19:03:13 2010 -0400

    debi/debc: Call changelog_parse correctly.
    
    Closes: #588947
    Signed-off-by: James Vega <[email protected]>

diff --git a/debian/changelog b/debian/changelog
index 1738e18..c0b45f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+devscripts (2.10.65.1) UNRELEASED; urgency=low
+
+  * debi/debc: Call changelog_parse correctly.  (Closes: #588947)
+
+ -- James Vega <[email protected]>  Tue, 13 Jul 2010 18:48:29 -0400
+
 devscripts (2.10.65) unstable; urgency=low
 
   [ James Vega ]
diff --git a/scripts/debi.pl b/scripts/debi.pl
index 93f5978..18b07b0 100755
--- a/scripts/debi.pl
+++ b/scripts/debi.pl
@@ -273,7 +273,7 @@ if (! defined $changes) {
     }
 
     # Find the source package name and version number
-    my $changelog = changelog_parse('debian/changelog');
+    my $changelog = changelog_parse();
 
     die "$progname: no package name in changelog!\n"
        unless exists $changelog->{'Source'};

-- 
Git repository for devscripts


-- 
To unsubscribe, send mail to [email protected].

Reply via email to