losywee / debianpackagemaker

Automatically exported from code.google.com/p/debianpackagemaker
0 stars 0 forks source link

It isn't DEBIAN but debian folder #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
At file: CShell.cs

Example: this.sControlFolder = aTempPath+"/DEBIAN";

Please change this to /debian

You need to follow the unix rules and deb packaging policy.

Original issue reported on code.google.com by goth...@gmail.com on 13 Jan 2008 at 11:24

GoogleCodeExporter commented 8 years ago
Hi,

The "/debian" form produces an error. "dpkg" requires that the debian folder 
should
be in "/DEBIAN" form or it will not be able to find the control files unless 
named
like so.

Below is the error output produces by "dpkg-deb" :

"dpkg-deb: failed to open package info file 
`/tmp/DebianPackageMaker/DEBIAN/control'
for reading: No such file or directory"

Original comment by welem...@gmail.com on 14 Jan 2008 at 7:28

GoogleCodeExporter commented 8 years ago
Hi!

You're right.. it's like pbuilder.

Better to remove this bug =)

Original comment by goth...@gmail.com on 14 Jan 2008 at 1:43

GoogleCodeExporter commented 8 years ago
Dpkg does not suport an all caps debian folder.

Original comment by welem...@gmail.com on 15 Jan 2008 at 6:53