aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-11-21 19:03:17 +0000
committerBill Meier <wmeier@newsguy.com>2010-11-21 19:03:17 +0000
commitd1b6eacf219143e585ae026322fda6c90dd466f1 (patch)
tree76f1919e7bc6c90c16b803cc1bbd88c55f5a2aca
parent2560f981ab5f6a1905cee775302ba7e67a4298d9 (diff)
Add $Id$; Fix some properties.
svn path=/trunk/; revision=34996
-rw-r--r--packaging/Makefile.am3
-rw-r--r--packaging/nsis/Makefile.am2
-rw-r--r--packaging/rpm/Makefile.am2
-rw-r--r--packaging/rpm/SPECS/Makefile.am2
-rw-r--r--packaging/rpm/SPECS/wireshark.spec.in1
-rw-r--r--packaging/svr4/Makefile.am3
-rwxr-xr-xpackaging/svr4/checkinstall.in3
-rwxr-xr-xpackaging/svr4/mkpkg4
-rw-r--r--packaging/svr4/pkginfo.in1
9 files changed, 20 insertions, 1 deletions
diff --git a/packaging/Makefile.am b/packaging/Makefile.am
index 93965aed04..adbc10d057 100644
--- a/packaging/Makefile.am
+++ b/packaging/Makefile.am
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
SUBDIRS = macosx rpm svr4 nsis
MAINTAINERCLEANFILES = \
diff --git a/packaging/nsis/Makefile.am b/packaging/nsis/Makefile.am
index 2d3c2a877d..56e9c1e779 100644
--- a/packaging/nsis/Makefile.am
+++ b/packaging/nsis/Makefile.am
@@ -1,3 +1,5 @@
+# $Id$
+#
MAINTAINERCLEANFILES = \
Makefile.in
diff --git a/packaging/rpm/Makefile.am b/packaging/rpm/Makefile.am
index 0ebfb7f1b1..09d50f4cee 100644
--- a/packaging/rpm/Makefile.am
+++ b/packaging/rpm/Makefile.am
@@ -1,3 +1,5 @@
+# $Id$
+#
SUBDIRS = SPECS
MAINTAINERCLEANFILES = \
diff --git a/packaging/rpm/SPECS/Makefile.am b/packaging/rpm/SPECS/Makefile.am
index 71179fac5e..fe34256d57 100644
--- a/packaging/rpm/SPECS/Makefile.am
+++ b/packaging/rpm/SPECS/Makefile.am
@@ -1,3 +1,5 @@
+# $Id$
+#
MAINTAINERCLEANFILES = \
Makefile.in
diff --git a/packaging/rpm/SPECS/wireshark.spec.in b/packaging/rpm/SPECS/wireshark.spec.in
index 3ed17cd17f..70cee0dac6 100644
--- a/packaging/rpm/SPECS/wireshark.spec.in
+++ b/packaging/rpm/SPECS/wireshark.spec.in
@@ -1,4 +1,5 @@
# Note that this is NOT a relocatable package
+# $Id$
%define ver @VERSION@
%define rel 2
%define prefix /usr
diff --git a/packaging/svr4/Makefile.am b/packaging/svr4/Makefile.am
index baf92c1524..afcf9e2bfa 100644
--- a/packaging/svr4/Makefile.am
+++ b/packaging/svr4/Makefile.am
@@ -1,3 +1,6 @@
+#
+# $Id$
+#
DISTCLEANFILES = \
Prototype
diff --git a/packaging/svr4/checkinstall.in b/packaging/svr4/checkinstall.in
index a915d1336c..2c928409f5 100755
--- a/packaging/svr4/checkinstall.in
+++ b/packaging/svr4/checkinstall.in
@@ -4,6 +4,9 @@
#
# This is a modified version of a script written by mark@metalab.unc.edu .
# The original is at http://metalab.unc.edu/pub/packages/solaris/sparc/html/creating.solaris.packages.html .
+#
+# $Id$
+#
PKG_CONFIG=@PKG_CONFIG@
diff --git a/packaging/svr4/mkpkg b/packaging/svr4/mkpkg
index 5fbc320df9..ecd908ee79 100755
--- a/packaging/svr4/mkpkg
+++ b/packaging/svr4/mkpkg
@@ -5,7 +5,9 @@
#
# This is a modified version of a script written by mark@metalab.unc.edu .
# The original is at http://metalab.unc.edu/pub/packages/solaris/sparc/html/creating.solaris.packages.html .
-
+#
+# $Id$
+#
if [ "$1" != "" ] ; then
pkg=$1
else
diff --git a/packaging/svr4/pkginfo.in b/packaging/svr4/pkginfo.in
index 0ecbbbece0..b79386e70a 100644
--- a/packaging/svr4/pkginfo.in
+++ b/packaging/svr4/pkginfo.in
@@ -1,3 +1,4 @@
+# $Id$
PKG="@PACKAGE@"
NAME="@PACKAGE@ @VERSION@"
VERSION="@VERSION@"