Re: UDD with new upstream version

2011-04-14 Thread Jelmer Vernooij
On Thu, 2011-04-14 at 15:00 -0400, Scott Kitterman wrote:
 I decided to try UDD again for a new upstream version that was just released.
 
 I was following the documentation here:
 
 https://wiki.ubuntu.com/DistributedDevelopment/Documentation/NewUpstreamVersion
 
 I got to this step:
 
 bzr merge-upstream --version 1.2 http://example.org/releases/foo-1.2.tar.gz
 
 and after considering this would require me to look up the exact download 
 address on sourceforge, decided to back up and do:
 
 apt-get source opendkim
 cd opendkim-2.3.1
 uscan
 
 instead.
 
 I don't know if this is a documentation shortfall or it's really that much 
 more complicated, but documenting/updating so this works easily with watch 
 files would be a big win.
the bzr-builddeb in natty can use the watch file. If you have a watch
file it will use the watch file to download the upstream release. 

The --version argument is also optional if you have a watch file; it
will default to the latest upstream version.

Cheers,

Jelmer


signature.asc
Description: This is a digitally signed message part
-- 
ubuntu-distributed-devel mailing list
ubuntu-distributed-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-distributed-devel


Re: UDD with new upstream version

2011-04-14 Thread Scott Kitterman
On Thursday, April 14, 2011 03:00:23 PM Scott Kitterman wrote:
 I decided to try UDD again for a new upstream version that was just
 released.
 
 I was following the documentation here:
 
 https://wiki.ubuntu.com/DistributedDevelopment/Documentation/NewUpstreamVer
 sion
 
 I got to this step:
 
 bzr merge-upstream --version 1.2 http://example.org/releases/foo-1.2.tar.gz
 
 and after considering this would require me to look up the exact download
 address on sourceforge, decided to back up and do:
 
 apt-get source opendkim
 cd opendkim-2.3.1
 uscan
 
 instead.
 
 I don't know if this is a documentation shortfall or it's really that much
 more complicated, but documenting/updating so this works easily with watch
 files would be a big win.
 
 Scott K

In fairness, it turned out the watch file didn't work because I guess 
sourceforge changed their file layout again, but it generally does, so the 
point still stands.

Scott K

-- 
ubuntu-distributed-devel mailing list
ubuntu-distributed-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-distributed-devel


Re: UDD with new upstream version

2011-04-14 Thread Barry Warsaw
On Apr 14, 2011, at 03:29 PM, Scott Kitterman wrote:

 the bzr-builddeb in natty can use the watch file. If you have a watch
 file it will use the watch file to download the upstream release.
 
 The --version argument is also optional if you have a watch file; it
 will default to the latest upstream version.

That sounds good.  Could you update the wiki page then so it's documented?

I'll do that.  The wiki is semi-obsolete.  As soon as the new Ubuntu packaging
guide gets a URL, I'll be removing the wiki pages and pointing to it (which
contains the latest content, and which I'll also update).

BTW, watch file support rocks!

-Barry


signature.asc
Description: PGP signature
-- 
ubuntu-distributed-devel mailing list
ubuntu-distributed-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-distributed-devel


Re: UDD with new upstream version

2011-04-14 Thread Barry Warsaw
On Apr 14, 2011, at 03:51 PM, Barry Warsaw wrote:

I'll do that.  The wiki is semi-obsolete.  As soon as the new Ubuntu packaging
guide gets a URL, I'll be removing the wiki pages and pointing to it (which
contains the latest content, and which I'll also update).

Looks like Jelmer already did \o/.

I'll update the packaging guide.

-Barry



signature.asc
Description: PGP signature
-- 
ubuntu-distributed-devel mailing list
ubuntu-distributed-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-distributed-devel


Re: UDD with new upstream version

2011-04-14 Thread Micah Gersten
On 04/14/2011 02:00 PM, Scott Kitterman wrote:
 I decided to try UDD again for a new upstream version that was just released.

 I was following the documentation here:

 https://wiki.ubuntu.com/DistributedDevelopment/Documentation/NewUpstreamVersion

 I got to this step:

 bzr merge-upstream --version 1.2 http://example.org/releases/foo-1.2.tar.gz

 and after considering this would require me to look up the exact download 
 address on sourceforge, decided to back up and do:

 apt-get source opendkim
 cd opendkim-2.3.1
 uscan

 instead.

 I don't know if this is a documentation shortfall or it's really that much 
 more complicated, but documenting/updating so this works easily with watch 
 files would be a big win.

 Scott K

Why can't you just run uscan on the bzr branch?

Micah

-- 
ubuntu-distributed-devel mailing list
ubuntu-distributed-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-distributed-devel