error: badly formatted trailer line, at changelog line



I am trying to package an helloworld program, and I am getting an error as
follows:
$ debian/rules binary-arch
dh_gencontrol
parsechangelog/debian: error: badly formatted trailer line, at changelog line 5
dpkg-gencontrol: error: syntax error in parsed version of changelog at line 0:
empty file
dh_gencontrol: command returned error code 65280
make: *** [binary-arch] Error 1

The contents of my changelog file is as follows:

helloworld (1.0.0) unstable; urgency=low

* This is an experimental development version of the helloworld package

-- Foo Barber <foobarber@xxxxxxxxxx> Sat, 01 Jan 2000 00:00:00 +0000

I am using Debian Sarge.

The reason for the old date, is because the package
is experimental development code, and will never actually be released as a
real package. I tend to use old dates to show this. I wonder if I could use
version number 0.0.0 or version number "develop" indicating the package is
a partial or incomplete development package, as opposed to a production
release.

Please advise.

Mark.

--
Mark Hobley
393 Quinton Road West
QUINTON
Birmingham
B32 1QE

Telephone: (0121) 247 1596
International: 0044 121 247 1596

Email: markhobley at hotpop dot donottypethisbit com

http://markhobley.yi.org/

.



Relevant Pages

  • Re: newbie: cannot execute HelloWorld
    ... You need to move it into a folder called helloworld (i.e. ... c:\helloworld\Main.class) because its in that package (package refers ... I have started learning Java. ...
    (comp.lang.java.programmer)
  • Re: Getting started with JPype
    ... my package is called myclasses and I was referencing ... "Package myclass.HelloWorld is not Callable" ... HelloWorld could not be found. ... - Note that using java ...
    (comp.lang.python)
  • Re: error: badly formatted trailer line, at changelog line
    ... I am trying to package an helloworld program, and I am getting an error as ... The contents of my changelog file is as follows: ...
    (comp.os.linux.development.apps)
  • Package scope turbulence with JNI
    ... I've successfully execute the JNI examples, and have a nice hello world ... When I try to move my code to another package, ... native method in it called helloWorld() that I attempt to call. ... public native void helloWorld; ...
    (comp.lang.java.programmer)