Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debianizing rmlint #32

Merged
merged 1 commit into from
Mar 25, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,5 @@
rmlint (1.0.0-1) unstable; urgency=low

* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>

-- Christopher Pahl <sahib@online.de> Sun, 24 Mar 2013 22:12:04 +0100
1 change: 1 addition & 0 deletions debian/compat
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1 @@
8
15 changes: 15 additions & 0 deletions debian/control
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,15 @@
Source: rmlint
Section: utils
Priority: extra
Maintainer: Christopher Pahl <sahib@online.de>
Build-Depends: debhelper (>= 8.0.0)
Standards-Version: 3.9.3
Homepage: https://github.com/sahib/rmlint
Vcs-Git: git://github.com/sahib/rmlint.git
Vcs-Browser: https://github.com/sahib/rmlint

Package: rmlint
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Tool to remove duplicates and other lint.
rmlint is a commandline tool to clean your filesystem from various sort of lint (unused files, twins, etc.).
25 changes: 25 additions & 0 deletions debian/copyright
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,25 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: rmlint
Source: <https://github.com/sahib/rmlint>

Files: *
Copyright: 2013 Christopher Pahl <sahib@online.de>
License: GPL-3.0+

License: GPL-3.0+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".

3 changes: 3 additions & 0 deletions debian/docs
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,3 @@
README.textile
AUTHORS
CHANGELOG
20 changes: 20 additions & 0 deletions debian/rmlint.doc-base.EX
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,20 @@
Document: rmlint
Title: Debian rmlint Manual
Author: <insert document author here>
Abstract: This manual describes what rmlint is
and how it can be used to
manage online manuals on Debian systems.
Section: unknown

Format: debiandoc-sgml
Files: /usr/share/doc/rmlint/rmlint.sgml.gz

Format: postscript
Files: /usr/share/doc/rmlint/rmlint.ps.gz

Format: text
Files: /usr/share/doc/rmlint/rmlint.text.gz

Format: HTML
Index: /usr/share/doc/rmlint/html/index.html
Files: /usr/share/doc/rmlint/html/*.html
13 changes: 13 additions & 0 deletions debian/rules
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
dh $@
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (quilt)
23 changes: 23 additions & 0 deletions debian/watch
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,23 @@
# Example watch control file for uscan
# Rename this file to "watch" and then you can run the "uscan" command
# to check for upstream updates and more.
# See uscan(1) for format

# Compulsory line, this is a version 3 file
version=3

# Uncomment to examine a Webpage
# <Webpage URL> <string match>
#http://www.example.com/downloads.php rmlint-(.*)\.tar\.gz

# Uncomment to examine a Webserver directory
https://github.com/sahib/rmlint/archive/master.zip

# Uncommment to examine a FTP server
#ftp://ftp.example.com/pub/rmlint-(.*)\.tar\.gz debian uupdate

# Uncomment to find new files on sourceforge, for devscripts >= 2.9
# http://sf.net/rmlint/rmlint-(.*)\.tar\.gz

# Uncomment to find new files on GooglePages
# http://example.googlepages.com/foo.html rmlint-(.*)\.tar\.gz