summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (mars.fritz.box) <paul@buetow.org>2013-12-27 12:53:19 +0100
committerPaul Buetow (mars.fritz.box) <paul@buetow.org>2013-12-27 12:53:19 +0100
commit190f2bac98fa819096c928811aa0c0d94255a804 (patch)
treefaa8bf5d0a954fe1bf1d7362e2e20dc87135638e
parenteb33fb9c8b18c64772b24f96d64269166754e0ca (diff)
fix
-rw-r--r--Makefile2
-rw-r--r--debian/files1
-rw-r--r--debian/photoalbum.debhelper.log40
-rw-r--r--debian/photoalbum.substvars1
4 files changed, 1 insertions, 43 deletions
diff --git a/Makefile b/Makefile
index 6169799..e89e992 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ install:
cp ./bin/* $(DESTDIR)/usr/bin
test ! -d $(DESTDIR)/usr/share/photoalbum/templates && mkdir -p $(DESTDIR)/usr/share/photoalbum/templates || exit 0
cp ./share/templates/* $(DESTDIR)/usr/share/photoalbum/templates
- test ! -d $(DESTDIR)/etc/default && mkdir -p $(DESTDIR)/usr/etc/default || exit 0
+ test ! -d $(DESTDIR)/etc/default && mkdir -p $(DESTDIR)/etc/default || exit 0
cp ./src/photoalbum.default.conf $(DESTDIR)/etc/default/photoalbum
deinstall:
test ! -z "$(DESTDIR)" && test -f $(DESTDIR)/usr/bin/$(NAME) && rm $(DESTDIR)/usr/bin/$(NAME) || exit 0
diff --git a/debian/files b/debian/files
deleted file mode 100644
index 6e55682..0000000
--- a/debian/files
+++ /dev/null
@@ -1 +0,0 @@
-photoalbum_1.0.0_all.deb net optional
diff --git a/debian/photoalbum.debhelper.log b/debian/photoalbum.debhelper.log
index 545a50f..19f4fcf 100644
--- a/debian/photoalbum.debhelper.log
+++ b/debian/photoalbum.debhelper.log
@@ -3,43 +3,3 @@ dh_auto_build
dh_auto_test
dh_prep
dh_installdirs
-dh_auto_install
-dh_install
-dh_installdocs
-dh_installchangelogs
-dh_installexamples
-dh_installman
-dh_installcatalogs
-dh_installcron
-dh_installdebconf
-dh_installemacsen
-dh_installifupdown
-dh_installinfo
-dh_pysupport
-dh_installinit
-dh_installmenu
-dh_installmime
-dh_installmodules
-dh_installlogcheck
-dh_installlogrotate
-dh_installpam
-dh_installppp
-dh_installudev
-dh_installwm
-dh_installxfonts
-dh_installgsettings
-dh_bugfiles
-dh_ucf
-dh_lintian
-dh_gconf
-dh_icons
-dh_perl
-dh_usrlocal
-dh_link
-dh_compress
-dh_fixperms
-dh_installdeb
-dh_gencontrol
-dh_md5sums
-dh_builddeb
-dh_builddeb
diff --git a/debian/photoalbum.substvars b/debian/photoalbum.substvars
deleted file mode 100644
index d30da04..0000000
--- a/debian/photoalbum.substvars
+++ /dev/null
@@ -1 +0,0 @@
-misc:Depends=imagemagick