Re: dpkg-source unhappy

2001-04-16 Thread Eric Van Buggenhaut
On Sun, Apr 15, 2001 at 11:18:05PM +0100, Julian Gilbey wrote:
> On Thu, Apr 12, 2001 at 04:38:54AM +0200, [EMAIL PROTECTED] wrote:
> > > Here is the problem. First you should stop the line wrap. Ending the
> > > paragraph with ... makes dpkg-source think that a second paragraph is
> > > forthcoming. Remove the 3 periods.
> > 
> > Thanks for your reply. It didn't help though (or I misunderstood you). 
> > Here's
> > the new debian/control file :
> > 
> > 
> > $less debian/s25manager-0.82/debian/control
> > 
> > Source: s25manager
> > Section: main/comm
> > Priority: optional
> > Maintainer: Eric Van Buggenhaut <[EMAIL PROTECTED]>
> > Build-Depends: debhelper (>> 2.0.0)
> > Standards-Version: 3.2.1
> > 
> > Package: s25manager
> > Architecture: all
> > Depends: ${shlibs:Depends}, tcl8.2
> > Description: Siemens S25 cell phone GUI manager
> >  S25manager is a GUI manager for the S25 series (S25, M35, M35i, etc) 
> > Siemens cell phones. It backs up and restores phonebooks, upload logos and 
> > midi files, etc.
> 
> You should hard wrap the description field at <78 characters:
> 
> Description: Siemens S25 cell phone GUI manager
>  S25manager is a GUI manager for the S25 series (S25, M35, M35i, etc)
>  Siemens cell phones. It backs up and restores phonebooks, upload
>  logos and midi files, etc.
> 
> > But dpkg-buildpackage reports the same problem
> > 
> > [...]
> > 
> > dpkg-source -b s25manager-0.82
> > dpkg-source: error: per-package paragraph 2 in control info file is missing 
> > Package line
> 
> Can you check that you haven't put blank lines at the end of the file?

[...]

Well done : there was a blank line at the end of file.

Thank you very much.


-- 
Eric VAN BUGGENHAUT

[EMAIL PROTECTED]



Re: dpkg-source unhappy

2001-04-16 Thread Eric Van Buggenhaut

On Sun, Apr 15, 2001 at 11:18:05PM +0100, Julian Gilbey wrote:
> On Thu, Apr 12, 2001 at 04:38:54AM +0200, [EMAIL PROTECTED] wrote:
> > > Here is the problem. First you should stop the line wrap. Ending the
> > > paragraph with ... makes dpkg-source think that a second paragraph is
> > > forthcoming. Remove the 3 periods.
> > 
> > Thanks for your reply. It didn't help though (or I misunderstood you). Here's
> > the new debian/control file :
> > 
> > 
> > $less debian/s25manager-0.82/debian/control
> > 
> > Source: s25manager
> > Section: main/comm
> > Priority: optional
> > Maintainer: Eric Van Buggenhaut <[EMAIL PROTECTED]>
> > Build-Depends: debhelper (>> 2.0.0)
> > Standards-Version: 3.2.1
> > 
> > Package: s25manager
> > Architecture: all
> > Depends: ${shlibs:Depends}, tcl8.2
> > Description: Siemens S25 cell phone GUI manager
> >  S25manager is a GUI manager for the S25 series (S25, M35, M35i, etc) Siemens cell 
>phones. It backs up and restores phonebooks, upload logos and midi files, etc.
> 
> You should hard wrap the description field at <78 characters:
> 
> Description: Siemens S25 cell phone GUI manager
>  S25manager is a GUI manager for the S25 series (S25, M35, M35i, etc)
>  Siemens cell phones. It backs up and restores phonebooks, upload
>  logos and midi files, etc.
> 
> > But dpkg-buildpackage reports the same problem
> > 
> > [...]
> > 
> > dpkg-source -b s25manager-0.82
> > dpkg-source: error: per-package paragraph 2 in control info file is missing 
>Package line
> 
> Can you check that you haven't put blank lines at the end of the file?

[...]

Well done : there was a blank line at the end of file.

Thank you very much.


-- 
Eric VAN BUGGENHAUT

[EMAIL PROTECTED]


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: dpkg-source unhappy

2001-04-15 Thread Julian Gilbey
On Thu, Apr 12, 2001 at 04:38:54AM +0200, [EMAIL PROTECTED] wrote:
> > Here is the problem. First you should stop the line wrap. Ending the
> > paragraph with ... makes dpkg-source think that a second paragraph is
> > forthcoming. Remove the 3 periods.
> 
> Thanks for your reply. It didn't help though (or I misunderstood you). Here's
> the new debian/control file :
> 
> 
> $less debian/s25manager-0.82/debian/control
> 
> Source: s25manager
> Section: main/comm
> Priority: optional
> Maintainer: Eric Van Buggenhaut <[EMAIL PROTECTED]>
> Build-Depends: debhelper (>> 2.0.0)
> Standards-Version: 3.2.1
> 
> Package: s25manager
> Architecture: all
> Depends: ${shlibs:Depends}, tcl8.2
> Description: Siemens S25 cell phone GUI manager
>  S25manager is a GUI manager for the S25 series (S25, M35, M35i, etc) Siemens 
> cell phones. It backs up and restores phonebooks, upload logos and midi 
> files, etc.

You should hard wrap the description field at <78 characters:

Description: Siemens S25 cell phone GUI manager
 S25manager is a GUI manager for the S25 series (S25, M35, M35i, etc)
 Siemens cell phones. It backs up and restores phonebooks, upload
 logos and midi files, etc.

> But dpkg-buildpackage reports the same problem
> 
> [...]
> 
> dpkg-source -b s25manager-0.82
> dpkg-source: error: per-package paragraph 2 in control info file is missing 
> Package line

Can you check that you haven't put blank lines at the end of the file?
I wonder whether that might be doing it?  And you don't have anything
strange like DOS line endings or something?  You can check using
  od -bc control | less

   Julian

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

 Julian Gilbey, Dept of Maths, Queen Mary, Univ. of London
   Debian GNU/Linux Developer,  see http://people.debian.org/~jdg
  Donate free food to the world's hungry: see http://www.thehungersite.com/



Re: dpkg-source unhappy

2001-04-15 Thread Julian Gilbey

On Thu, Apr 12, 2001 at 04:38:54AM +0200, [EMAIL PROTECTED] wrote:
> > Here is the problem. First you should stop the line wrap. Ending the
> > paragraph with ... makes dpkg-source think that a second paragraph is
> > forthcoming. Remove the 3 periods.
> 
> Thanks for your reply. It didn't help though (or I misunderstood you). Here's
> the new debian/control file :
> 
> 
> $less debian/s25manager-0.82/debian/control
> 
> Source: s25manager
> Section: main/comm
> Priority: optional
> Maintainer: Eric Van Buggenhaut <[EMAIL PROTECTED]>
> Build-Depends: debhelper (>> 2.0.0)
> Standards-Version: 3.2.1
> 
> Package: s25manager
> Architecture: all
> Depends: ${shlibs:Depends}, tcl8.2
> Description: Siemens S25 cell phone GUI manager
>  S25manager is a GUI manager for the S25 series (S25, M35, M35i, etc) Siemens cell 
>phones. It backs up and restores phonebooks, upload logos and midi files, etc.

You should hard wrap the description field at <78 characters:

Description: Siemens S25 cell phone GUI manager
 S25manager is a GUI manager for the S25 series (S25, M35, M35i, etc)
 Siemens cell phones. It backs up and restores phonebooks, upload
 logos and midi files, etc.

> But dpkg-buildpackage reports the same problem
> 
> [...]
> 
> dpkg-source -b s25manager-0.82
> dpkg-source: error: per-package paragraph 2 in control info file is missing Package 
>line

Can you check that you haven't put blank lines at the end of the file?
I wonder whether that might be doing it?  And you don't have anything
strange like DOS line endings or something?  You can check using
  od -bc control | less

   Julian

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

 Julian Gilbey, Dept of Maths, Queen Mary, Univ. of London
   Debian GNU/Linux Developer,  see http://people.debian.org/~jdg
  Donate free food to the world's hungry: see http://www.thehungersite.com/


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: dpkg-source unhappy

2001-04-13 Thread ericvb
On Mon, Apr 09, 2001 at 04:11:40PM -0400, Gopal Narayanan wrote:
> On Mon, Apr 09, 2001 at 03:09:08AM +0200, [EMAIL PROTECTED] wrote:
> 
> > dpkg-source: error: per-package paragraph 2 in control info file is missing 
> > Package line
> 
> The error it points to is the missing second paragraph in the
> description.
> 
> > 
> > I can't find the error, my control file is 'normal' :
> > 
> > [EMAIL PROTECTED]:~/debian/s25manager-0.82]$ less debian/control
> > Source: s25manager
> > Section: main/comm
> > Priority: optional
> > Maintainer: Eric Van Buggenhaut <[EMAIL PROTECTED]>
> > Build-Depends: debhelper (>> 2.0.0)
> > Standards-Version: 3.2.1
> > 
> > Package: s25manager
> > Architecture: all
> > Depends: ${shlibs:Depends}, tcl8.0 | tcl8.2
> > Description: Siemens S25 cell phone GUI manager
> >  s25manager is a GUI manager for the S25 series (S25, M35, M35i, ...) 
> > Siemens cell phones. It backs up and restores phonebooks, upload logos and 
> > midi files, ...
> 
> Here is the problem. First you should stop the line wrap. Ending the
> paragraph with ... makes dpkg-source think that a second paragraph is
> forthcoming. Remove the 3 periods.

Thanks for your reply. It didn't help though (or I misunderstood you). Here's
the new debian/control file :


$less debian/s25manager-0.82/debian/control

Source: s25manager
Section: main/comm
Priority: optional
Maintainer: Eric Van Buggenhaut <[EMAIL PROTECTED]>
Build-Depends: debhelper (>> 2.0.0)
Standards-Version: 3.2.1

Package: s25manager
Architecture: all
Depends: ${shlibs:Depends}, tcl8.2
Description: Siemens S25 cell phone GUI manager
 S25manager is a GUI manager for the S25 series (S25, M35, M35i, etc) Siemens 
cell phones. It backs up and restores phonebooks, upload logos and midi files, 
etc.


But dpkg-buildpackage reports the same problem

[...]

dpkg-source -b s25manager-0.82
dpkg-source: error: per-package paragraph 2 in control info file is missing 
Package line
 
-- 
Eric VAN BUGGENHAUT

[EMAIL PROTECTED]



Re: dpkg-source unhappy

2001-04-13 Thread ericvb

On Mon, Apr 09, 2001 at 04:11:40PM -0400, Gopal Narayanan wrote:
> On Mon, Apr 09, 2001 at 03:09:08AM +0200, [EMAIL PROTECTED] wrote:
> 
> > dpkg-source: error: per-package paragraph 2 in control info file is missing 
>Package line
> 
> The error it points to is the missing second paragraph in the
> description.
> 
> > 
> > I can't find the error, my control file is 'normal' :
> > 
> > [eric@femto:~/debian/s25manager-0.82]$ less debian/control
> > Source: s25manager
> > Section: main/comm
> > Priority: optional
> > Maintainer: Eric Van Buggenhaut <[EMAIL PROTECTED]>
> > Build-Depends: debhelper (>> 2.0.0)
> > Standards-Version: 3.2.1
> > 
> > Package: s25manager
> > Architecture: all
> > Depends: ${shlibs:Depends}, tcl8.0 | tcl8.2
> > Description: Siemens S25 cell phone GUI manager
> >  s25manager is a GUI manager for the S25 series (S25, M35, M35i, ...) Siemens cell 
>phones. It backs up and restores phonebooks, upload logos and midi files, ...
> 
> Here is the problem. First you should stop the line wrap. Ending the
> paragraph with ... makes dpkg-source think that a second paragraph is
> forthcoming. Remove the 3 periods.

Thanks for your reply. It didn't help though (or I misunderstood you). Here's
the new debian/control file :


$less debian/s25manager-0.82/debian/control

Source: s25manager
Section: main/comm
Priority: optional
Maintainer: Eric Van Buggenhaut <[EMAIL PROTECTED]>
Build-Depends: debhelper (>> 2.0.0)
Standards-Version: 3.2.1

Package: s25manager
Architecture: all
Depends: ${shlibs:Depends}, tcl8.2
Description: Siemens S25 cell phone GUI manager
 S25manager is a GUI manager for the S25 series (S25, M35, M35i, etc) Siemens cell 
phones. It backs up and restores phonebooks, upload logos and midi files, etc.


But dpkg-buildpackage reports the same problem

[...]

dpkg-source -b s25manager-0.82
dpkg-source: error: per-package paragraph 2 in control info file is missing Package 
line
 
-- 
Eric VAN BUGGENHAUT

[EMAIL PROTECTED]


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: dpkg-source unhappy

2001-04-09 Thread Gopal Narayanan
On Mon, Apr 09, 2001 at 03:09:08AM +0200, [EMAIL PROTECTED] wrote:

> dpkg-source: error: per-package paragraph 2 in control info file is missing 
> Package line

The error it points to is the missing second paragraph in the
description.

> 
> I can't find the error, my control file is 'normal' :
> 
> [EMAIL PROTECTED]:~/debian/s25manager-0.82]$ less debian/control
> Source: s25manager
> Section: main/comm
> Priority: optional
> Maintainer: Eric Van Buggenhaut <[EMAIL PROTECTED]>
> Build-Depends: debhelper (>> 2.0.0)
> Standards-Version: 3.2.1
> 
> Package: s25manager
> Architecture: all
> Depends: ${shlibs:Depends}, tcl8.0 | tcl8.2
> Description: Siemens S25 cell phone GUI manager
>  s25manager is a GUI manager for the S25 series (S25, M35, M35i, ...) Siemens 
> cell phones. It backs up and restores phonebooks, upload logos and midi 
> files, ...

Here is the problem. First you should stop the line wrap. Ending the
paragraph with ... makes dpkg-source think that a second paragraph is
forthcoming. Remove the 3 periods.

-- 
Gopal Narayanan <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Debian GNU/Linux Developer
Dept. of Astronomy, University of Massachusetts, Amherst



dpkg-source unhappy

2001-04-09 Thread ericvb
Trying to build a new package I get this :

[EMAIL PROTECTED]:~/debian/s25manager-0.82]$ dpkg-buildpackage -rfakeroot
dpkg-buildpackage: source package is s25manager
dpkg-buildpackage: source version is 0.82-1
dpkg-buildpackage: source maintainer is Eric Van Buggenhaut <[EMAIL PROTECTED]>
dpkg-buildpackage: build architecture is i386
 fakeroot debian/rules clean DEB_BUILD_ARCH=i386 DEB_BUILD_GNU_CPU=i386
DEB_BUILD_GNU_SYSTEM=linux DEB_BUILD_GNU_TYPE=i386-linux DEB_HOST_ARCH=i386
DEB_HOST_GNU_CPU=i386 DEB_HOST_GNU_SYSTEM=linux DEB_HOST_GNU_TYPE=i386-linux
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
dh_clean
  dpkg-source -b s25manager-0.82
dpkg-source: error: per-package paragraph 2 in control info file is missing 
Package line

I can't find the error, my control file is 'normal' :

[EMAIL PROTECTED]:~/debian/s25manager-0.82]$ less debian/control
Source: s25manager
Section: main/comm
Priority: optional
Maintainer: Eric Van Buggenhaut <[EMAIL PROTECTED]>
Build-Depends: debhelper (>> 2.0.0)
Standards-Version: 3.2.1

Package: s25manager
Architecture: all
Depends: ${shlibs:Depends}, tcl8.0 | tcl8.2
Description: Siemens S25 cell phone GUI manager
 s25manager is a GUI manager for the S25 series (S25, M35, M35i, ...) Siemens 
cell phones. It backs up and restores phonebooks, upload logos and midi files, 
...


Any help is welcomme.

-- 
Eric VAN BUGGENHAUT

[EMAIL PROTECTED]



Re: dpkg-source unhappy

2001-04-09 Thread Gopal Narayanan

On Mon, Apr 09, 2001 at 03:09:08AM +0200, [EMAIL PROTECTED] wrote:

> dpkg-source: error: per-package paragraph 2 in control info file is missing Package 
>line

The error it points to is the missing second paragraph in the
description.

> 
> I can't find the error, my control file is 'normal' :
> 
> [eric@femto:~/debian/s25manager-0.82]$ less debian/control
> Source: s25manager
> Section: main/comm
> Priority: optional
> Maintainer: Eric Van Buggenhaut <[EMAIL PROTECTED]>
> Build-Depends: debhelper (>> 2.0.0)
> Standards-Version: 3.2.1
> 
> Package: s25manager
> Architecture: all
> Depends: ${shlibs:Depends}, tcl8.0 | tcl8.2
> Description: Siemens S25 cell phone GUI manager
>  s25manager is a GUI manager for the S25 series (S25, M35, M35i, ...) Siemens cell 
>phones. It backs up and restores phonebooks, upload logos and midi files, ...

Here is the problem. First you should stop the line wrap. Ending the
paragraph with ... makes dpkg-source think that a second paragraph is
forthcoming. Remove the 3 periods.

-- 
Gopal Narayanan <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Debian GNU/Linux Developer
Dept. of Astronomy, University of Massachusetts, Amherst


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




dpkg-source unhappy

2001-04-09 Thread ericvb

Trying to build a new package I get this :

[eric@femto:~/debian/s25manager-0.82]$ dpkg-buildpackage -rfakeroot
dpkg-buildpackage: source package is s25manager
dpkg-buildpackage: source version is 0.82-1
dpkg-buildpackage: source maintainer is Eric Van Buggenhaut <[EMAIL PROTECTED]>
dpkg-buildpackage: build architecture is i386
 fakeroot debian/rules clean DEB_BUILD_ARCH=i386 DEB_BUILD_GNU_CPU=i386
DEB_BUILD_GNU_SYSTEM=linux DEB_BUILD_GNU_TYPE=i386-linux DEB_HOST_ARCH=i386
DEB_HOST_GNU_CPU=i386 DEB_HOST_GNU_SYSTEM=linux DEB_HOST_GNU_TYPE=i386-linux
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
dh_clean
  dpkg-source -b s25manager-0.82
dpkg-source: error: per-package paragraph 2 in control info file is missing Package 
line

I can't find the error, my control file is 'normal' :

[eric@femto:~/debian/s25manager-0.82]$ less debian/control
Source: s25manager
Section: main/comm
Priority: optional
Maintainer: Eric Van Buggenhaut <[EMAIL PROTECTED]>
Build-Depends: debhelper (>> 2.0.0)
Standards-Version: 3.2.1

Package: s25manager
Architecture: all
Depends: ${shlibs:Depends}, tcl8.0 | tcl8.2
Description: Siemens S25 cell phone GUI manager
 s25manager is a GUI manager for the S25 series (S25, M35, M35i, ...) Siemens cell 
phones. It backs up and restores phonebooks, upload logos and midi files, ...


Any help is welcomme.

-- 
Eric VAN BUGGENHAUT

[EMAIL PROTECTED]


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]