1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
linuxbrew-wrapper (20160916-1) unstable; urgency=medium
* Import updated upstream install scripts.
* Update wrapper script.
* Update profile example.
* Remove patche merged by upstream: fix-interpreter .
* Update package description.
* Add README.Source, telling where the source comes from.
-- Zhou Mo <cdluminate@gmail.com> Mon, 10 Oct 2016 05:52:04 +0000
linuxbrew-wrapper (20160506-1) unstable; urgency=medium
* Upstream Install script update.
* Switch Homepage to http://linuxbrew.sh/ .
* Update dependencies according to upstream's recommendation.
* Bump Standards version to 3.9.8 .
* Install the 'uninstall' script.
* Update package descriptions.
* Update get-orig-source and override_dh_fixperms targets in rules.
* Update copyright.
* Patch 'uninstall' for fixing interpreter in the script header.
* Update Vcs-Git link.
-- Zhou Mo <cdluminate@gmail.com> Thu, 02 Jun 2016 05:55:53 +0000
linuxbrew-wrapper (20150804-3) unstable; urgency=medium
* control:
+ Bump standards version from 3.9.6 to 3.9.7 (requires no change)
+ Update Homepage.
+ Correct URL in Vcs-Browser field.
+ Remove homepage link in package description.
* rules:
+ Disable DH_VERBOSE by default.
+ get-orig-source: Don't print command line, to avoiding confusion.
* bin/linuxbrew: refresh wrapper script.
* example/profile: refresh example.
* linuxbrew-wrapper.7: reduce content in manpage.
* README.Debian: refresh content.
-- Zhou Mo <cdluminate@gmail.com> Wed, 30 Mar 2016 08:02:46 +0000
linuxbrew-wrapper (20150804-2) unstable; urgency=low
* debian/bin/linuxbrew:
+ Fix: not ignoring linuxbrew arguments when first time running.
+ Rewrite last part, which makes the wrapper script usable outside
of this Debian package.
+ Warn users if $(arch) != x86_64, when installing linuxbrew.
* Add get-orig-source target in d/rules.
* Fixed lintian warning
"script-not-executable usr/lib/linuxbrew-wrapper/install".
* Bump Architecture from "amd64" to "all". (Closes: #799390)
-- Zhou Mo <cdluminate@gmail.com> Mon, 21 Sep 2015 11:03:01 +0000
linuxbrew-wrapper (20150804-1) unstable; urgency=low
* Initial release. Closes: #792642
* Imported upstream install script (04 Aug 2015)
+ https://raw.githubusercontent.com/Homebrew/linuxbrew/go/install
-- Zhou Mo <cdluminate@gmail.com> Tue, 25 Aug 2015 03:55:04 +0000
|