From c9a0a1395fdcc666e45bb39326bea0fba3fdf9fc Mon Sep 17 00:00:00 2001 From: dschmenk Date: Sun, 22 Sep 2013 07:57:34 -0700 Subject: [PATCH] More .deb clean-up --- debian/control | 7 ------- debian/rules | 3 --- share/11-joy.conf | 0 share/A2PI.PO | Bin share/a2slideshow.bin | Bin share/a2slideshow.mon | 0 share/bintomon.c | 0 share/execfile | 0 share/merlin2text.c | 0 share/text2merlin.c | 0 10 files changed, 10 deletions(-) mode change 100755 => 100644 share/11-joy.conf mode change 100755 => 100644 share/A2PI.PO mode change 100755 => 100644 share/a2slideshow.bin mode change 100755 => 100644 share/a2slideshow.mon mode change 100755 => 100644 share/bintomon.c mode change 100755 => 100644 share/execfile mode change 100755 => 100644 share/merlin2text.c mode change 100755 => 100644 share/text2merlin.c diff --git a/debian/control b/debian/control index 5b50535..c1afdf7 100644 --- a/debian/control +++ b/debian/control @@ -14,10 +14,3 @@ Depends: ${misc:Depends}, libfuse2 (>= 2.9.0) Description: Apple II Pi daemon and utilities Apple II Pi is a suite of programs to integrate an Apple II with the Raspberry Pi. - -Package: a2pi-doc -Section: doc -Architecture: all -Description: documentation and sample code for Apple II Pi - Apple II Pi is a suite of programs to integrate an Apple II with - the Raspberry Pi. diff --git a/debian/rules b/debian/rules index 04bb076..c259a57 100755 --- a/debian/rules +++ b/debian/rules @@ -19,6 +19,3 @@ export DH_OPTIONS %: dh $@ - -override_dh_auto_install: - $(MAKE) DESTDIR=$$(pwd)/debian/a2pi install diff --git a/share/11-joy.conf b/share/11-joy.conf old mode 100755 new mode 100644 diff --git a/share/A2PI.PO b/share/A2PI.PO old mode 100755 new mode 100644 diff --git a/share/a2slideshow.bin b/share/a2slideshow.bin old mode 100755 new mode 100644 diff --git a/share/a2slideshow.mon b/share/a2slideshow.mon old mode 100755 new mode 100644 diff --git a/share/bintomon.c b/share/bintomon.c old mode 100755 new mode 100644 diff --git a/share/execfile b/share/execfile old mode 100755 new mode 100644 diff --git a/share/merlin2text.c b/share/merlin2text.c old mode 100755 new mode 100644 diff --git a/share/text2merlin.c b/share/text2merlin.c old mode 100755 new mode 100644