Codebase list ruby-seed-fu / bbe9257
Fix d/c* files Balasankar C 8 years ago
3 changed file(s) with 29 addition(s) and 30 deletion(s). Raw diff Collapse all Expand all
0 ruby-seed-fu (2.3.5-1) UNRELEASED; urgency=medium
0 ruby-seed-fu (2.3.5-1) unstable; urgency=medium
11
2 * Initial release (Closes: #748374)
2 * Initial release (Closes: #720757)
33
4 -- Balasankar C <balasankarc@autistici.org> Sat, 11 Jul 2015 19:43:16 +0530
4 -- Balasankar C <balasankarc@autistici.org> Sat, 11 Jul 2015 19:18:37 +0530
77 rake,
88 ruby-activerecord (>= 3.1),
99 ruby-activesupport (>= 3.1),
10 ruby-rspec
10 ruby-rspec,
11 ruby-sqlite3
1112 Standards-Version: 3.9.6
1213 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-seed-fu.git
1314 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-seed-fu.git
2324 ruby-activesupport (>= 3.1),
2425 ${misc:Depends},
2526 ${shlibs:Depends}
26 Description: Easily manage seed data in your Active Record application
27 Seed Fu is an attempt to once and for all solve the problem of inserting and maintaining seed data in a database. It uses a variety of techniques gathered from various places around the web and combines them to create what is hopefully the most robust seed data system around.
27 Description: easily manage seed data in an Active Record application
28 Seed Fu is an attempt to once and for all solve the problem of inserting and
29 maintaining seed data in a database. Seed Fu depends on Active Record, but
30 doesn't have to be used with a full Rails app.
00 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: seed-fu
2 Source: FIXME <http://example.com/>
2 Source: https://github.com/mbleigh/seed-fu
33
44 Files: *
5 Copyright: <years> <put author's name and email here>
6 <years> <likewise for another author>
7 License: GPL-2+ (FIXME)
5 Copyright: 2008-2010 Michael Bleigh <michael@intridea.com>
6 License: Expat
87
98 Files: debian/*
109 Copyright: 2015 Balasankar C <balasankarc@autistici.org>
11 License: GPL-2+ (FIXME)
10 License: Expat
1211 Comment: the Debian packaging is licensed under the same terms as the original package.
1312
14 License: GPL-2+ (FIXME)
15 This program is free software; you can redistribute it
16 and/or modify it under the terms of the GNU General Public
17 License as published by the Free Software Foundation; either
18 version 2 of the License, or (at your option) any later
19 version.
13 License: Expat
14 Permission is hereby granted, free of charge, to any person obtaining a copy
15 of this software and associated documentation files (the "Software"), to deal
16 in the Software without restriction, including without limitation the rights
17 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18 copies of the Software, and to permit persons to whom the Software is
19 furnished to do so, subject to the following conditions:
2020 .
21 This program is distributed in the hope that it will be
22 useful, but WITHOUT ANY WARRANTY; without even the implied
23 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
24 PURPOSE. See the GNU General Public License for more
25 details.
21 The above copyright notice and this permission notice shall be included in
22 all copies or substantial portions of the Software.
2623 .
27 You should have received a copy of the GNU General Public
28 License along with this package; if not, write to the Free
29 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
30 Boston, MA 02110-1301 USA
31 .
32 On Debian systems, the full text of the GNU General Public
33 License version 2 can be found in the file
34 `/usr/share/common-licenses/GPL-2'.
24 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
30 THE SOFTWARE.