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

Bug#243775: marked as done (auto-apt: use "aptitude install ..." if available)



Your message dated Tue, 29 Aug 2017 01:04:54 +0000
with message-id <[🔎] E1dmUxa-00015x-4E@fasolo.debian.org>
and subject line Bug#873473: Removed package(s) from unstable
has caused the Debian Bug report #243775,
regarding auto-apt: use "aptitude install ..." if available
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
243775: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=243775
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: auto-apt
Version: 0.3.20
Severity: wishlist

Let me list my wishlist.  Very interesting program but this will be much
more useful by adding these featurs.  I believe changes are minimal and
it can make sarge :-)

1) Can you replace "apt-get install" with "aptitude install" if aptitude
   is available on system?

      * /usr/bin/auto-apt
       Something along ...
       
       if [ -x /usr/bin/aptitude ]; then
         aptitude -y install $1
       else
         apt-get -u -y install $1
       fi
       
      * /usr/lib/auto-apt/auto-apt-installer
        This is Perl but I am sure you can do similar for

        @aptinstall = qw(sudo apt-get -y install);

   Benefit: auto-install tracking feature of aptitude will enable to
            remove all the packages installed through dependency by
            simply issuing "aptitude remove ...".

2) Can you make auto-apt to pass commandline arguments?
      * from commandline
         --with-recommends      --with-suggests
         --without-recommends   --without-suggests
         -r -g -R -G  (See bug #243289)
      * from ~/.aptitude/config 
        (default function of aptitude as long as no option is used.)

3) Can you add aptitude to "Recommends:" in debian/control

4) Can you add loging feature to record followings /var/log/auto-apt.log
       * Time of auto-apt induced install
       * Package name installed directly by auto-apt

Thank you in advance.

Osamu

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.24-1-686
Locale: LANG=C, LC_CTYPE=en_US.ISO-8859-1

Versions of packages auto-apt depends on:
ii  libc6                       2.3.2.ds1-11 GNU C Library: Shared libraries an

-- no debconf information

-- 
~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ +++++
        Osamu Aoki <osamu@debian.org>  Brussels Belgium, GPG-key: A8061F32
 .''`.  Debian Reference: post-installation user's guide for non-developers
 : :' : http://qref.sf.net and http://people.debian.org/~osamu
 `. `'  "Our Priorities are Our Users and Free Software" --- Social Contract



--- End Message ---
--- Begin Message ---
Version: 0.3.24+rm

Dear submitter,

as the package auto-apt has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/873473

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: