[Pkg-wmaker-commits] [wmshutdown] 61/173: debian/debian-vars.mk: rm

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Aug 25 02:46:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmshutdown.

commit 864a90f47c45c404f7bc43005424fb6bade0974f
Author: Jari Aalto <jari.aalto at cante.net>
Date:   Thu Dec 17 13:29:57 2009 +0200

    debian/debian-vars.mk: rm
    
    Signed-off-by: Jari Aalto <jari.aalto at cante.net>
---
 debian/debian-vars.mk | 77 ---------------------------------------------------
 1 file changed, 77 deletions(-)

diff --git a/debian/debian-vars.mk b/debian/debian-vars.mk
deleted file mode 100644
index 2872948..0000000
--- a/debian/debian-vars.mk
+++ /dev/null
@@ -1,77 +0,0 @@
-# debian-vars.mk -- Common variables
-#
-#   Copyright
-#
-#	Copyright (C) 2005-2009 Jari Aalto <jari.aalto at cante.net>
-#
-#   License
-#
-#       This program is free software; you can redistribute it and/or modify
-#       it under the terms of the GNU General Public License as published by
-#       the Free Software Foundation; either version 2 of the License, or
-#       (at your option) any later version.
-#
-#       This program is 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 this program. If not, see <http://www.gnu.org/licenses/>.
-#
-#   Description
-#
-#	This is GNU makefile part, that defines common variables and
-#	macros to be used from debian/rules. To install, add this:
-#
-#	    PACKAGE = foo
-#	    include debian/debian-vars.mk
-
-ifneq (,)
-    This makefile requires GNU Make.
-endif
-
-PACKAGE		?= foo
-PIXPACKAGE	?= $(PACKAGE)
-TOPDIR		:= $(shell pwd)
-PKGDIR		= $(CURDIR)/debian/$(PACKAGE)
-
-SHAREROOTDIR	= $(PKGDIR)/usr/share
-SHAREDIR	= $(SHAREROOTDIR)/$(PACKAGE)
-DOCROOTDIR	= $(SHAREROOTDIR)/doc
-PKGDOCDIR	= $(DOCROOTDIR)/$(PACKAGE)
-SITELISPDIR	= $(SHAREROOTDIR)/emacs/site-lisp
-PKGLISPDIR	= $(SITELISPDIR)/$(PACKAGE)
-DESKTOPDIR	= $(SHAREROOTDIR)/applications
-XSESSIONDIR	= $(SHAREROOTDIR)/xsessions
-LOCALEDIR	= $(SHAREROOTDIR)/locale
-INFODIR		= $(SHAREROOTDIR)/info
-PIXDIR		= $(SHAREROOTDIR)/pixmaps
-PKGPIXDIR	= $(SHAREROOTDIR)/pixmaps/$(PIXPACKAGE)
-
-MANROOTDIR	= $(SHAREROOTDIR)/man
-MAN1DIR		= $(MANROOTDIR)/man1
-MAN5DIR		= $(MANROOTDIR)/man5
-MAN8DIR		= $(MANROOTDIR)/man8
-
-LIBROOTDIR	= $(PKGDIR)/usr/lib
-LIBDIR		= $(LIBROOTDIR)/$(PACKAGE)
-LIBPERLDIR	= $(LIBROOTDIR)/perl
-
-BINDIR		= $(PKGDIR)/usr/bin
-SBINDIR		= $(PKGDIR)/usr/sbin
-GAMEBINDIR	= $(PKGDIR)/usr/games
-
-INSTALL		?= /usr/bin/install
-INSTALL_DIR	= $(INSTALL) -m 755 -d
-INSTALL_DATA	= $(INSTALL) -p -m 644
-
-# The difference is that "BIN" may contain binary strip option
-INSTALL_SCRIPT	= $(INSTALL) -p -m 755
-INSTALL_BIN	= $(INSTALL) -p -m 755
-
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-    INSTALL_BIN += -s
-endif
-
-# End of Makefile part

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmshutdown.git



More information about the Pkg-wmaker-commits mailing list