X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/preload-hacks/blobdiff_plain/7a863a3977b8ed58ed1f1966b87f27fa366cd3e7..17085e3f1ab86464e67d0d1a3c4b65b3617165a3:/Makefile diff --git a/Makefile b/Makefile index 49a157c..5cd1144 100644 --- a/Makefile +++ b/Makefile @@ -14,14 +14,14 @@ ### the Free Software Foundation; either version 2 of the License, or (at ### your option) any later version. ### -### Preload-hacks distributed in the hope that it will be useful, but WITHOUT -### ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -### FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -### more details. +### Preload-hacks are distributed in the hope that it will be useful, but +### WITHOUT ANY WARRANTY; without even the implied warranty of +### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General +### Public License for more details. ### ### You should have received a copy of the GNU General Public License along -### with mLib; if not, write to the Free Software Foundation, Inc., 59 Temple -### Place - Suite 330, Boston, MA 02111-1307, USA. +### with preload-hacks; if not, write to the Free Software Foundation, Inc., +### 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. PACKAGE = preload-hacks VERSION := $(shell ./auto-version) @@ -125,7 +125,8 @@ DISTFILES += COPYING ## Debian. debpkg = noip uopen DISTFILES += debian/changelog debian/copyright -DISTFILES += debian/control debian/rules +DISTFILES += debian/control debian/rules debian/compat +DISTFILES += debian/source/format DISTFILES += $(patsubst %, debian/%.install, $(debpkg)) DISTFILES += $(patsubst %, debian/%.lintian-overrides, \ $(debpkg))