summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2015-03-31 19:46:46 +0300
committerIgor Pashev <pashev.igor@gmail.com>2015-03-31 19:46:46 +0300
commit79422e9f0c5ddf00da7e4d39ee40c787f33b8492 (patch)
treee5e41129947d1014b782753337909e00dceee658
parent79876b718582ed6f923ebe968e06d9dc5ae9eaca (diff)
downloadlightdm-79422e9f0c5ddf00da7e4d39ee40c787f33b8492.tar.gz
Added debian/patches/dyson-cleandist.patch: fix broken distclean target
-rw-r--r--debian/changelog2
-rw-r--r--debian/control1
-rw-r--r--debian/patches/dyson-cleandist.patch23
-rw-r--r--debian/patches/series1
-rwxr-xr-xdebian/rules2
5 files changed, 28 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 252a3ef..1ffe968 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ lightdm (1.10.3-3+dyson1) UNRELEASED; urgency=medium
used anyway
* Added SMF service for Dyson
* Added debian/patches/dyson-LC_IDENTIFICATION.patch
+ * Added debian/patches/dyson-cleandist.patch: fix broken distclean
+ target
-- Igor Pashev <pashev.igor@gmail.com> Tue, 31 Mar 2015 19:05:08 +0300
diff --git a/debian/control b/debian/control
index f837b50..a430dee 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Build-Depends: debhelper (>= 9), intltool, pkg-config, libglib2.0-dev,
valac, gobject-introspection, dpkg-dev (>= 1.16.1),
gtk-doc-tools, itstool, libgcrypt11-dev, libgirepository1.0-dev,
dh-systemd (>= 1.14) [linux-any], dh-smf [illumos-any],
+ dh-autoreconf,
Standards-Version: 3.9.6
Homepage: https://launchpad.net/lightdm
Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/lightdm
diff --git a/debian/patches/dyson-cleandist.patch b/debian/patches/dyson-cleandist.patch
new file mode 100644
index 0000000..a96ee1f
--- /dev/null
+++ b/debian/patches/dyson-cleandist.patch
@@ -0,0 +1,23 @@
+Description: 95% of people are idiots
+Index: lightdm-1.10.3/Makefile.am
+===================================================================
+--- lightdm-1.10.3.orig/Makefile.am
++++ lightdm-1.10.3/Makefile.am
+@@ -18,17 +18,3 @@ EXTRA_DIST = \
+ COPYING.LGPL3 \
+ NEWS
+
+-DISTCLEANFILES = \
+- Makefile.in \
+- aclocal.m4 \
+- configure \
+- config.h.in \
+- config.h \
+- depcomp \
+- gtk-doc.make \
+- install-sh \
+- missing \
+- mkinstalldirs \
+- omf.make \
+- xmldocs.make \
+- po/Makefile.in.in
diff --git a/debian/patches/series b/debian/patches/series
index 385ac82..f0a9787 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
05_debianize-pam-files.patch
06_change-user-dirs.patch
dyson-LC_IDENTIFICATION.patch
+dyson-cleandist.patch
diff --git a/debian/rules b/debian/rules
index a7f3e02..680b472 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ override_dh_install:
override_dh_auto_test:
-with :=
+with := autoreconf
ifeq (linux,$(DEB_HOST_ARCH_OS))
with += systemd