[cpp-log4shib] 03/26: Fix line endings, add initial changelog for 1.0.4-1

Scott Cantor cantor.2 at osu.edu
Tue Oct 19 16:13:09 UTC 2021


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

scantor pushed a commit to annotated tag debian/1.0.4-1
in repository cpp-log4shib.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-log4shib.git;a=commit;h=9adf1a83838ec64e473cea9f280bf6716bd3eeaa

commit 9adf1a83838ec64e473cea9f280bf6716bd3eeaa
Author: Russ Allbery <rra at stanford.edu>
AuthorDate: Tue Jun 5 16:31:04 2012 -0700

    Fix line endings, add initial changelog for 1.0.4-1
---
 debian/changelog             |  22 +++---
 debian/control               |  66 ++++++++---------
 debian/copyright             |  40 +++++-----
 debian/liblog4shib-dev.dirs  |   4 +-
 debian/liblog4shib-dev.files |   8 +-
 debian/liblog4shib-doc.dirs  |   2 +-
 debian/liblog4shib-doc.files |   2 +-
 debian/liblog4shib0.dirs     |   2 +-
 debian/liblog4shib0.files    |   2 +-
 debian/liblog4shib0.postinst |  14 ++--
 debian/rules                 | 170 +++++++++++++++++++++----------------------
 11 files changed, 167 insertions(+), 165 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 41916d2..de15391 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,12 @@
-log4shib (1.0-1) unstable; urgency=low
-
-  * The debian packaging files in this directory build un-official packages. 
-
- -- Scott Cantor <cantor.2 at osu.edu>  Mon, 30 July 2007
-
-Local variables:
-mode: debian-changelog
-add-log-mailing-address: "cantor.2 at osu.edu"
-End:
+log4shib (1.0.4-1) UNRELEASED; urgency=low
+
+  * Initial upload to Debian based on the Debian packaging done by Scott
+    Cantor and included with the upstream source.  (Closes: #666263)
+
+ -- Russ Allbery <rra at debian.org>  Tue, 05 Jun 2012 16:30:38 -0700
+
+log4shib (1.0-1) unstable; urgency=low
+
+  * The debian packaging files in this directory build un-official packages. 
+
+ -- Scott Cantor <cantor.2 at osu.edu>  Mon, 30 July 2007
diff --git a/debian/control b/debian/control
index 2a08a4e..3a1b842 100644
--- a/debian/control
+++ b/debian/control
@@ -1,33 +1,33 @@
-Source: log4shib
-Section: contrib/devel
-Priority: optional
-Maintainer: Scott Cantor <cantor.2 at osu.edu>
-Standards-Version: 1.0.0
-Build-Depends: debhelper (>> 3.0.0), libtool, doxygen, graphviz
-
-Package: liblog4shib0
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}
-Description: A C++ library for flexible logging
- Log for C++ is a library of C++ classes for flexible logging to files,
- syslog and other destinations. It is modeled after the Log for
- Java library (http://jakarta.apache.org/log4j/), staying as close to
- their API as is reasonable.
-
-Package: liblog4shib-dev
-Architecture: any
-Depends: liblog4shib0 (= ${Source-Version}), libc6-dev
-Description: A C++ library for flexible logging (development files)
- Log for C++ is a library of C++ classes for flexible logging to files,
- syslog and other destinations. It is modeled after the Log for
- Java library (http://jakarta.apache.org/log4j/), staying as close to
- their API as is reasonable.
-
-Package: liblog4shib-doc
-Architecture: all
-Description: A C++ library for flexible logging (documentation)
- Log for C++ is a library of C++ classes for flexible logging to files,
- syslog and other destinations. It is modeled after the Log for
- Java library (http://jakarta.apache.org/log4j/), staying as close to
- their API as is reasonable.
+Source: log4shib
+Section: contrib/devel
+Priority: optional
+Maintainer: Scott Cantor <cantor.2 at osu.edu>
+Standards-Version: 1.0.0
+Build-Depends: debhelper (>> 3.0.0), libtool, doxygen, graphviz
+
+Package: liblog4shib0
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}
+Description: A C++ library for flexible logging
+ Log for C++ is a library of C++ classes for flexible logging to files,
+ syslog and other destinations. It is modeled after the Log for
+ Java library (http://jakarta.apache.org/log4j/), staying as close to
+ their API as is reasonable.
+
+Package: liblog4shib-dev
+Architecture: any
+Depends: liblog4shib0 (= ${Source-Version}), libc6-dev
+Description: A C++ library for flexible logging (development files)
+ Log for C++ is a library of C++ classes for flexible logging to files,
+ syslog and other destinations. It is modeled after the Log for
+ Java library (http://jakarta.apache.org/log4j/), staying as close to
+ their API as is reasonable.
+
+Package: liblog4shib-doc
+Architecture: all
+Description: A C++ library for flexible logging (documentation)
+ Log for C++ is a library of C++ classes for flexible logging to files,
+ syslog and other destinations. It is modeled after the Log for
+ Java library (http://jakarta.apache.org/log4j/), staying as close to
+ their API as is reasonable.
diff --git a/debian/copyright b/debian/copyright
index fae4f9a..0706caf 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,20 +1,20 @@
-This package was debianized by Marcel Harkema <marcel at debian.org>
-on Sat, 7 Apr 2001 19:24:11 +0100.
-
-Original source was modified based on source from:
-  http://sourceforge.net/projects/log4cpp/
-
-Homepage:
-  http://shibboleth.internet2.edu/
-
-Copyright:
-  Copyright (C) 2007 Internet2
-  Copyright (C) 2000,2001 LifeLine Networks bv
-  Copyright (C) 2000,2001 Bastiaan Bakker
-
-License:
-  GNU Lesser General Public License.  A copy of the GNU Lesser General
-  Public License, version 2.1, can be found in /usr/share/common-licenses/LGPL-2.1
-
-Debian package maintainer:
-  Scott Cantor <cantor.2 at osu.edu>
+This package was debianized by Marcel Harkema <marcel at debian.org>
+on Sat, 7 Apr 2001 19:24:11 +0100.
+
+Original source was modified based on source from:
+  http://sourceforge.net/projects/log4cpp/
+
+Homepage:
+  http://shibboleth.internet2.edu/
+
+Copyright:
+  Copyright (C) 2007 Internet2
+  Copyright (C) 2000,2001 LifeLine Networks bv
+  Copyright (C) 2000,2001 Bastiaan Bakker
+
+License:
+  GNU Lesser General Public License.  A copy of the GNU Lesser General
+  Public License, version 2.1, can be found in /usr/share/common-licenses/LGPL-2.1
+
+Debian package maintainer:
+  Scott Cantor <cantor.2 at osu.edu>
diff --git a/debian/liblog4shib-dev.dirs b/debian/liblog4shib-dev.dirs
index 9531c12..263d0b9 100644
--- a/debian/liblog4shib-dev.dirs
+++ b/debian/liblog4shib-dev.dirs
@@ -1,2 +1,2 @@
-usr/include/log4shib
-usr/lib
+usr/include/log4shib
+usr/lib
diff --git a/debian/liblog4shib-dev.files b/debian/liblog4shib-dev.files
index eb62617..cfd21a1 100644
--- a/debian/liblog4shib-dev.files
+++ b/debian/liblog4shib-dev.files
@@ -1,4 +1,4 @@
-usr/lib/liblog4shib.a
-usr/lib/liblog4shib.la
-usr/lib/liblog4shib.so
-usr/include/log4shib
+usr/lib/liblog4shib.a
+usr/lib/liblog4shib.la
+usr/lib/liblog4shib.so
+usr/include/log4shib
diff --git a/debian/liblog4shib-doc.dirs b/debian/liblog4shib-doc.dirs
index ae51ee0..2ae7ac9 100644
--- a/debian/liblog4shib-doc.dirs
+++ b/debian/liblog4shib-doc.dirs
@@ -1 +1 @@
-usr/share/man/man3
+usr/share/man/man3
diff --git a/debian/liblog4shib-doc.files b/debian/liblog4shib-doc.files
index ae51ee0..2ae7ac9 100644
--- a/debian/liblog4shib-doc.files
+++ b/debian/liblog4shib-doc.files
@@ -1 +1 @@
-usr/share/man/man3
+usr/share/man/man3
diff --git a/debian/liblog4shib0.dirs b/debian/liblog4shib0.dirs
index 5d69ebb..6845771 100644
--- a/debian/liblog4shib0.dirs
+++ b/debian/liblog4shib0.dirs
@@ -1 +1 @@
-usr/lib
+usr/lib
diff --git a/debian/liblog4shib0.files b/debian/liblog4shib0.files
index 0aa1742..b74ef22 100644
--- a/debian/liblog4shib0.files
+++ b/debian/liblog4shib0.files
@@ -1 +1 @@
-usr/lib/liblog4shib.so.*
+usr/lib/liblog4shib.so.*
diff --git a/debian/liblog4shib0.postinst b/debian/liblog4shib0.postinst
index 8c028cf..e3d9c57 100644
--- a/debian/liblog4shib0.postinst
+++ b/debian/liblog4shib0.postinst
@@ -1,7 +1,7 @@
-#!/bin/sh
-
-if [ "$1" = "configure" ]; then
-  ldconfig
-fi
-
-#DEBHELPER#
+#!/bin/sh
+
+if [ "$1" = "configure" ]; then
+  ldconfig
+fi
+
+#DEBHELPER#
diff --git a/debian/rules b/debian/rules
index 8520a4c..8494515 100644
--- a/debian/rules
+++ b/debian/rules
@@ -1,85 +1,85 @@
-#!/usr/bin/make -f
-
-# Uncomment this to turn on verbose mode. 
-export DH_VERBOSE=1
-
-# This is the debhelper compatibility version to use.
-export DH_COMPAT=3
-
-# This has to be exported to make some magic below work.
-export DH_OPTIONS
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	if [ -x ./autogen.sh ] ; then ./autogen.sh ; fi
-	./configure --prefix=/usr --mandir=\$${prefix}/share/man
-	$(MAKE)
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp install-stamp
-	-$(MAKE) clean
-	-$(MAKE) distclean
-	dh_clean
-
-install: DH_OPTIONS=
-install: install-stamp
-install-stamp: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-	# Add here commands to install the package into debian/tmp.
-	$(MAKE) prefix=`pwd`/debian/tmp/usr install
-	dh_movefiles
-	# Copy class documentation (html) to doc/ directory of -doc package.
-	mkdir -p debian/liblog4shib-doc/usr/share/doc/liblog4shib-doc/html
-	mv debian/tmp/usr/doc/log4shib-*/html/* debian/liblog4shib-doc/usr/share/doc/liblog4shib-doc/html/
-	touch install-stamp
-
-binary-common:
-	dh_testdir
-	dh_testroot
-#	dh_installdebconf
-	dh_installdocs
-	dh_installexamples
-	dh_installmenu
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit
-	dh_installman
-	dh_installcron
-	dh_installinfo
-#	dh_undocumented
-	dh_installchangelogs
-	dh_link
-	dh_compress
-	dh_fixperms
-	dh_makeshlibs --noscripts
-	dh_installdeb
-#	dh_perl
-	dh_strip
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-# Build architecture dependant packages using the common target.
-binary-arch: build install
-	$(MAKE) -f debian/rules DH_OPTIONS=-a binary-common
-
-# Build architecture independant packages using the common target.
-binary-indep: build install
-	$(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
-
-# Any other binary targets build just one binary package at a time.
-binary-%: build install
-	$(MAKE) -f debian/rules binary-common DH_OPTIONS=-p$*
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode. 
+export DH_VERBOSE=1
+
+# This is the debhelper compatibility version to use.
+export DH_COMPAT=3
+
+# This has to be exported to make some magic below work.
+export DH_OPTIONS
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	if [ -x ./autogen.sh ] ; then ./autogen.sh ; fi
+	./configure --prefix=/usr --mandir=\$${prefix}/share/man
+	$(MAKE)
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp install-stamp
+	-$(MAKE) clean
+	-$(MAKE) distclean
+	dh_clean
+
+install: DH_OPTIONS=
+install: install-stamp
+install-stamp: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	# Add here commands to install the package into debian/tmp.
+	$(MAKE) prefix=`pwd`/debian/tmp/usr install
+	dh_movefiles
+	# Copy class documentation (html) to doc/ directory of -doc package.
+	mkdir -p debian/liblog4shib-doc/usr/share/doc/liblog4shib-doc/html
+	mv debian/tmp/usr/doc/log4shib-*/html/* debian/liblog4shib-doc/usr/share/doc/liblog4shib-doc/html/
+	touch install-stamp
+
+binary-common:
+	dh_testdir
+	dh_testroot
+#	dh_installdebconf
+	dh_installdocs
+	dh_installexamples
+	dh_installmenu
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_installinit
+	dh_installman
+	dh_installcron
+	dh_installinfo
+#	dh_undocumented
+	dh_installchangelogs
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_makeshlibs --noscripts
+	dh_installdeb
+#	dh_perl
+	dh_strip
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+# Build architecture dependant packages using the common target.
+binary-arch: build install
+	$(MAKE) -f debian/rules DH_OPTIONS=-a binary-common
+
+# Build architecture independant packages using the common target.
+binary-indep: build install
+	$(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
+
+# Any other binary targets build just one binary package at a time.
+binary-%: build install
+	$(MAKE) -f debian/rules binary-common DH_OPTIONS=-p$*
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list