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

Re: wersja pakietów i apt



"Mateusz Papiernik" <mati@mati.rm.pl> napisal:
> > apt-get source foo
> > cd foo-wersja
> > vi debian/changelog (tutaj dopisujesz informacje o Twojej nowej wersji)
> > dpkg-buildpackage -b
> poszukaj - chyba na pcol bylo cos o HOLD, ktory zatrzymuje konkretna
wersje pakietu.

Znalazlem na http://people.debian.org/~mrd/deb-ref/apt-dpkg-ref.html:

    echo ``<package> hold'' | dpkg --set-selections

Wielkie dzieki.  Faktycznie prostsze i duzo bardziej eleganckie.

mirt:~# dpkg --get-selections stunnel
stunnel                                         install
mirt:~# echo "stunnel hold" | dpkg --set-selections
mirt:~# dpkg --get-selections stunnel
stunnel                                         hold
mirt:~# echo "stunnel install" | dpkg --set-selections
mirt:~# dpkg --get-selections stunnel
stunnel                                         install

Pozdrawiam,
    Michal Trojnara



Reply to: