]> andersk Git - config-package-dev.git/commitdiff
debathena-conffile-example: Don't divert non-conffiles
authorGeoffrey Thomas <geofft@mit.edu>
Tue, 25 Sep 2012 01:02:54 +0000 (21:02 -0400)
committerGeoffrey Thomas <geofft@mit.edu>
Tue, 25 Sep 2012 01:27:06 +0000 (21:27 -0400)
mailname is unversioned, and papersize is handled by ucf.

examples/debathena-conffile-example-1.0/debian/rules
examples/debathena-conffile-example-1.0/files/etc/mailname.debathena [deleted file]
examples/debathena-conffile-example-1.0/files/etc/papersize.debathena [deleted file]

index 2099f7081294e95475aa7ddb7f55ba250ce8ee4d..20983b697d53a1838c1f9463f6665084413d1e4a 100755 (executable)
@@ -3,9 +3,7 @@
 DEB_DIVERT_EXTENSION = .debathena
 # Replace some base files with simple replacements.
 DEB_DIVERT_FILES_debathena-conffile-example += \
-       /etc/issue.net.debathena \
-       /etc/mailname.debathena \
-       /etc/papersize.debathena
+       /etc/issue.net.debathena
 # These files are installed via dh_install from the files/ directory
 # (see debian/debathena-conffile-example.install)
 
diff --git a/examples/debathena-conffile-example-1.0/files/etc/mailname.debathena b/examples/debathena-conffile-example-1.0/files/etc/mailname.debathena
deleted file mode 100644 (file)
index 731f0e4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-mit.edu
diff --git a/examples/debathena-conffile-example-1.0/files/etc/papersize.debathena b/examples/debathena-conffile-example-1.0/files/etc/papersize.debathena
deleted file mode 100644 (file)
index 40e0a6f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-letter
This page took 0.290197 seconds and 5 git commands to generate.