Imported Debian patch 1.4.1-1
Nitesh A Jain
10 years ago
0 | ruby-omniauth-facebook (1.4.1-1) UNRELEASED; urgency=low | |
1 | ||
2 | * Initial release (Closes: #nnnn) | |
3 | ||
4 | -- Nitesh A Jain <niteshjain92@gmail.com> Fri, 19 Apr 2013 22:34:36 +0530 |
0 | 7 |
0 | Source: ruby-omniauth-facebook | |
1 | Section: ruby | |
2 | Priority: optional | |
3 | Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org> | |
4 | Uploaders: Nitesh A Jain <niteshjain92@gmail.com> | |
5 | DM-Upload-Allowed: yes | |
6 | Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~) | |
7 | Standards-Version: 3.9.2 | |
8 | #Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-omniauth-facebook.git | |
9 | #Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-omniauth-facebook.git;a=summary | |
10 | Homepage: https://github.com/mkdynamic/omniauth-facebook | |
11 | XS-Ruby-Versions: all | |
12 | ||
13 | Package: ruby-omniauth-facebook | |
14 | Architecture: all | |
15 | XB-Ruby-Versions: ${ruby:Versions} | |
16 | Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter | |
17 | # omniauth-oauth2 (~> 1.1.0), minitest (>= 0, development), mocha (>= 0, development), rake (>= 0, development) | |
18 | Description: Facebook strategy for OmniAuth | |
19 | <insert long description, indented with spaces> |
0 | Format: http://dep.debian.net/deps/dep5 | |
1 | Upstream-Name: omniauth-facebook | |
2 | Source: FIXME <http://example.com/> | |
3 | ||
4 | Files: * | |
5 | Copyright: <years> <put author's name and email here> | |
6 | <years> <likewise for another author> | |
7 | License: GPL-2+ (FIXME) | |
8 | This program is free software; you can redistribute it | |
9 | and/or modify it under the terms of the GNU General Public | |
10 | License as published by the Free Software Foundation; either | |
11 | version 2 of the License, or (at your option) any later | |
12 | version. | |
13 | . | |
14 | This program is distributed in the hope that it will be | |
15 | useful, but WITHOUT ANY WARRANTY; without even the implied | |
16 | warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR | |
17 | PURPOSE. See the GNU General Public License for more | |
18 | details. | |
19 | . | |
20 | You should have received a copy of the GNU General Public | |
21 | License along with this package; if not, write to the Free | |
22 | Software Foundation, Inc., 51 Franklin St, Fifth Floor, | |
23 | Boston, MA 02110-1301 USA | |
24 | . | |
25 | On Debian systems, the full text of the GNU General Public | |
26 | License version 2 can be found in the file | |
27 | `/usr/share/common-licenses/GPL-2'. | |
28 | ||
29 | Files: debian/* | |
30 | Copyright: 2013 Nitesh A Jain <niteshjain92@gmail.com> | |
31 | License: | |
32 | [LICENSE TEXT] |
0 | #!/usr/bin/make -f | |
1 | #export DH_VERBOSE=1 | |
2 | # | |
3 | # Uncomment to ignore all test failures (but the tests will run anyway) | |
4 | #export DH_RUBY_IGNORE_TESTS=all | |
5 | # | |
6 | # Uncomment to ignore some test failures (but the tests will run anyway). | |
7 | # Valid values: | |
8 | #export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems | |
9 | # | |
10 | # If you need to specify the .gemspec (eg there is more than one) | |
11 | #export DH_RUBY_GEMSPEC=gem.gemspec | |
12 | ||
13 | %: | |
14 | dh $@ --buildsystem=ruby --with ruby |
0 | 3.0 (quilt) |