Thread overview
d-apt source changed!
Nov 30, 2014
Jordi Sayol
Dec 01, 2014
Brad Anderson
Dec 01, 2014
Jordi Sayol
Dec 02, 2014
Russel Winder
Dec 02, 2014
Jordi Sayol
Dec 03, 2014
deadalnix
November 30, 2014
d-apt <http://d-apt.sourceforge.net/> changed the distribution name from "dmd" to "d-apt".

Download the last "d-apt.list" to update:
$ sudo wget http://master.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list

The new distribution allows to install any deb package version available at d-apt.
i.e. "dmd-bin" deb package is available for versions 2.064.2, 2.065.0 and 2.066.1
To install an old dmd version:
$ sudo apt-get install dmd-bin=2.064.2-0 libphobos2-dev=2.064.2-0

Legacy distribution will be disabled on dmd v2.067.0 release.
December 01, 2014
On Sunday, 30 November 2014 at 02:20:04 UTC, Jordi Sayol via Digitalmars-d-announce wrote:
> d-apt <http://d-apt.sourceforge.net/> changed the distribution name from "dmd" to "d-apt".
>
> Download the last "d-apt.list" to update:
> $ sudo wget http://master.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list
>
> The new distribution allows to install any deb package version available at d-apt.
> i.e. "dmd-bin" deb package is available for versions 2.064.2, 2.065.0 and 2.066.1
> To install an old dmd version:
> $ sudo apt-get install dmd-bin=2.064.2-0 libphobos2-dev=2.064.2-0
>
> Legacy distribution will be disabled on dmd v2.067.0 release.

That'll probably be handy at some point. Thanks for doing d-apt. I find it very useful.
December 01, 2014
El 01/12/14 a les 23:23, Brad Anderson via Digitalmars-d-announce ha escrit:
> On Sunday, 30 November 2014 at 02:20:04 UTC, Jordi Sayol via Digitalmars-d-announce wrote:
>> d-apt <http://d-apt.sourceforge.net/> changed the distribution name from "dmd" to "d-apt".
>>
>> Download the last "d-apt.list" to update:
>> $ sudo wget http://master.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list
>>
>> The new distribution allows to install any deb package version available at d-apt.
>> i.e. "dmd-bin" deb package is available for versions 2.064.2, 2.065.0 and 2.066.1
>> To install an old dmd version:
>> $ sudo apt-get install dmd-bin=2.064.2-0 libphobos2-dev=2.064.2-0
>>
>> Legacy distribution will be disabled on dmd v2.067.0 release.
> 
> That'll probably be handy at some point. Thanks for doing d-apt. I find it very useful.

This already has been handy, at least for Maor Ben-Dayan who needed to downgrade dmd to version 2.065.0 to avoid some regression :-)

Thank you all to create this incredible compiler and the related tools. I only wrap them on d-apt.
December 02, 2014
On Mon, 2014-12-01 at 23:50 +0100, Jordi Sayol via
Digitalmars-d-announce wrote:
[…]
> Thank you all to create this incredible compiler and the related tools. I only wrap them on d-apt.

A product is only as good as its channel to market. Having downloadable things is fine but not really a good vehicle – except for Windows, and OSX users who don't use MacPorts or Homebrew. Having platform integrated packaging for Debian (and Devuan?), and hence Ubuntu and Mint, and (if it were available) Fedora, and hence RHEL and CentOS, along with packaging for MacPorts, Homebrew, etc., etc. is the way to go.

I do wonder though if d-apt is actually a bad idea as the main resource and we should package directly into Debian?
-- 
Russel. ============================================================================= Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder@ekiga.net 41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel@winder.org.uk London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder


December 02, 2014
El 02/12/14 a les 07:41, Russel Winder via Digitalmars-d-announce ha escrit:
> I do wonder though if d-apt is actually a bad idea as the main resource and we should package directly into Debian?

d-apt allows to instant update on dmd releases, not on Debian official repositories.

Anyway, packaging dmd directly into Debian is not a problem for me, d-apt will adapt to the conjuncture, can live together with an official Debian package, and if it should disappear, will do.

Push for it!
December 03, 2014
On Sunday, 30 November 2014 at 02:20:04 UTC, Jordi Sayol via Digitalmars-d-announce wrote:
> d-apt <http://d-apt.sourceforge.net/> changed the distribution name from "dmd" to "d-apt".
>
> Download the last "d-apt.list" to update:
> $ sudo wget http://master.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list
>
> The new distribution allows to install any deb package version available at d-apt.
> i.e. "dmd-bin" deb package is available for versions 2.064.2, 2.065.0 and 2.066.1
> To install an old dmd version:
> $ sudo apt-get install dmd-bin=2.064.2-0 libphobos2-dev=2.064.2-0
>
> Legacy distribution will be disabled on dmd v2.067.0 release.

Ho, I was unaware of this. Looks like something I should be using.