vshost-util-vserver

Build script and sources for util-vserver.
git clone https://ccx.te2000.cz/git/vshost-util-vserver
Log | Files | Refs

Makefile-files (1514B)


      1 ## $Id$  -*- makefile -*-
      2 
      3 ## Copyright (C) 2010 Daniel Hokka Zakrisson <daniel@hozac.com>
      4 ##  
      5 ## This program is free software; you can redistribute it and/or modify
      6 ## it under the terms of the GNU General Public License as published by
      7 ## the Free Software Foundation; either version 2, or (at your option)
      8 ## any later version.
      9 ##  
     10 ## This program is distributed in the hope that it will be useful,
     11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 ## GNU General Public License for more details.
     14 ##  
     15 ## You should have received a copy of the GNU General Public License
     16 ## along with this program; if not, write to the Free Software
     17 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
     18 ##  
     19 
     20 
     21 EXTRA_DIST +=	debian/rules \
     22 		debian/control \
     23 		debian/compat \
     24 		debian/copyright \
     25 		debian/docs \
     26 		debian/changelog.in \
     27 		debian/changelog \
     28 		debian/util-vserver.postinst \
     29 		debian/util-vserver.postrm \
     30 		debian/util-vserver-build.postinst \
     31 		debian/util-vserver-sysv.postinst \
     32 		debian/util-vserver-sysv.postrm \
     33 		debian/util-vserver-sysv.prerm \
     34 		debian/util-vserver-legacy.postinst \
     35 		debian/util-vserver-legacy.postrm \
     36 		debian/util-vserver-legacy.prerm
     37 
     38 #CLEANFILES +=	debian/changelog
     39 
     40 DEB_CL_DATE = $(shell date '+%a, %d %b %Y %H:%M:%S %z')
     41 debian/changelog: debian/changelog.in
     42 	$(MKDIR_P) $(@D)
     43 	$(SED) "s/@"PACKAGE_VERSION"@/$(PACKAGE_VERSION)/g;s/@"DATE"@/$(DEB_CL_DATE)/g" $< > $@