From b07cc8d00b729e6e6a984f402c22c2b114b19722 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Thu, 20 Dec 2018 17:45:55 -0500 Subject: Remove upstream’s Debian packaging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/changelog | 42 ------------------------------------------ debian/compat | 1 - debian/control | 19 ------------------- debian/copyright | 30 ------------------------------ debian/rules | 24 ------------------------ debian/source/format | 1 - 6 files changed, 117 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100755 debian/rules delete mode 100644 debian/source/format (limited to 'debian') 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 Fri, 09 May 2014 14:30:57 +0200 - -rcm (1.2.2-2) unstable; urgency=medium - - * New upstream release - - -- Mike Burns 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 Fri, 07 Mar 2014 16:27:57 +0100 - -rcm (1.2.0-1) unstable; urgency=medium - - * New upstream release - - -- Mike Burns Mon, 03 Feb 2014 16:58:33 +0200 - -rcm (1.1.0-1) unstable; urgency=medium - - * New upstream release. - - -- Mike Burns Mon, 05 Aug 2013 16:43:33 +0200 - -rcm (1.0.0-1) unstable; urgency=medium - - * New upstream release. - - -- Mike Burns Tue, 01 Aug 2013 16:43:33 +0200 - -rcm (0.0.2-1) unstable; urgency=medium - - * New upstream release. - - -- Mike Burns 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 -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 -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) -- cgit v1.2.3