debian/0000755000000000000000000000000012256407726007201 5ustar debian/watch0000644000000000000000000000023612256407656010235 0ustar version=3 opts=uversionmangle=s/(\d)/$1./g;s/\.$// \ http://hgredirect-rockclimb.rhcloud.com/hgtags/nb-javac/ release(\d+)_base.tag debian debian/orig-tar.sh debian/rules0000755000000000000000000000067712256407656010275 0ustar #!/usr/bin/make -f export JAVA_HOME=/usr/lib/jvm/default-java %: dh $@ --with javahelper override_dh_auto_build: cd make/netbeans/nb-javac && \ ant -f build.xml jar override_dh_auto_clean: cd make/netbeans/nb-javac && \ ant -f build.xml clean override_dh_auto_test: cd make/netbeans/nb-javac && \ ant -f build.xml -Dlibs.junit_4.classpath=/usr/share/java/junit4.jar test get-orig-source: uscan --verbose --rename --force-download debian/changelog0000644000000000000000000000717212256407656011064 0ustar libnb-javaparser-java (7.4-1) unstable; urgency=low * Team upload. [ Andrew Ross ] * New upstream release. (Closes: #728398) * Enable junit tests during build. [ tony mancill ] * Bump Standards-Version to 3.9.5. -- tony mancill Tue, 24 Dec 2013 14:47:09 -0800 libnb-javaparser-java (7.3-1) unstable; urgency=low * New upstream release. * Bump standards version to 3.9.4 (no changes needed). * Update watch file to use new redirector. -- Andrew Ross Sun, 15 Sep 2013 16:31:33 -0400 libnb-javaparser-java (7.0.1-1) unstable; urgency=low [ Andrew Ross] * New upstream release. * Bump standards version to 3.9.2 (no changes needed). [ Andres Mejia ] * Remove myself as an uploader for this package. -- Andrew Ross Sun, 21 Aug 2011 19:26:00 +0100 libnb-javaparser-java (6.9-1) unstable; urgency=low [ Andres Mejia ] * Upload for Debian. (Closes: #492263) * Add Debian Java team as maintainer, Marek and myself as Uploaders. * Update packaging to use dh with javahelper. * Update homepage of Netbeans javaparser package. * Provide Vcs entries to control file. * Bump Standards-Version to 3.9.1. * Remove redundant Section and Priority fields. * Update packaging to use dh with javahelper. * Provide versioning for jar files. [ Damien Raude-Morvan ] * d/control: Drop Depends: default-jre-headless | java2-runtime-headless as a Java library don't need to depends on runtime (Java Policy). * d/copyright: Update to DEP-5 r166 format, add missing copyrights, reword License section of 'GPL-2 with classpath exception' to include full GPL-2 assignment. -- Andres Mejia Sat, 22 Jan 2011 12:30:02 -0500 libnb-javaparser-java (6.9-0ubuntu1) maverick; urgency=low * New upstream release (LP: #615406) * switch to 3.0 (quilt) format * control/Standards-Version is changed to 3.9.0 -- Yulia Novozhilova Mon, 09 Aug 2010 17:22:43 +0400 libnb-javaparser-java (6.8-0ubuntu1) lucid; urgency=low * New upstream release (LP: #516043) * debian/copyright and watch files are updated to point to the correct download location -- Yulia Novozhilova Thu, 21 Jan 2010 19:21:31 +0300 libnb-javaparser-java (6.7-0ubuntu2) karmic; urgency=low * Added a patch with bug fixes for NetBeans 6.7.1 (LP: #419110) * control/Standards-Version is changed to 3.8.3 * control/Section is changed to java -- Yulia Novozhilova Tue, 28 Jul 2009 16:31:39 +0400 libnb-javaparser-java (6.7-0ubuntu1) karmic; urgency=low * New upstream version (LP: #399291) -- Yulia Novozhilova Thu, 09 Jul 2009 12:35:55 +0400 libnb-javaparser-java (6.5-0ubuntu1) jaunty; urgency=low * New upstream version (LP: #316784) -- Yulia Novozhilova Mon, 22 Dec 2008 20:37:00 +0300 libnb-javaparser-java (6.1-0ubuntu1) intrepid; urgency=low * New upstream version (LP: #253066) * Fix issue: dependency on openjdk-6-jre explicitly (LP: #225711) * add missing Classpath exception text in copyright (LP: #201354) -- Yulia Novozhilova Tue, 29 Jul 2008 22:39:46 +0400 libnb-javaparser-java (6.0-0ubuntu2) hardy; urgency=low * Replace icedtea-java7 dependencies with openjdk-6 (LP: #203636) -- Marek Slama Thu, 20 Mar 2008 10:00:00 +0100 libnb-javaparser-java (6.0-0ubuntu1) hardy; urgency=low * Initial version. (LP: #185982) -- Marek Slama Tue, 22 Jan 2008 10:00:00 +0100 debian/libnb-javaparser-java.jlibs0000644000000000000000000000004212256407656014365 0ustar make/netbeans/nb-javac/dist/*.jar debian/orig-tar.sh0000755000000000000000000000065012256407656011267 0ustar #!/bin/bash VERSION=$2 FILE=$3 SVERSION=`echo $VERSION | tr -d "."` # The file isn't the real file, but we've been given the version number # we need to get. rm -f $FILE echo "Fetching mercurial repository and extracting version $VERSION" hg clone http://hg.netbeans.org/main/nb-javac/ cd nb-javac hg archive -t tgz -r release${SVERSION}_base ../../libnb-javaparser-java_${VERSION}.orig.tar.gz cd ../ rm -rf nb-javac debian/source/0000755000000000000000000000000012256407656010503 5ustar debian/source/format0000644000000000000000000000001412256407656011711 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212256407656010401 0ustar 7 debian/copyright0000644000000000000000000001147312256407656011144 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: nb-javaparser Source: http://hg.netbeans.org/main/nb-javac/ Files: * Copyright: Copyright 2003-2012, Oracle and/or its affiliates. All rights reserved. Copyright 2003-2009 Sun Microsystems, Inc. All Rights Reserved. Copyright 2009 Google, Inc. All Rights Reserved. License: GPL-2 with CLASSPATH exception This code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 only, as published by the Free Software Foundation. Sun designates this particular file as subject to the "Classpath" exception as provided by Sun in the LICENSE file that accompanied this code. . This code 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 version 2 for more details (a copy is included in the LICENSE file that accompanied this code). . You should have received a copy of the GNU General Public License version 2 along with this work; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. . Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, CA 95054 USA or visit www.sun.com if you need additional information or have any questions. . "CLASSPATH" EXCEPTION TO THE GPL . Certain source files distributed by Sun Microsystems, Inc. are subject to the following clarification and special exception to the GPL, but only where Sun has expressly included in the particular source file's header the words "Sun designates this particular file as subject to the "Classpath" exception as provided by Sun in the LICENSE file that accompanied this code." . Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and conditions of the GNU General Public License cover the whole combination. . As a special exception, the copyright holders of this library give you permission to link this library with independent modules to produce an executable, regardless of the license terms of these independent modules, and to copy and distribute the resulting executable under terms of your choice, provided that you also meet, for each linked independent module, the terms and conditions of the license of that module. An independent module is a module which is not derived from or based on this library. If you modify this library, you may extend this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. . On Debian systems, the complete text of the GNU General Public License, version 2, can be found in /usr/share/common-licenses/GPL-2. Files: debian/* Copyright: 2008-2010, Yulia Novozhilova License: GPL-2 On Debian systems, the complete text of the GNU General Public License, version 2, can be found in /usr/share/common-licenses/GPL-2. Files: src/share/sample/javac/processing/src/CheckNamesProcessor.java src/share/sample/language/model/CoreReflectionFactory.java Copyright: Copyright (c) 2006-2013, Oracle and/or its affiliates License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . - 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. . - Neither the name of Sun Microsystems 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 COPYRIGHT HOLDERS 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 COPYRIGHT OWNER 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. debian/control0000644000000000000000000000224412256407656010610 0ustar Source: libnb-javaparser-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Marek Slama , Andrew Ross Build-Depends: debhelper (>= 7.0.50~), javahelper, ant, ant-optional, default-jdk, junit4 Standards-Version: 3.9.5 Homepage: http://netbeans.org/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/libnb-javaparser-java.git Vcs-Git: git://anonscm.debian.org/pkg-java/libnb-javaparser-java.git Package: libnb-javaparser-java Architecture: all Depends: ${java:Depends}, ${misc:Depends} Description: Parser for the Java language which is good for use in tools NetBeans parser for Java is patched version of the Java compiler. The patches are necessary for making the compiler usable in tools. They contain things like improved error recovery, perfomance improvements etc. . Please notice that the NetBeans Java parser is intended solely for use in development tools and can not and should not be used as a Java compiler. It does not produce class files. If you want to compile Java source code use the javac compiler included in JDK releases.