File: changelog

package info (click to toggle)
euca2ools 3.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,580 kB
  • ctags: 2,754
  • sloc: python: 13,971; sh: 16; makefile: 9
file content (160 lines) | stat: -rw-r--r-- 6,561 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
euca2ools (3.3.1-1) unstable; urgency=medium

  d271cb9 Merge tag 'v3.3.1'.  Closes: #841480.  LP: #1527341.
  3f4b6a5 Depends on python-requestbuilder >= 0.2.3.
  4fae14b Emulate source package 1.0 format with single-debian-patch option.
  75ceff1 Use secure VCS URIs.
  07987b8 Use more canonical VCS URIs.
  c039d1f Depend on dh-python.
  a395a4d Conforms to Policy version 3.9.8.
  6819a8e Tighten dependencies on Python and requestbuilder.

 -- Charles Plessy <plessy@debian.org>  Sat, 22 Oct 2016 15:24:47 +0900

euca2ools (3.0.2-1) unstable; urgency=low

  6641f8a Merged upstream tag 3.0.2

 -- Charles Plessy <plessy@debian.org>  Sat, 12 Oct 2013 11:54:05 +0900

euca2ools (3.0.0-1) unstable; urgency=low

  14bc124 Pulled upstream tag 3.0.0 
  156c1fe Recommend openssl for euca-get-password.
  fbaa65b Stopped to use the Python libraries boto and m2crypto, and started to
          use lxml, requestbuilder, requests, setuptools and six.
  b96b52a Install conf/euca2ools.ini as example file.
  3104f05 Stop setting DEB_DH_BUILDDEB_ARGS now that Dpkg defaults to xz.
  a99df07 Use Debhelper 9.
  575dccb Remove Boto and M2Crypto in the description: not used anymore.
  7b92093 Install certificates in /usr/share/euca2ools/certs/ (Closes: #709475)

 -- Charles Plessy <plessy@debian.org>  Wed, 21 Aug 2013 11:29:58 +0900

euca2ools (2.1.3-1) unstable; urgency=low

  6abfc5e Merge with upstream tag '/2.1.3'.
  e542d80 Shorten description, blending text from upstream pages.
  84dddd6 Use uscan to download the current upstream version.
  d5bb90f Complies with Policy version 3.9.4.
  63e06c0 Normalised debian/control with 'cme fix dpkg-copyright'.
  0335864 Normalised VCS URLs.
  0b53205 Added metadata about the upstream project.
  f62c1f9 Watch tag numbers on GitHub.
  3ce83ab Removed DM-Upload-Allowed field.
  0510d6b debian/rules: removed obsolete commands from the clean target.

 -- Charles Plessy <plessy@debian.org>  Sun, 05 May 2013 19:43:21 +0900

euca2ools (2.0.2-1) unstable; urgency=low

  [ Miguel Landaeta ]
  * New upstream release. (Closes: #638900).
  * Add myself to Uploaders list.
  * Update versioned dependencies on python-boto to (>= 2.0~).
  * Switch to source format 3.0 (quilt).
  * Add get-orig-source target to debian/rules.
  * Build man pages from source.
  * Add small patch from Ubuntu to correct issue with clean target in Makefile.

  [ Charles Plessy ]
  * Converted source package repository from Subversion to Git.
  * Removed patches applied upstream.
  * Updated Homepage.
  * Normalised debian/copyright with 'cme fix dpkg-copyright'.
  * Conforms to Policy 3.9.3.

 -- Charles Plessy <plessy@debian.org>  Sun, 10 Jun 2012 14:07:09 +0900

euca2ools (1.3.1-1) unstable; urgency=low

  * New upstream release (closes: #576379).
    - depend on python-m2crypto (>= 0.20.2) and python-boto (>= 1.9b).
  * Incremented Standards-Version to reflect conformance with Policy 3.9.2
    (debian/control, no changes needed).
  * Corrected debian/watch to not download the ‘-src-deps’ package.
  * Using upstream's manpages (debian/rules, debian/manpages, debian/control). 
  * Use dh_python2 (closes: #616802, thanks to Colin Watson).
    - debian/rules: remove DEB_PYTHON_SYSTEM, add DEB_PYTHON2_MODULE_PACKAGES.
    - debian/control: switch to X-Python-Version and update build-dependancies.
    - debian/pycompat: delete.
  * Converted debian/copyright to machine-readable format (DEP 5).
  * Use debhelper 8 (debian/compat, debian/control).
  * Corrected Vcs-Svn URL (debian/control).
  * Compress binary package with xz (debian/rules).

 -- Charles Plessy <plessy@debian.org>  Sun, 14 Aug 2011 14:34:08 +0900

euca2ools (1.2-1) unstable; urgency=low

  * New upstream release.
  * Package maintained in the pkg-eucalyptus Alioth project:
    - pkg-eucalyptus-maintainers@lists.alioth.debian.org is maintainer.
    - Moved Chris and added Dustin as uploaders.
    - Added pointers to the Subversion repository of pkg-eucalyptus.
  * Added a debian/watch file.
  * Manpages:
    - Produce fresh manpages with help2man, but in a temporary place. This
      avoids to increase the diff with the original sources (debian/rules).
    - Build-depend on help2man, python-boto and python-m2crypto.
    - Deleted README.source, which is not needed anymore.
  * Incremented Standards-Version to reflect conformance with Policy 3.8.4
    (debian/control, no changes needed).

 -- Charles Plessy <plessy@debian.org>  Sat, 06 Mar 2010 15:07:05 +0900

euca2ools (1.1-1) unstable; urgency=low

  * New upstream release (Closes: #543001).
  * Delete euca2ools/euca2ools.egg-info/ at clean time (debian/rules).
  * Disabled upstream manpage regeneration in the clean target of debian/rules,
    since it generates a big diff for no clear benefit. Dropped the build
    dependency on help2man (debian/control).
  * Use Debhelper 7 (debian/control, debian/compat).
  * Dropped version constraint in build deps. that are satisfied in Lenny.
  * Build-depend on python-all instead of python-all-dev, blindly trusting the
    advice ‘build-depends-on-python-dev-with-no-arch-any’ from Lintian.
  * Raised the package’s Priority to optional (debian/control).
  * Depends on python-boto >= 1.8d instead of 1.8c according to the INSTALL
    file (debian/control).
  * Updated Standards-Version after checking conformance with Policy 3.8.3
    (debian/control, no other changes needed).
  * Added myself to Uploaders (debian/control).

 -- Charles Plessy <plessy@debian.org>  Sun, 17 Jan 2010 21:36:04 +0900

euca2ools (1.0+bzr20090731-1) unstable; urgency=low

  * Initial release (Closes: #537370).
  * Final roundup-contributions by Steffen Moeller.

 -- chris grzegorczyk <grze@eucalyptus.com>  Sat, 01 Aug 2009 13:50:56 +0200

euca2ools (1.0-2euca1) UNRELEASED; urgency=low

  * Release 1.0 GA version
  * Add README.debian  

 -- chris grzegorczyk <grze@eucalyptus.com>  Thu, 16 Jul 2009 21:25:47 -0700

euca2ools (1.0-2) UNRELEASED; urgency=low

  * Further addition to debian/control.
    - improved description
    - versioned dependencies
  * DIY of dynamically generate man pages with help2man

 -- chris grzegorczyk <grze@eucalyptus.com>  Wed, 08 Jul 2009 15:04:45 +0200

euca2ools (1.0-1) UNRELEASED; urgency=low

  * Updated packaging with fixes thanks to Steffen Moeller and David Wendt.

 -- chris grzegorczyk <grze@eucalyptus.com>  Tue, 07 Jul 2009 23:36:19 -0700

euca2ools (1.0-0euca1) UNRELEASED; urgency=low

  * Initial release.

 -- chris grzegorczyk <grze@eucalyptus.com>  Tue, 07 Jul 2009 11:26:26 -0700