File: changelog

package info (click to toggle)
linuxbrew-wrapper 20180923-1
  • links: PTS, VCS
  • area: contrib
  • in suites: buster
  • size: 160 kB
  • sloc: ruby: 677; sh: 73; makefile: 6
file content (114 lines) | stat: -rw-r--r-- 4,064 bytes parent folder | download
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
linuxbrew-wrapper (20180923-1) unstable; urgency=medium

  * New upstream snapshot 20180923.

 -- Mo Zhou <cdluminate@gmail.com>  Mon, 05 Nov 2018 06:35:19 +0000

linuxbrew-wrapper (20180904-1) unstable; urgency=medium

  [ Chih-Hsuan Kuo ]
  * fix syntax for linuxbrew script
    https://salsa.debian.org/debian/linuxbrew-wrapper/merge_requests/1

  [ Mo Zhou ]
  * New upstream version 20180904
  * Transfer packaging repo to Salsa/Debian.
  * Bump Standards-Version to 4.2.1 (no change).
  * Bump debhelper compat level to 11.

 -- Mo Zhou <cdluminate@gmail.com>  Fri, 14 Sep 2018 07:07:21 +0000

linuxbrew-wrapper (20180209-1) unstable; urgency=medium

  * Import upstream snapshot.
  * Move to contrib section. (Closes: #888957)
  * Add watch file to monitor git HEAD.
  * Update my name in control and copyright.
  * Update copyright, and explain why this package goes to contrib.
  * Use https link in copyright.
  * Point Vcs-* links to Salsa.
  * Bump Standards-Version to 4.1.4 .
    - Remove get-orig-source target. Use watch file instead.
    - Change Priority to "optional" because "extra" has been deprecated.

 -- Mo Zhou <cdluminate@gmail.com>  Mon, 16 Apr 2018 04:42:14 +0000

linuxbrew-wrapper (20170516-2) unstable; urgency=medium

  * Wrapper: support /home/linuxbrew/.linuxbrew , and
    remove fist_time_hint .

 -- Zhou Mo <cdluminate@gmail.com>  Mon, 31 Jul 2017 06:58:59 +0000

linuxbrew-wrapper (20170516-1) unstable; urgency=medium

  * Import upstream snapshot.
  * Bump standards version to 4.0.0 (requires no change)
  * Bump debhelper compat to 10.

 -- Zhou Mo <cdluminate@gmail.com>  Mon, 31 Jul 2017 06:39:46 +0000

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