소스 검색

Merge pull request #118 from yuvipanda/cleanup

Remove debian/ folder out of upstream
tags/v0.4.3
Ben Kurtovic 8 년 전
부모
커밋
5359ee536c
5개의 변경된 파일0개의 추가작업 그리고 49개의 파일을 삭제
  1. +0
    -5
      debian/changelog
  2. +0
    -1
      debian/compat
  3. +0
    -13
      debian/control
  4. +0
    -26
      debian/copyright
  5. +0
    -4
      debian/rules

+ 0
- 5
debian/changelog 파일 보기

@@ -1,5 +0,0 @@
python3-mwparserfromhell (0.4.2) UNRELEASED; urgency=medium

* Initial version of the package

-- yuvipanda <yuvipanda@riseup.net> Fri, 07 Aug 2015 18:16:37 -0700

+ 0
- 1
debian/compat 파일 보기

@@ -1 +0,0 @@
9

+ 0
- 13
debian/control 파일 보기

@@ -1,13 +0,0 @@
Source: python3-mwparserfromhell
Maintainer: Ben Kurtovic <ben.kurtovic@gmail.com>
Section: python
Priority: optional
Build-Depends: python3-setuptools, python3-all, debhelper (>= 9)
Standards-Version: 3.9.6

Package: python3-mwparserfromhell
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: mwparserfromhell (the MediaWiki Parser from Hell) is a Python
package that provides an easy-to-use and outrageously powerful parser for
MediaWiki wikicode.

+ 0
- 26
debian/copyright 파일 보기

@@ -1,26 +0,0 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: mwparserfromhell

Files: *
Copyright: 2012-2015 Ben Kurtovic <ben.kurtovic@gmail.com>
License: MIT

License: MIT
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
.
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

+ 0
- 4
debian/rules 파일 보기

@@ -1,4 +0,0 @@
#!/usr/bin/make -f

%:
dh $@ --with python3 --buildsystem=pybuild

불러오는 중...
취소
저장