[cpp-log4shib] 15/17: Remove stale unofficial Debian packaging

Scott Cantor cantor.2 at osu.edu
Mon Jun 25 10:18:26 EDT 2018


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

scantor pushed a commit to branch master
in repository cpp-log4shib.

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

commit ffe50a4b47ad36abe4a5830a77e3ebdfa5689d19
Author: Ferenc Wágner <wferi at debian.org>
AuthorDate: Mon Jun 25 11:01:41 2018 +0200

    Remove stale unofficial Debian packaging
    
    The official packaging is more current.
---
 Makefile.am                  |  5 ---
 debian/changelog             | 10 ------
 debian/control               | 33 -----------------
 debian/copyright             | 20 -----------
 debian/liblog4shib-dev.dirs  |  2 --
 debian/liblog4shib-dev.files |  4 ---
 debian/liblog4shib-doc.dirs  |  1 -
 debian/liblog4shib-doc.files |  1 -
 debian/liblog4shib0.dirs     |  1 -
 debian/liblog4shib0.files    |  1 -
 debian/liblog4shib0.postinst |  7 ----
 debian/rules                 | 85 --------------------------------------------
 12 files changed, 170 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 0153883..e6ccc66 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,6 @@ EXTRA_DIST = \
 	log4shib.spec \
 	Portfile.in \
 	Portfile \
-	debian \
 	msvc10 \
 	msvc15
 
@@ -29,10 +28,6 @@ rpm: dist
 	mv -f /usr/src/redhat/RPMS/*/$(PACKAGE)-doc-$(VERSION)-*.rpm \
 		$(top_srcdir)
 
-debian:
-	chmod a+x $(top_srcdir)/debian/rules
-	dpkg-buildpackage -rfakeroot -sa -us -uc -tc 
-
 docs:
 	$(MAKE) -C doc
 
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 41916d2..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,10 +0,0 @@
-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:
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 2a08a4e..0000000
--- a/debian/control
+++ /dev/null
@@ -1,33 +0,0 @@
-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
deleted file mode 100644
index fae4f9a..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,20 +0,0 @@
-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
deleted file mode 100644
index 9531c12..0000000
--- a/debian/liblog4shib-dev.dirs
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/include/log4shib
-usr/lib
diff --git a/debian/liblog4shib-dev.files b/debian/liblog4shib-dev.files
deleted file mode 100644
index eb62617..0000000
--- a/debian/liblog4shib-dev.files
+++ /dev/null
@@ -1,4 +0,0 @@
-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
deleted file mode 100644
index ae51ee0..0000000
--- a/debian/liblog4shib-doc.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/man/man3
diff --git a/debian/liblog4shib-doc.files b/debian/liblog4shib-doc.files
deleted file mode 100644
index ae51ee0..0000000
--- a/debian/liblog4shib-doc.files
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/man/man3
diff --git a/debian/liblog4shib0.dirs b/debian/liblog4shib0.dirs
deleted file mode 100644
index 5d69ebb..0000000
--- a/debian/liblog4shib0.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib
diff --git a/debian/liblog4shib0.files b/debian/liblog4shib0.files
deleted file mode 100644
index 0aa1742..0000000
--- a/debian/liblog4shib0.files
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/liblog4shib.so.*
diff --git a/debian/liblog4shib0.postinst b/debian/liblog4shib0.postinst
deleted file mode 100644
index 8c028cf..0000000
--- a/debian/liblog4shib0.postinst
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-if [ "$1" = "configure" ]; then
-  ldconfig
-fi
-
-#DEBHELPER#
diff --git a/debian/rules b/debian/rules
deleted file mode 100644
index 8520a4c..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,85 +0,0 @@
-#!/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