launchpad-users team mailing list archive
-
launchpad-users team
-
Mailing list archive
-
Message #06720
How to "not add" "-backports" at `debian/changelog` ?
Hey guys!
When I run backportpackage using:
1-
---
backportpackage -B pbuilder-dist -b -s utopic -d trusty -u
ppa:martinx/ig -w . rails-3.2
---
It works like a charm!
But, if I try to backport locally first, to upload later with `dput`, like this:
2-
---
backportpackage -B pbuilder-dist -b -s utopic -d trusty -w . rails-3.2
dput ppa:martinx/ig rails-3.2_3.2.19-1~ubuntu14.04.1_source.changes
---
Then, Launchpad rejects it.
After reading its `debian/changelog`, it contains:
---
rails-3.2 (3.2.19-1~ubuntu14.04.1~ppa) trusty-backports; urgency=medium
---
Of course it will not work... There is no "-backports" pocket there,
in my own PPA...
I'm confused, when uploading it directly in one shot, the
`debian/changelog` contains:
---
rails-3.2 (3.2.19-1~ubuntu14.04.1~ppa) trusty; urgency=medium
---
Which works fine...
So, how can I use the "Procedure 2", without requiring manual
intervention on `debian/changelog` ?
Thanks!
Thiago
Follow ups