rake-debian-build 1.0.16 → 1.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Gemfile.lock +1 -1
- data/lib/debian/build/distribution.rb +2 -2
- data/lib/rake-debian-build/version.rb +1 -1
- metadata +4 -4
data/Gemfile.lock
CHANGED
|
@@ -19,7 +19,7 @@ module Debian::Build
|
|
|
19
19
|
|
|
20
20
|
def self.debian_distributions
|
|
21
21
|
@@debian_distributions ||=
|
|
22
|
-
%w{stable testing unstable}.collect { |distribution| Distribution.new(:debian, distribution) }
|
|
22
|
+
%w{oldstable stable testing unstable}.collect { |distribution| Distribution.new(:debian, distribution) }
|
|
23
23
|
end
|
|
24
24
|
|
|
25
25
|
def self.ubuntu_distributions
|
|
@@ -49,7 +49,7 @@ module Debian::Build
|
|
|
49
49
|
[ :unstable, :lucid ].include? distribution
|
|
50
50
|
end
|
|
51
51
|
|
|
52
|
-
@@local_names = { :
|
|
52
|
+
@@local_names = { :oldstable => 'lenny', :stable => 'squeeze', :testing => 'wheezy' }
|
|
53
53
|
def local_name
|
|
54
54
|
@@local_names.fetch(distribution,self.to_s)
|
|
55
55
|
end
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rake-debian-build
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 53
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 17
|
|
10
|
+
version: 1.0.17
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Alban Peignier
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-
|
|
18
|
+
date: 2011-03-07 00:00:00 +01:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies: []
|
|
21
21
|
|