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

Re: Popular packages in Ubuntu that is missing in Debian/main



Hello,

Looking at the list none of it makes sense in Debian, and the query is
inherently biased.

This is simply the list of packages installed by default on an Ubuntu
Desktop default installation.
There are some additions - e.g. nvidia stuff is automatically
installed through ubuntu-drivers, if nvidia graphics are detected and
user chooses to install proprietary drivers.
A bunch of other things are simply different package naming schemes and/or ABI.
Some are third-party packages all togeter (e.g. google-chrome-stable).

No human was involved in choosing to install any of these, apart from
like adobe-flashplugin/google-chrome-stable which are unsuitable for
debian main for obvious reasons.

Regards,

Dimitri.

On 26 April 2016 at 13:05, Petter Reinholdtsen <pere@hungry.com> wrote:
>
> A while back, I made a list of popular packages in Ubuntu that were
> missing in Debian/main.  Just for fun, I created the list again today.
> It look at all packages with more than 5000 votes in the Ubuntu
> popularity contest results, and compare the packages to Debian main.
>
>   adobe-flashplugin appmenu-gtk appmenu-gtk3 apport busybox-initramfs
>   compiz-plugins-default compiz-plugins-main-default firefox-locale-en
>   gconf-service-backend geoclue-ubuntu-geoip gir1.2-unity-5.0
>   gnome-icon-theme-full google-chrome-stable humanity-icon-theme
>   indicator-appmenu indicator-datetime indicator-power
>   indicator-printers indicator-sound initramfs-tools-bin
>   kerneloops-daemon language-selector-common libapt-inst1.4
>   libboost-serialization1.46.1 libcamel-1.2-29 libebook-1.2-12
>   libecal-1.2-10 libedataserver-1.2-15 libevince3-3 libglew1.6
>   libglewmx1.6 libgnome-bluetooth8 libgnome-control-center1 libgrail5
>   libjpeg-turbo8 liblaunchpad-integration-3.0-1
>   liblaunchpad-integration-common libminiupnpc8 libplymouth2
>   libreoffice-style-human librhythmbox-core5 libunity9 libx264-120
>   linux-firmware linux-image-3.13.0-49-generic
>   linux-image-3.13.0-53-generic linux-image-3.13.0-55-generic
>   linux-image-3.13.0-57-generic linux-image-3.13.0-61-generic
>   linux-image-3.13.0-62-generic linux-image-3.13.0-63-generic
>   linux-image-3.13.0-65-generic linux-image-3.13.0-66-generic
>   linux-image-3.13.0-68-generic linux-image-3.13.0-71-generic
>   linux-image-3.13.0-74-generic linux-image-3.13.0-76-generic
>   linux-image-3.13.0-77-generic linux-image-3.13.0-79-generic
>   linux-image-3.13.0-83-generic linux-image-3.13.0-85-generic
>   mysql-client-core-5.5 nux-tools nvidia-common nvidia-settings oneconf
>   plymouth-label plymouth-theme-ubuntu-logo plymouth-theme-ubuntu-text
>   python3-update-manager python-apport python-piston-mini-client
>   python-problem-report python-ubuntuone-client
>   python-ubuntuone-control-panel python-ubuntuone-storageprotocol
>   python-ubuntu-sso-client python-xkit rhythmbox-mozilla
>   rhythmbox-ubuntuone screen-resolution-extra session-migration
>   signon-ui software-center-aptdaemon-plugins
>   system-config-printer-common system-config-printer-gnome
>   systemd-services telepathy-indicator thunderbird-locale-en
>   ubuntu-drivers-common ubuntu-extras-keyring ubuntu-keyring
>   ubuntuone-client ubuntuone-client-gnome ubuntuone-couch
>   ubuntuone-installer ubuntu-release-upgrader-core ubuntu-sso-client
>   ubuntu-system-service unity unity-greeter unity-lens-applications
>   unity-lens-files unity-lens-music unity-lens-video
>   unity-scope-musicstores unity-scope-video-remote unity-services
>   unity-settings-daemon ureadahead whoopsie wine1.6 wine1.6-i386
>   xdiagnose
>
> Perhaps there are some pieces here we should try to get into Debian?
>
> This is the script I used to create the list:
>
> GET http://popcon.ubuntu.com/by_vote.gz | gunzip > ubuntu-by_vote-all
> GET http://popcon.debian.org/main/by_vote.gz | gunzip > debian-by_vote-main
> grep -v '#' ubuntu-by_vote-all | \
>     awk '$4 > 5000 {print $2}' | \
>     sort > ubuntu-popular
> awk '{print $2}' debian-by_vote-main | sort > debian-main
> comm -23 ubuntu-popular debian-main
>
> I am not currently subscribed to debian-devel@, so please keep me on CC
> if there is a reply I should see. :)
>
> --
> Happy hacking,
> Petter Reinholdtsen
>

-- 
Regards,

Dimitri.


Reply to: