debian/0000755000000000000000000000000011773344152007175 5ustar debian/control0000644000000000000000000000143311773343770010606 0ustar Source: 389-console Section: java Priority: extra Maintainer: Debian 389ds Team Uploaders: Timo Aaltonen Build-Depends: debhelper (>= 8.0.0), default-jdk, quilt, ant, libjss-java, libldap-java, libidm-console-framework-java, Standards-Version: 3.9.3 Homepage: http://directory.fedoraproject.org Vcs-Git: git://git.debian.org/git/pkg-fedora-ds/389-console.git Vcs-Browser: http://git.debian.org/?p=pkg-fedora-ds/389-console.git;a=summary Package: 389-console Architecture: all Depends: ${misc:Depends}, libidm-console-framework-java, openjdk-6-jre | java6-runtime, Description: 389 Management Console A Java based remote management console used for managing 389 Administration Server and 389 Directory Server. debian/source/0000755000000000000000000000000011773343770010502 5ustar debian/source/format0000644000000000000000000000001411773343770011710 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000013011773343770010225 0ustar version=3 http://directory.fedoraproject.org/wiki/Source .*/389-console-(.*)\.tar\.bz2 debian/changelog0000644000000000000000000000023511773343770011054 0ustar 389-console (1.1.7-1) unstable; urgency=low * Initial release (Closes: #664089) -- Timo Aaltonen Fri, 29 Jun 2012 17:20:57 +0200 debian/compat0000644000000000000000000000000211773343770010400 0ustar 8 debian/rules0000755000000000000000000000207511773343770010266 0ustar #!/usr/bin/make -f # -*- makefile -*- PKG := 389-console UPSTREAM_VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: *\(.*\)-.*$$/\1/ p' | sed -e 's/~.*//') MOD_MAJOR_VERSION := $(word 1, $(subst ., ,$(UPSTREAM_VERSION))) MOD_MINOR_VERSION := $(word 2, $(subst ., ,$(UPSTREAM_VERSION))) CONSOLELANG := en BUILT_DIR=$(CURDIR)/build override_dh_auto_clean: rm -rf $(BUILT_DIR) override_dh_auto_build: ant -Dbuilt.dir=$(BUILT_DIR) \ -Dclassdest=/usr/share/java \ -Djss.local.location=/usr/share/java \ override_dh_auto_install: mkdir -p $(CURDIR)/debian/$(PKG)/usr/share/java/ mkdir -p $(CURDIR)/debian/$(PKG)/usr/bin install -m 644 $(BUILT_DIR)/*.jar \ $(CURDIR)/debian/$(PKG)/usr/share/java/ install -m 755 $(BUILT_DIR)/$(PKG) \ $(CURDIR)/debian/$(PKG)/usr/bin dh_link usr/share/java/$(PKG)-$(UPSTREAM_VERSION)_$(CONSOLELANG).jar \ usr/share/java/$(PKG)-$(MOD_MAJOR_VERSION).$(MOD_MINOR_VERSION)_$(CONSOLELANG).jar dh_link usr/share/java/$(PKG)-$(UPSTREAM_VERSION)_$(CONSOLELANG).jar \ usr/share/java/$(PKG)_$(CONSOLELANG).jar %: dh $@ --with quilt debian/389-console.lintian-overrides0000644000000000000000000000022011773343770014537 0ustar codeless-jar usr/share/java/389-console-1.1.7_en.jar missing-classpath libidm-console-framework-java binary-without-manpage usr/bin/389-console debian/copyright0000644000000000000000000000230311773343770011133 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: 389-console Source: http://directory.fedoraproject.org/sources/ Files: * Copyright: 2005-2007 Red Hat, Inc. 2001 Sun Microsystems, Inc. License: LGPL-2 Files: debian/* Copyright: 2011 Timo Aaltonen License: GPL-2+ 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 program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". License: LGPL-2 On Debian systems, the complete text of the GNU Lesser General Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2".