Autore: aitor_czr Data: To: dng Oggetto: Re: [DNG] Debianising my uploaded version of netman.
Hi Edward,
The following procedure is from the point of view of a package mantainer.
Once you cloned the git repository, the branch by default will be the
master branch (in the most of the cases). Don't change this branch.
Checkout the gbp-master branch, instead of the master branch. It
includes the debian folder.
You can get the tarball *.orig.tar.bz2 using the pristine-tar branch:
Note.- debian/rules doesn't use the Makefile file, and you need to add
'caller.c' to the compiler (my mistake), but you can change it if you want.
Aitor.
On 12/08/2015 06:32 AM, Edward Bartolo <edbarx@???> wrote: > Hi Aitor,
> >
> >Thanks for granting me permission. I will now start editing some files
> >under netman/debian so that dpkg-buildpackage works.
> >
> >I am getting this error:
> >dpkg-source: error: can't build with source format '3.0 (quilt)': no
> >upstream tarball found at
> >../netman_0.1.1~468c97d.orig.tar.{bz2,gz,lzma,xz}
> >dpkg-buildpackage: error: dpkg-source -b netman gave error exit status 255
> >
> >I do not have any .tar.* files.
> >
> >What should I do?
> >
> >Edward
> >
> >
> >On 07/12/2015, aitor_czr<aitor_czr@???> wrote:
>> >>Of course !!
>> >>
>> >>On 12/07/2015 08:24 PM, Edward Bartolo wrote:
>>> >>>Hi Aitor,
>>> >>>
>>> >>>I know you already Debianised netman. However, it makes sense for me
>>> >>>to also Debianise my version of netman on git.devuan.org. I think, I
>>> >>>should be able to copy netman/Debian files from your branch, but
>>> >>>first, I am seeking your permission to authorise me to include those
>>> >>>files in my branch.
>>> >>>
>>> >>>I will undoubtedly need some more help from your part.
>>> >>>
>>> >>>Thanks, Edward.