debian/0000755000000000000000000000000012255442034007167 5ustar debian/compat0000644000000000000000000000000212255433637010376 0ustar 9 debian/orig-tar.sh0000755000000000000000000000060412255433637011263 0ustar #!/bin/sh set -e # called by uscan with '--upstream-version' echo "version $2" package=`dpkg-parsechangelog | sed -n 's/^Source: //p'` version=$2 tarball=$3 TAR=${package}_${version}.orig.tar.gz DIR=${package}-${version}.orig unzip $tarball -d $DIR GZIP=--best tar --numeric --group 0 --owner 0 -c -v -z -f $TAR \ --exclude 'META-INF' $DIR rm -rf $tarball $DIR debian/control0000644000000000000000000000244012255434634010601 0ustar Source: rome Maintainer: Debian Java Maintainers Uploaders: Miguel Landaeta Section: java Priority: optional Build-Depends: debhelper (>= 9), default-jdk, javahelper, libjdom1-java, maven-repo-helper Standards-Version: 3.9.5 Homepage: http://rometools.github.io/rome/ Vcs-Git: git://anonscm.debian.org/pkg-java/rome.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/rome.git Package: librome-java Architecture: all Depends: libjdom1-java, ${misc:Depends} Suggests: librome-java-doc (= ${binary:Version}) Description: Java library to handle Atom and RSS feeds ROME is an set of open source Java tools for parsing, generating and publishing RSS and Atom feeds. . You can parse to an RSS object model, an Atom object model or an abstract SyndFeed model that can model either family of formats. Package: librome-java-doc Architecture: all Section: doc Depends: ${misc:Depends} Suggests: librome-java (= ${binary:Version}) Description: Documentation for librome-java Documentation for ROME that is an set of open source Java tools for parsing, generating and publishing RSS and Atom feeds. . You can parse to an RSS object model, an Atom object model or an abstract SyndFeed model that can model either family of formats. debian/librome-java.jlibs0000644000000000000000000000001112255433637012565 0ustar rome.jar debian/copyright0000644000000000000000000000174212255434672011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Rome Upstream-Contact: Sun Microsystems, Inc. Source: https://rome.dev.java.net/dist/rome-1.0-sources.jar Files: * Copyright: © 2004-2009, Sun Microsystems, Inc. License: Apache-2.0 Files: debian/* Copyright: © 2010-2012, Miguel Landaeta License: Apache-2.0 License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 /usr/share/common-licenses/Apache-2.0 (on Debian systems) . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. debian/rome.pom0000644000000000000000000001477112255433637010671 0ustar 4.0.0 rome rome ROME, RSS and atOM utilitiEs for Java 1.0 jar All Roads Lead to ROME. ROME is a set of Atom/RSS Java utilities that make it easy to work in Java with most syndication formats. Today it accepts all flavors of RSS (0.90, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0), Atom 0.3 and Atom 1.0 feeds. Rome includes a set of parsers and generators for the various flavors of feeds, as well as converters to convert from one format to another. The parsers can give you back Java objects that are either specific for the format you want to work with, or a generic normalized SyndFeed object that lets you work on with the data without bothering about the underlying format. https://rome.dev.java.net/ https://rome.dev.java.net/servlets/ProjectIssues
dev@rome.dev.java.net
2004 dev@rome.dev.java.net https://rome.dev.java.net/servlets/ProjectMailingListList https://rome.dev.java.net/servlets/ProjectMailingListList https://rome.dev.java.net/servlets/SummarizeList?listName=dev Alejandro Abdelnur http://blog.sun.com/roller/page/tucu/ 0 Elaine Chien 0 Patrick Chanezon http://www.chanezon.com/pat/weblog/ -9 scm:cvs:pserver:guest@cvs.dev.java.net:/cvs:rome https://rome.dev.java.net/source/browse/rome/ Sun Microsystems http://java.sun.com/ maven2-repository.dev.java.net Java.net Repository for Maven http://download.java.net/maven/2/ install src/java src/test src/java **/*.properties ${basedir}/src/data **/*.xml src/test rome.properties maven-compiler-plugin 1.4 1.4 maven-javadoc-plugin com.sun.syndication.feed.impl,com.sun.syndication.feed.module.impl,com.sun.syndication.feed.synd.impl,com.sun.syndication.io.impl maven-surefire-plugin **/Test*.java maven-jar-plugin ${project.build.outputDirectory}/META-INF/MANIFEST.MF org.apache.felix maven-bundle-plugin true com.sun.syndication.* oracle.*;resolution:=optional,org.jaxen*;resolution:=optional,org.jdom.*;resolution:=optional,* *;scope=compile|runtime;inline=false true META-INF/lib .,{maven-dependencies} {maven-resources},{maven-dependencies} bundle-manifest process-classes manifest org.apache.maven.plugins maven-source-plugin jar org.apache.maven.plugins maven-javadoc-plugin jar org.jvnet.wagon-svn wagon-svn RELEASE org.jdom jdom debian junit junit 3.8.2 test maven-changes-plugin ${basedir}/xdocs/changes.xml java.net-m2-repository java-net:/maven2-repository/trunk/repository/
debian/librome-java-doc.javadoc0000644000000000000000000000005112255433637013640 0ustar internal /usr/share/doc/librome-java/api debian/librome-java.poms0000644000000000000000000000002012255433637012440 0ustar debian/rome.pom debian/librome-java.manifest0000644000000000000000000000174312255433637013305 0ustar usr/share/java/rome.jar: Manifest-Version: 1.0 Bundle-RequiredExecutionEnvironment: J2SE-1.4 Bundle-SymbolicName: com.sun.syndication Import-Package: org.jdom;version="1.1.1",org.jdom.adapters;version="1.1.1",org.jdom.filter;version="1.1.1",org.jdom.input;version="1.1.1",org.jdom.output;version="1.1.1",org.jdom.transform;version="1.1.1",org.jdom.xpath;version="1.1.1" Bundle-ManifestVersion: 2 Bundle-Name: ROME Bundle-Localization: plugin Bundle-Version: 1.0.0.v200903112244 Bundle-Vendor: Sun Microsystems Export-Package: com.sun.syndication.feed;version="1.0.0",com.sun.syndication.feed.atom;version="1.0.0",com.sun.syndication.feed.impl;version="1.0.0",com.sun.syndication.feed.module;version="1.0.0",com.sun.syndication.feed.module.impl;version="1.0.0",com.sun.syndication.feed.rss;version="1.0.0",com.sun.syndication.feed.synd;version="1.0.0",com.sun.syndication.feed.synd.impl;version="1.0.0",com.sun.syndication.io;version="1.0.0",com.sun.syndication.io.impl;version="1.0.0" debian/rules0000755000000000000000000000114512255433637010261 0ustar #!/usr/bin/make -f export JAVA_HOME=/usr/lib/jvm/default-java export CLASSPATH=/usr/share/java/jdom1.jar export JH_JAR_EXTRA=com/sun/syndication/rome.properties %: dh $@ --with javahelper override_jh_build: jh_build rome.jar com override_jh_installlibs: mh_installpoms --package=librome-java mh_installjar --package=librome-java --java-lib debian/rome.pom rome.jar jh_manifest -v override_jh_clean: jh_clean mh_clean get-orig-source: cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \ uscan \ --verbose \ --no-symlink \ --destdir $(CURDIR) \ --watchfile debian/watch \ --force-download debian/source/0000755000000000000000000000000012255433637010500 5ustar debian/source/format0000644000000000000000000000001412255433637011706 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000015012255433637010225 0ustar version=3 https://github.com/rometools/rome/releases .*/rome-([\d\.]+).tar.gz debian debian/orig-tar.sh debian/changelog0000644000000000000000000000324212255435107011045 0ustar rome (1.0-6) unstable; urgency=low [ Stephen Nelson ] * Team upload. * Provide the correct Maven artifact. (Closes. #729013) * Bumped standards version to 3.9.5. No changes required. * Updated javahelper to 9. * Updated vcs to canonical form. * Updated homepage to point to new site. * Updated watch file to point to new repository. [ Miguel Landaeta ] * Update email address of the maintainer. -- Miguel Landaeta Sat, 21 Dec 2013 22:01:49 -0300 rome (1.0-5) unstable; urgency=low * Team upload. * Upload to unstable. * Bump Standards-Version to 3.9.4. No changes were required. * Remove the DMUA flag. -- tony mancill Thu, 23 May 2013 20:37:47 -0700 rome (1.0-4) experimental; urgency=low [ Miguel Landaeta ] * Provide Maven artifacts. (Closes: #674168). * Bump Standards-Version to 3.9.3. No changes were required. * Update copyright file. * Add call mh_clean in clean target. [ tony mancill ] * Set DMUA flag. -- Miguel Landaeta Thu, 26 Jul 2012 22:23:29 -0430 rome (1.0-3) unstable; urgency=low * Provide OSGi metadata in jar manifest. (Closes: #646058). * Bump Standards-Version to 3.9.2. No changes were required. * Make copyright file DEP-5 compliant. -- Miguel Landaeta Sun, 23 Oct 2011 13:38:20 -0430 rome (1.0-2) unstable; urgency=low * Don't update jar manifest after library installation. (Closes: #585578). -- Miguel Landaeta Sat, 12 Jun 2010 15:05:15 -0430 rome (1.0-1) unstable; urgency=low * Initial release. (Closes: #581767). -- Miguel Landaeta Mon, 17 May 2010 19:52:13 -0430 debian/clean0000644000000000000000000000001112255433637010175 0ustar rome.jar