diff options
author | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2015-02-07 22:35:03 +0100 |
---|---|---|
committer | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2015-02-07 22:35:03 +0100 |
commit | 9ab83e140f10186c86cd3eaa8cc3a0bc77da939c (patch) | |
tree | c533e97a11f4f617a3351ac83edb690c02e51eb8 | |
parent | 8b96e197acdad31cc8526dbb82230f2c307e6bee (diff) |
Remove debian/ directory.
I think that adding this directory 3 years ago to the repository was
a mistake. If there will be a demand for it, some Makefile rule
bootstrapping debian/ directory could be devised.
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | debian/changelog | 100 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 21 | ||||
-rw-r--r-- | debian/copyright | 22 | ||||
-rw-r--r-- | debian/metastore.docs | 1 | ||||
-rw-r--r-- | debian/metastore.examples | 1 | ||||
-rwxr-xr-x | debian/rules | 6 |
8 files changed, 1 insertions, 154 deletions
@@ -1,4 +1,3 @@ metastore *.o -/debian/files -/debian/metastore* +/debian diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 3378e67..0000000 --- a/debian/changelog +++ /dev/null @@ -1,100 +0,0 @@ -metastore (1:20120611) unstable; urgency=low - - [ Romain Francoise ] - * Switch to debhelper compat level 9. - * Enable all hardening options. - * Don't overwrite environment CFLAGS, use CPPFLAGS. - * Bump Standards-Version to 3.9.3, no changes needed. - - [ Przemyslaw Pawelczyk ] - * Remove no longer needed debian/{source/format,watch} files. - - -- Przemyslaw Pawelczyk <przemoc@gmail.com> Mon, 11 Jun 2012 11:30:52 +0200 - -metastore (1:20120607) unstable; urgency=low - - [ Zak Wilcox ] - * Fix false error when writing zero-length records (LP: #937306); - "error" caused exit, prematurely ending update of .metastore file, - thus corrupting it in almost all imaginable cases. - - -- Przemyslaw Pawelczyk <przemoc@gmail.com> Thu, 07 Jun 2012 20:43:38 +0200 - -metastore (1:20120210) unstable; urgency=low - - * Add option preventing metastore from omitting .git directories. - - -- Przemyslaw Pawelczyk <przemoc@gmail.com> Fri, 10 Feb 2012 01:23:47 +0100 - -metastore (1+20080623+debian-2) unstable; urgency=low - - * New maintainer (closes: #540588). - * Fix getopt parsing of -f (closes: #594134). - * Remove prompting from example Git pre-commit hook (closes: #469250); - hooks now run with stdin closed (since Git version 1.5.4) and - prompting will not work when using a high-level interface such as - git-gui or Emacs anyway. - * Switch (back) to a minimal rules files; restores missing examples. - * Switch to source format 3.0 (quilt). - * Add debian/watch. - * Bump Standards-Version to 3.9.1, no changes needed. - - -- Romain Francoise <rfrancoise@debian.org> Sun, 12 Sep 2010 10:56:36 +0200 - -metastore (1+20080623+debian-1) unstable; urgency=low - - * Orphaning package. - - -- Daniel Baumann <daniel@debian.org> Sun, 09 Aug 2009 01:16:56 +0200 - -metastore (1+20080623+debian) unstable; urgency=low - - * New maintainer (Closes: #486897). - * New upstream checkout, tarball built without debian directory. - * Replacing package descriptions with text from Davids homepage. - * Upgrading package to standards 3.8.0. - * Seting correct value for homepage field. - * Adding ${misc:depends} to depends. - * Adding/Updating vcs fields. - * Rewriting copyright in machine-interpretable format. - * Removing unused dirs debhelper. - * Rewriting rules file in traditional way. - - -- Daniel Baumann <daniel@debian.org> Fri, 19 Sep 2008 13:06:00 +0200 - -metastore (1-4) unstable; urgency=low - - * debhelper v7; rules file minimisation - * Orphaned the package. - - -- Joey Hess <joeyh@debian.org> Wed, 18 Jun 2008 16:16:15 -0400 - -metastore (1-3) unstable; urgency=low - - * detect nonexistant users/groups and print a warning message that - includes the pathname - * Merge upstream changes through ed7e4217e2eae466bab88cd425c71ac22a0340c5: - - First stab at supporting the option of automatically creating empty - directories which are missing. Closes: #460998 - - Detect whether the underlying FS supports xattrs. Closes: #470184 - - -- Joey Hess <joeyh@debian.org> Thu, 20 Mar 2008 21:34:51 -0400 - -metastore (1-2) unstable; urgency=low - - * Fix man page to document --compare. Closes: #451313 - * Correct display of usage message. - - -- Joey Hess <joeyh@debian.org> Thu, 15 Nov 2007 12:11:25 -0500 - -metastore (1-1) unstable; urgency=low - - * Initial upload to Debian. - - -- Joey Hess <joeyh@debian.org> Mon, 05 Nov 2007 23:01:52 -0500 - -metastore (1) unstable; urgency=low - - * Initial release. - - -- David Härdeman <david@hardeman.nu> Sat, 19 May 2007 23:20:28 +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 bf637d4..0000000 --- a/debian/control +++ /dev/null @@ -1,21 +0,0 @@ -Source: metastore -Section: misc -Priority: optional -Maintainer: Romain Francoise <rfrancoise@debian.org> -Uploaders: David Härdeman <david@hardeman.nu> -Build-Depends: debhelper (>= 9), libattr1-dev -Standards-Version: 3.9.3 -Homepage: http://david.hardeman.nu/software.php - -Package: metastore -Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} -Description: Store and restore metadata from a filesystem - metastore is a tool to store the metadata of files/directories/links in a file - tree to a separate file and to later compare and apply the stored metadata to - said file tree. - . - The tool was written as a supplement to git which does not store all metadata, - making it unsuitable for e.g. storing /etc in a repo. metastore could also be - helpful if you want to create a tarball of a file tree and make sure that - "everything" (e.g. xattrs, mtime, owner, group) is stored along with the files. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index aa716a5..0000000 --- a/debian/copyright +++ /dev/null @@ -1,22 +0,0 @@ -Author: David Härdeman <david@hardeman.nu> -Download: http://david.hardeman.nu/software.php - -Files: * -Copyright: (C) 2007-2008 David Härdeman <david@hardeman.nu> -License: GPL-2+ - 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 2 - of the License, or (at your option) any later version. - . - This program 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, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - . - On Debian systems, the complete text of the GNU General Public License - can be found in /usr/share/common-licenses/GPL-2 file. diff --git a/debian/metastore.docs b/debian/metastore.docs deleted file mode 100644 index e845566..0000000 --- a/debian/metastore.docs +++ /dev/null @@ -1 +0,0 @@ -README diff --git a/debian/metastore.examples b/debian/metastore.examples deleted file mode 100644 index e39721e..0000000 --- a/debian/metastore.examples +++ /dev/null @@ -1 +0,0 @@ -examples/* diff --git a/debian/rules b/debian/rules deleted file mode 100755 index d8309f6..0000000 --- a/debian/rules +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/make -f - -export DEB_BUILD_MAINT_OPTIONS = hardening=+all - -%: - dh $@ |