diorahman / linux-ftools

Automatically exported from code.google.com/p/linux-ftools
Other
0 stars 0 forks source link

[PATCH] make debian package buildable #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 <burtonator@gmail.com>  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 <burtonator@gmail.com>
 Build-Depends: debhelper (>= 7), autotools-dev

Original issue reported on code.google.com by coolthec...@gmail.com on 10 May 2011 at 11:57

GoogleCodeExporter commented 9 years ago
nice... I didn't see these comments but we will try to merge the patches soon.

Original comment by burtona...@gmail.com on 19 Apr 2012 at 7:21