# HG changeset patch # User cli # Date 1304525184 -7200 # Node ID f8894df2d079afcd4067b7055f00899efe43825b # Parent 73b21e9f395846963b41e45c0df7a8e204085e4f Refactoring. diff -r 73b21e9f3958 -r f8894df2d079 DEBIAN/README.Debian --- a/DEBIAN/README.Debian Mon Aug 30 00:20:06 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -cync for Debian ---------------- - -cync is still a very early alpha version, so be careful using it. You have been warned! - - -- Jens Mühlenhoff Mon, 11 Aug 2008 17:05:23 +0200 diff -r 73b21e9f3958 -r f8894df2d079 DEBIAN/compat --- a/DEBIAN/compat Mon Aug 30 00:20:06 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -6 diff -r 73b21e9f3958 -r f8894df2d079 DEBIAN/conffiles --- a/DEBIAN/conffiles Mon Aug 30 00:20:06 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -/etc/sonews/sonews.conf diff -r 73b21e9f3958 -r f8894df2d079 DEBIAN/control --- a/DEBIAN/control Mon Aug 30 00:20:06 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -Source: sonews -Section: news -Priority: optional -Maintainer: Christian Lins -Homepage: http://www.sonews.org/ -Package: sonews -Version: 1.0.0 -Architecture: all -Depends: openjdk-6-jre-headless | openjdk-6-jre | sun-java6-jre | cacao | jamvm, glassfish-mail, libmysql-java -Suggests: sonews-web, libpg-java, mysql-server, libjchart2d-java -Description: Usenet news server - sonews is a modern Usenet server providing newsgroups via NNTP. - A relational database backend is used to store the news data. - The sonews-web providers a configuration web interface. diff -r 73b21e9f3958 -r f8894df2d079 debian/README.Debian --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/README.Debian Wed May 04 18:06:24 2011 +0200 @@ -0,0 +1,6 @@ +cync for Debian +--------------- + +cync is still a very early alpha version, so be careful using it. You have been warned! + + -- Jens Mühlenhoff Mon, 11 Aug 2008 17:05:23 +0200 diff -r 73b21e9f3958 -r f8894df2d079 debian/compat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/compat Wed May 04 18:06:24 2011 +0200 @@ -0,0 +1,1 @@ +6 diff -r 73b21e9f3958 -r f8894df2d079 debian/conffiles --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/conffiles Wed May 04 18:06:24 2011 +0200 @@ -0,0 +1,1 @@ +/etc/sonews/sonews.conf diff -r 73b21e9f3958 -r f8894df2d079 debian/control --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/control Wed May 04 18:06:24 2011 +0200 @@ -0,0 +1,14 @@ +Source: sonews +Section: news +Priority: optional +Maintainer: Christian Lins +Homepage: http://www.sonews.org/ +Package: sonews +Version: 1.0.0 +Architecture: all +Depends: openjdk-6-jre-headless | openjdk-6-jre | sun-java6-jre | cacao | jamvm, glassfish-mail, libmysql-java +Suggests: sonews-web, libpg-java, mysql-server, libjchart2d-java +Description: Usenet news server + sonews is a modern Usenet server providing newsgroups via NNTP. + A relational database backend is used to store the news data. + The sonews-web providers a configuration web interface. diff -r 73b21e9f3958 -r f8894df2d079 debian/rules --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/rules Wed May 04 18:06:24 2011 +0200 @@ -0,0 +1,19 @@ +#!/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 + +# Default rule +%: + dh $@ + +#override_dh_auto_clean: +# ant init +# ant delete.local +