Re: [Launchpad-users] Requesting for more info regarding rejection.

2018-11-16 Thread Natesh Bhat
Thanks, I'll check them out. Can u tell me how I can specify multiple
distros ?

On Fri 16 Nov, 2018, 3:01 PM Colin Watson  On Fri, Nov 16, 2018 at 12:30:02PM +0530, Natesh Bhat wrote:
> >Thanks for the tip!  I ditched the fpm method and was able to build a
> >source package using fakeroot command and got signed source.changes
> file.
> >I have tried now at least 20 times regarding the Distribution field .
> What
> >ever distro i put it either says it doesn't support format 3.0 or
> >something or gives "distro" name became obsolete and hence rejected
> Error.
> >Which distro i should actually use ? I tried lucid , breezy , jauty ,
> main
> >, ubuntu .
> >Please let me know .
>
> lucid, breezy, and jaunty are all thoroughly obsolete Ubuntu releases
> (breezy went out of support in 2007!), and main and ubuntu are the wrong
> category to put in that field.
>
> You can find the list of Ubuntu releases on
> https://wiki.ubuntu.com/Releases; you want the first word of the code
> name, in lower case.  Which to use depends on which Ubuntu releases you
> want to build your packages for.
>
> --
> Colin Watson[cjwat...@canonical.com]
>
___
Mailing list: https://launchpad.net/~launchpad-users
Post to : launchpad-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~launchpad-users
More help   : https://help.launchpad.net/ListHelp


Re: [Launchpad-users] Requesting for more info regarding rejection.

2018-11-16 Thread Colin Watson
On Fri, Nov 16, 2018 at 03:12:32PM +0530, Natesh Bhat wrote:
>Thanks, I'll check them out. Can u tell me how I can specify multiple
>distros ? 

The two choices you have for this are documented here:

  https://help.launchpad.net/Packaging/PPA/BuildingASourcePackage#Versioning

-- 
Colin Watson[cjwat...@canonical.com]

___
Mailing list: https://launchpad.net/~launchpad-users
Post to : launchpad-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~launchpad-users
More help   : https://help.launchpad.net/ListHelp


Re: [Launchpad-users] Requesting for more info regarding rejection.

2018-11-16 Thread Colin Watson
On Fri, Nov 16, 2018 at 12:30:02PM +0530, Natesh Bhat wrote:
>Thanks for the tip!  I ditched the fpm method and was able to build a
>source package using fakeroot command and got signed source.changes file.
>I have tried now at least 20 times regarding the Distribution field . What
>ever distro i put it either says it doesn't support format 3.0 or
>something or gives "distro" name became obsolete and hence rejected Error.
>Which distro i should actually use ? I tried lucid , breezy , jauty , main
>, ubuntu .
>Please let me know .

lucid, breezy, and jaunty are all thoroughly obsolete Ubuntu releases
(breezy went out of support in 2007!), and main and ubuntu are the wrong
category to put in that field.

You can find the list of Ubuntu releases on
https://wiki.ubuntu.com/Releases; you want the first word of the code
name, in lower case.  Which to use depends on which Ubuntu releases you
want to build your packages for.

-- 
Colin Watson[cjwat...@canonical.com]

___
Mailing list: https://launchpad.net/~launchpad-users
Post to : launchpad-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~launchpad-users
More help   : https://help.launchpad.net/ListHelp


Re: [Launchpad-users] Requesting for more info regarding rejection.

2018-11-15 Thread Natesh Bhat
Thanks for the tip!  I ditched the fpm method and was able to build a
source package using fakeroot command and got signed source.changes file.
I have tried now at least 20 times regarding the Distribution field . What
ever distro i put it either says it doesn't support format 3.0 or something
or gives "distro" name became obsolete and hence rejected Error.

Which distro i should actually use ? I tried lucid , breezy , jauty , main
, ubuntu .

Please let me know .

On Fri 16 Nov, 2018, 6:36 AM Colin Watson  On Fri, Nov 16, 2018 at 05:53:30AM +0530, Natesh Bhat wrote:
> >Here is my project link. I will try to fix the email and name fields
> of
> >maintainer and changed-by fields. As for changelog, I packaged my
> code to
> >.deb using fpm . So I might not be in sync with what ur telling about
> dh
> >and stuff.
>
> In general if you're using something that's very much out of sync with
> how most of the developers of a platform build packages for it (and fpm
> is *wildly* out of sync with what Debian and Ubuntu developers do),
> you're going to be on your own to some extent.  It seems to
> intentionally bypass lots of the standard tools so we really can't
> guarantee that it will work with Launchpad at all.
>
> I guess you need to figure out where fpm gets the maintainer field that
> it substitutes into its template changelog and ensure that that's in the
> "Name " form.
>
> --
> Colin Watson[cjwat...@canonical.com]
>
___
Mailing list: https://launchpad.net/~launchpad-users
Post to : launchpad-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~launchpad-users
More help   : https://help.launchpad.net/ListHelp


Re: [Launchpad-users] Requesting for more info regarding rejection.

2018-11-15 Thread Colin Watson
On Fri, Nov 16, 2018 at 05:53:30AM +0530, Natesh Bhat wrote:
>Here is my project link. I will try to fix the email and name fields of
>maintainer and changed-by fields. As for changelog, I packaged my code to 
>.deb using fpm . So I might not be in sync with what ur telling about dh
>and stuff.

In general if you're using something that's very much out of sync with
how most of the developers of a platform build packages for it (and fpm
is *wildly* out of sync with what Debian and Ubuntu developers do),
you're going to be on your own to some extent.  It seems to
intentionally bypass lots of the standard tools so we really can't
guarantee that it will work with Launchpad at all.

I guess you need to figure out where fpm gets the maintainer field that
it substitutes into its template changelog and ensure that that's in the
"Name " form.

-- 
Colin Watson[cjwat...@canonical.com]

___
Mailing list: https://launchpad.net/~launchpad-users
Post to : launchpad-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~launchpad-users
More help   : https://help.launchpad.net/ListHelp


Re: [Launchpad-users] Requesting for more info regarding rejection.

2018-11-15 Thread Natesh Bhat
Thank you for the clarification.

Here is my project link. I will try to fix the email and name fields of
maintainer and changed-by fields. As for changelog, I packaged my code to
.deb using fpm . So I might not be in sync with what ur telling about dh
and stuff.

Here's my project link :

https://github.com/nateshmbhat/trash-rm/blob/master/build/rm-trash_1.0_amd64.changes_backup

I have also written the entire procedure of how I built the package and
manpage in build_notes.md.


On Fri 16 Nov, 2018, 2:22 AM Colin Watson  On Fri, Nov 16, 2018 at 12:22:55AM +0530, Natesh Bhat wrote:
> > The launchpad ppa is getting rejected because of "@" symbol  not being
> > found. Please direct me to right fixes and posts related to them.
>
> It's always helpful to include the exact text of the rejection message
> you received.  I dug through our logs and found this:
>
>   Natesh M Bhat: no @ found in email address part.
>
> This means that somewhere you've put just your name in a place that's
> supposed to have both your name and your email address, probably either
> in the Maintainer field in debian/control or in the first line starting
> with " -- " in debian/changelog.  See these references for what these
> are supposed to look like:
>
>
> https://www.debian.org/doc/debian-policy/ch-controlfields.html#maintainer
>
> https://www.debian.org/doc/debian-policy/ch-source.html#debian-changelog-debian-changelog
>
> In other words, this error is saying that instead of
> "Natesh M Bhat " you've written just
> "Natesh M Bhat".
>
>
> For example, when I package something, the Maintainer line in my
> debian/control file might look like this:
>
>   Maintainer: Colin Watson 
>
> ... and the end of each entry in debian/changelog might look like this
> (though I generally use the "dch" program in the devscripts package to
> deal with that, rather than adding it manually):
>
>-- Colin Watson   Mon, 05 Nov 2018 14:01:42 +
>
> --
> Colin Watson[cjwat...@canonical.com]
>
___
Mailing list: https://launchpad.net/~launchpad-users
Post to : launchpad-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~launchpad-users
More help   : https://help.launchpad.net/ListHelp


Re: [Launchpad-users] Requesting for more info regarding rejection.

2018-11-15 Thread Colin Watson
On Fri, Nov 16, 2018 at 12:22:55AM +0530, Natesh Bhat wrote:
> The launchpad ppa is getting rejected because of "@" symbol  not being
> found. Please direct me to right fixes and posts related to them.

It's always helpful to include the exact text of the rejection message
you received.  I dug through our logs and found this:

  Natesh M Bhat: no @ found in email address part.

This means that somewhere you've put just your name in a place that's
supposed to have both your name and your email address, probably either
in the Maintainer field in debian/control or in the first line starting
with " -- " in debian/changelog.  See these references for what these
are supposed to look like:

  https://www.debian.org/doc/debian-policy/ch-controlfields.html#maintainer
  
https://www.debian.org/doc/debian-policy/ch-source.html#debian-changelog-debian-changelog

In other words, this error is saying that instead of
"Natesh M Bhat " you've written just
"Natesh M Bhat".


For example, when I package something, the Maintainer line in my
debian/control file might look like this:

  Maintainer: Colin Watson 

... and the end of each entry in debian/changelog might look like this
(though I generally use the "dch" program in the devscripts package to
deal with that, rather than adding it manually):

   -- Colin Watson   Mon, 05 Nov 2018 14:01:42 +

-- 
Colin Watson[cjwat...@canonical.com]

___
Mailing list: https://launchpad.net/~launchpad-users
Post to : launchpad-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~launchpad-users
More help   : https://help.launchpad.net/ListHelp


[Launchpad-users] Requesting for more info regarding rejection.

2018-11-15 Thread Natesh Bhat
The launchpad ppa is getting rejected because of "@" symbol  not being
found. Please direct me to right fixes and posts related to them.
___
Mailing list: https://launchpad.net/~launchpad-users
Post to : launchpad-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~launchpad-users
More help   : https://help.launchpad.net/ListHelp