[Pkg-wmaker-commits] [wmitime] 73/127: rm debian-vars.mk

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Aug 22 01:34:38 UTC 2015


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

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

commit b703018252e9947d5ef33994e98e7a62709d3f3d
Author: Jari Aalto <jari.aalto at cante.net>
Date:   Wed Mar 21 05:12:52 2012 -0400

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

diff --git a/debian/debian-vars.mk b/debian/debian-vars.mk
deleted file mode 100644
index 3cd97d6..0000000
--- a/debian/debian-vars.mk
+++ /dev/null
@@ -1,86 +0,0 @@
-#!/usr/bin/make -f
-#
-#   debian-vars.mk -- Common variables
-#
-#   Copyright
-#
-#	Copyright (C) 2005-2010 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 following
-#	to the beginning of debian/rules:
-#
-#	    PACKAGE = foo
-#	    include debian/debian-vars.mk
-
-ifneq (,)
-    This makefile requires GNU Make.
-endif
-
-PACKAGE		?= foo
-PIXPACKAGE	?= $(PACKAGE)
-ICONPACKAGE	?= $(PACKAGE)
-TOPDIR		:= $(shell pwd)
-PKGDIR		= $(shell pwd)/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	= $(PIXDIR)/$(PIXPACKAGE)
-ICONDIR		= $(SHAREROOTDIR)/icons
-PKGICONDIR	= $(ICONDIR)/$(ICONPACKAGE)
-
-MANROOTDIR	= $(SHAREROOTDIR)/man
-MAN1DIR		= $(MANROOTDIR)/man1
-MAN5DIR		= $(MANROOTDIR)/man5
-MAN7DIR		= $(MANROOTDIR)/man7
-MAN8DIR		= $(MANROOTDIR)/man8
-
-LIBROOTDIR	= $(PKGDIR)/usr/lib
-LIBDIR		= $(LIBROOTDIR)/$(PACKAGE)
-LIBPERLDIR	= $(LIBROOTDIR)/perl
-
-BINDIR		= $(PKGDIR)/usr/bin
-ETCDIR		= $(PKGDIR)/etc
-PKGETCDIR       = $(PKGDIR)/etc/$(PACKAGE)
-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/wmitime.git



More information about the Pkg-wmaker-commits mailing list