[SCM] Git Repository for packaging Poly/ML (http://www.polyml.org) branch, master, updated. debian/5.2-3-26-g08d7088
Lionel Elie Mamane
lionel at mamane.lu
Thu Sep 3 16:11:52 UTC 2009
The following commit has been merged in the master branch:
commit 406bb2ccc8b090dc47c0e1d8658da4401e42220b
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date: Thu Sep 3 15:56:40 2009 +0200
remove boilerplate comments
diff --git a/debian/rules b/debian/rules
index de264bf..bda1ef0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,9 @@
#!/usr/bin/make -f
# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-#
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-#
-# Modified to make a template file for a multi-binary package with separated
-# build-arch and build-indep targets by Bill Allombert 2001
+
+# Derived from the sample in sample in dh-make by Joey Hess, Craig
+# Small and Bill Allombert.
+
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
@@ -32,7 +27,6 @@ endif
config.status: configure
dh_testdir
- # Add here commands to configure the package.
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
cp -f /usr/share/misc/config.sub config.sub
endif
@@ -42,21 +36,17 @@ endif
./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" CCASFLAGS="$(CCASFLAGS) -Wa,--noexecstack"
-#Architecture
build: build-arch build-indep
build-arch: build-arch-stamp
build-arch-stamp: config.status
- # Add here commands to compile the arch part of the package.
$(MAKE)
touch $@
build-indep: build-indep-stamp
build-indep-stamp: config.status
- # Add here commands to compile the indep part of the package.
- #$(MAKE) doc
touch $@
clean:
@@ -64,7 +54,6 @@ clean:
dh_testroot
rm -f build-arch-stamp build-indep-stamp
- # Add here commands to clean up after the build process.
[ ! -f Makefile ] || $(MAKE) distclean
rm -f config.sub config.guess
@@ -89,6 +78,7 @@ install-arch:
$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
# dh_install -s
+
# Must not depend on anything. This is to be called by
# binary-arch/binary-indep
# in another 'make' thread.
@@ -121,12 +111,11 @@ binary-common:
dh_gencontrol
dh_md5sums
dh_builddeb
-# Build architecture independant packages using the common target.
-binary-indep: build-indep install-indep
+
+binary-indep: install-indep
$(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
-# Build architecture dependant packages using the common target.
-binary-arch: build-arch install-arch
+binary-arch: install-arch
$(MAKE) -f debian/rules DH_OPTIONS=-s binary-common
binary: binary-arch binary-indep
diff --git a/debian/watch b/debian/watch
index 16aa0f5..4c1a27d 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,21 +1,5 @@
-# Example watch control file for uscan
-# Rename this file to "watch" and then you can run the "uscan" command
-# to check for upstream updates and more.
+# Run "uscan" to check for upstream updates and more.
# See uscan(1) for format
-
-# Compulsory line, this is a version 3 file
version=3
-
-# Uncomment to examine a Webpage
-# <Webpage URL> <string match>
-#http://www.example.com/downloads.php polyml-(.*)\.tar\.gz
-
-# Uncomment to examine a Webserver directory
-#http://www.example.com/pub/polyml-(.*)\.tar\.gz
-
-# Uncommment to examine a FTP server
-#ftp://ftp.example.com/pub/polyml-(.*)\.tar\.gz debian uupdate
-
-# Uncomment to find new files on sourceforge, for devscripts >= 2.9
+# SourceForge magic, needs devscripts >= 2.9
http://sf.net/polyml/polyml\.(.*)\.tar\.gz
-
--
Git Repository for packaging Poly/ML (http://www.polyml.org)
More information about the debian-science-commits
mailing list