ALT Linux Team development discussions
 help / color / mirror / Atom feed
* Re: [devel] [git update] packages/dpkg: heads/master
  @ 2007-04-10 14:10 ` Dmitry V. Levin
  2007-04-10 14:12   ` Pavlov Konstantin
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry V. Levin @ 2007-04-10 14:10 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 1037 bytes --]

On Tue, Apr 10, 2007 at 06:08:00PM +0400, Pavlov Konstantin wrote:
> Update of /people/thresh/packages/dpkg.git
> 
> Changes statistics since `1d7c164e4c6311468d1f7202d8b71640d579b707' follows:
>  dpkg.spec |    6 +++++-
>  1 files changed, 5 insertions(+), 1 deletions(-)
> 
> Changelog since `1d7c164e4c6311468d1f7202d8b71640d579b707' follows:
> commit c91913c0bf4febe62347916811f3373751d2a009
> Author: Pavlov Konstantin <thresh@altlinux>
> Date:   Tue Apr 10 18:04:28 2007 +0400
> 
>     More fixes.
> 
> Full diff since `1d7c164e4c6311468d1f7202d8b71640d579b707' follows:
> diff --git a/dpkg.spec b/dpkg.spec
> index bc4ad57..dd7aaea 100644
> --- a/dpkg.spec
> +++ b/dpkg.spec
> @@ -13,7 +13,8 @@ Url: http://packages.debian.org/dpkg
>  Source: ftp://ftp.debian.org/debian/pool/main/d/%name/%{name}_%version.tar.bz2
>  
>  # hack to avoid find-perl-provides bug
> -#Provides: perl(controllib.pl)
> +Provides: perl(controllib.pl)
> +Provides: perl(dpkg-gettext.pl)
>  

Не надо так делать.


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [devel] [git update] packages/dpkg: heads/master
  2007-04-10 14:10 ` [devel] [git update] packages/dpkg: heads/master Dmitry V. Levin
@ 2007-04-10 14:12   ` Pavlov Konstantin
  2007-04-10 14:21     ` Alexey Tourbin
  0 siblings, 1 reply; 3+ messages in thread
From: Pavlov Konstantin @ 2007-04-10 14:12 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 1477 bytes --]

On Tue, Apr 10, 2007 at 06:10:22PM +0400, Dmitry V. Levin wrote:
> On Tue, Apr 10, 2007 at 06:08:00PM +0400, Pavlov Konstantin wrote:
> > Update of /people/thresh/packages/dpkg.git
> > 
> > Changes statistics since `1d7c164e4c6311468d1f7202d8b71640d579b707' follows:
> >  dpkg.spec |    6 +++++-
> >  1 files changed, 5 insertions(+), 1 deletions(-)
> > 
> > Changelog since `1d7c164e4c6311468d1f7202d8b71640d579b707' follows:
> > commit c91913c0bf4febe62347916811f3373751d2a009
> > Author: Pavlov Konstantin <thresh@altlinux>
> > Date:   Tue Apr 10 18:04:28 2007 +0400
> > 
> >     More fixes.
> > 
> > Full diff since `1d7c164e4c6311468d1f7202d8b71640d579b707' follows:
> > diff --git a/dpkg.spec b/dpkg.spec
> > index bc4ad57..dd7aaea 100644
> > --- a/dpkg.spec
> > +++ b/dpkg.spec
> > @@ -13,7 +13,8 @@ Url: http://packages.debian.org/dpkg
> >  Source: ftp://ftp.debian.org/debian/pool/main/d/%name/%{name}_%version.tar.bz2
> >  
> >  # hack to avoid find-perl-provides bug
> > -#Provides: perl(controllib.pl)
> > +Provides: perl(controllib.pl)
> > +Provides: perl(dpkg-gettext.pl)
> >  
> 
> Не надо так делать.

Я неуч, я пока что пытаюсь привести его к виду "могу установить пакет".

Разобраться в проблеме мне интересно, но с какой стороны подступиться я
пока что не понимаю.

-- 
Бэкпорты -- это контрибы обновлений к зафиксированному
в алюминии с поликарбонатом (и соответственно на ftp)
дистрибутиву.
		-- mike in community@

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [devel] [git update] packages/dpkg: heads/master
  2007-04-10 14:12   ` Pavlov Konstantin
@ 2007-04-10 14:21     ` Alexey Tourbin
  0 siblings, 0 replies; 3+ messages in thread
From: Alexey Tourbin @ 2007-04-10 14:21 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 828 bytes --]

On Tue, Apr 10, 2007 at 06:12:50PM +0400, Pavlov Konstantin wrote:
> > >  # hack to avoid find-perl-provides bug
> > > -#Provides: perl(controllib.pl)
> > > +Provides: perl(controllib.pl)
> > > +Provides: perl(dpkg-gettext.pl)
> > 
> > Не надо так делать.
> 
> Я неуч, я пока что пытаюсь привести его к виду "могу установить пакет".
> 
> Разобраться в проблеме мне интересно, но с какой стороны подступиться я
> пока что не понимаю.

Provides появляется только если файл лежит в стандартном месте.
https://bugzilla.altlinux.org/show_bug.cgi?id=7315
Грубо говоря, не хватает "локальных" requires и provides,
которые могли бы схлопываться внутри одного пакета.

В качестве объезда можно написать
%define _perl_lib_path %_datadir/dpkg/...

тогда появится глобальный provides а локальный requires уничтожится.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-04-10 14:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-10 14:10 ` [devel] [git update] packages/dpkg: heads/master Dmitry V. Levin
2007-04-10 14:12   ` Pavlov Konstantin
2007-04-10 14:21     ` Alexey Tourbin

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git