[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RFS: drcom-pum



Thank you for the help.

i have re-uploaded the modified package.
Could you please have a look?

i managed the overrides by the following way:

#!/usr/bin/make -f
%:
	dh $@
binary: binary-arch
binary-arch:
	dh install --before init
	dh_installinit --name=drcom
	dh install --before man
	dh_installman --name=drcom
	dh install --remaining


it sounds good:)

And the debian/watch file is now fixed.

On Thu, Jun 25, 2009 at 11:12 PM, Peter Pentchev<roam@ringlet.net> wrote:
> On Thu, Jun 25, 2009 at 10:39:13PM +0800, Henry Huang wrote:
>> my dh = 7.0.13 < 7.0.50
>> It seems "override" could not take effects.
>
> Yep, so take a look at my message describing the use of --before
> and --remaining.  You can still shorten your rules file a lot.
>
>> How to solve this problem --  i got no idea :(
>>
>> uscan warning: In debian/watch,
>>  no matching hrefs for watch line
>>  http://www.drcom-client.org/en/downloads/
>> http://www.drcom-client.org/downloads/packages/src/drcom-pum-(.*)\.tar\.gz
>
> Right - you're examining http://www.drcom-client.org/en/downloads/
> but you actually need to examine the Linux download page,
> http://www.drcom-client.org/en/downloads/linux.html
>
> And on that page, the links are *not* full URL's - look at the page
> source to see that they have <a href="/downloads/packages/src/...",
> meaning that you need a watch file line something like:
>
> http://www.drcom-client.org/en/downloads/linux.html /downloads/packages/src/drcom-pum-(.*)\.tar\.gz
>
> Note that I haven't actually tested this, you may have to tweak it
> a bit to suit your needs.  Play around a bit with
>
>  uscan --report --verbose
>
> ...and...
>
>  uscan --report --debug
>
> ...to see the URL's that uscan parses from the page.
>
> G'luck,
> Peter
>
> --
> Peter Pentchev  roam@ringlet.net    roam@space.bg    roam@FreeBSD.org
> PGP key:        http://people.FreeBSD.org/~roam/roam.key.asc
> Key fingerprint FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
> Nostalgia ain't what it used to be.
>


Reply to: