[openrtm-commit:01538] r532 - trunk/rtmtools/packages/deb

openrtm @ openrtm.org openrtm @ openrtm.org
2015年 6月 8日 (月) 12:09:42 JST


Author: n-ando
Date: 2015-06-08 12:09:42 +0900 (Mon, 08 Jun 2015)
New Revision: 532

Removed:
   trunk/rtmtools/packages/deb/Makefile.am
Log:
[compat,->RELENG_1_1] Makefile.am removed.

Deleted: trunk/rtmtools/packages/deb/Makefile.am
===================================================================
--- trunk/rtmtools/packages/deb/Makefile.am	2015-06-08 02:55:19 UTC (rev 531)
+++ trunk/rtmtools/packages/deb/Makefile.am	2015-06-08 03:09:42 UTC (rev 532)
@@ -1,49 +0,0 @@
-## -*- Makefile -*-
-##------------------------------------------------------------
-## Makefile.am for deb package
-##
-## $Id$
-##------------------------------------------------------------
-
-#
-# Debian package control files
-#
-# the following files are constant
-# - README.Debian
-# - changelog
-# - compat
-# - control
-# - copyright
-# - dirs
-# - docs
-# - rules         
-#
-# the following files shoud be generated at make-dist
-# - files
-#
-# Package build process
-#
-# 1. edit "changelog" file with appropriate package version number
-#    like "1.1.0-2." This version number will be used for actual 
-#    deb package files.
-#
-# 2. Check permissions of the parent directory of distribution sourcecode
-#    extracted directory. (ex. parent of OpenRTM-aist-1.0.0)
-#    Package build script create deb packages there.
-#
-# 3. Run package build script debpkg_build.sh
-#    This script do everithings.
-#
-
-AUTOMAKE_OPTIONS = 1.4
-
-PKGVER=`head -n 1 changelog | sed 's/.*(\([0-9\.\-]*\).*/\1/'`
-
-all-local: ${EXTRA_DIST}
-	sh dpkg_build.sh
-
-clean-local:
-	rm -f *~
-
-EXTRA_DIST = dpkg_build.sh
-DIST_SUBDIRS = debian



More information about the openrtm-commit mailing list