diff options
author | Antoine Beaupré <anarcat@koumbit.org> | 2013-01-08 11:15:13 -0500 |
---|---|---|
committer | Antoine Beaupré <anarcat@koumbit.org> | 2013-01-08 11:15:13 -0500 |
commit | d49d2ef054bb1764aa3d374870d6d6557b3234e3 (patch) | |
tree | 9667feacb0eba15e854d76c4a25c1582562d5ff4 | |
parent | 4a6f04aa28f925e5354f60d7919a9ec035a50491 (diff) |
remove descriptions now that policy is looser
-rw-r--r-- | templates/distributions.erb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/distributions.erb b/templates/distributions.erb index 1d3dff7..b58b6ea 100644 --- a/templates/distributions.erb +++ b/templates/distributions.erb @@ -7,7 +7,6 @@ Pull: testing Codename: stable Architectures: <%= @architectures.join(' ') %> Components: main non-free contrib -Description: <%= @origin %> specific (or backported) packages SignWith: yes Uploaders: uploaders @@ -18,7 +17,6 @@ Pull: unstable Codename: testing Architectures: <%= @architectures.join(' ') %> Components: main non-free contrib -Description: <%= @origin %> specific (or backported) packages SignWith: yes Uploaders: uploaders @@ -28,6 +26,5 @@ Suite: unstable Codename: unstable Architectures: <%= @architectures.join(' ') %> Components: main non-free contrib -Description: <%= @origin %> specific (or backported) packages SignWith: yes Uploaders: uploaders |