From 6614bf0d5078b213ff215e5af39da4ef2ccefedd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 5 Nov 2007 19:11:32 -0500 Subject: temp mv --- debian/changelog | 5 ----- debian/compat | 1 - debian/control | 20 -------------------- debian/copyright | 5 ----- debian/rules | 33 --------------------------------- foo/changelog | 5 +++++ foo/compat | 1 + foo/control | 20 ++++++++++++++++++++ foo/copyright | 5 +++++ foo/rules | 33 +++++++++++++++++++++++++++++++++ 10 files changed, 64 insertions(+), 64 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 create mode 100644 foo/changelog create mode 100644 foo/compat create mode 100644 foo/control create mode 100644 foo/copyright create mode 100755 foo/rules diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 0925dbf..0000000 --- a/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -etckeeper (0.1) unstable; urgency=low - - * First release. - - -- Joey Hess Mon, 05 Nov 2007 16:43:04 -0500 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 7ed6ff8..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/debian/control b/debian/control deleted file mode 100644 index 01735ab..0000000 --- a/debian/control +++ /dev/null @@ -1,20 +0,0 @@ -Source: etckeeper -Section: admin -Priority: optional -Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.9.0) -Maintainer: Joey Hess -Standards-Version: 3.7.2 -Vcs-Git: git://git.kitenet.net/etckeeper - -Package: etckeeper -Architecture: all -Section: admin -Depends: metastore, git-core, ${misc:Depends} -Description: store /etc in git - etckeeper is a collection of tools to let /etc be stored in a git - repository. It hooks into apt to automatically commit changes made to /etc - during package upgrades. It uses `metastore` to track file metadata that - git does not normally support, but that is important for /etc, such as the - permissions of `/etc/shadow`. It's quite modular and configurable, while - also being simple to use if you understand the basics of working with git. - diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 9ff61e0..0000000 --- a/debian/copyright +++ /dev/null @@ -1,5 +0,0 @@ -Files: * -Copyright: © 2007 Joey Hess -License: GPL-2+ - The full text of the GPL is distributed as doc/GPL in etckeeper's source, - and is distributed in /usr/share/common-licenses/GPL-2 on Debian systems. diff --git a/debian/rules b/debian/rules deleted file mode 100755 index a759dac..0000000 --- a/debian/rules +++ /dev/null @@ -1,33 +0,0 @@ -#!/usr/bin/make -f - -build: - dh_testdir - -clean: - dh_testdir - dh_testroot - dh_clean - -binary-arch: build - -binary-indep: build - dh_testdir - dh_testroot - dh_clean -k - $(MAKE) PREFIX=debian/etckeeper - dh_installdocs README - dh_installexamples - dh_installchangelogs - dh_compress - dh_fixperms - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - -# Not intended for use by anyone except the author. -announcedir: - @echo ${HOME}/src/joeywiki/code/etckeeper/news - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary diff --git a/foo/changelog b/foo/changelog new file mode 100644 index 0000000..0925dbf --- /dev/null +++ b/foo/changelog @@ -0,0 +1,5 @@ +etckeeper (0.1) unstable; urgency=low + + * First release. + + -- Joey Hess Mon, 05 Nov 2007 16:43:04 -0500 diff --git a/foo/compat b/foo/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/foo/compat @@ -0,0 +1 @@ +5 diff --git a/foo/control b/foo/control new file mode 100644 index 0000000..01735ab --- /dev/null +++ b/foo/control @@ -0,0 +1,20 @@ +Source: etckeeper +Section: admin +Priority: optional +Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.9.0) +Maintainer: Joey Hess +Standards-Version: 3.7.2 +Vcs-Git: git://git.kitenet.net/etckeeper + +Package: etckeeper +Architecture: all +Section: admin +Depends: metastore, git-core, ${misc:Depends} +Description: store /etc in git + etckeeper is a collection of tools to let /etc be stored in a git + repository. It hooks into apt to automatically commit changes made to /etc + during package upgrades. It uses `metastore` to track file metadata that + git does not normally support, but that is important for /etc, such as the + permissions of `/etc/shadow`. It's quite modular and configurable, while + also being simple to use if you understand the basics of working with git. + diff --git a/foo/copyright b/foo/copyright new file mode 100644 index 0000000..9ff61e0 --- /dev/null +++ b/foo/copyright @@ -0,0 +1,5 @@ +Files: * +Copyright: © 2007 Joey Hess +License: GPL-2+ + The full text of the GPL is distributed as doc/GPL in etckeeper's source, + and is distributed in /usr/share/common-licenses/GPL-2 on Debian systems. diff --git a/foo/rules b/foo/rules new file mode 100755 index 0000000..a759dac --- /dev/null +++ b/foo/rules @@ -0,0 +1,33 @@ +#!/usr/bin/make -f + +build: + dh_testdir + +clean: + dh_testdir + dh_testroot + dh_clean + +binary-arch: build + +binary-indep: build + dh_testdir + dh_testroot + dh_clean -k + $(MAKE) PREFIX=debian/etckeeper + dh_installdocs README + dh_installexamples + dh_installchangelogs + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +# Not intended for use by anyone except the author. +announcedir: + @echo ${HOME}/src/joeywiki/code/etckeeper/news + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary -- cgit v1.2.3