You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I've tryed to build linux-ftools into Debian Lenny amd64 package and met issue:
parsechangelog/debian: warning: debian/changelog(l4): found start of entry
where expected more change data or trailer
LINE: linux-ftools (1.0.0) unstable; urgency=low
parsechangelog/debian: warning: debian/changelog(l4): found eof where
expected more change data or trailer
Use of uninitialized value $v in pattern match (m//) at
/usr/share/perl5/Dpkg/Fields.pm line 229, <STDIN> line 4.
Use of uninitialized value $v in pattern match (m//) at
/usr/share/perl5/Dpkg/Fields.pm line 229, <STDIN> line 4.
dpkg-buildpackage: source package linux-ftools
dpkg-buildpackage: source version 1.1.0
dpkg-buildpackage: error: unable to determine source changed by
So I've fixed debian/changelog & debian/control, patch is below:
builder@builder-lenny-amd64:~/hgs/linux-ftools$ hg diff -r 336 -r 344
diff -r ab53cc4019c1 -r 272f03b0084e debian/changelog
--- a/debian/changelog Wed Feb 09 16:03:50 2011 -0800
+++ b/debian/changelog Tue May 10 11:35:06 2011 +0000
@@ -1,6 +1,8 @@
linux-ftools (1.1.0) stable; urgency=high
* Fixed a number of bugs and package is now stable
+ -- root <[email protected]> Sun, 21 Nov 2010 04:58:07 +0000
+
linux-ftools (1.0.0) unstable; urgency=low
* Initial Release.
diff -r ab53cc4019c1 -r 272f03b0084e debian/control
--- a/debian/control Wed Feb 09 16:03:50 2011 -0800
+++ b/debian/control Tue May 10 11:35:06 2011 +0000
@@ -1,5 +1,5 @@
Source: linux-ftools
-Section: unknown
+Section: admin
Priority: extra
Maintainer: Kevin Burton <[email protected]>
Build-Depends: debhelper (>= 7), autotools-dev
Original issue reported on code.google.com by [email protected] on 10 May 2011 at 11:57
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 10 May 2011 at 11:57The text was updated successfully, but these errors were encountered: