userinfo (2.2-3) debian-dir only changes

Summary

 debian/README.Debian |    7 ++
 debian/changelog     |  122 +++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/compat        |    1 
 debian/control       |   19 +++++++
 debian/copyright     |   81 +++++++++++++++++++++++++++++++++
 debian/dirs          |    1 
 debian/docs          |    2 
 debian/rules         |   85 +++++++++++++++++++++++++++++++++++
 debian/watch         |    2 
 9 files changed, 320 insertions(+)

    
download this patch

Patch contents

--- userinfo-2.2.orig/debian/dirs
+++ userinfo-2.2/debian/dirs
@@ -0,0 +1 @@
+usr/bin
--- userinfo-2.2.orig/debian/changelog
+++ userinfo-2.2/debian/changelog
@@ -0,0 +1,122 @@
+userinfo (2.2-3) unstable; urgency=low
+
+  * Change maintainer to my new name
+  * Bump standards (No changes needed)
+
+ -- Alexander Reichle-Schmehl <tolimar@debian.org>  Mon, 18 Jan 2010 21:47:28 +0100
+
+userinfo (2.2-2) unstable; urgency=medium
+
+  * Removing userinfo links (Closes: #472803)
+  * Added hint to package description how the executable is called
+  * set urgency to medium for fixing RC bug
+
+ -- Alexander Schmehl <tolimar@debian.org>  Sat, 29 Mar 2008 20:49:15 +0100
+
+userinfo (2.2-1) unstable; urgency=low
+
+  * New maintainer (Closes: #471229)
+  * New upstream release
+  * Added Vcs-* fields to debian/control
+  * Added symlinks so the binary can be calles as the package name suggests
+  * Refreshed debian/copyright ; added src/strsep.c which isn't GPL
+  * disabling LDFLAGS="-Wl,-z,defs" for now, since it doesn't compile with it;
+    will be fixed later
+
+ -- Alexander Schmehl <tolimar@debian.org>  Wed, 19 Mar 2008 21:16:42 +0100
+
+userinfo (1.11-2) unstable; urgency=low
+
+  * Orphan this package, set Maintainer to Debian QA Group
+  * Move Homepage from long description to control field
+  * Reformat debian/copyright
+  * debian/rules:
+    - Remove commented lines
+    - Reformat configure call
+    - Only ignore a missing Makefile in clean target, not all errors
+    - Remove quilt dependency
+  * Update to Standards-Version 3.7.3, no further changes needed
+  * Apply the one patch to the manpage directly and remove the
+    Build-Depends on quilt
+  * Remove debian/patches completely
+
+ -- Tobias Toedter <t.toedter@gmx.net>  Sun, 16 Mar 2008 19:14:08 +0100
+
+userinfo (1.11-1) unstable; urgency=low
+
+  * New upstream version
+  * Update Standards-Version to 3.7.2, no changes needed
+  * Build depend on quilt for cleaner patch management
+  * Build depend on debhelper, new file debian/compat
+  * Rewrite debian/rules to use debhelper tools
+  * Rewrite the short and long package description, add homepage
+  * Rewrite debian/copyright
+  * Add watch file
+  * Include upstream files BUGS, ChangeLog.0, and README in package
+
+ -- Tobias Toedter <t.toedter@gmx.net>  Thu, 19 Apr 2007 09:47:26 +0200
+
+userinfo (1.10a-2) unstable; urgency=low
+
+  * New maintainer, adopted package with previous maintainer's consent
+  * Fix FTBFS on GNU/kFreeBSD. Closes: #342443
+    - Add autotools-dev to Build-Depends
+    - Use config.guess and config.sub from autotools-dev upon building
+  * Remove bash specifc code from debian/rules, fixing an FTBFS error.
+    Closes: #374585
+  * Correct a typo in manpage ui.1, thanks to A. Costa for the patch.
+    Closes: #394539
+  * Add README.Debian with a short explanation about the name of
+    the command. Closes: #356192
+  * Fix lintian warnings in debian/copyright:
+    - Change "Upstream Author(s)" to singular
+    - Update FSF postal address
+  * Strip unneeded symbols from the installed binary ui
+
+ -- Tobias Toedter <t.toedter@gmx.net>  Sat, 11 Nov 2006 14:38:36 +0100
+
+userinfo (1.10a-1) unstable; urgency=low
+
+  * New upstream version.
+  * Upgraded Standards-Version.
+
+ -- Lenart Janos <ocsi@debian.org>  Wed,  6 Nov 2002 00:16:54 +0100
+
+userinfo (1.5-1) unstable; urgency=low
+
+  * New upstream version.
+  * Now it seems perfectly running, even with root. (closes: Bug#127769)
+  * Re-added major options.                         (closes: Bug#128649)
+
+ -- Lenart Janos <ocsi@debian.org>  Sat, 23 Mar 2002 11:03:26 +0100
+
+userinfo (1.3-1) unstable; urgency=low
+
+  * Mew upstream release.
+
+ -- Lenart Janos <ocsi@debian.org>  Tue, 15 Jan 2002 16:37:45 +0100
+
+userinfo (1.1-2) unstable; urgency=low
+
+  * Typo fixed in the description.                  (closes: Bug#125447)
+
+ -- Lenart Janos <ocsi@debian.org>  Sat, 22 Dec 2001 16:21:24 +0100
+
+userinfo (1.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bloody (s)hell mistake in debian/ scripts.      (closes: Bug#123720)
+
+ -- Lenart Janos <ocsi@debian.org>  Thu, 13 Dec 2001 09:20:57 +0100
+
+userinfo (1.0-2) unstable; urgency=low
+
+  * Typo fixed in the short description.            (closes: Bug#123187)
+
+ -- Lenart Janos <ocsi@debian.org>  Mon, 10 Dec 2001 22:14:21 +0100
+
+userinfo (1.0-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Lenart Janos <ocsi@debian.org>  Sat,  8 Dec 2001 10:27:44 +0100
--- userinfo-2.2.orig/debian/README.Debian
+++ userinfo-2.2/debian/README.Debian
@@ -0,0 +1,7 @@
+userinfo for Debian
+-------------------
+
+Please note that "userinfo" is not the actual name of the command,
+you need to type "ui" instead. See "man ui" for more information.
+
+ -- Tobias Toedter <t.toedter@gmx.net>, Mon,  6 Nov 2006 11:40:34 +0100
--- userinfo-2.2.orig/debian/docs
+++ userinfo-2.2/debian/docs
@@ -0,0 +1,2 @@
+KnownBugs
+README
--- userinfo-2.2.orig/debian/control
+++ userinfo-2.2/debian/control
@@ -0,0 +1,19 @@
+Source: userinfo
+Section: admin
+Priority: optional
+Maintainer: Alexander Reichle-Schmehl <tolimar@debian.org>
+Build-Depends: autotools-dev, debhelper (>= 5)
+Standards-Version: 3.8.3
+Homepage: http://bjk.sourceforge.net/userinfo/
+Vcs-Svn: svn://svn.debian.org/collab-maint/deb-maint/userinfo/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/collab-maint/deb-maint/userinfo/
+
+Package: userinfo
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: display information about local users
+ Userinfo is a small console utility to display as much information
+ about a local user as possible. It supports the output of password
+ file info, home directory mode, mail info, lastlog info and more.
+ .
+ After installation you can invoke userinfo by calling ui.
--- userinfo-2.2.orig/debian/copyright
+++ userinfo-2.2/debian/copyright
@@ -0,0 +1,81 @@
+This package was debianized by Alexander Schmehl <tolimar@debian.org> on
+Wed, 19 Mar 2008 00:19:06 +0100.
+
+It was formerly debianized by Tobias Toedter <t.toedter@gmx.net> on Sat,
+11 Nov 2006 14:38:36 +0100 and Lenart Janos <ocsi@debian.org> on Sat,  8
+Dec 2001 10:30:44 +0100.
+
+It was downloaded from <http://bjk.sourceforge.net/userinfo/>.
+
+Upstream Author:
+
+    Ben Kibbey <bjk@luxsci.net>
+
+Copyright:
+
+    - For anything but src/strsep.c:
+      Copyright (C) 2001-2006 Ben Kibbey <bjk@luxsci.net>
+
+    - For src/strsep.c:
+      Copyright (c) 1990 The Regents of the University of California
+
+License:
+
+  All files, but src/strsep.c are licensed as follows:
+
+    This package is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This package is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+
+  src/strsep.c is licensed under the the following terms:
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions
+    are met:
+    1. Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+    2. Redistributions in binary form must reproduce the above copyright
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+    3. All advertising materials mentioning features or use of this software
+       must display the following acknowledgement:
+         This product includes software developed by the University of
+         California, Berkeley and its contributors.
+    4. Neither the name of the University nor the names of its contributors
+       may be used to endorse or promote products derived from this software
+       without specific prior written permission.
+    
+    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+    SUCH DAMAGE.
+ 
+
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
+
+Copyright for the Debian packaging:
+
+    Copyright (C) 2001-2002  Lenart Janos <ocsi@debian.org>
+    Copyright (C) 2006-2008  Tobias Toedter <t.toedter@gmx.net>
+    Copyright (C) 2008-      Alexander Schmehl <tolimar@debian.org>
+
+The Debian packaging work is licensed under the GPL, see above.
--- userinfo-2.2.orig/debian/watch
+++ userinfo-2.2/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/bjk/userinfo-(.*)\.tar\.gz
--- userinfo-2.2.orig/debian/rules
+++ userinfo-2.2/debian/rules
@@ -0,0 +1,85 @@
+#!/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.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+config.status: configure
+	dh_testdir
+	ln -s /usr/share/misc/config.sub build/config.sub
+	ln -s /usr/share/misc/config.guess build/config.guess
+	./configure --host=$(DEB_HOST_GNU_TYPE) \
+		--build=$(DEB_BUILD_GNU_TYPE) \
+		--prefix=/usr \
+		--mandir=\$${prefix}/share/man \
+		--infodir=\$${prefix}/share/info \
+		CFLAGS="$(CFLAGS)" #\
+#		LDFLAGS="-Wl,-z,defs"
+
+build: build-stamp
+
+build-stamp: config.status
+	dh_testdir
+	$(MAKE)
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp 
+	[ ! -f Makefile ] || $(MAKE) distclean
+	rm -f build/config.sub
+	rm -f build/config.guess
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/userinfo
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs ChangeLog
+	dh_installdocs
+	dh_installexamples
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install 
--- userinfo-2.2.orig/debian/compat
+++ userinfo-2.2/debian/compat
@@ -0,0 +1 @@
+5