summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@debian.org>2018-12-20 17:45:55 -0500
committerGravatar Benjamin Barenblat <bbaren@debian.org>2018-12-20 17:45:55 -0500
commitb07cc8d00b729e6e6a984f402c22c2b114b19722 (patch)
treeb26541fd63850c3ef62b26b37901796390ccbc5f /debian
parentb9e4c162648686aa0d1b81ced3b78b703d792120 (diff)
Remove upstream’s Debian packaging
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog42
-rw-r--r--debian/compat1
-rw-r--r--debian/control19
-rw-r--r--debian/copyright30
-rwxr-xr-xdebian/rules24
-rw-r--r--debian/source/format1
6 files changed, 0 insertions, 117 deletions
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 10d9a16..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,42 +0,0 @@
-rcm (1.2.3-1) unstable; urgency=medium
-
- * New upstream release
-
- -- Mike Burns <mburns@thoughtbot.com> Fri, 09 May 2014 14:30:57 +0200
-
-rcm (1.2.2-2) unstable; urgency=medium
-
- * New upstream release
-
- -- Mike Burns <mburns@thoughtbot.com> Fri, 28 Mar 2014 16:25:24 +0100
-
-rcm (1.2.1-2) unstable; urgency=medium
-
- * Re-visit the Debian packaging.
- * New upstream release
-
- -- Mike Burns <mburns@thoughtbot.com> Fri, 07 Mar 2014 16:27:57 +0100
-
-rcm (1.2.0-1) unstable; urgency=medium
-
- * New upstream release
-
- -- Mike Burns <mburns@thoughtbot.com> Mon, 03 Feb 2014 16:58:33 +0200
-
-rcm (1.1.0-1) unstable; urgency=medium
-
- * New upstream release.
-
- -- Mike Burns <mburns@thoughtbot.com> Mon, 05 Aug 2013 16:43:33 +0200
-
-rcm (1.0.0-1) unstable; urgency=medium
-
- * New upstream release.
-
- -- Mike Burns <mburns@thoughtbot.com> Tue, 01 Aug 2013 16:43:33 +0200
-
-rcm (0.0.2-1) unstable; urgency=medium
-
- * New upstream release.
-
- -- Mike Burns <mburns@thoughtbot.com> Tue, 23 Jul 2013 16:43:33 +0200
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
deleted file mode 100644
index bb141f5..0000000
--- a/debian/control
+++ /dev/null
@@ -1,19 +0,0 @@
-Source: rcm
-Section: utils
-Priority: optional
-Maintainer: Mike Burns <mburns@thoughtbot.com>
-Build-Depends: debhelper (>= 9)
-Standards-Version: 3.9.4
-Homepage: http://thoughtbot.github.io/rcm
-Vcs-Git: git://github.com/thoughtbot/rcm.git
-Vcs-Browser: http://github.com/thoughtbot/rcm
-
-Package: rcm
-Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: management suite for dotfiles
- You have dotfiles. Maybe you have them in a repo that you share; maybe you
- have them in a privately-backed up directory; or maybe you just have them
- scattered about your homedir. Regardless, this package provides a suite of
- programs that will help manage an existing dotfiles collection and also start
- a new one.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 428f888..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,30 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: rcm
-Source: git@github.com:thoughtbot/rcm.git
-
-Files: *
-Copyright: 2013 Mike Burns <mburns@thoughtbot.com>
-License: BSD-3
- All rights reserved.
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are
- met:
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
- * Neither the name of Mike Burns nor the names of its
- contributors may be used to endorse or promote products derived from
- this software without specific prior written permission.
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
- IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
- TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
- PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index f7f9dcb..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/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.
-#
-# Modified to make a template file for a multi-binary package with separated
-# build-arch and build-indep targets by Bill Allombert 2001
-
-# Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
-
-# This has to be exported to make some magic below work.
-export DH_OPTIONS
-
-
-%:
- dh $@
-
-override_dh_installchangelogs:
- dh_installchangelogs NEWS.md
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)