[Collab-qa-commits] r806 - svnbuildstat/trunk

goneri at alioth.debian.org goneri at alioth.debian.org
Sun Apr 20 00:07:05 UTC 2008


Author: goneri
Date: 2008-04-20 00:06:59 +0000 (Sun, 20 Apr 2008)
New Revision: 806

Modified:
   svnbuildstat/trunk/schema-pg.sql
Log:
update the DB schema

Modified: svnbuildstat/trunk/schema-pg.sql
===================================================================
--- svnbuildstat/trunk/schema-pg.sql	2008-04-19 23:30:05 UTC (rev 805)
+++ svnbuildstat/trunk/schema-pg.sql	2008-04-20 00:06:59 UTC (rev 806)
@@ -3,8 +3,10 @@
 --
 
 SET client_encoding = 'UTF8';
+SET standard_conforming_strings = off;
 SET check_function_bodies = false;
 SET client_min_messages = warning;
+SET escape_string_warning = off;
 
 SET search_path = public, pg_catalog;
 
@@ -18,10 +20,10 @@
 ALTER TABLE ONLY public.qajob_qatag DROP CONSTRAINT qajob_qatag_qatag_fkey;
 ALTER TABLE ONLY public.qajob_qatag DROP CONSTRAINT qajob_qatag_qajob_id_fkey;
 ALTER TABLE ONLY public.qajob DROP CONSTRAINT qajob_qastatus_id_fkey;
-ALTER TABLE ONLY public.qajob DROP CONSTRAINT qajob_qalog_id_fkey;
 ALTER TABLE ONLY public.qajob DROP CONSTRAINT qajob_changelogentry_id_fkey;
 ALTER TABLE ONLY public.changelogentry DROP CONSTRAINT changelogentry_tarball_id_fkey;
 ALTER TABLE ONLY public.changelogentry_bug DROP CONSTRAINT changelogentry_bug_changelogentry_id_fkey;
+ALTER TABLE ONLY public.changelogentry_bug DROP CONSTRAINT changelogentry_bug_bug_id_fkey;
 ALTER TABLE ONLY public.changelogentry DROP CONSTRAINT changelog_repositoryentry_id_fkey;
 ALTER TABLE ONLY public.changelogentry DROP CONSTRAINT changelog_aliothlogin_id_fkey;
 ALTER TABLE ONLY public.build DROP CONSTRAINT build_repositoryentry_id_fkey;
@@ -29,8 +31,12 @@
 ALTER TABLE ONLY public.build_deb DROP CONSTRAINT build_deb_build_id_fkey;
 ALTER TABLE ONLY public.build_deb DROP CONSTRAINT build_deb_arch_id_fkey;
 ALTER TABLE ONLY public.build DROP CONSTRAINT build_changelogentry_id_fkey;
+ALTER TABLE ONLY public.bugmerged DROP CONSTRAINT bugmerged_bug2_id_fkey;
+ALTER TABLE ONLY public.bugmerged DROP CONSTRAINT bugmerged_bug1_id_fkey;
 ALTER TABLE ONLY public.bug DROP CONSTRAINT bug_sourcepackage_id_fkey;
-ALTER TABLE ONLY public.bug DROP CONSTRAINT bug_severity_id_fkey;
+ALTER TABLE ONLY public.bug_bugtag DROP CONSTRAINT bug_bugtag_bugtag_id_fkey;
+ALTER TABLE ONLY public.bug_bugtag DROP CONSTRAINT bug_bugtag_bug_id_fkey;
+ALTER TABLE ONLY public.bug DROP CONSTRAINT bug_bugseverity_id_fkey;
 ALTER TABLE ONLY public.binarypackage_build DROP CONSTRAINT binarypackage_build_build_id_fkey1;
 ALTER TABLE ONLY public.binarypackage_build DROP CONSTRAINT binarypackage_build_build_id_fkey;
 ALTER TABLE ONLY public.binarypackage_build DROP CONSTRAINT binarypackage_build_binarypackage_id_fkey;
@@ -45,14 +51,12 @@
 ALTER TABLE ONLY public.team DROP CONSTRAINT team_pkey;
 ALTER TABLE ONLY public.tarball DROP CONSTRAINT tarball_pkey;
 ALTER TABLE ONLY public.sourcepackage DROP CONSTRAINT sourcepackage_pkey;
-ALTER TABLE ONLY public.severity DROP CONSTRAINT severity_pkey;
 ALTER TABLE ONLY public.repositoryentry DROP CONSTRAINT repositoryentry_pkey;
 ALTER TABLE ONLY public.repositoryentry_maintainer DROP CONSTRAINT repositoryentry_maintainer_pkey;
 ALTER TABLE ONLY public.repository DROP CONSTRAINT repository_pkey;
 ALTER TABLE ONLY public.qatool DROP CONSTRAINT qatool_pkey;
 ALTER TABLE ONLY public.qatag DROP CONSTRAINT qatag_pkey;
 ALTER TABLE ONLY public.qastatus DROP CONSTRAINT qastatus_pkey;
-ALTER TABLE ONLY public.qalog DROP CONSTRAINT qalog_pkey;
 ALTER TABLE ONLY public.qajob_qatag DROP CONSTRAINT qajob_qatag_pkey;
 ALTER TABLE ONLY public.qajob DROP CONSTRAINT qajob_pkey;
 ALTER TABLE ONLY public.maintainer DROP CONSTRAINT maintainer_pkey;
@@ -63,12 +67,32 @@
 ALTER TABLE ONLY public.changelogentry DROP CONSTRAINT changelog_pkey;
 ALTER TABLE ONLY public.build DROP CONSTRAINT build_pkey;
 ALTER TABLE ONLY public.build_deb DROP CONSTRAINT build_deb_pkey;
+ALTER TABLE ONLY public.bugtag DROP CONSTRAINT bugtag_pkey;
+ALTER TABLE ONLY public.bugtag DROP CONSTRAINT bugtag_name_key;
+ALTER TABLE ONLY public.bugseverity DROP CONSTRAINT bugseverity_pkey;
+ALTER TABLE ONLY public.bugmerged DROP CONSTRAINT bugmerged_pkey;
 ALTER TABLE ONLY public.bug DROP CONSTRAINT bug_pkey;
+ALTER TABLE ONLY public.bug_bugtag DROP CONSTRAINT bug_bugtag_pkey;
 ALTER TABLE ONLY public.binarypackage DROP CONSTRAINT binarypackage_pkey;
 ALTER TABLE ONLY public.binarypackage_build DROP CONSTRAINT binarypackage_build_pkey;
 ALTER TABLE ONLY public.arch DROP CONSTRAINT arch_pkey;
 ALTER TABLE ONLY public.arch DROP CONSTRAINT arch_arch_key;
 ALTER TABLE ONLY public.userlogin DROP CONSTRAINT aliothlogin_pkey;
+ALTER TABLE public.bugtag ALTER COLUMN id DROP DEFAULT;
+ALTER TABLE public.bugmerged ALTER COLUMN id DROP DEFAULT;
+ALTER TABLE public.bug_bugtag ALTER COLUMN id DROP DEFAULT;
+DROP SEQUENCE public.qatool_description_seq;
+DROP SEQUENCE public.qalog_id_seq;
+DROP SEQUENCE public.lintian_id_seq;
+DROP SEQUENCE public.linda_id_seq;
+DROP SEQUENCE public.deb_build_id_seq;
+DROP SEQUENCE public.bugtag_id_seq;
+DROP SEQUENCE public.bugmerged_id_seq;
+DROP SEQUENCE public.bug_bugtag_id_seq;
+DROP FUNCTION public.lintianerrcount(integer);
+DROP FUNCTION public.lintiancount(integer);
+DROP FUNCTION public.lindaerrcount(integer);
+DROP FUNCTION public.lindacount(integer);
 DROP VIEW public.viewtobuild;
 DROP VIEW public.viewpackagelist;
 DROP TABLE public.vcs;
@@ -81,15 +105,12 @@
 DROP SEQUENCE public.tarball_id_seq;
 DROP TABLE public.sourcepackage;
 DROP SEQUENCE public.sourcepackage_id_seq;
-DROP TABLE public.severity;
-DROP SEQUENCE public.severity_id_seq;
 DROP TABLE public.repositoryentry_maintainer;
 DROP TABLE public.repositoryentry;
 DROP SEQUENCE public.repositoryentry_id_seq;
 DROP TABLE public.repository;
 DROP SEQUENCE public.repository_vcs_id_seq;
 DROP SEQUENCE public.repository_id_seq;
-DROP SEQUENCE public.qatool_description_seq;
 DROP TABLE public.qatool;
 DROP SEQUENCE public.qatool_version_seq;
 DROP SEQUENCE public.qatool_id_seq;
@@ -97,19 +118,14 @@
 DROP SEQUENCE public.qatag_id_seq;
 DROP TABLE public.qastatus;
 DROP SEQUENCE public.qastatus_id_seq;
-DROP TABLE public.qalog;
-DROP SEQUENCE public.qalog_id_seq;
 DROP TABLE public.qajob_qatag;
 DROP SEQUENCE public.qajob_qatag_id_seq;
 DROP TABLE public.qajob;
 DROP SEQUENCE public.qajob_id_seq;
 DROP TABLE public.maintainer;
 DROP SEQUENCE public.maintainer_id_seq;
-DROP SEQUENCE public.lintian_id_seq;
-DROP SEQUENCE public.linda_id_seq;
 DROP TABLE public.host;
 DROP SEQUENCE public.host_id_seq;
-DROP SEQUENCE public.deb_build_id_seq;
 DROP TABLE public.deb;
 DROP SEQUENCE public.deb_id_seq;
 DROP TABLE public.changelogentry_bug;
@@ -120,6 +136,11 @@
 DROP SEQUENCE public.build_deb_id_seq;
 DROP TABLE public.build;
 DROP SEQUENCE public.build_id_seq;
+DROP TABLE public.bugtag;
+DROP TABLE public.bugseverity;
+DROP SEQUENCE public.bugseverity_id_seq;
+DROP TABLE public.bugmerged;
+DROP TABLE public.bug_bugtag;
 DROP TABLE public.bug;
 DROP TABLE public.binarypackage_build;
 DROP SEQUENCE public.binarypackage_build_id_seq;
@@ -127,10 +148,6 @@
 DROP SEQUENCE public.binarypackage_id_seq;
 DROP TABLE public.arch;
 DROP SEQUENCE public.arch_id_seq;
-DROP FUNCTION public.lintianerrcount(integer);
-DROP FUNCTION public.lintiancount(integer);
-DROP FUNCTION public.lindaerrcount(integer);
-DROP FUNCTION public.lindacount(integer);
 DROP SCHEMA public;
 --
 -- Name: public; Type: SCHEMA; Schema: -; Owner: postgres
@@ -148,51 +165,9 @@
 COMMENT ON SCHEMA public IS 'Standard public schema';
 
 
---
--- Name: lindacount(integer); Type: FUNCTION; Schema: public; Owner: svnbuildstat
---
+SET search_path = public, pg_catalog;
 
-CREATE FUNCTION lindacount(integer) RETURNS bigint
-    AS $_$SELECT count(linda.id) FROM build,build_linda,linda WHERE build.id=build_linda.build_id AND linda.id=build_linda.linda_id AND build.id=$1;$_$
-    LANGUAGE sql;
-
-
-ALTER FUNCTION public.lindacount(integer) OWNER TO svnbuildstat;
-
 --
--- Name: lindaerrcount(integer); Type: FUNCTION; Schema: public; Owner: svnbuildstat
---
-
-CREATE FUNCTION lindaerrcount(integer) RETURNS bigint
-    AS $_$SELECT count(linda.id) FROM build,build_linda,linda WHERE build.id=build_linda.build_id AND linda.id=build_linda.linda_id AND build.id=$1 AND linda.iserror='t';$_$
-    LANGUAGE sql;
-
-
-ALTER FUNCTION public.lindaerrcount(integer) OWNER TO svnbuildstat;
-
---
--- Name: lintiancount(integer); Type: FUNCTION; Schema: public; Owner: svnbuildstat
---
-
-CREATE FUNCTION lintiancount(integer) RETURNS bigint
-    AS $_$SELECT count(lintian.id) FROM build,build_lintian,lintian WHERE build.id=build_lintian.build_id AND lintian.id=build_lintian.lintian_id AND build.id=$1;$_$
-    LANGUAGE sql;
-
-
-ALTER FUNCTION public.lintiancount(integer) OWNER TO svnbuildstat;
-
---
--- Name: lintianerrcount(integer); Type: FUNCTION; Schema: public; Owner: svnbuildstat
---
-
-CREATE FUNCTION lintianerrcount(integer) RETURNS bigint
-    AS $_$SELECT count(lintian.id) FROM build,build_lintian,lintian WHERE build.id=build_lintian.build_id AND lintian.id=build_lintian.lintian_id AND build.id=$1 AND lintian.iserror='t';$_$
-    LANGUAGE sql;
-
-
-ALTER FUNCTION public.lintianerrcount(integer) OWNER TO svnbuildstat;
-
---
 -- Name: arch_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
 --
 
@@ -209,7 +184,7 @@
 -- Name: arch_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
 --
 
-SELECT pg_catalog.setval('arch_id_seq', 5, true);
+SELECT pg_catalog.setval('arch_id_seq', 6, true);
 
 
 SET default_tablespace = '';
@@ -308,7 +283,7 @@
 
 CREATE TABLE bug (
     id integer NOT NULL,
-    severity_id integer,
+    bugseverity_id integer,
     name text,
     sourcepackage_id integer
 );
@@ -317,6 +292,90 @@
 ALTER TABLE public.bug OWNER TO svnbuildstat;
 
 --
+-- Name: bug_bugtag; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
+--
+
+CREATE TABLE bug_bugtag (
+    id integer NOT NULL,
+    bug_id integer NOT NULL,
+    bugtag_id integer NOT NULL
+);
+
+
+ALTER TABLE public.bug_bugtag OWNER TO svnbuildstat;
+
+--
+-- Name: bugmerged; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
+--
+
+CREATE TABLE bugmerged (
+    id integer NOT NULL,
+    bug1_id integer NOT NULL,
+    bug2_id integer NOT NULL
+);
+
+
+ALTER TABLE public.bugmerged OWNER TO svnbuildstat;
+
+--
+-- Name: COLUMN bugmerged.bug1_id; Type: COMMENT; Schema: public; Owner: svnbuildstat
+--
+
+COMMENT ON COLUMN bugmerged.bug1_id IS 'the smallestbugnum';
+
+
+--
+-- Name: COLUMN bugmerged.bug2_id; Type: COMMENT; Schema: public; Owner: svnbuildstat
+--
+
+COMMENT ON COLUMN bugmerged.bug2_id IS 'the bigger bugnum';
+
+
+--
+-- Name: bugseverity_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+--
+
+CREATE SEQUENCE bugseverity_id_seq
+    INCREMENT BY 1
+    NO MAXVALUE
+    NO MINVALUE
+    CACHE 1;
+
+
+ALTER TABLE public.bugseverity_id_seq OWNER TO svnbuildstat;
+
+--
+-- Name: bugseverity_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+--
+
+SELECT pg_catalog.setval('bugseverity_id_seq', 7, true);
+
+
+--
+-- Name: bugseverity; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
+--
+
+CREATE TABLE bugseverity (
+    id integer DEFAULT nextval('bugseverity_id_seq'::regclass) NOT NULL,
+    name text
+);
+
+
+ALTER TABLE public.bugseverity OWNER TO svnbuildstat;
+
+--
+-- Name: bugtag; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
+--
+
+CREATE TABLE bugtag (
+    id integer NOT NULL,
+    name text
+);
+
+
+ALTER TABLE public.bugtag OWNER TO svnbuildstat;
+
+--
 -- Name: build_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
 --
 
@@ -333,7 +392,7 @@
 -- Name: build_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
 --
 
-SELECT pg_catalog.setval('build_id_seq', 33, true);
+SELECT pg_catalog.setval('build_id_seq', 135, true);
 
 
 --
@@ -344,7 +403,6 @@
     id integer DEFAULT nextval('build_id_seq'::regclass) NOT NULL,
     repositoryentry_id integer,
     svndebrelease text,
-    build_log text,
     host_id integer,
     buildisok boolean DEFAULT false,
     duration integer,
@@ -396,7 +454,7 @@
 -- Name: build_deb_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
 --
 
-SELECT pg_catalog.setval('build_deb_id_seq', 3, true);
+SELECT pg_catalog.setval('build_deb_id_seq', 44, true);
 
 
 --
@@ -430,7 +488,7 @@
 -- Name: changelogentry_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
 --
 
-SELECT pg_catalog.setval('changelogentry_id_seq', 29713, true);
+SELECT pg_catalog.setval('changelogentry_id_seq', 35763, true);
 
 
 --
@@ -484,7 +542,7 @@
 -- Name: changelogentry_bug_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
 --
 
-SELECT pg_catalog.setval('changelogentry_bug_id_seq', 706, true);
+SELECT pg_catalog.setval('changelogentry_bug_id_seq', 1451, true);
 
 
 --
@@ -517,7 +575,7 @@
 -- Name: deb_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
 --
 
-SELECT pg_catalog.setval('deb_id_seq', 3, true);
+SELECT pg_catalog.setval('deb_id_seq', 44, true);
 
 
 --
@@ -540,27 +598,6 @@
 
 
 --
--- Name: deb_build_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
---
-
-CREATE SEQUENCE deb_build_id_seq
-    START WITH 1
-    INCREMENT BY 1
-    NO MAXVALUE
-    NO MINVALUE
-    CACHE 1;
-
-
-ALTER TABLE public.deb_build_id_seq OWNER TO svnbuildstat;
-
---
--- Name: deb_build_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('deb_build_id_seq', 1, false);
-
-
---
 -- Name: host_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
 --
 
@@ -577,7 +614,7 @@
 -- Name: host_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
 --
 
-SELECT pg_catalog.setval('host_id_seq', 3, true);
+SELECT pg_catalog.setval('host_id_seq', 4, true);
 
 
 --
@@ -587,56 +624,16 @@
 CREATE TABLE host (
     id integer DEFAULT nextval('host_id_seq'::regclass) NOT NULL,
     name text,
-    arch text,
-    maintainer_id integer
+    maintainer_id integer,
+    ip text,
+    lastseen timestamp without time zone,
+    isblacklisted boolean DEFAULT false NOT NULL
 );
 
 
 ALTER TABLE public.host OWNER TO svnbuildstat;
 
 --
--- Name: linda_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
---
-
-CREATE SEQUENCE linda_id_seq
-    START WITH 1
-    INCREMENT BY 1
-    NO MAXVALUE
-    NO MINVALUE
-    CACHE 1;
-
-
-ALTER TABLE public.linda_id_seq OWNER TO svnbuildstat;
-
---
--- Name: linda_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('linda_id_seq', 1, false);
-
-
---
--- Name: lintian_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
---
-
-CREATE SEQUENCE lintian_id_seq
-    START WITH 1
-    INCREMENT BY 1
-    NO MAXVALUE
-    NO MINVALUE
-    CACHE 1;
-
-
-ALTER TABLE public.lintian_id_seq OWNER TO svnbuildstat;
-
---
--- Name: lintian_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('lintian_id_seq', 1, false);
-
-
---
 -- Name: maintainer_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
 --
 
@@ -653,7 +650,7 @@
 -- Name: maintainer_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
 --
 
-SELECT pg_catalog.setval('maintainer_id_seq', 880, true);
+SELECT pg_catalog.setval('maintainer_id_seq', 1257, true);
 
 
 --
@@ -699,7 +696,6 @@
     qatool_id integer NOT NULL,
     qastatus_id integer NOT NULL,
     changelogentry_id integer NOT NULL,
-    qalog_id integer,
     lastjobstart timestamp without time zone,
     date timestamp without time zone
 );
@@ -742,39 +738,6 @@
 ALTER TABLE public.qajob_qatag OWNER TO svnbuildstat;
 
 --
--- Name: qalog_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
---
-
-CREATE SEQUENCE qalog_id_seq
-    START WITH 1
-    INCREMENT BY 1
-    NO MAXVALUE
-    NO MINVALUE
-    CACHE 1;
-
-
-ALTER TABLE public.qalog_id_seq OWNER TO svnbuildstat;
-
---
--- Name: qalog_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('qalog_id_seq', 1, false);
-
-
---
--- Name: qalog; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
---
-
-CREATE TABLE qalog (
-    id integer DEFAULT nextval('qalog_id_seq'::regclass) NOT NULL,
-    log text
-);
-
-
-ALTER TABLE public.qalog OWNER TO svnbuildstat;
-
---
 -- Name: qastatus_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
 --
 
@@ -902,26 +865,6 @@
 
 
 --
--- Name: qatool_description_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
---
-
-CREATE SEQUENCE qatool_description_seq
-    INCREMENT BY 1
-    NO MAXVALUE
-    NO MINVALUE
-    CACHE 1;
-
-
-ALTER TABLE public.qatool_description_seq OWNER TO svnbuildstat;
-
---
--- Name: qatool_description_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('qatool_description_seq', 3, true);
-
-
---
 -- Name: repository_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
 --
 
@@ -1005,7 +948,7 @@
 -- Name: repositoryentry_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
 --
 
-SELECT pg_catalog.setval('repositoryentry_id_seq', 6722, true);
+SELECT pg_catalog.setval('repositoryentry_id_seq', 7989, true);
 
 
 --
@@ -1025,11 +968,13 @@
     sparc boolean DEFAULT true,
     sourcepackage_id integer,
     subdir text NOT NULL,
-    debianversion text,
     rev text,
     debchangelogentry text,
     todo text,
-    changelogentry_id integer
+    changelogentry_id integer,
+    lastwatchcheck timestamp without time zone,
+    issyncedwithupstream boolean,
+    iswatchfilebroken boolean
 );
 
 
@@ -1057,6 +1002,13 @@
 
 
 --
+-- Name: COLUMN repositoryentry.issyncedwithupstream; Type: COMMENT; Schema: public; Owner: svnbuildstat
+--
+
+COMMENT ON COLUMN repositoryentry.issyncedwithupstream IS 'is Synced with upstream?';
+
+
+--
 -- Name: repositoryentry_maintainer; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
 --
 
@@ -1069,38 +1021,6 @@
 ALTER TABLE public.repositoryentry_maintainer OWNER TO svnbuildstat;
 
 --
--- Name: severity_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
---
-
-CREATE SEQUENCE severity_id_seq
-    INCREMENT BY 1
-    NO MAXVALUE
-    NO MINVALUE
-    CACHE 1;
-
-
-ALTER TABLE public.severity_id_seq OWNER TO svnbuildstat;
-
---
--- Name: severity_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
---
-
-SELECT pg_catalog.setval('severity_id_seq', 7, true);
-
-
---
--- Name: severity; Type: TABLE; Schema: public; Owner: svnbuildstat; Tablespace: 
---
-
-CREATE TABLE severity (
-    id integer DEFAULT nextval('severity_id_seq'::regclass) NOT NULL,
-    name text
-);
-
-
-ALTER TABLE public.severity OWNER TO svnbuildstat;
-
---
 -- Name: sourcepackage_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
 --
 
@@ -1117,7 +1037,7 @@
 -- Name: sourcepackage_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
 --
 
-SELECT pg_catalog.setval('sourcepackage_id_seq', 3611, true);
+SELECT pg_catalog.setval('sourcepackage_id_seq', 4870, true);
 
 
 --
@@ -1127,13 +1047,21 @@
 CREATE TABLE sourcepackage (
     id integer DEFAULT nextval('sourcepackage_id_seq'::regclass) NOT NULL,
     name text,
-    description text
+    description text,
+    versioninsid text
 );
 
 
 ALTER TABLE public.sourcepackage OWNER TO svnbuildstat;
 
 --
+-- Name: COLUMN sourcepackage.versioninsid; Type: COMMENT; Schema: public; Owner: svnbuildstat
+--
+
+COMMENT ON COLUMN sourcepackage.versioninsid IS 'The version in Debian Sid (with the epoch)';
+
+
+--
 -- Name: tarball_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
 --
 
@@ -1150,7 +1078,7 @@
 -- Name: tarball_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
 --
 
-SELECT pg_catalog.setval('tarball_id_seq', 672, true);
+SELECT pg_catalog.setval('tarball_id_seq', 881, true);
 
 
 --
@@ -1217,7 +1145,7 @@
 -- Name: userlogin_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
 --
 
-SELECT pg_catalog.setval('userlogin_id_seq', 520, true);
+SELECT pg_catalog.setval('userlogin_id_seq', 755, true);
 
 
 --
@@ -1300,12 +1228,263 @@
 ALTER TABLE public.viewtobuild OWNER TO svnbuildstat;
 
 --
+-- Name: lindacount(integer); Type: FUNCTION; Schema: public; Owner: svnbuildstat
+--
+
+CREATE FUNCTION lindacount(integer) RETURNS bigint
+    AS $_$SELECT count(linda.id) FROM build,build_linda,linda WHERE build.id=build_linda.build_id AND linda.id=build_linda.linda_id AND build.id=$1;$_$
+    LANGUAGE sql;
+
+
+ALTER FUNCTION public.lindacount(integer) OWNER TO svnbuildstat;
+
+--
+-- Name: lindaerrcount(integer); Type: FUNCTION; Schema: public; Owner: svnbuildstat
+--
+
+CREATE FUNCTION lindaerrcount(integer) RETURNS bigint
+    AS $_$SELECT count(linda.id) FROM build,build_linda,linda WHERE build.id=build_linda.build_id AND linda.id=build_linda.linda_id AND build.id=$1 AND linda.iserror='t';$_$
+    LANGUAGE sql;
+
+
+ALTER FUNCTION public.lindaerrcount(integer) OWNER TO svnbuildstat;
+
+--
+-- Name: lintiancount(integer); Type: FUNCTION; Schema: public; Owner: svnbuildstat
+--
+
+CREATE FUNCTION lintiancount(integer) RETURNS bigint
+    AS $_$SELECT count(lintian.id) FROM build,build_lintian,lintian WHERE build.id=build_lintian.build_id AND lintian.id=build_lintian.lintian_id AND build.id=$1;$_$
+    LANGUAGE sql;
+
+
+ALTER FUNCTION public.lintiancount(integer) OWNER TO svnbuildstat;
+
+--
+-- Name: lintianerrcount(integer); Type: FUNCTION; Schema: public; Owner: svnbuildstat
+--
+
+CREATE FUNCTION lintianerrcount(integer) RETURNS bigint
+    AS $_$SELECT count(lintian.id) FROM build,build_lintian,lintian WHERE build.id=build_lintian.build_id AND lintian.id=build_lintian.lintian_id AND build.id=$1 AND lintian.iserror='t';$_$
+    LANGUAGE sql;
+
+
+ALTER FUNCTION public.lintianerrcount(integer) OWNER TO svnbuildstat;
+
+--
+-- Name: bug_bugtag_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+--
+
+CREATE SEQUENCE bug_bugtag_id_seq
+    INCREMENT BY 1
+    NO MAXVALUE
+    NO MINVALUE
+    CACHE 1;
+
+
+ALTER TABLE public.bug_bugtag_id_seq OWNER TO svnbuildstat;
+
+--
+-- Name: bug_bugtag_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: svnbuildstat
+--
+
+ALTER SEQUENCE bug_bugtag_id_seq OWNED BY bug_bugtag.id;
+
+
+--
+-- Name: bug_bugtag_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+--
+
+SELECT pg_catalog.setval('bug_bugtag_id_seq', 1252, true);
+
+
+--
+-- Name: bugmerged_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+--
+
+CREATE SEQUENCE bugmerged_id_seq
+    INCREMENT BY 1
+    NO MAXVALUE
+    NO MINVALUE
+    CACHE 1;
+
+
+ALTER TABLE public.bugmerged_id_seq OWNER TO svnbuildstat;
+
+--
+-- Name: bugmerged_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: svnbuildstat
+--
+
+ALTER SEQUENCE bugmerged_id_seq OWNED BY bugmerged.id;
+
+
+--
+-- Name: bugmerged_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+--
+
+SELECT pg_catalog.setval('bugmerged_id_seq', 1260, true);
+
+
+--
+-- Name: bugtag_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+--
+
+CREATE SEQUENCE bugtag_id_seq
+    INCREMENT BY 1
+    NO MAXVALUE
+    NO MINVALUE
+    CACHE 1;
+
+
+ALTER TABLE public.bugtag_id_seq OWNER TO svnbuildstat;
+
+--
+-- Name: bugtag_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: svnbuildstat
+--
+
+ALTER SEQUENCE bugtag_id_seq OWNED BY bugtag.id;
+
+
+--
+-- Name: bugtag_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+--
+
+SELECT pg_catalog.setval('bugtag_id_seq', 359, true);
+
+
+--
+-- Name: deb_build_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+--
+
+CREATE SEQUENCE deb_build_id_seq
+    START WITH 1
+    INCREMENT BY 1
+    NO MAXVALUE
+    NO MINVALUE
+    CACHE 1;
+
+
+ALTER TABLE public.deb_build_id_seq OWNER TO svnbuildstat;
+
+--
+-- Name: deb_build_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+--
+
+SELECT pg_catalog.setval('deb_build_id_seq', 1, false);
+
+
+--
+-- Name: linda_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+--
+
+CREATE SEQUENCE linda_id_seq
+    START WITH 1
+    INCREMENT BY 1
+    NO MAXVALUE
+    NO MINVALUE
+    CACHE 1;
+
+
+ALTER TABLE public.linda_id_seq OWNER TO svnbuildstat;
+
+--
+-- Name: linda_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+--
+
+SELECT pg_catalog.setval('linda_id_seq', 1, false);
+
+
+--
+-- Name: lintian_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+--
+
+CREATE SEQUENCE lintian_id_seq
+    START WITH 1
+    INCREMENT BY 1
+    NO MAXVALUE
+    NO MINVALUE
+    CACHE 1;
+
+
+ALTER TABLE public.lintian_id_seq OWNER TO svnbuildstat;
+
+--
+-- Name: lintian_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+--
+
+SELECT pg_catalog.setval('lintian_id_seq', 1, false);
+
+
+--
+-- Name: qalog_id_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+--
+
+CREATE SEQUENCE qalog_id_seq
+    START WITH 1
+    INCREMENT BY 1
+    NO MAXVALUE
+    NO MINVALUE
+    CACHE 1;
+
+
+ALTER TABLE public.qalog_id_seq OWNER TO svnbuildstat;
+
+--
+-- Name: qalog_id_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+--
+
+SELECT pg_catalog.setval('qalog_id_seq', 1, false);
+
+
+--
+-- Name: qatool_description_seq; Type: SEQUENCE; Schema: public; Owner: svnbuildstat
+--
+
+CREATE SEQUENCE qatool_description_seq
+    INCREMENT BY 1
+    NO MAXVALUE
+    NO MINVALUE
+    CACHE 1;
+
+
+ALTER TABLE public.qatool_description_seq OWNER TO svnbuildstat;
+
+--
+-- Name: qatool_description_seq; Type: SEQUENCE SET; Schema: public; Owner: svnbuildstat
+--
+
+SELECT pg_catalog.setval('qatool_description_seq', 3, true);
+
+
+--
+-- Name: id; Type: DEFAULT; Schema: public; Owner: svnbuildstat
+--
+
+ALTER TABLE bug_bugtag ALTER COLUMN id SET DEFAULT nextval('bug_bugtag_id_seq'::regclass);
+
+
+--
+-- Name: id; Type: DEFAULT; Schema: public; Owner: svnbuildstat
+--
+
+ALTER TABLE bugmerged ALTER COLUMN id SET DEFAULT nextval('bugmerged_id_seq'::regclass);
+
+
+--
+-- Name: id; Type: DEFAULT; Schema: public; Owner: svnbuildstat
+--
+
+ALTER TABLE bugtag ALTER COLUMN id SET DEFAULT nextval('bugtag_id_seq'::regclass);
+
+
+--
 -- Data for Name: arch; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
 --
 
 COPY arch (id, name) FROM stdin;
 2	i386
 3	amd64
+6	sparc
 \.
 
 
@@ -1329,3064 +1508,47 @@
 -- Data for Name: bug; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
 --
 
-COPY bug (id, severity_id, name, sourcepackage_id) FROM stdin;
-348399	\N	\N	\N
-396910	\N	\N	\N
-385228	\N	\N	\N
-456228	\N	\N	\N
-454801	\N	\N	\N
-456036	\N	\N	\N
-335324	\N	\N	\N
-280095	\N	\N	\N
-410864	\N	\N	\N
-434115	\N	\N	\N
-422695	\N	\N	\N
-423613	\N	\N	\N
-423537	\N	\N	\N
-426053	\N	\N	\N
-425712	\N	\N	\N
-426347	\N	\N	\N
-423546	\N	\N	\N
-425160	\N	\N	\N
-426254	\N	\N	\N
-422488	\N	\N	\N
-424783	\N	\N	\N
-438029	\N	\N	\N
-254703	\N	\N	\N
-406953	\N	\N	\N
-408210	\N	\N	\N
-408324	\N	\N	\N
-408348	\N	\N	\N
-406972	\N	\N	\N
-452100	\N	\N	\N
-453498	\N	\N	\N
-453834	\N	\N	\N
-445561	\N	\N	\N
-445690	\N	\N	\N
-445918	\N	\N	\N
-442631	\N	\N	\N
-443644	\N	\N	\N
-350740	\N	\N	\N
-351430	\N	\N	\N
-360671	\N	\N	\N
-452755	\N	\N	\N
-454109	\N	\N	\N
-397261	\N	\N	\N
-447589	\N	\N	\N
-433028	\N	\N	\N
-427475	\N	\N	\N
-433003	\N	\N	\N
-443732	\N	\N	\N
-434825	\N	\N	\N
-436287	\N	\N	\N
-433965	\N	\N	\N
-392712	\N	\N	\N
-441801	\N	\N	\N
-422539	\N	\N	\N
-414100	\N	\N	\N
-197795	\N	\N	\N
-447246	\N	\N	\N
-447382	\N	\N	\N
-432891	\N	\N	\N
-455062	\N	\N	\N
-347253	\N	\N	\N
-336157	\N	\N	\N
-452461	\N	\N	\N
-453544	\N	\N	\N
-335080	\N	\N	\N
-321611	\N	\N	\N
-316171	\N	\N	\N
-438354	\N	\N	\N
-433978	\N	\N	\N
-456441	\N	\N	\N
-454549	\N	\N	\N
-439220	\N	\N	\N
-446199	\N	\N	\N
-451206	\N	\N	\N
-454217	\N	\N	\N
-454973	\N	\N	\N
-190662	\N	\N	\N
-426020	\N	\N	\N
-338217	\N	\N	\N
-213883	\N	\N	\N
-450970	\N	\N	\N
-444593	\N	\N	\N
-444688	\N	\N	\N
-436541	\N	\N	\N
-436540	\N	\N	\N
-447862	\N	\N	\N
-370435	\N	\N	\N
-419517	\N	\N	\N
-410016	\N	\N	\N
-445912	\N	\N	\N
-412411	1	dopewars: sound does not work	2089
-430721	\N	\N	\N
-429655	\N	\N	\N
-419453	\N	\N	\N
-451387	\N	\N	\N
-399359	\N	\N	\N
-449373	\N	\N	\N
-209524	\N	\N	\N
-420944	\N	\N	\N
-383609	\N	\N	\N
-451408	\N	\N	\N
-451652	\N	\N	\N
-449851	\N	\N	\N
-453478	\N	\N	\N
-452489	\N	\N	\N
-431205	\N	\N	\N
-312403	\N	\N	\N
-335284	\N	\N	\N
-309034	\N	\N	\N
-331887	\N	\N	\N
-321075	\N	\N	\N
-312197	\N	\N	\N
-314916	\N	\N	\N
-315729	\N	\N	\N
-171087	\N	\N	\N
-307738	\N	\N	\N
-311266	\N	\N	\N
-451462	\N	\N	\N
-411281	\N	\N	\N
-423052	\N	\N	\N
-384398	\N	\N	\N
-445002	\N	\N	\N
-286780	\N	\N	\N
-361056	\N	\N	\N
-453533	\N	\N	\N
-435992	\N	\N	\N
-452999	\N	\N	\N
-446870	\N	\N	\N
-450470	\N	\N	\N
-455692	\N	\N	\N
-434393	\N	\N	\N
-421408	\N	\N	\N
-450210	\N	\N	\N
-450130	\N	\N	\N
-404125	\N	\N	\N
-434444	\N	\N	\N
-452483	\N	\N	\N
-441473	\N	\N	\N
-430118	\N	\N	\N
-240356	\N	\N	\N
-332440	\N	\N	\N
-420687	\N	\N	\N
-295398	\N	\N	\N
-229178	\N	\N	\N
-452872	\N	\N	\N
-447302	\N	\N	\N
-450100	\N	\N	\N
-451076	\N	\N	\N
-452117	\N	\N	\N
-445805	\N	\N	\N
-420859	\N	\N	\N
-450916	\N	\N	\N
-451599	\N	\N	\N
-451774	\N	\N	\N
-452713	\N	\N	\N
-440527	\N	\N	\N
-450023	\N	\N	\N
-436797	\N	\N	\N
-452715	\N	\N	\N
-453288	\N	\N	\N
-435979	\N	\N	\N
-439470	\N	\N	\N
-426888	\N	\N	\N
-430686	\N	\N	\N
-454345	\N	\N	\N
-453218	\N	\N	\N
-442912	\N	\N	\N
-432253	\N	\N	\N
-452369	\N	\N	\N
-452566	\N	\N	\N
-451545	\N	\N	\N
-437933	\N	\N	\N
-416459	\N	\N	\N
-346476	\N	\N	\N
-450307	\N	\N	\N
-451411	\N	\N	\N
-444550	\N	\N	\N
-386565	\N	\N	\N
-424737	\N	\N	\N
-396968	\N	\N	\N
-408426	\N	\N	\N
-354905	\N	\N	\N
-422732	\N	\N	\N
-447685	\N	\N	\N
-442764	\N	\N	\N
-451619	\N	\N	\N
-452122	\N	\N	\N
-451838	\N	\N	\N
-449697	\N	\N	\N
-357280	\N	\N	\N
-451627	\N	\N	\N
-449486	\N	\N	\N
-456252	\N	\N	\N
-455883	\N	\N	\N
-446527	\N	\N	\N
-456168	\N	\N	\N
-440583	\N	\N	\N
-451976	\N	\N	\N
-453604	\N	\N	\N
-402556	\N	\N	\N
-337828	\N	\N	\N
-448992	\N	\N	\N
-334629	\N	\N	\N
-440586	\N	\N	\N
-424105	\N	\N	\N
-448258	\N	\N	\N
-451935	\N	\N	\N
-448351	\N	\N	\N
-446053	\N	\N	\N
-453766	\N	\N	\N
-396334	\N	\N	\N
-441513	\N	\N	\N
-431889	\N	\N	\N
-367010	\N	\N	\N
-382815	\N	\N	\N
-380139	\N	\N	\N
-452875	\N	\N	\N
-440581	\N	\N	\N
-392097	\N	\N	\N
-450333	\N	\N	\N
-333164	\N	\N	\N
-453111	\N	\N	\N
-448989	\N	\N	\N
-439336	\N	\N	\N
-446656	\N	\N	\N
-428660	\N	\N	\N
-393377	\N	\N	\N
-34130	\N	\N	\N
-417544	\N	\N	\N
-341405	\N	\N	\N
-418579	\N	\N	\N
-450196	\N	\N	\N
-385569	\N	\N	\N
-385350	\N	\N	\N
-428575	\N	\N	\N
-362120	\N	\N	\N
-354374	\N	\N	\N
-450765	\N	\N	\N
-442958	\N	\N	\N
-377064	\N	\N	\N
-448692	\N	\N	\N
-447469	\N	\N	\N
-352994	\N	\N	\N
-451831	\N	\N	\N
-449655	\N	\N	\N
-451555	\N	\N	\N
-453149	\N	\N	\N
-442246	\N	\N	\N
-453941	\N	\N	\N
-448990	\N	\N	\N
-374118	\N	\N	\N
-326616	\N	\N	\N
-440590	\N	\N	\N
-441049	\N	\N	\N
-441403	\N	\N	\N
-360551	\N	\N	\N
-352093	\N	\N	\N
-446788	\N	\N	\N
-450616	\N	\N	\N
-456481	\N	\N	\N
-449194	\N	\N	\N
-352986	\N	\N	\N
-417591	\N	\N	\N
-340307	\N	\N	\N
-442607	\N	\N	\N
-440729	\N	\N	\N
-451488	\N	\N	\N
-413528	\N	\N	\N
-453476	\N	\N	\N
-399372	\N	\N	\N
-426476	\N	\N	\N
-352978	\N	\N	\N
-124995	\N	\N	\N
-440585	\N	\N	\N
-341745	\N	\N	\N
-352977	\N	\N	\N
-429865	\N	\N	\N
-429474	\N	\N	\N
-396699	\N	\N	\N
-432000	\N	\N	\N
-439338	\N	\N	\N
-454081	\N	\N	\N
-426227	\N	\N	\N
-453471	\N	\N	\N
-352987	\N	\N	\N
-321476	\N	\N	\N
-451437	\N	\N	\N
-413554	\N	\N	\N
-424442	\N	\N	\N
-446603	\N	\N	\N
-432542	\N	\N	\N
-443382	\N	\N	\N
-455495	\N	\N	\N
-454312	\N	\N	\N
-450063	\N	\N	\N
-385500	\N	\N	\N
-426546	\N	\N	\N
-270531	\N	\N	\N
-453021	\N	\N	\N
-217878	\N	\N	\N
-335294	\N	\N	\N
-353464	\N	\N	\N
-368244	\N	\N	\N
-289241	\N	\N	\N
-418864	\N	\N	\N
-352980	\N	\N	\N
-427975	\N	\N	\N
-445704	\N	\N	\N
-442716	\N	\N	\N
-448740	\N	\N	\N
-395264	\N	\N	\N
-446792	\N	\N	\N
-448974	\N	\N	\N
-429523	\N	\N	\N
-450847	\N	\N	\N
-440584	\N	\N	\N
-450615	\N	\N	\N
-442557	\N	\N	\N
-346541	\N	\N	\N
-306923	\N	\N	\N
-424290	\N	\N	\N
-432538	\N	\N	\N
-403039	\N	\N	\N
-456148	\N	\N	\N
-306617	\N	\N	\N
-352993	\N	\N	\N
-445804	\N	\N	\N
-397697	\N	\N	\N
-413526	\N	\N	\N
-381324	\N	\N	\N
-399688	\N	\N	\N
-352981	\N	\N	\N
-449357	\N	\N	\N
-329245	\N	\N	\N
-386101	\N	\N	\N
-440582	\N	\N	\N
-446117	\N	\N	\N
-320437	\N	\N	\N
-301761	\N	\N	\N
-392768	\N	\N	\N
-371062	\N	\N	\N
-450359	\N	\N	\N
-367835	\N	\N	\N
-451489	\N	\N	\N
-152180	\N	\N	\N
-385293	\N	\N	\N
-430560	\N	\N	\N
-430562	\N	\N	\N
-448977	\N	\N	\N
-368542	\N	\N	\N
-449188	\N	\N	\N
-426729	\N	\N	\N
-449113	\N	\N	\N
-449640	\N	\N	\N
-453184	\N	\N	\N
-384507	\N	\N	\N
-440000	\N	\N	\N
-451802	\N	\N	\N
-441839	\N	\N	\N
-447129	\N	\N	\N
-430806	\N	\N	\N
-267345	\N	\N	\N
-296643	\N	\N	\N
-444506	\N	\N	\N
-454095	\N	\N	\N
-449282	\N	\N	\N
-432369	\N	\N	\N
-450611	\N	\N	\N
-451433	\N	\N	\N
-307950	\N	\N	\N
-447326	\N	\N	\N
-452654	\N	\N	\N
-444462	\N	\N	\N
-277743	\N	\N	\N
-437554	\N	\N	\N
-437323	\N	\N	\N
-441174	\N	\N	\N
-452674	\N	\N	\N
-453749	\N	\N	\N
-453187	\N	\N	\N
-438502	\N	\N	\N
-451221	\N	\N	\N
-433937	\N	\N	\N
-411917	\N	\N	\N
-445428	\N	\N	\N
-450425	\N	\N	\N
-424640	\N	\N	\N
-456029	\N	\N	\N
-447940	\N	\N	\N
-433936	\N	\N	\N
-452997	\N	\N	\N
-388490	\N	\N	\N
-439102	\N	\N	\N
-450293	\N	\N	\N
-449072	\N	\N	\N
-430763	\N	\N	\N
-449588	\N	\N	\N
-453024	\N	\N	\N
-453591	\N	\N	\N
-446791	\N	\N	\N
-449751	\N	\N	\N
-421528	\N	\N	\N
-427030	\N	\N	\N
-451608	\N	\N	\N
-449225	\N	\N	\N
-450120	\N	\N	\N
-450296	\N	\N	\N
-447596	\N	\N	\N
-434714	\N	\N	\N
-440244	\N	\N	\N
-438928	\N	\N	\N
-447894	\N	\N	\N
-430947	\N	\N	\N
-379709	\N	\N	\N
-438667	\N	\N	\N
-418446	\N	\N	\N
-450206	\N	\N	\N
-444221	\N	\N	\N
-448646	\N	\N	\N
-446694	\N	\N	\N
-449739	\N	\N	\N
-452823	\N	\N	\N
-448838	\N	\N	\N
-450659	\N	\N	\N
-449547	\N	\N	\N
-453831	\N	\N	\N
-450377	\N	\N	\N
-454359	\N	\N	\N
-428718	\N	\N	\N
-453888	\N	\N	\N
-453889	\N	\N	\N
-456000	\N	\N	\N
-448786	\N	\N	\N
-437587	\N	\N	\N
-419546	\N	\N	\N
-436442	\N	\N	\N
-454998	\N	\N	\N
-451414	\N	\N	\N
-451416	\N	\N	\N
-416873	\N	\N	\N
-441711	\N	\N	\N
-350999	\N	\N	\N
-288367	\N	\N	\N
-288380	\N	\N	\N
-396078	\N	\N	\N
-409451	\N	\N	\N
-337937	\N	\N	\N
-441419	\N	\N	\N
-442349	\N	\N	\N
-448973	\N	\N	\N
-406307	\N	\N	\N
-443453	\N	\N	\N
-452575	\N	\N	\N
-440901	\N	\N	\N
-455580	\N	\N	\N
-294764	\N	\N	\N
-435763	\N	\N	\N
-429547	\N	\N	\N
-453554	\N	\N	\N
-440924	\N	\N	\N
-440227	\N	\N	\N
-446545	\N	\N	\N
-449132	\N	\N	\N
-417171	\N	\N	\N
-449975	\N	\N	\N
-424575	\N	\N	\N
-424462	\N	\N	\N
-412056	\N	\N	\N
-269840	\N	\N	\N
-188449	\N	\N	\N
-299524	\N	\N	\N
-383972	\N	\N	\N
-414533	\N	\N	\N
-60031	\N	\N	\N
-372272	\N	\N	\N
-445516	\N	\N	\N
-440925	\N	\N	\N
-440173	\N	\N	\N
-395337	\N	\N	\N
-437382	\N	\N	\N
-248751	\N	\N	\N
-442514	\N	\N	\N
-280045	\N	\N	\N
-326813	\N	\N	\N
-439714	\N	\N	\N
-442034	\N	\N	\N
-442056	\N	\N	\N
-442029	\N	\N	\N
-424738	\N	\N	\N
-402168	\N	\N	\N
-444372	\N	\N	\N
-444948	\N	\N	\N
-438812	\N	\N	\N
-440923	\N	\N	\N
-437735	\N	\N	\N
-413825	\N	\N	\N
-409377	\N	\N	\N
-449101	\N	\N	\N
-447465	\N	\N	\N
-444144	\N	\N	\N
-397830	\N	\N	\N
-449900	\N	\N	\N
-450395	\N	\N	\N
-438741	\N	\N	\N
-451566	\N	\N	\N
-428328	\N	\N	\N
-439471	\N	\N	\N
-450137	\N	\N	\N
-449449	\N	\N	\N
-449821	\N	\N	\N
-406351	\N	\N	\N
-452576	\N	\N	\N
-437080	\N	\N	\N
-424494	\N	\N	\N
-453581	\N	\N	\N
-454316	\N	\N	\N
-337938	\N	\N	\N
-355991	\N	\N	\N
-444827	\N	\N	\N
-453750	\N	\N	\N
-436774	\N	\N	\N
-454439	\N	\N	\N
-357751	\N	\N	\N
-241334	\N	\N	\N
-453751	\N	\N	\N
-405825	\N	\N	\N
-450630	\N	\N	\N
-448254	\N	\N	\N
-448918	\N	\N	\N
-450603	\N	\N	\N
-446998	\N	\N	\N
-447055	\N	\N	\N
-325336	\N	\N	\N
-441547	\N	\N	\N
-444899	\N	\N	\N
-440945	\N	\N	\N
-444251	\N	\N	\N
-445122	\N	\N	\N
-450631	\N	\N	\N
-445038	\N	\N	\N
-439307	\N	\N	\N
-444716	\N	\N	\N
-369345	\N	\N	\N
-438796	\N	\N	\N
-441614	\N	\N	\N
-447414	\N	\N	\N
-313714	\N	\N	\N
-263393	\N	\N	\N
-353796	\N	\N	\N
-426801	\N	\N	\N
-446403	\N	\N	\N
-454912	\N	\N	\N
-455373	\N	\N	\N
-452659	\N	\N	\N
-417505	\N	\N	\N
-424296	\N	\N	\N
-431509	\N	\N	\N
-309068	\N	\N	\N
-439837	\N	\N	\N
-367882	\N	\N	\N
-356981	\N	\N	\N
-417359	\N	\N	\N
-455588	\N	\N	\N
-452334	\N	\N	\N
-448084	\N	\N	\N
-421209	\N	\N	\N
-393035	\N	\N	\N
-390087	\N	\N	\N
-342994	\N	\N	\N
-387328	\N	\N	\N
-394841	\N	\N	\N
-447699	\N	\N	\N
-439504	\N	\N	\N
-424505	\N	\N	\N
-445292	\N	\N	\N
-445935	\N	\N	\N
-424741	\N	\N	\N
-255896	\N	\N	\N
-256423	\N	\N	\N
-404460	\N	\N	\N
-356626	\N	\N	\N
-343903	\N	\N	\N
-231399	\N	\N	\N
-343905	\N	\N	\N
-393827	\N	\N	\N
-341680	\N	\N	\N
-307717	\N	\N	\N
-414934	\N	\N	\N
-363410	\N	\N	\N
-408554	\N	\N	\N
-304605	\N	\N	\N
-436852	\N	\N	\N
-354706	\N	\N	\N
-445734	\N	\N	\N
-452658	\N	\N	\N
-388173	\N	\N	\N
-18583	1	par is too greedy	2023
-407849	2	script for /usr/bin/preloadkde	3520
-25998	2	gimp: a graphics by gimp image would be nice	1991
-55182	1	whiptail: --infobox doesn't work well in an xterm	1976
-407878	1	kaffeine: excessive memory usage on 192mb systems	3575
-55983	2	Gimp store "swap" file in ~/.Gimp - should use /tmp.	1991
-61656	2	mosaic preview should use midpoints	1962
-407905	1	installation-report: boot fails with encrypted root over raid	3104
-64316	1	I can't suspend a process on foreground	3400
-69019	2	Please add mailcap entries	1991
-407914	1	(no subject)	3546
-76244	2	download of base doesn't check for available disk	3035
-79611	2	es: es doesn't have command completion	3400
-86133	1	debconf: dialog: TERM variable is not being used, neither is user's xterm default colors	1976
-97618	2	Symlinks	2062
-97619	2	script flag	2062
-98841	2	koules doesn't include svgalib version	3394
-100399	2	tuxracer: overwrites changes in config file	3447
-103864	2	konsole: Doesn't write to /var/run/utmp	3520
-108530	1	not a hint on how to debug/start/use some of the project-types	3527
-407945	1	abuse-sdl: ppc, cannot shoot precisely to the left	3406
-110582	1	project name should be able to include spaces	3527
-110978	2	Suggested usability improvement	1933
-408097	3	sympa logs error on /style.css file not found	2006
-111416	2	noatun: should be able to play cds	3534
-118777	2	kdm: should check for a new X11 server binary before starting it	3520
-408113	1	kdelibs4c2a: Cannot change wallpaper	3532
-118964	2	dsniff: icq metadata decoding	2081
-121927	2	kdebase: ktip sometimes report incorrect keys	3520
-408171	2	gimp: brush selection dialog has squares but no circles	1991
-126480	1	No way to make a directory by hand with TarEntry()	1870
-126481	2	no way to automatically create leading directories for entries	1870
-408206	2	warn/ask user about first accounts privs	3124
-126487	2	TarOutputStream has no helper method to copy an entire stream of  data	1870
-129478	3	unison: inconsistent documentation of 'ignore = Regex'	1933
-408211	3	sympa: wws doesn't display french character correctly with apache2.2	2006
-129494	1	unison: window resizes of its own accord	1933
-129802	2	unison: Add cvs ignore policy option	1933
-408228	4	cdebconf: uninstallable under some conditions because of dependancy cycle	3046
-129922	2	langdrill: separate config and word lists	3498
-132023	2	langdrill: don't ask correctly answered words again	3498
-408239	1	should configure povray without using --enable-debug	1962
-134363	2	contigously scroll over a range of pages	3515
-136030	1	whiptail: resets cursor attributes on exit 	1976
-408243	3	Either update or remove mixer initialisation on module	2106
-136902	2	Qualifiers	2062
-136903	2	bsdlibrary - SO_REUSEADDR	2062
-408286	1	ignores errors during installation of arcboot	3067
-137147	1	kdevelop: Generated doxygen templates with absolute paths	3527
-137960	2	Unison lists obsolete non-free ssh site in manual	1933
-408350	1	strigi-client: strigiclient fails to show the results amd64	3592
-138025	2	kpackage: provide frontend for dpkg-reconfigure?	3530
-138157	2	advi doesn't support virtual fonts (Was: PS fonts do not work)	1937
-408428	2	gimp: whopping swap file left lying around	1991
-138443	2	debootstrap using files for list of packages to include/exclude	3035
-140974	1	LWP does not support Content-Range:	2610
-408481	1	kde password fields can not be pasted into	3532
-142395	3	libdbix-searchbuilder-perl: db connection should be closed explicitely	2674
-149285	1	Document "gencat" call, please.	2006
-408523	1	zabbix-agent: Useless use of ucf	2067
-151953	1	razor-check option --mbox is fooled by identical 'From' lines	2113
-152563	1	sympa: strange rights on /var/lib/sympa/expl/listname	2006
-408551	4	bugzilla: Cannot install with MySQL root password set	1833
-156261	2	wishlist: highlight property changes	1933
-156321	2	kdebase: kicker klock applet. please make formats for "copy" configurable	3520
-156462	2	wishlist: various text output improvements	1933
-156958	3	unison: Patterns require spaces rather than say tabs	1933
-157696	1	ant: <junit><batchtest> attempts to run tests in abstract classes	1870
-157888	1	(c)debconf-copydb: do not handle --config=Foo:bar	3046
-158984	1	policy proposal: java2 alternative	3018
-159485	2	liblockfile-simple-perl: can't set global options 	2448
-161714	1	[root at zork.net: zork 2002/09/20 20:02 Security Violations]	2113
-162875	1	wwsympa: Posting online underfeatured	2006
-164046	1	UAE buggy for select ()	2062
-165324	2	libservlet2.3-java: Adding the web-app and jasper's dtd's 	2873
-165799	1	crashes when processing certain Perl regexps	2006
-166370	2	java-common: Virtual packages "jar" and "javadoc"	3018
-166987	1	debconf: Can't answer deb_get questions	2641
-166994	4	libquota-perl: Quota::query and Quota::setqlim producing Block device required error	2567
-167713	1	Return-path header incorrectly set	2006
-169102	4	sympa: Lack of exim configuration for pipe transport	2006
-169748	3	unison: Unison shows wrong permission flag (sgid)	1933
-170887	1	povray compilation broken on 64-bit archs	1962
-171409	2	spamoracle: Loosing links to word database	1854
-173461	1	FAQ: gjdoc references	3018
-173487	3	sympa: Documentation's index.png and index.html conflict with mod_negotiation	2006
-174913	4	basilisk2: Won't run, always gives: "do_handle_screen_fault: unhandled address (nil) [IP=0x8079c6e]"	2088
-175237	2	libtimedate-perl: german date is not parsed correctly	2476
-175243	1	libmail-cclient-perl: imapdate contains undesirable \\0 at end	1988
-175261	3	unison-gtk: The logfile wil not reopened when opening an other profile	1933
-176149	1	ttf-xfree86-nonfree: defoma errors	2043
-177346	2	main-menu: useless question when only one option is available	3046
-177445	2	useless question asked when only one option is available	3046
-178194	3	should work more cooperative on latin1<->utf-8 recoding failures	2718
-178241	2	wget option in debootstrap functions	3035
-408571	1	FC4 not detected correctly	3119
-178293	2	gimp1.2 does not show up on an apt-cache search photoshop	1991
-179243	3	job control disabled	3045
-408588	1	Debian on SGI Altix IA-64 (follow-up)	3045
-180087	2	advi: minor display problem with attached file using Philip Hirschhorn's exam class	1937
-180557	1	sympa unable to configure mysql database despite correct configuration	2006
-408735	1	supertux: Aborting after losing last life but before game over leads to negative lives	3468
-182181	2	Compatibility with templates for HTML::Template	3170
-182182	1	wwsympa: Wrong logging directory	2006
-408767	4	kde mount removable media without iocharset and ignore HAL mountoptions	3520
-183366	1	lilo-installer: Installation fail to boot on machine with HD on hdd	3072
-183408	1	uw-imapd loses uidvalidity on folders at the drop of a hat	1978
-408842	2	libsaxon-java: New upstream: 8.8 (support XSLT 2.0)	2838
-184581	3	cdebconf/slang: Clears screen when skipping questions	3046
-186029	2	netcfg: Some questions should be grouped	3117
-408854	1	kopete: Kopete does not display encrypted messages	3531
-186515	2	kmail: Error displaying date in quotes	3525
-187583	1	libxml-xpath-perl: "and" in Xpath should be commutative (Can't call method "size" on an undefined value)	2450
-408858	4	kdelibs4-dev [gnu-kfreebsd]: slowdown of KDE after installing kdelibs4-dev, caused by .la files	3532
-188399	4	sympa: MySQL setup fails on woody	2006
-189206	2	mozplugger: please swallow only when actually embedding	2072
-408889	4	CVE-2006-6899: bluez-utils: HID Insecure Device Connection Vulnerability	1801
-191086	1	Init script doesn't check PID file settings	2006
-192800	2	libbcel-java: Executable to run org.apache.bcel.verifier.Verifier	2990
-408980	1	Sound file problems prevent supertux upgrading	3468
-193782	1	cstream: needs read permission for the output file	1993
-194042	1	advi cannot display dvi files created by groff	1937
-409002	3	bouncycastle: empty -gcj packages on hppa	2969
-196033	1	No _meaningful_ feedback when debootstrap fails	3116
-197115	3	vrflash_0.24-3(hppa/unstable): config.guess and friends out of date	2096
-409015	4	kword crashes, language choosing broken	3524
-197163	1	KDE and luxi fonts	2043
-197609	1	sympa: init.d script doesn't stop sympa	2006
-409038	2	debian-installer: feature request: enforce the use of strong passwords	3124
-199176	2	velocity: please call it libvelocity-java	2929
-199313	1	Patch fails to compile if ip_conntrack is a module, but wrr is not	2016
-409040	2	debian-installer: feature request: integration with corporate authentication mechanisms (NIS, LDAP, Kerberos...)	3124
-199647	1	euler: SEGV on startup	1975
-200467	1	debian-installer: Hardware detection should not fail when all required modules are included in kernel	3033
-409081	3	rob focus when mouse fly over the inactive freemind window's node	2812
-200529	3	Partconf should mention that it changes partition type	3123
-200584	1	libwww-perl: Cookies are not supported by GET	2610
-200688	1	kscd tries to read continously cdrom when a cd is ejected	3534
-201191	2	partconf: mkfs should indicate progress	3123
-201214	3	debconfclient.h macros waste space in binary	3046
-201252	1	anna: "No installer modules found" the second time you load modules	3125
-201396	1	anna: udebs in udeb_exclude will be installed anyway	3125
-201442	2	UAE: Wez Furlong's MMU patch to run Linux on UAE	2062
-202581	4	uw-imapd: at login whole home directory is searched	1978
-202769	1	unison-gtk: sends many resize requests at once.	1933
-203568	1	bugzilla: webdot not working with local installation (no https)	1833
-203805	4	basilisk2: timing speeds are messed up in new version	2088
-204266	1	Chrooted mldonkey-server seems to be broken	1886
-206041	4	kde-i18n-fa: displays "boxes" instead of arabic letters	3511
-206390	2	libxalan2-java: provide a command-line wrapper	2726
-208203	1	wwsympa: wrong permissions on config files	2006
-208980	1	Empty Messages incorrectly marked as Spam	2113
-209231	2	dh-make: No option to create template for arch-indep packages	2056
-209264	1	unison: problem handling large files (>1G)	1933
-209288	2	qt3-designer: images are XPM (1 colour transparent), could be PNG (full alpha)	3528
-210820	2	Please change short title/paragraph behaviour	3523
-211032	2	choose-mirror: add optional netselect support to choose-mirror?	3038
-211137	1	frame buffer weirdness; display on vc4 instead of vc1	3045
-211147	1	lilo(?) install fails; reboot after "booting the kernel"	3072
-211458	2	classpath: provide static libraries	2745
-211513	2	swish++: Error reporting is not suitable for cron job	1983
-212442	1	autopartkit failure (with mounted partitions and swap)	3118
-212457	1	partconf doesn't find pre-partitioned filesystems	3123
-212490	1	ipopd problems	1978
-212863	2	[PROPSAL] New java policy including tools to manage the changes	3018
-212881	2	cdebconf: Should include non-interactive frontend	3046
-213237	1	kernel-installer - should set warn_initrd=NO and image_in_boot=YES	3116
-213482	4	cdebconf - allocate fd 3 always or use dynamicaly assigned fd	3046
-409168	4	libapache2-mod-python: mod_python psp unusable in sarge version	3198
-213834	1	depends on libc-udeb	3125
-214058	2	proposal: add optional initrd-images	3072
-409172	1	rsibreak: Disabling timer reset doesn't work	3554
-214236	1	DOC++ eats characters at the end of DOC++ comments	2928
-215352	3	razor-report does not accept relative path anymore	2113
-409209	4	digikam: Canon 350D (digital rebel) not detected anymore	3572
-215471	1	failure report; exit 11 with errors about scsi io errors on non-scsi system	3043
-215473	1	generated fstab does not take ide-scsi into account	3123
-409290	4	bugzilla: whine.pl missing after installation	1833
-215677	2	vim: please add support for C digraphs and trigraphs	2718
-216045	3	partconf: No column headings for partition selection table	3123
-409326	1	"Newborn" child panel can't be re-sized or any other configuration done  until kicker is re-started	3520
-216100	4	spamoracle: segmentation fault	1854
-216111	2	don't offer previously selected mount point	3123
-409404	4	grande: Keys block due to missing configurability	3354
-216711	1	autopartkit has problems with a not present removable drive	3118
-216821	1	libwww-perl can fail to connect with HTTP 1.1 because of nonblocking socket	2610
-409412	4	g-i: RTL text changes place under the progress bar	3046
-217183	1	unison: assertion failure when destination directory does not exist and Backup is used	1933
-217337	2	Konqueror: associate to icon a animate-gif	3520
-409482	4	python-moinmoin: GUI editing to text breaks contents	2035
-218078	1	LW::html_find_tags seems broken	2131
-218485	1	hangs eating memory in pt_BR locale in xterm	3046
-409519	1	onlinebanking automatically adds payees before user-modifications	3546
-218598	1	partconf and partitioner use varying ways of describing the same disks	3043
-218600	2	put up a working please wait message when not displaying anything else	3046
-409565	2	python-django: SVN version?	3290
-218601	2	selected disk should advance as disks are partitioned	3043
-218610	1	partconf: Skipping to the next partition in the list would be better	3123
-409622	2	os-prober unmounts partitions unnecessarily (linux-boot-prober)	3119
-218649	3	partconf-mkfstab: Should use /dev/cdrom for /cdrom device	3123
-218755	3	autopartkit: no progress bar when creating LVM volumes	3118
-409672	2	HTML::Scrubber.3pm.gz: no need for # at end of line	2304
-218765	1	partconf: swap is mounted as "/"	3123
-409694	3	dh-make: support for dpatch added, changelog now lintian-clean	2056
-219498	4	disk with 8 partitions, only one is offered for choosing	3123
-219758	1	probing floppy hangs on vaio	3045
-409781	1	kdevelop: crash in QtDesignerIntegration::saveSettings () (on exit?)	3527
-219888	2	anna: Give the user full control of modules to be installed	3125
-220118	2	partitioner: should integrate with autopartkit	3043
-428987	4	Ships header files which #include config.h	3526
-220120	2	grub-installer: should use a "select" question for the boot-record	3071
-220188	2	netcfg: include ppp/modem configuration	3117
-220193	1	partconf-mkfstab: creates wrong entry for cdrom	3123
-220281	1	Installer "Configure and Mount Partitions" bug with 10 or more partitions	3123
-220282	4	partconf: should apt-install userspace tools for created filesystems	3123
-220478	3	partconf: buttons confusing in partition select menu	3123
-220483	1	partitioner: passed a unpartitionable harddisk to cfdisk	3043
-220825	1	partconf: should not assign a mountpoint to swap partitions	3123
-220949	1	install: Installer overwrites user data without warning	3123
-221260	2	whiptail: please add timeout option	1976
-221598	1	failed; could not read partition table	3043
-221602	2	provide common infastructure for serial console install info	3045
-221707	1	installation-reports: debian-installer beta1 (daily) - minor create FS bug	3123
-221764	2	installation-reports: no install via pppoe method	3117
-222403	1	unison-gtk: error message about gtkrc at startup	1933
-222506	1	anna: proposes some already installed packages	3125
-222576	1	debconf-copydb / debconf-dumpdb are unused	3046
-222718	4	re-running menu item is a trap you cannot get out of	3123
-222844	1	umount partitions before partitioning	3043
-222846	1	dopewars: md5sum problem	2089
-223115	3	uae: 16bit sound produces white noise on ppc	2062
-223360	1	unison: Memory leak	1933
-223743	1	failed mounting root partition on second pass	3123
-224073	1	mklibs: reports broken libraries very ugly	3082
-224150	3	spamoracle: documentation is MDA-biased	1854
-224624	3	/usr/games/vsinstall: vsinstall sound settings are very confusing	3332
-224635	2	lilo-installer should offer a way to only install lilo to floppy	3072
-224642	1	strange hang in re-entering partconf	3123
-224687	2	Please only load those fs modules which are needed	3123
-224795	2	No support for cool LaTeX-packages	1839
-224904	1	partitioner: Managing smartarray and probably other block devices	3043
-225175	2	kdesktop: windows squashed at startup (xinerama)	3520
-225220	2	problems with multiple floppy drives	3126
-409842	4	console-setup: Package configuration hangs and doesn't reach to an end.	3092
-225321	2	make knode understand '>>>' for the "remove citation marks action"	3525
-225802	1	disk device names not persistant from install to target system	3101
-409845	4	console-setup: Package configuration hangs and doesn't reach to an end.	3092
-226025	2	dh-make: allow overriding of package name without renaming directory (-p)	2056
-226361	1	breaks re-install of base system	3123
-409901	4	java-common: update-java-alternatives "cannot find alternative `/usr/lib/gcj-4.1/libgcjwebplugin.so' "	3018
-226732	2	foobillard: red-blue glasses full support	3337
-227335	1	migrationtools: services missing	2061
-409937	4	libqt4-sql: The method QSqlDatabase::removeDatabase() never returns	3509
-227472	1	uae: spews errors to xsession log	2062
-227581	2	artsbuilder: Missing man pages for /usr/bin/{artsbuilder, artscontrol, midisend}	3534
-409953	4	/usr/bin/moc must not be handled by alternatives	3528
-227587	2	[PROPOSAL] Java library dependencies	3018
-227594	2	[PROPOSAL] Remove binfmt_misc, specify JARs for programs	3018
-409961	4	foobillard: Menu does not work, no text ever appears.	3337
-227623	3	unison: Doesn't clean up lockfiles in some situations.	1933
-228289	3	autopartkit: makes partitions that does not end on cylinder boundary.	3118
-410080	2	sympa: Sympa + HTTPS : proper way of configuring needed in docs ?	2006
-228520	4	etw: crashes with a segmentation fault on powerpc	3327
-228532	1	[JAVA POLICY] No upgrade when sablevm is alternatvie for /usr/bin/java	3018
-410094	4	hyphenation patterns distributed without license and copyright information	3524
-229128	1	Problems installin to something else than MBR	3071
-229522	1	multibib-support does not work	1839
-410124	2	kdmtheme: Message to say that desktop base overload it is unclear	3609
-230511	1	confusing if shown filesystems exist or get created	3043
-231003	2	Should include IPv6 support from the beginning	3117
-410173	1	kontact: sync fails with undefined symbol	3525
-231137	1	partitioner: Does not allow backing up	3043
-231277	2	quote binary data	2428
-410187	1	kdelibs4c2a: Printer Management does not allow to restart a errored job	3532
-231296	2	download in mirror format	3035
-231624	1	Fails to display correct partition types after repartition	3123
-410238	1	kooka: crashed on exit (call stack included)	3515
-231643	1	Fails to detect already initialized ReiserFS partitions	3123
-231658	3	povray always creates .png files	1962
-410260	2	lwpcook.3pm.gz: get() mangles UTF-8	2610
-231668	2	choose-mirror: Please use apt-spy for automatic mirror selection	3038
-231782	1	Various issues with lvm	3123
-410264	1	Fwd: Spanish translation update for wesnoth-httt	3387
-231833	1	libxml-xpath-perl: CDATA handling is broken	2450
-232923	1	Popmail-Conduit: Date line missed, unneeded additional signature sign	3525
-233008	3	vim: inconsistent handling of special chars in langmap definition	2718
-233249	4	ttf-xfree86-nonfree-syriac: makes all TrueType fonts installed under x-ttcidfont-conf unavailable to X server	2043
-233302	1	wwsympa lists good email addresses as bouncing	2006
-233312	1	Usually it locks up while "retrieving" a file	3116
-233448	1	Inefficient packaging of arch independent data in package sympa	2006
-233682	1	!commando ends in insert mode	2714
-233957	1	neither fdisk nor cfdisk can handle a new ibm scsi disk	3043
-234199	1	Why ask filesystem question on a swap partition	3043
-234312	2	Please mention hd{a,b,c} etc names of harddisks	3043
-234470	2	please support *BSD	3119
-234715	3	Logcheck ignore.d.server and ignore.d.workstation files have the same contents	1978
-234769	1	uw-imapd forgets inbox mail message statistics at server reboot	1978
-235028	2	libmail-spf-query-perl: no init.d script for /usr/sbin/spfd daemon	2557
-235189	2	get: Returns an unessisary '\\n'.	2673
-235376	1	copying disk leads to error about resize	3112
-235744	1	filelight: Strange behaviour	3596
-236133	3	Handbook language does not honor LC_MESSAGES	3525
-236172	1	Uses partition that acording to parted is a swap partition but is not	3123
-236241	1	Can not use SCSI drives if there is unmounted IDE drive	3123
-236341	4	partconf - don't find any partition on s390	3123
-236635	1	nc6 doesn't work with multicast addresses in UDP mode	2110
-236746	1	reproducible main-menu crash if lilo-installer exits 10	3036
-236806	1	In /etc/kde3/kdm/Xservers no -dpi Option is set	3520
-236836	3	Add full names of subscribers in reviewbouncing table (patch included)	2006
-236950	2	razor-report: Reports mozilla deleted mail from mozilla mbox file.	2113
-237323	2	Diff output should be piped to pager	1933
-237401	1	can not continue after failed but almost succesful installation of the base system	3116
-237621	2	Use /etc/apache/conf.d instead of patching httpd.conf	2006
-238020	2	ksmserver: has no man page	3520
-238023	2	ksmserver: startkde doesn't support --help option	3520
-238292	1	The user had to umount the swap	3123
-238294	1	The unusual devfs names should not be used	3123
-410333	1	font problems in start-up screen and kdm-started window managers	3520
-238295	2	The menu with file systems should include short descriptions	3123
-238296	2	Progress bars during mkfs are needed	3123
-410397	1	can't play rtsp streams	3575
-238357	1	when there is no free space the default is to repartition the whole disk	3113
-410404	1	apticron: make depends on apt-listchanges and iputils recommends	2084
-238366	1	[mips] Should allow only ext2 and ext3 for the partition containing /boot	3101
-238527	3	[i386] [20040317] [businesscard] manual mirror selection is hard to find	3038
-410478	2	some patches	2090
-238770	1	kdm: small fonts in gnome apps due to removal of -dpi 100	3520
-238805	2	whiptail: Please add the dialog 'form' box option	1976
-410511	4	kaffeine: Kaffeine crashes when reading a playlist	3575
-238838	1	Mips uses different numbers for dvh partitions than SGI/fdisk	3123
-239309	1	[JAVA POLICY] can't find working java on install when JAVA_HOME not set	3018
-410564	3	kopete: [INTL:sv] two identical choices in notification list box	3531
-239386	2	Allows to deselect unnecessary modules but tries to use them later	3033
-239649	1	[mips] Doesn't give proper numbers to the partitions	3123
-410591	4	kmail crashes on retrieving dIMAP account	3525
-239738	1	installation-reports debian-installer beta3	3080
-239758	1	debian-installer: tmpfs disk gets full when trying bootstrapping again	3116
-410642	4	qt3-dev-tools: uic disable "includehints" tag in ui files which break compilation for some generated files.	3528
-240126	1	load-floppy: eject root floppy before requesting driver floppys	3126
-240204	1	Unison: wrong syncronization order whith read-only directory	1933
-410680	4	0.3.1-8 significantly slower than 0.3.1-2	3447
-240602	2	load-floppy: ask for multiple driver floppies	3126
-241391	2	vim: Swapfile found alert should tell the swapfile owner tty	2718
-410700	1	kde-guidance: displayconfig fails to run	3537
-241434	1	having backup button go to main-menu can be confusing	3036
-241478	3	Should not show the autopartitioning dialog when there is no enough space (even on the entire drive)	3113
-410774	2	povray: amd64 version planned?	1962
-241793	3	bad behavior at critical priority	3038
-241943	1	impossible to correct an error in net modules config	3033
-410787	3	debootstrap: Wrong example in man page.	3035
-242174	1	razor-report: incorret handling of relitive paths	2113
-242530	2	bluez-pan: exits with 0 although an error occurred	1801
-410805	1	bugzilla: collectstats.pl fails on PostgreSQL	1833
-242851	2	please allow way to change the text of the cencel button	1976
-243011	1	lilo-installer does not support non-chainloaded OSes such as linux and the hurd	3072
-410999	1	panel set to "Hide automatically" didn't show after upgrade	3520
-243085	1	back button looks out of place	3046
-243373	4	newt frontend replaces any line starting with a non-breaking space with a blank line, unless in utf-8 locale	3046
-411032	3	'pngcrush infile outfile' shouldn't say 'recompressing'.	1989
-243857	1	problem with 2 cds if one is not a d-i cd	3052
-244435	2	Needs hooks to install (sub-)arch dependent packages	3116
-244436	2	Please always ask FTP/HTTP when entering a custom mirror	3038
-244437	4	Choose-mirror: Sometimes shows country codes and not names	3046
-244592	3	vim: bug using macros/less.sh	2718
-244948	2	Please add PPPoE support	3117
-244959	1	should not pass the kernel environment to d-i	3045
-244985	2	debian-installer: Missing PPPOE suport for ADSL net-inst installation	3117
-245136	1	Should time out if downloading doesn't work	3116
-245465	2	Use tmpfs for /tmp when there is enough RAM	3113
-246007	2	Too much temporary space needed during install	3035
-246846	1	Problems with some examples	1868
-247044	2	Should complain if root is too small	3101
-247067	3	mathwar: the text is messed up	1995
-247196	2	kdm: clarify documentation	3520
-247220	1	Not obvious that the item in the main partitioning menu goes back to the same screen	3113
-247294	2	debootstrap: deboostrap should clean up environment	3035
-247582	1	main-menu must escape commas when collecting package titles	3036
-247593	1	"Lilo wants to make partition active even if installed in MBR"	3072
-247611	1	[i386] Should warn if /boot is not in the first 1024 cylinders and it is an old BIOS	3101
-247725	1	[hppa] [beta4] [netinst] arrow key problem	3091
-247744	1	diverges from debconf for select questions that are asked and not displayed	3046
-247757	1	[sparc] bootable partitions need to be < 1gb	3101
-247960	1	CD cache should be deactivated	3052
-248061	2	In network interface list show which ones are live	3117
-248284	2	unison-gtk: keyboard shortcuts	1933
-248437	1	installation-reports	3107
-248638	1	partman: fatal error : OK - cancel ?	3046
-248640	2	should be a way to tweak reserved space on ext2/3.	3114
-248886	2	offer lvm1 with snapshot support	3080
-248892	2	ccache: Should have support for config files in addition to env. vars.	2098
-249077	2	Better device names for mdcfg and lvmcfg	3080
-411033	1	'pngcrush infile outfile' may overwrite file without prompting.	1989
-249199	1	Flag usrquota/grpquota should check for quota support	3096
-249243	1	povray compilation broken on 64-bit archs	1962
-411034	3	'pngcrush infile outfile' vague wording: 'for outfile'	1989
-249462	2	Missing manpage for /usr/bin/kwin	3520
-249757	2	should install nwutil on arm/netwinder	3116
-411099	2	Please do not tar demos and examples	3509
-249784	2	kdm: Patch for SE/Linux 2.6 Security enhancements	3520
-250205	4	povray-3.5: fails to configure and install	1962
-411161	2	netcfg: Ability to disable autoneg	3117
-250222	4	cdebconf-text-udeb - does not respect TERM=dumb	3046
-250286	2	kcontrol has no manpage	3520
-411166	1	Error write partition table after changing guided setup	3103
-250349	3	Usability: CD-ROM related issues	3122
-250413	1	installation of the apt-install queue is not robust enough	3116
-411203	4	Debian etch installer doesn't boot on IBM PPC64 CHRP systems, partitioner problem	3111
-250674	2	OS/2 support	3119
-250743	1	krfb: server disconnects with first action after entering password.	3531
-411348	2	kdeprint should recommend gs-common to allow printing to PDF	3520
-250869	1	Blindly setting UTF-8 as generated document charset breaks old installations	1833
-250987	4	ln: `/usr/bin/povray': File exists	1962
-411367	2	d-i: Diclose MAC Address	3117
-251054	2	[MERGED] Help for the "edit partition" dialog required	3101
-251333	3	netcfg: Should display a progress bar while configuring the static network	3117
-411446	1	[powerpc] Should not select UTC for iBooks	3088
-251415	2	Please add a "storage sever" recipe with big /var and small /home	3113
-251523	3	Please add a stronger message about RAID creation.	3104
-411487	4	libapache2-mod-python: md5 calculation conflicts with php5-mhash module	3198
-251524	3	Don't show both "Cancel" and "Go back"	3029
-251528	3	should not take down the progress bar before mke2fs -j	3097
-411526	1	Should support separate /boot shared with existing OS	3119
-251898	1	long delay because RAID has to sync	3029
-251905	1	Problems/workarounds for install to root on LVM on RAID	3080
-411571	3	Dialogs to start/exit shell do not match reality	3039
-252009	1	LILO/GRUB problems when root is on RAID1	3029
-252010	2	Add help in the "Edit partition" dialog	3101
-411578	1	dpkg-reconfigure fails because it doesn't ask for mysql root password	1833
-252164	1	lvm partman hangs at 56%	3080
-252336	1	unison: fails to remove lock files	1933
-411585	1	cdebconf: values for question not deleted on unregister	3046
-252620	3	konqueror: resizing browser font repositions the current window in the document	3520
-253015	2	Please add a hevea style files for cxref output	1839
-411586	3	partman-auto-lvm: LVM guided partitioning does not seem to be customisable	3103
-253301	4	sympa: FastCGI doesn't work: missing directory!	2006
-253380	1	Inconsistent buy/sell prices for upgrades	3483
-253381	1	The description for the medical pod mission could be clearer	3483
-253714	1	Various mdcfg comments	3029
-253926	1	foobillard: Control never returned to user	3337
-254106	1	starfighter mission looping	3483
-254224	1	starfighter: Can't turn music off (for too long)	3483
-254365	2	bluez-utils: make ciptool work like rest of isdnutils	1801
-254630	1	doesn't give good error when bogus LV name is used	3080
-254727	1	Creates swap even when there is already one	3113
-254945	1	b0rks if /target already exists	3118
-254992	1	installation-reports: RAID setup cumbersome	3029
-255104	2	kernel: install symlinks into /boot, not /, please!	3116
-255106	3	Don't show both "Cancel" and "Go back"	3080
-255116	4	grub: fails to mark partition active	3071
-255169	1	needs finish script to check that there's no /boot	3067
-255226	1	starfighter: fullscren toggle (options) is erratic	3483
-255227	2	starfighter: save games requires manual book-keeping	3483
-255229	1	starfighter: equipment buy/sell system "steals" old equipment	3483
-255254	2	base-installer: should ask first about kernel to use, then install base	3116
-255397	2	partitioner: Show md devices from first start	3029
-255474	1	starfighter: cannot complete mission at Urusor	3483
-255584	2	kdeprint: doesn't allow to print multiple pages per sheet column-oriented	3520
-255729	2	kcontrol: please make "Apply colors to non-KDE applications" default off	3520
-256267	1	Installation failure	3071
-256301	1	LVM in Beta 4	3080
-256728	2	advi doesn't support virtual fonts (Was: Can't handle fonts other then default in tex file)	1937
-256900	4	ocaml: Ocaml compiled programs cannot be stripped, hence either don't work or violate policy	1908
-256998	1	mklibs - installs dynlinker always in destination even if don't match the proper location	3082
-257101	3	reply-to is ignored if mail-followup-to is set	3525
-257211	1	s390-dasd FBA disks can be detected but not formatted	3078
-257595	1	Canceling the guided partitioning should restore the user settings	3113
-257661	1	partman-lvm: undo changes infloop?	3104
-257883	2	netcfg: Please offer to configure all network interfaces	3117
-411697	1	vim maintainer scripts switch on "$1" when they shouldn't	2718
-257917	1	kdeprint: "stopped" printers (after print error) cannot be restarted	3520
-258085	1	lvm setup on a cciss device on amd64 failed	3080
-411756	1	debian-installer: missing "11. physical volume for RAID" on sparc64 for every first partition on a disk	3104
-258316	1	installation-reports (Installation Fail caused by CDrom drive)	3052
-258545	1	dont install quik if bootX is detected	3119
-411841	1	debian-installer: 4th partition cannot be primary	3113
-258861	2	Please make MD devices deletion simpler	3104
-258914	2	Should detect HP Recovery Partitions and tag them accordingly	3119
-411934	4	Misbehaves on PowerPC	3423
-259264	1	Install does not detect CDROM	3052
-259267	1	debian-installer: Grub Error #25 after first reboot	3071
-411943	4	partman-lvm: inconsistent usage of unit symbols for decimal and binary multiples	3103
-259374	1	no place to specify mount point and filesystem type	3080
-259407	1	anna - asks libdi to ignore unresolvable dependencies	3125
-411983	1	sympa: activating soap won't configure soap_url	2006
-259420	4	partconf-mkfstab: S/390 creates /dev/dasdX fstab, but uses devfs-named devices	3123
-259592	1	Resizing should ask whether the existing data should be preserved	3112
-411987	1	Activation FastCGI support won't configure use_fast_cgi in wwsympa.conf	2006
-259904	2	rp-pppoe support needed	3117
-259974	1	supertux: new game starts with same score/lives/status/coins as previous game	3468
-412066	3	Cannot go back from task selection screen	3034
-260195	2	would like option where konqueror exits when icon is clicked	3520
-260481	2	mozplugger: users cannot deactivate the plugin	2072
-412071	1	kmail: ispell language switching is bugged	3525
-261087	2	network-console: Should tell user not to continue with install on real console	3039
-261125	1	starfighter: Story sequences extremely slow	3483
-412072	1	kedit: ispell language switching is bugged	3516
-261150	1	default-x-display-manager asked at inflated priority	3520
-261200	1	should support backing up	3039
-412126	3	vim-gtk: Wrong background color for tabs	2718
-261373	2	libpja-java: move to main	2808
-261415	3	network installation always asks for proxy	3038
-412166	1	Suggests to use MBR on a strange disk	3072
-261416	1	merged	3113
-261970	3	chromium: Music loop is a bit too repetitive	3410
-412167	1	debian-installer: Rescue mode: install GRUB to floppy doesn't work	3071
-262140	1	fails to detect cdrom with current install image	3052
-262191	2	deboostrap: Pls implement config file(s) for users to customise package lists	3035
-412428	1	kexi: hangs on (possibly corrupted) .mdb import ...	3524
-262197	2	should use debconf to warn of stderr	3036
-262931	1	jta: It does not report terminal size to server	2770
-263105	1	razor 2.61 breakes mimedefang package	2113
-263137	1	rootskel: serial console won't accept other languages	3045
-263178	1	install deos not modify boot_dev and boot_osflags	3063
-263283	2	gimp: ability to preview despeckle & destripe for entire image	1991
-264138	2	debootstrap: locale setting (LC_ALL=) breaks installation of console-data	3035
-264435	1	should check root filesystem type and warn	3067
-264505	1	installation bug	3029
-264704	1	yaboot doesnt boot from firewire disc	3060
-264815	1	should warn about root partition not being supported except ext2	3059
-264937	3	Doesn't check whether the default file system is actually supported	3113
-264984	2	should allow to configure more than one interface during installation	3117
-265181	1	xwelltris: Dropping algorithm has bugs	3390
-265188	2	kaddressbook: Better compatibility with vcards images	3525
-265211	4	ipopd: Mail loss bug: Full spool being marked 'Status: O' irregardless of messages fetched	1978
-265228	4	grub-installer: should be smart enough to guess that /dev/hdb is hd0 at boot time	3071
-265286	1	Need a way for repeated choices in "select" questions	3046
-265290	1	1.8GB are not enough for / with desktop (autopartition with home)	3113
-265291	2	want global choice for file system (instead of ext3)	3113
-265517	1	newt frontend should delniate the contents of select lists somehow	3046
-265636	1	dma issues cause cdrom mount error	3052
-265785	1	dpkg-reconfigure: users are not allowed to interrupt or suspend	1976
-265935	2	gimp: text background color should be also adjustable in text selector window	1991
-266123	1	debian-installer: [powerpc] default ext3 isn't accepted by Quix and setting ext2 reformats, but doesn't reinstall base	3059
-266273	1	java-package: does not build a complete package with J2SDK 1.5 Beta 2.	2737
-266522	1	java-package: Include javaws mime type and handler.	2737
-266585	1	starfighter: undestroyable rocketboat	3483
-266586	1	starfighter: sometimes enemy vehicle flies very far away	3483
-266587	1	starfighter: target arrow sometimes confused	3483
-266617	4	migrate_passwd.pl uses incompatible inetOrgPerson/account combination	2061
-266619	1	migrate_passwd.pl should convert gecos names to ASCII	2061
-412435	1	kexi: crashes on .mdb import	3524
-266705	2	uw-imapd: Please return BAD in response to LOGIN while LOGINDISABLED	1978
-266725	2	debian-installer: Needed a "remaining time" indication when donwloading big amounts of packets	3116
-412489	3	tomcat5.5: multiple instances could be supported better	2862
-266938	1	does not check for invalid names	3080
-267022	2	povray-3.5-examples: gzip'ed examples are not ready to use	1962
-412495	2	java-package: Alternatives for minor versions of Java	2737
-267040	5	remote code execution hole due to lack of Java security manager	2745
-267227	2	Minor efficiency improvement for scsi device search	3045
-412616	2	Is kmail caching changes?	3525
-267309	1	could ask before configuring yaboot	3060
-267441	1	install: Problems with sarge installer/grup/build-in sata controller	3071
-412677	1	debian-installer: infinite loop when misdetecting cd-rom	3120
-267650	1	debian-installer: Is possible to start two installer console, upon cloing one system restart	3036
-267838	2	netcfg: DHCP installer -> STATIC target	3117
-412723	4	yaboot-installer: yaboot sets wrong partition number in LVM/RAID situations.	3060
-268189	1	sympa: template parsing unparsed	2006
-268214	4	For Sun JRE, .systemRoot prefernces tree should be moved to /etc	2737
-412910	1	crashed while quiting	3531
-268251	1	service logs only say "NON-IPv4" for host ip	1978
-268495	1	renaming a partition on ia64 to no name makes partman hang	3115
-412948	1	Bug in Etch debian-installer	3104
-268502	3	doc++: Incorrect use of "it's" in package description	2928
-268628	2	kmix: Choose icons on kicker applet	3534
-413010	1	sftp:// more lenient in write than read	2718
-268950	1	booting of cd for installation fails to mount with a DVD in another drive.	3052
-269077	1	FWD: rootskel: serial console detection is broken	3045
-413050	2	NJOBS hack from glibc package for parallel builds (make -j xx)	2056
-269090	2	Deal with dm-snapshot	3080
-269108	2	Java Web Start mime type registration	3018
-413058	2	cdebconf: Remove passwords from debug output	3046
-269195	2	make intro faster	3483
-269336	2	Should install a working /etc/lilo.conf file even when LILO installation is cancelled by the user	3072
-413062	2	tinymce: please bundle the compressor(s)	1832
-269653	1	defaults keymap to European on American English install on oldworld pmac	3091
-269656	2	debootstrap should retry wget a few times before failing to deal with transient network problems	3035
-413065	4	Debian Installer doesn't change partition types	3115
-269821	1	resizing a fat partition has some UI problems	3112
-269878	2	Please default to Icelandic keyboard when choosing Iceland as country even if language is English	3091
-413066	2	packaging tinymce locales?	1832
-269886	1	gcjwebplugin: train route applet on http://reiseauskunft.bahn.de/ doesn't work	2745
-270647	2	in lowmem-level2 anna display a list with too much packages	3125
-413092	1	Opening a mp3 file within the playlist window freezes noatun	3534
-270728	1	largefile4 with 10% reserved broke /var	3114
-270837	1	gimp: Move layer up/down button tries to move the wrong layer	1991
-271278	1	[i386] [20040911] Problems with partitionning	3104
-271654	2	fop: build with free tools	2831
-271679	3	netpbm-nonfree got merged into netpbm, update suggests	2928
-271893	2	Show the status bar by default	3520
-272032	2	uw-imapd: pam_open_session (/src/osdep/unix/ckp_pam.c) is not active on the source code.	1978
-272330	4	Unable to change debconf priority	3046
-272970	1	make-jpkg prints errors while processing blackdown JDK 1.4.2-rc1	2737
-273218	2	Support for netinstall through ADSL	3117
-273465	2	netcfg: Please make it possible to set WEP keys other than the first	3117
-273732	1	kdesktop and kdeeject have no manpages.	3520
-273868	2	Can't set keyboard shortcuts for switches	3534
-273880	1	relies on DEBIAN_FRONTEND values	3043
-273964	1	needs a warning for root or /boot on raid0	3104
-274115	1	almost successful install on oldworld mac4400/200 	3059
-274203	1	I18N bugs in partmat-lvm	3080
-274436	2	i386 serial console installation report	3071
-274484	2	The shell script /usr/bin/bsh should work as a script interpreter.	2738
-274568	2	lilo-installer could use grub's os probe	3072
-274614	2	grub-installer should prefill likely partition	3071
-274695	2	Detect serial console on ARM and show console= entry	3085
-275001	1	sympa: upgrade fails trying to alter database.	2006
-275012	3	sympa: chmod g+s on group-writeable directories.	2006
-275086	1	kbd-chooser: should nog segfault on errors in includes	3091
-275108	2	better resource range guessing via dmidata	3033
-275147	3	sympa: Inconsistency "mail me my passwd" vs. authentification itself.	2006
-275156	2	kcm display module root and read only enabled	3520
-275164	1	Sympa MIME footer breaks multipart/signed message format (OpenPGP signatures).	2006
-275360	2	copy DHCP information into debconf database	3117
-413103	1	[Debian Etch] Problem with libbatik-java (/usr/bin/rasterizer)	2968
-275577	2	Please split the long country selection screen to continent/country	3030
-275766	2	mozplugger: please create /etc/mozpluggerrc.d	2072
-413152	1	kcontrol print manager facilities fails to change printer properties	3520
-275872	1	ant's xslt task fails with JDK 1.5.0 with a NoSuchMethodError	1870
-275951	2	Please split kdmrc into multiple files for ease of maintenance	3520
-413200	4	kdebase-bin: kstart ignores --geometry	3520
-276067	2	Please base the keyboard layout choice on country rather than language or language/country settings	3091
-276123	1	fails deleting lvm LV used for swap	3080
-413234	1	kde-guidance-powermanager: Suspend option doesn't work	3537
-276181	1	sympa: Failed upgrade from 3.4.4.3-6 to 4.1.2-1 with lack of alter priv on mysql	2006
-276526	2	kicker: clock applet's copy to clip doesn't have 822 format	3520
-413358	1	vim hanging in Konsole xterminal with ERESTARTSYS (To be restarted) and EAGAIN (Resource temporarily unavailable)	2718
-276866	1	uw-imapd: imapd updates mail folder's ctime when selected	1978
-276915	3	ddetect: usbutils no longer reguired for 2.6 kernels	3033
-413390	4	partman: formats a newly created partition multiple times	3115
-277205	1	valid_filesystems mishandles third argument	3107
-277211	3	package description typo(s) and the like	2928
-413393	1	README.Debian.gz amendments	1801
-277326	2	kwalletmanager:  Please clearly document behaviour for logging onto websites	3516
-277654	1	advi: can't display gzipped graphics	1937
-413505	1	debian-installer: Preseeding only one partition results in a logical partition	3113
-277918	1	KPersonalizer should honour /etc/kde3/kpersonalizerrc	3520
-277970	3	LWP::UserAgent.3pm.gz: mention interaction of no_proxy upon http_proxy	2610
-413617	4	openarena: FTBFS on GNU/kFreeBSD	3401
-278021	2	debian-installer: multiple swap devices should get equal priority in fstab	3114
-278886	2	open-mode not supported	2718
-413696	2	root-access required to write FAT32 harddisk partitions	3114
-279118	1	lvm not working on powerpc	3080
-279369	2	[after sarge] should use lvs and pvs	3080
-413858	2	archdetect: detect amd64 as a subarch of i386	3047
-279404	4	sympa: Database problems with Pg; installation report	2006
-279563	2	Please make pyuic to extract all methods, not only slots	3199
-413862	3	OXP directory should be provided y the package	3454
-279609	1	Install on Alpha XS1000 and 500au	3063
-279671	4	basilisk2: Blank screen in kernel 2.6.9-1-k7	2088
-414009	1	qsynaptics: Horizontal Scrolling not disabled	3551
-279888	2	yaboot-installer: support pegasos2 ...	3060
-279911	3	Should mention the initrd parameter to be passed to kernel command line	3085
-414117	4	[i386][netinst][daily 20070211] success: Dell PE1950, no raid	3117
-280101	1	bool: the AND operator acts like OR 	1967
-280122	1	Selection of USB-kbds needs rewrite; dialogs misleading	3091
-280204	2	Wanted: a unary NOT	1967
-280295	3	nobootloader: [i386] kernel name not displayed correctly	3085
-280326	2	statcvs: Statcvs 0.2.2 available	2925
-280707	1	java-package: building package with fakeroot creates an incomplete package	2737
-281287	2	java-package: remove duplicate files from sun packages	2737
-281435	3	network-console: Session is aborted when terminal window is resized	3039
-281530	3	Using network-console can lead to cdebconf db corruption	3039
-281766	3	missing gcc makes dpkg-architecture print spurious warnings	2737
-281976	1	ConfigParser: problem with extension lines	1845
-282098	2	Could passive mode be set if FTP is selected manually?	3038
-282155	2	distinguish out-of-space from other installation failures	3034
-282219	3	rmagic: [doc] config.html typo report_File_Out => File_Out	2034
-282224	3	rmagic: Generated report dows not activate all links	2034
-282227	1	installer modifies SWAP RAID1 partitions (0xFD) to 0x82, even when not used	3116
-282399	4	mozplugger: Launches dozens of processes	2072
-282813	4	fails to automatically update sympa.alias.db	2006
-283142	1	Quik fails to install on beige G3	3059
-283292	3	should run pvcreate on all LVM-marked partitions before PV selection	3080
-283427	1	Lilo installation failed	3072
-283452	2	needs a way in expect mode to prompt user to make sure all hardware and modules they want are found and loaded	3033
-283600	2	Please use more informative messages when downloading packages fails or times out	3116
-284058	1	Did not detect a Mac OS/X install	3119
-284067	4	arts doesn't register sound from microphone input	3526
-284455	1	debian-installer: linux26 fails to detect CD-ROM on Dell PowerEdge 750	3052
-284756	2	rssh: Support for subversion/svn	2065
-284799	2	installation-reports: Choosing the WIFI ESSID in the non expert mode of the debian-installer	3117
-284930	2	grub install does not work if /boot/grub is on a separate partition	3071
-285131	3	doc++: Manpage nearly unuseable, no options explained	2928
-285448	1	wwsympa_url in sympa.conf is not updated	2006
-285450	4	create aliases automatically	2006
-285532	1	vim: Regular expression "crash"	2718
-414119	4	filelight: Follows symlinks	3596
-285634	1	doc++: FTBFS (amd64/gcc-4.0): non-local variable '<anonymous struct> toc_sections []' uses anonymous type	2928
-286001	2	stop installing discover1 with 2.6 kernel	3033
-414309	1	cannot configure encrypted volume if stray swap exists	3094
-286110	3	Suggestions to improve usability of the package: semi-patch	2114
-286349	1	installation-report: successfully (only some comments on cd-rom and german typos)	3120
-414311	3	suggested ntp-simple doesn't make kcontrol more useful	3520
-286456	3	advi: Man page inconsistencies and minor formatting problems	1937
-286656	2	java-package: Could be merged with alien?	2737
-414336	1	pangzero: Use of uninitialized values in comparisons	3438
-286933	1	starfighter: The laser cannon overcharge meter turns into missles	3483
-287158	1	qmake should add to CFLAGS instead of overriding it	3528
-414404	1	foobillard: Documentation switches buttons 2 and 3	3337
-287382	2	juk: XML export feature request	3534
-287408	1	intorductory partman-auto screen does not explain what "partitoning" is, and should for new users	3113
-414447	1	[s390] Default locale may need tuning	3030
-287412	1	should register-module the fan and thermal modules	3045
-287413	1	apt-get upgrade needed after install from oldish CD	3034
-414455	1	palo-installer: cannot handle /boot on raid1	3066
-287571	1	adds used storage inside a loopback mount to the directory containing the mount point	3596
-287858	1	razor: Razor dies in DNS when called from spamd	2113
-414459	1	debootstrap: possible incorrect usage of pkgdetails on hppa?	3035
-287932	2	debian-installer: serial console detection will fail if two console= kernel args are provided.	3045
-287961	3	unison: Error in documentation of maxbackups	1933
-414498	2	Please turn on "Use contact photos when available" by default	3531
-288109	2	debootstrap: reference by suite name instead of codename	3035
-288306	1	sympa reply from web (mhonarc) don't respect thread	2006
-414564	1	svn-override doesn't work on tagsUrl	2085
-288358	2	foobillard: Please state which rules apply for the different games	3337
-288374	2	foobillard: Offer a slow-motion replay of the last shot	3337
-414785	2	rootskel-gtk: Improve the banner on top of the gui installer	3084
-288432	1	supertux: Joystick does not work	3468
-288619	1	Shouldn't 1.5 provide 1.4 and 1.4 provide 1.3?	2737
-414894	4	segfaults on dbus pin request on amd64	1801
-289040	1	Yahoo.com gaming lounges doesn't work with kaffe	2739
-289831	1	wrong grub config with additional linux installed/general feedback	3071
-414897	1	'security auto' does not work at all	1801
-289991	2	java-package: Please provide scripts to package J2ME	2737
-290002	1	libapache2-mod-python: Wrong IPv6 addresses in request.connection members	3198
-415127	1	Graphical install does not work on Apple MacBook (Intel)	3046
-290028	2	konqueror: Support for the XML processing directive method for associating stylesheets	3520
-290035	2	grub-installer: Should install a menu.lst file with a pseudo-mapping of the chosen keyboard map	3071
-415139	3	cup: Fix usage information or provide java_cup symlink	2833
-290330	3	krdc: Window doesn't close on Windows session logout	3531
-290366	1	bootloader doesn't set VESA mode on x86, so vesafb is never loaded	3045
-290382	1	needs serial console support	3063
-290578	1	Gcjappletviewer can not reach the X display and crashes	2745
-290606	1	gcjappletviewer fail on <URL: http://www.openstreetmap.org >	2745
-290667	1	silo: Default config problem - initrd	3069
-291073	1	Root is on a DM device, but dmsetup not installed	3029
-291383	1	Buffer.add: cannot grow buffer	1854
-291415	3	vim-gtk: Default colour scheme loads prior to user-defined one causing 'flash'	2718
-291489	2	Integrate stuff from java2-common	3018
-292047	1	gimp: Press Esc inappropriately cancels text entry	1991
-292054	1	Module::Build uses -I<installarchdir> to build .c files	2687
-292513	1	debian-installer: grub doesn't update mbr on both disk	3071
-292577	4	ant: Segfault on attempted compile	1870
-292862	2	Could add commented config info for unused interfaces	3117
-292885	1	gimp: Rotate toolbox tool causes garbage to appear	1991
-292933	1	unison: Passing extra arguments to the rsh/ssh-command does not work	1933
-292975	3	gnokii: Missing help pages for SMS and Calendar	2020
-293075	2	[libmail-box-perl] consider splitting package into pieces	2461
-293321	3	unison: Factual incorrect statements in the manual	1933
-293835	2	gnokii loses voicetags	2020
-293867	5	should offer to install silo to partition instead of MBR with silo -t	3069
-293960	1	kdenetwork-filesharing: Adding Samba user fails with no feedback	3531
-294027	2	wesnoth-server: Please add support for monitoring through UNIX socket	3387
-294049	1	Debian installer(sarge) mis-identifies Intel P4 HT processor as AMD K7	3116
-294566	2	java-package: manage ttf fonts with defoma	2737
-294687	2	add ability to set recurring to-do items to completion date+interval	3525
-294995	2	java-package: please support unlimited crypto policy files jce_policy*.zip	2737
-295130	1	neverball: No text displayed on menus	3360
-295134	1	disk device names not persistant from install to target system	3101
-295246	1	partconf-find-partitions: /dev/discs symlink handling breaks with udev	3123
-415154	1	libarts1c2a: non kde apps which use arts crash with "can't create mcop directory"	3526
-295380	1	should be named python-pyweblib	2024
-295770	1	snd_azx driver + kmix - system tray volume controls heaphones	3534
-415246	2	qt4-doc: QT >= 4.2 documentation suggestions	3509
-295801	2	debian-installer: WEP "restricted" or "open" mode cannot be configured 	3117
-295888	2	Lists multiple NICs of same type the same way	3117
-415258	2	Wishes to configure tagsUrl relative to the root of the repository	2085
-296258	2	freemind: Integration into GNOME/KDE	2812
-296508	1	should support degraded raid 5	3029
-415268	1	installation: no confrirmaton for grub-password can lead to problems	3071
-296629	1	mklibs: automatically include /etc/ld.so.conf paths	3082
-297194	1	fails with bin file in a directory with spaces in dir name	2737
-415318	4	mldonkey-server: Odd init script behavior	1886
-297201	2	no way to leave free space on a disk	3113
-297765	2	Package should be named "libmime-tools-perl", not "libmime-perl"	2673
-415366	4	First/Last Accessed Window didn't work anymore	3527
-297778	1	The command to quit the program is too well hidden	3332
-297868	1	java-package: make-jpkg fails to copy some files under package creation with Sun JRE 1.5	2737
-415416	2	Bugzilla 3.0 released	1833
-297892	1	Package: installation-reports	3029
-298042	4	debian-installer: fails to mark partition type as linux if reusing a ntfs partition	3115
-415480	3	bluez-utils doesn't check before munging initscript	1801
-298243	4	mdcfg says no partitions are available to create md devices on but this is not true	3029
-298248	2	/usr/bin/dh_make: Change information when creating the package	2056
-415528	4	kde: KDE freezes when nvidia driver is used in xorg	3517
-298554	1	vim-common: [patch] let `vimtutor zh' support utf-8 encoding	2718
-298706	3	uw-imapd: logcheck config tweaks	1978
-415559	1	konqueror prints/previews file incorrectly	3520
-298857	2	A devhelp-book-java2 package would be useful	2745
-298897	3	mozplugger: With small cache, the package is not working	2072
-415608	4	moinmoin-common: spell check doesn't work	2035
-299059	1	sarge network-preseed not getting executed	3086
-299357	2	dsniff: provide some tool for agregating dsniff output and remove duplicated passwords	2081
-415734	1	dsniff: msgsnarf segmentation fault	2081
-299448	2	better integration with ifupdown	1801
-299701	1	sympa logs way too much	2006
-415743	1	Problem updating or recreating a theme	3520
-299826	2	kernel-patch-wrr: Updated patches available	2016
-300016	3	libnet-netmask-perl: package description typo(s) and the like	2063
-415757	1	digikam: Bad names chosen for duplicate files	3572
-300615	1	uw-imapd: suggest in README some way to extend one year limit expiration of self signed certificate.	1978
-300837	2	d-i: What is Probed?	3117
-415816	2	libqt4-dev can't be found by "apt-cache search qmake-qt4"	3509
-301124	2	klaptopdaemon: feature request: "Lock desktop" as another Lid-Action	3516
-301134	5	gcjwebplugin: no mention of non-active security manager	2745
-301185	3	/usr/share/sympa/mhonarc-ressources: missing ';' in the mhonarc-ressources file	2006
-301278	3	Help page needs improvement	3123
-301385	1	Problems with multi-target project	3527
-301398	2	konqueror: send image to mail	3520
-301434	2	Script hooks in main-menu	3036
-301435	2	Multiple disks in partman	3113
-301482	2	please consider displaying current priority level	3046
-301774	1	libipc-run-perl: memory leak with < \\undef	2345
-301802	1	java-package: graphic java programs crash X if pkg xserver-xfree86-dri-trunk installed	2737
-301810	1	galeon: Incorrect parsing of .desktop files	3515
-302081	2	unison: IPv6 support	1933
-302601	1	sympa: Problem with mime-encoded utf-8 Subject fields	2006
-302783	2	libmime-perl: multiple charset input into Unicode	2673
-302800	3	When copying data to another host, wesnoth sees it as coming from an older version	3387
-303182	4	Should propose immediate resizing as a "Guided partitioning recipe" when there is no free space on the hard disk	3113
-303309	1	kcmshell kgamma opens empty dialog (only ok, cancel etc at the bottom)	3515
-303344	1	Wrong output of backup statistic or inconsistenz of database	2102
-303642	1	whiptail eats CPU when it becomes non-interactive	1976
-303708	2	kopete: seems to cache DNS server information which is bad when network changes	3531
-303797	3	wesnoth: poor or incomplete tooltips for attributes	3387
-304259	2	gimp: Please add mailcap entries	1991
-304565	1	need serial console support	3063
-304669	3	Strange error when using Go Back after Extend VGs	3080
-304676	3	Can not set partition type to "don not use" from RAID	3104
-304683	3	Devfs names are shown in the partitioning UI	3080
-304688	2	Easy kernel patch packages creation with dh_make	2056
-304712	1	avaMail allows directory traversal in attachments (CAN-2005-1105)	2840
-304930	3	Long description leave me wondering, "such as...?"	2412
-304962	2	libgeo-metar-perl: Small fixes and patches	2685
-415884	2	Please add manpage for sympa_wizard	2006
-305356	1	bugzilla: misc showdependencygraph problems	1833
-305406	3	'null' data unusable	3172
-416207	4	libarts1c2a: /usr/bin/artsd dies with Assertion `pcm' failed.	3526
-305543	1	need preseed support	3104
-305549	2	Please don't use dot-dirs in /usr	2739
-416250	2	should not store/restore window position	1991
-305925	1	vim-gtk: gvim window cannot be resized back	2718
-306215	2	ksysv: Expand runlevel listbox to fit window's width	3530
-416265	1	eclipse: cannot download files from links in tutorial	2774
-306329	3	uw-imapd: Confusing debconf message	1978
-306724	1	vim-gnome: Input chinese uncorrectly when encoding is set to prc	2718
-416369	4	uw-imapd: SSL detection not working with IPv6	1978
-306785	1	kdevelop3: incorrectly parses macros in a class definition	3527
-306973	1	java-package: make-jpkg should exit with non-zero code if the package file was not created	2737
-416378	3	etch-installer suggests wrong gateway address (outside the net) if netmask is different from /24	3117
-307158	3	vim-gtk: "Edit --> Select Font..." defaults to (non-monospaced) "Sans" font	2718
-307428	1	unison-gtk: Invalid byte sequence for UTF-8 string	1933
-416396	3	klipper: Klipper should refer to Iceweasel, not Firefox.	3520
-307470	1	Failed to setup RAID with netinstaller	3043
-307616	1	migrationtools: needs misc.schema which is not included in slapd configuration by default	2061
-416461	4	tkrat: FTBFS on GNU/kFreeBSD: missing OS detection	2109
-307619	3	Manager needs a spell-checker	1852
-307747	3	vim-gnome: art_render_invoke error when starting gvim	2718
-416490	1	acpi-support: IBM Ultrabase X4 DVD/CDOM Undetected On Dock	2090
-307834	1	Installation: Micron Transport floppy=nofifo problem	3045
-307992	4	vegastrike: Cannot get out of Hangar after finishing mission	3332
-416593	3	Ending sequence does not refresh screen, goes black if covered by another window	3483
-308471	1	autopartkit: should not have hardcoded limit on the number of partitions	3118
-308565	1	disk device names not persistant from install to target system	3101
-416674	2	libmx4j-java: New upstream release 3.0.2	2866
-308619	1	autopartkit: Sort's volumes after size, not after mountpoint	3118
-308630	1	Installation process should be killed on loss of SSH connection	3039
-416787	1	ksvg unable to display some SVG files	3515
-308769	1	fails to create JFS	3095
-308838	1	[U-A] reverts to 'manual' mode erroneously when intermittingly no alternative exists	2737
-416849	1	backtrace of unreproducible knode crash	3525
-309036	1	unison-gtk: skip button doesn't allow for repeated clicks	1933
-309051	2	Please consider adding transceiver selection for 3c59x	3117
-416925	4	Oolite on debian testing v 1.65-5 savegame problem	3444
-309501	6	FTBFS: fails to build in s390	2088
-309855	2	kmail: GPG message index icon options	3525
-416986	1	raise timeout when other OS is detected	3071
-309908	4	unison: program fails when some file properties are unavailable	1933
-310315	1	noof: slightly broken under xinerama	3533
-310495	2	par: Does not handle UTF-8 multibyte characters properly	2023
-310573	1	planetpenguin-racer: ppracer very slow compared to tuxracer	3447
-310652	1	d-i leaks an entire (reduced) copy of libc during anna run	3042
-310928	2	libmissinglib-ocaml-dev: please provide an escape sequence for : and = separators	1845
-311101	3	dh-make: Please document uscan behavior in the watch.ex	2056
-311237	3	'man es' typos: "preceeded", "progam" and "statment"	3400
-311407	1	netcfg fails to configure a non-PNP ISA network board under Linux 2.6.8	3117
-311648	1	Warning clean on libqt3-headers 3.3.4-3	3528
-311670	2	debian-installer: Automatically select a Debian mirror using netselect-apt	3038
-312019	2	slows down window switching	3580
-312556	1	debian-installer partition bugs	3104
-312558	2	debian-installer partition legend	3112
-312650	1	clanbomber: Fullscreen low refresh rate  	3424
-312816	3	vim-latexsuite: <F5> doesn't work properly when showcmd is set	2714
-312938	1	loosing saved games	3481
-313107	1	[save-logs] Go back button missing from file system question	3051
-313161	1	(no subject)	2737
-313548	2	uw-imapd: Quota support	1978
-314163	1	Sarge installer bug report	3052
-314307	1	bug on debian-installer rc3 - creating raid	3029
-314404	1	kile: Can only add complete (.cwl) files from default directory	3542
-314522	1	qt3-dev-tools: uic attempts to connect to the network	3528
-315078	1	Yaboot install failure Sarge (3.1r0a)	3060
-315585	2	moinmoin-common: Please include Brazilian Flag in Icons	2035
-315621	1	ksvg: svgdisplay page: no manual	3515
-315628	1	XML::XPath::Literal: stringification overload broke between 1.12 and 1.13	2450
-315723	1	Testing Upgrade - Aptitude	2718
-316004	2	localechooser: Locale selection list should also show the encoding	3030
-316006	2	localechooser: Should be enabled for s390	3030
-417061	4	FTBFS with GCC 4.3: identifier 'static_assert' will become a keyword in C++0x	3366
-316329	1	kile: Option "autosave" interrupts typing	3542
-316484	4	cdebconf's signal handling is dangerously wrong	3046
-417112	4	FTBFS with GCC 4.3: missing #includes	3474
-316501	3	cdebconf: trailing characters when displaying long multiline descriptions	3046
-316754	1	gnome-breakout: incorrect bouncing	3477
-417187	4	FTBFS with GCC 4.3: missing #includes	3396
-317266	1	kile: spellchecking with ISpell doesn't recognise german u mlauts (=?UTF-8?Q?=C3=A4=C3=B6=C3=BC=C3=9F?=)	3542
-317596	4	autopartkit: fails when more than one lvm volume group on powerpc	3118
-417262	2	please use dates in UTC	2056
-317807	3	polygen: nomiemiliani generates a name from romagna, rather than emilia	1852
-317929	1	warning: 'struct QUBuffer' has virtual functions but non-virtual destructor	3528
-417395	1	[qji: Debian Installer (Etch RC2) creates bad partition table]	3071
-318058	4	libdbd-mysql-perl: converts utf8 data to latin1 even in pure utf8 environment	2528
-318080	1	libxml-dom-perl: fails to properly encode long character data strings to perl format.	2579
-417407	4	os-prober: protect partitions with "blockdev --setro"	3119
-318132	4	unison: Attempt to show difference causes "Assertion failed"	1933
-318407	3	kde-i18n-nl: Dangling symlink: /usr/share/doc/kde/HTML/nl/common/index.html	3511
-417525	2	Information on setting up yaboot for external firewire	3060
-318730	2	uw-imapd: Description makes strange suggestions	1978
-318877	1	udpkg: Avoid error message on first run	3121
-417536	4	Should check that CD is mounted before installing packages	3034
-318879	1	udpkg: Fix minor memory leak	3121
-319053	2	Implementation of gnome accessibility	2718
-417590	1	partman-lvm: needs to unlock devices which are no longer in use	3103
-319146	1	libcompress-zlib-perl: confusing documentation for compress and uncompress	2523
-319220	1	umbrello: Unable to elaborate my sequence diagrams -> crashes	3523
-417614	1	does not resume synchronisation of new directories	1933
-319409	1	kile: opens in Normal Mode files of a Kile project after a reverse search	3542
-319902	1	kbd-chooser contains old fork of code from kbd, which is hard to update	3091
-417620	2	limit on simultaneous transfers	1933
-320078	1	whiptail is unable to handle special characters not present in current locale	1976
-320250	2	rescue-mode: Mount shows partitions mounted even when they are not	3037
-417691	4	FTBFS with GCC 4.3: missing #includes	3313
-320531	1	MIME::Words::encode_mimewords does not properly encode phrases with spaces	2673
-320660	1	Problems using external firewire Plextor CD/DVD	3052
-417797	1	krusader: Krusader changed the permissions of ~/.ICEAuthority	3563
-320681	4	sympa: The Web interface lacks accessibility	2006
-320969	2	tex4ht breaks accessibility guidelines	2021
-417837	1	knetwalk: at startup, "settings -> game type" does not show which game type is active	3510
-321026	4	postinst script dies with "Unknown database_type" on selecting postgres database on localhost	2006
-321109	1	no confirm password window	3071
-321169	1	default ssl certificate expires once a year	1978
-321411	1	unison: option '-fastcheck true' has no effect	1933
-321957	1	povray: puts binary for pvm into the wrong dir on non-i386 machines	1962
-322298	2	konqueror: Would like per-tab support for 'proxy enabled' and other toggles	3520
-322341	2	Please complete the support of fancyvrb for text output	1839
-322389	3	libmime-perl: In MIME::Decoder::Base64(3pm) man page, replace RFC-1521 by RFC-2045	2673
-322551	4	mostly unplayable in network modus	3337
-322621	2	Please add suport for JRockit (BEA's) VM	2737
-323067	1	autopartkit: Forgets the size of disk	3118
-323835	1	make-jpkg fails to write to /	2737
-323963	1	advi: segfault or fatal error when scaling display	1937
-324539	1	libwww-perl: HTTP::Daemon doesn't report keep-alive connection to HTTP/1.0 clients	2610
-324540	2	configuration file for rst2* scripts	3260
-324658	2	please support binfmt-support	2737
-324882	4	libxml-dom-perl: ignores encoding on output	2579
-324901	1	Documentation is not sufficent for whiptail verions 0.51.6-20 (Debian Sarge)	1976
-325495	2	bluez-utils: Re-pairing bluetooth hid devices without help from other input devices	1801
-325742	1	java-common: [Policy] Add need to compile with least possible version.	3018
-326625	1	kdebase: kdm_greet takes a long time to run due to out-of-date font-cache	3520
-326717	2	java-package: generate a file with JAVA_HOME and other environment variables	2737
-326718	1	Problem with kdevelop3-dev package	3527
-326808	4	unison-gtk: internal error when merging with emacs	1933
-326878	2	debhelper: Improve genrated 'rules' files with dh_make - define $(PACKAGE)	2056
-327103	1	partman-* scripts all missing set -e	3115
-327309	2	Please support wpasupplicant in netcfg	3117
-327571	2	unison compatibility situation	1933
-328053	4	configure on install problem: cannot add user while name_regex don't match username "sympa"	2006
-328157	2	libqt3-mt: Qt's Q_EXPORT macro does not support gcc's -fvisibility	3528
-328414	2	libpod-pom-perl: Please add documentation for all modules	2130
-417871	1	debian-installer: On a system without ide disks and floppy, d-i takes forever in disk discovery.	3115
-328498	2	switch to cdebconf as default	3046
-328646	4	netcfg: Does not use manually entered domain name in /etc/resolv.conf	3117
-417928	3	bugzilla: update README.Debian for apache2	1833
-328692	1	=?UTF-8?Q?=C3=B6=C3=A4=C3=BC=C3=A9=C3=A0=C3=A8?= in the fullname, when creating manual pages	2056
-328698	1	When root is installed on raid1 md0 starts in degaraded mode	3116
-417935	2	no way to create a backport via svn-upgrade	2085
-328751	1	rmagic: Default installation is missing a configuration file	2034
-328940	2	apply patch for Q_EXPORT macro and gcc's -fvisibility ?	3528
-417937	2	debian-installer does not support raid10 for partitioning	3104
-328978	2	mailto: for Gnome start-up not supported	3525
-329118	2	logcheck ignore for pop-before-smtp	2019
-417973	1	Should support or not allow partitioning a RAID device	3104
-329232	2	localechooser: Should avoid hardcoding specific packages installation in the script code	3030
-329590	1	Bug unison2.9.1 (2.9.1-4) unstable	1933
-417986	1	transcend: Continuous static	3434
-329733	1	mlibs truncates newt symbols on mipsel	3082
-329958	1	Check for directory write access before creating the .deb	2737
-417989	1	kmail: does not correctly store/restore password in/from configuration file	3525
-330089	2	non-intuitive condition to save score	3360
-330113	2	Subject: konqueror: file operation dialog-box request (keyboard driven)	3520
-418099	2	please lower the priority for grub-installer/only_debian	3071
-330519	1	dovecot-common: doesn't remove certificates on purge	2094
-330530	3	unison: Harmless warning printed if directories contain sockets	1933
-418111	3	Please provide unstable symlink	3035
-330584	1	java-package: Creates invalid .mailcap entry	2737
-330853	1	sympa: documentation for setting up robots misses a step	2006
-418382	1	choose-mirror: Better handling of suite/codename; support oldstable	3038
-330854	1	sympa: robot config doesn't work if wws is behind apache proxy	2006
-331361	1	sympa: Does not work with sendmail	2006
-418421	1	Etch installer creates GRUB boot-entry for a hidden non-OS recovery partiton	3119
-331679	1	cdebconf-priority: Impossible to change prio from default to medium	3036
-331703	1	statcvs: Please move to libjdom0-java & ant transition changes	2925
-418540	1	Should document -x (experimental) option of hcid	1801
-332324	1	mldonkey-server: debconf asks too many unnecessary questions	1886
-332748	1	User::Agent throwing bogus "Bad hostname" errors after a while	2610
-418557	1	kicker sometimes crashes at shutdown time	3520
-332801	2	gimp: allow directories as arguments	1991
-332895	2	Option needed to disable display of archives in tree view	3520
-418585	1	sympa: spurious dependency on perl-suid	2006
-333007	1	libarts1c2: libmcop has hard-coded path "/tmp"	3526
-333672	1	libmime-perl: Entity.pm, print_body chokes on undefined parts	2673
-333687	2	Support for Debian source packages as "upstream"	2085
-334231	1	kaffeine: Kaffeine freeze durind start if LANG is set to ru_RU.cp1251	2078
-334245	2	debootstrap: Please kick wget / remove wget depency	3035
-335013	2	Kandy has no icon	3525
-335318	2	dh-make: The generated rules template could use abstraction: $(INSTALL_DATA) etc.	2056
-335443	1	ecj-bootstrap breaks building kaffe on arm with a NPE	2739
-335458	3	uw-imapd: Please document how to use "real" SSL cert (patch included)	1978
-335640	1	nobootloader: Should avoid making specific references to "linux"	3085
-335930	2	mklibs: Substantial reduction of command line for linker call	3082
-335964	1	unison2.9.1: drops EAs/ACLs	1933
-335965	1	xbat: impossible to change keys	3374
-336245	2	libpgjava: use upstream package name	2931
-336515	3	euler: Segfault with autodemo.en	1975
-336679	1	gimp hangs when fileopen in a big folder the second time	1991
-336870	2	gimp: put version info into default comment	1991
-337141	1	freemind: Does not escape file names properly when launching Mozilla	2812
-337226	2	xwelltris: drop key should be disabled after the drop to avoid dropping multiple pieces by accident	3390
-337285	2	qt3-qtconfig: KDE plugin path should be added to default qtconfig path list	3528
-337384	2	Add PgSQL support to bugzilla	1833
-337390	2	Konqueror internal man viewer ignores locale settings	3520
-337584	4	libxml-xpath-perl: xpath fails without internet connection	2450
-337904	2	passwd: Should allow using only one debconf variable for root-password and user-password	3124
-338188	2	sympa: Please consider using dbconfig-common for database configuration and/or prompting	2006
-338189	3	sympa: Debconf templates do not follow Developer's Reference recommendations	2006
-338192	1	Please use a font with line drawing characters for Greek	3030
-338208	1	Cannot initialize universe	3329
-338549	2	TUN/TAP networking not working in *this* basilisk2	2088
-338655	1	eclipse: very slow cvs access	2774
-338939	1	Autodetection does not recognise IR connected Palm, sync not working w/o irda-utils	3525
-339012	1	debootstrap: /usr/bin/mail installed without package, doesn't work.	3035
-418658	1	Can't mount USB floppy via KDE+hal+pmount	3520
-339061	4	OCaml emits buggy x64 programs	1908
-339288	1	debootstrap sarge /tmp/somesfolder, chroot /tmp/somefolder after running apt-setup and apt-get update i get testing to sources.list	3035
-418729	4	100% combined CPU usage from kopete and X when viewing the configuration dialog	3531
-339355	1	Maybe also disable console blanking for serial consoles?	3045
-339855	2	g-i should offer a shell within the graphical environment	3046
-339921	4	docify.ll:318: warning: unknown escape sequence '\\]'	2928
-418825	1	libapache2-mod-perl2: Apache2.pm not found in @INC after dist upgrade	2129
-339957	1	should use ped_geometry_check to check for bad blocks	3115
-340058	4	running debootstrap with zsh fails: function repeat is shell reserved word	3035
-418826	1	"/etc/init.d/rc.tomcat5.5 start" uses the current directory	2862
-340366	1	python-newt: Function EntryWindow does not work with preset values for the entries	1976
-340679	1	pyqt-tools: pyuic should NOT attempt to connect to session/x servers	3199
-418942	1	freezes very often	3516
-340718	2	Yaboot installation step fails on external firewire disk installations, unless yaboot.conf params are manually edited.	3060
-340886	1	gimp: Cannot paste as new screenshot	1991
-418958	4	kaffe-pthreads doesn't really "provide" kaffe	2739
-341007	4	kaffe involves circular dependencies	2739
-341419	4	libapache2-mod-python: modpython segfaults when SSL is enabled in Postgresql	3198
-418962	3	tomcat5.5: Should not use relative symlinks	2862
-341704	2	spamoracle: support --help and --version	1854
-341776	2	Support Java Advanced Imaging, JAI Tools, JavaMail	2737
-419044	1	zabbix-server-pgsql: does not remove database properly	2067
-341818	1	gcjwebplugin: Login applet on http://merkurwebbank.dk/ throws error ...NoSuchAlgorithmException: SSLv3	2745
-341928	1	dangling symlink for rmic man page	2739
-419105	4	migrationtools: migrate_passwd.pl generates unconforming ldif values output	2061
-342193	4	java-package: incorrect "Depends:" in generated .deb	2737
-342200	1	argouml new upstream 0.24	2872
-342309	2	java-package: can't specify update-alternatives priority; default of 315 too low	2737
-419168	2	RAID partition size, fs type and mount point alignment	3115
-342751	2	[PATCH] make required debs from module dependency	2683
-342833	4	debian-installer: Installation on Firewire hard drives fails on PPC/PowerMac	3060
-419169	2	List detected operating systems in a bullet form instead of comma separated list.	3071
-342898	4	libkdepim1a has circular Depends on libkcal2b	3525
-342932	3	installation-report: Improve vibrating messages in "Checking CD ROM integrity"	3049
-419278	4	Installation of bugzilla fails	1833
-343098	1	debootstrapping sid fails	3035
-343118	1	LANG=pl_PL.UTF-8 vimtutor doesn't guess encoding correctly	2718
-419323	2	Provide in-place download	3574
-343119	1	cdebconf: Display bug for notes templates in some situations	3046
-343132	4	uw-imapd: /dev/stderr is only present with login shells	1978
-419352	3	Cannot select Country using keyboard with installgui	3046
-343244	2	GTK frontend shortcuts  should be documented	3046
-343269	1	hostname/domain name preseeding is quite broken	3117
-343304	1	kbd-chooser: Ukrainian keyboard does not work (installed system)	3091
-343607	1	mklibs: "Dynamic linker not found; aborting"	3082
-343864	4	Karm failes to save data	3525
-343869	1	/usr/bin/statcvs script does not pick up /usr/bin/java	2925
-344178	4	Installing plugins makes eclipse not startup anymore	2774
-344327	1	jmp: hello world fails, cairo-surface.c:658: _cairo_surface_release_dest_image: Assertion `!surface->finished' failed.	2944
-344521	2	kmplot should tilt the rectangles	3522
-344618	1	Installer *really* wants to swap	3037
-344792	1	[classpath-specific] installed subversion plugin is not	2774
-345094	1	uae: UAE should configure with --with-sdl-sound	2062
-345116	1	ant: NullPointerException in XSLT with gij-4.1	1870
-345388	1	libqt4-dev: qmake adds -L/usr/lib	3509
-345419	2	anna: multiple udeb sources	3125
-345459	3	vim-common: mishighlights /etc/fstab line with NFS	2718
-345565	2	kmail: emotions editor	3525
-345762	1	debootstrap: The script which installs the latest debootstrap in the current directory.	3035
-345800	3	pkgsel: Dialog box title is "Configuring" while downloading packages	3034
-346000	2	svn-buildpackage: document requirements for manual repository preparation	2085
-346033	1	antlr: TokenStreamException should print line number	2795
-346078	3	wesnoth: labels positioned wrongly when auto-zooming	3387
-346089	3	vim: resets hoz-split window sizes after writing over netrw/sftp	2718
-346165	2	Missing man pages for kwin kwin_killer_helper kompmgr kwin_rules_dialog	3520
-346568	3	eclipse: Cant use Autoupdate for local installed features	2774
-346589	1	partman-auto: creates too large swap partitions	3113
-347189	1	base-config Terminating (devices missing)	3035
-347388	1	vim-gtk: gvim --remote results in a raised window without focus	2718
-347576	2	java-package: support for Java Cryptography Extension (JCE)	2737
-347621	1	krename: "can not drag and drop file with long name from konqueror"	3540
-347647	3	install: [hppa] usb keyboard was not detected	3091
-419495	1	kpdf: presentation mode does not work well on xfce	3515
-347712	4	planetpenguin-racer: Getting "Couldn't find matching GLX visual", but GLX seems to be working otherwise	3447
-347942	2	java-package: Increase alternative priority over java-gcj-compat*	2737
-419497	1	ALT+F2	3520
-348257	3	code mentions --dry-run option that doesn't exist	3082
-348393	1	Eclipse quit on open Declaration	2779
-419572	1	does not save the score on Etch-AMD64	3423
-348398	2	java-common: should suggest using java-package instead of equivs	3018
-348427	3	Toolbar regression: non-existant buttons, in toolbar but not in list, etc.	3520
-419630	4	kpilot: Restore from backup broken	3525
-348504	1	cacao: Fail to run java version of World Wind	2843
-348609	2	net-retriever: generic way to limit fetched udebs to certain components?	3090
-419637	1	things using Test::Deep::NoTest are untestable with Test::Deep	2543
-348725	1	java-package: Missing dependency: ibm-java2-sdk-50 depends on libstdc++5.	2737
-348892	2	kdelibs-data: please use SSL/TLS certificates from ca-certificates package	3532
-419653	2	wish: matchit plugin should jump to matching quotation mark when I press %	2718
-348963	1	pkgsel: perl warning can be disabled by using PERL_BADLANG	3034
-349005	4	libarts1c2a: artsdsp supposed to work for shell scripts	3526
-419761	2	libstruts1.2-java: new upstream 1.3.8	2813
-349075	1	python-reportlab-doc shouldn't contain RML_UserGuide_1_0.pdf	3308
-349315	2	Please list gcc-snapshot	2098
-419851	1	eclipse: doesn't use a running ssh-agent for cvs	2774
-349674	4	unison: causes data loss if one of the replicas disappears	1933
-349747	4	python-reportlab: BaseDocTemplate does not sets title or author on its Canvas	3308
-419918	2	libhtml-wikiconverter-perl: New upstream version available	1964
-349749	2	main-menu: Add pre and post scripts execution for a menu item	3036
-349782	2	bash completion support for profile names	1933
-419947	3	[newt] Characters in titlebar are sometimes unbalanced	3046
-349804	3	ocaml-native-compilers: FTBFS on ppc64	1908
-350100	1	[classpath-specific] eclipse: cvs access using extssh doesn't work	2774
-419988	1	bugzillas importxml.pl does not work	1833
-350271	1	"E: Unimplemented function" breakage caused by specific files	3046
-350372	1	dbian on power 710	3060
-420062	1	eclipse: Internal error displaying workbench user guide	2774
-350461	1	partman-auto: Creates a too large swap partition on Sparc	3113
-350635	1	Using debootstrap: dpkg needs leading / to be able to find archives	3035
-420128	1	kpdf: Cannot open external files.	3515
-350731	4	taskjuggler_2.2.0-1(m68k/unstable/poseidon): FTBFS on m68k	3583
-351076	1	ant: Java illegalAccess exception with the kaffee compiled version	1870
-420213	1	kftpgrabber: sftp transfers cannot be resumed after 2^31 bytes	3603
-351169	1	unison-gtk: 'r' shortcut does not behave as advertised	1933
-351355	2	svn-buildpackage: Manual pages should have EXAMPLES section to show typical use	2085
-351510	1	cameleon-doc: contain misplaced doc	1948
-351551	1	cacao: reader.readLine() returns null while reader.ready() returns true	2745
-351581	2	kdelirc: Add a configuration option for not accepting command when in screenlock mode	3516
-351912	2	debootstrap: Please provide an "essential" variant, which just installs essential packages	3035
-351943	4	eclipse: Eclipse dont work with EclipseMe	2774
-352017	3	dh_make: [manual] Please add EXAMPLES section to present typical call conventions	2056
-352063	4	rpld: failed to initalize llc layer	2117
-352068	2	rpld: Specify the network interface	2117
-352075	4	rpld: /etc/init.d/rpld stop does not stop rpld	2117
-352079	1	rpld: Behaves strangely with multiple instances running	2117
-352120	1	gnome-breakout: Fails to start up, throws Gdk-Error BadMatch (invalid parameter attributes)	3477
-352178	4	eclipse: Error reading configuration	2774
-352294	2	Documentation could be improved when erroneously trying to cross-build	2737
-352367	2	krusader: useractions with terminal output using the "konsole" instead of uxterm which is configured.	3563
-352417	1	klibido: spurious disk full errors, and sometimes segfaults	3560
-352474	4	Should not ask device question if no candidate devices found	3040
-352914	4	yaboot-installer tries to search for apple partitions on ibm rs6k/pseries hardware	3060
-353030	4	Exception on startup with IceWM Window Manager	2872
-353257	1	partman-auto always creates an extended partition	3113
-353258	1	partman-auto sometimes tries to allocate too much diskspace	3113
-353347	1	umbrello: crashes on delete	3523
-353360	1	eclipse: Should respect Java in /etc/alternatives	2774
-353573	4	partman: [hppa] 'PALO' partition on /dev/sda changed to 'linux' during install to /dev/sdc	3113
-353586	3	ant-bootstrap.jar depends on nonexistent /usr/share/ant/lib/xml-apis.jar et al.	1870
-353655	1	Should we scan for existing LVM volumes on startup?	3115
-353773	1	eclipse-rcp: Errors in configuration window	2774
-353774	1	eclipse-cdt: CDT reported as broken in configuration	2779
-420304	2	/usr/share/vim/vim70/filetype.vim: Please detect more passwd/group files	2718
-354026	1	Debian Java Policy needs to be updated regarding java*-runtime usage	3018
-354054	3	vim: octave .m files are not properly indented	2718
-420376	4	Incorrect devices naming in a mixed SATA-II/IDE environment	3071
-354297	2	whiptail: help upon "?"	1976
-354601	1	eclipse: Project names umlaut (special chars) problem	2774
-420382	4	installation-reports: Install hangs when 30GB ipod connected via USB	3115
-354903	2	lwp-request: missing document type declaration	2610
-354944	2	java-package: Please add menus for several graphical tools shipped with Sun's JRE/JDK	2737
-420475	1	antlr task should use Debian's ANTLR	1870
-355003	2	cdebconf: please add a readline frontend, or make the text frontend less dumb	3046
-355097	4	uw-imapd: Serious SSL problems	1978
-420546	1	exception when trying to merge with remote root given first	1933
-355104	1	eclipse: doesn't start	2774
-355289	3	cdebconf: Slightly broken screen in some cases for select questions	3046
-420566	1	FTP crashing problem - perhaps related also to authentication?	3563
-355347	1	Should suggest installing an MBR when installing GRUB on a partition	3071
-355497	1	bluez-utils: hid2hci --tohid does not work	1801
-420573	4	krusader crashes in FTP, in example when refreshing view	3563
-355696	1	moinmoin-common: upgrade sarge->etch stops due to dpkg conffile prompt	2035
-355801	1	single-stage cross-debootstrap support using qemu	3035
-420645	1	ksystemlog crashes on updates of systemlog	3553
-355825	1	No symlinks for javaws with Sun j2sdk1.4	2737
-356117	1	klibido: glitch when dragging items in the queue	3560
-420778	3	python-weblib: description states it's a dummy package when it's not	2024
-356228	4	FTBFS with G++ 4.1: extra qualificatio	3468
-356247	1	diff for 3.4.10-3.3 NMU of doc++	2928
-420788	1	wwsympa: wws/which page not linked from the web interface	2006
-356521	2	"free space is too small" error should say roughly what the minimum size has to be	3113
-356604	4	planetpenguin-racer: Matrox g400 mga unusably slow	3447
-420789	1	wwsympa: unify subscriptions only available if at least already registered to one list ?	2006
-356923	1	argouml new upstream 0.24	2872
-357301	1	eclipse randomly crashes, usually at startup	2774
-420818	2	console-setup: keymapper/detect-keyboard integration	3092
-357463	3	polygen: README file dispensable	1852
-357577	2	klinkstatus: Doesn't check for useless files (local)	3521
-420966	1	ocamldap needs to be rebuilt against ssl	1885
-357597	3	krusader: searching is slow	3563
-357598	3	krusader: viewer won't show text when general viewer failed	3563
-421299	1	New localhost transport created and set as standard breaks sending	3525
-357599	3	krusader: won't show text after having showed hex	3563
-357771	2	kdevelop3: report window's double click behaviour	3527
-429166	1	kopete does not support scim qt immodule	3531
-357781	1	cacao: linker error is pointing to the wrong library	2843
-357920	3	krusader: panel doesn't update	3563
-358032	3	netpanzer can't start without sound support	3333
-358082	1	unison causes system to hang	1933
-358348	4	Resizing hfs partition results in data loss	3107
-358408	2	please add confirmation prompt when quitting	1933
-358416	2	please integrate mailcap and allow inspection of either file	1933
-358417	2	option to delete file present only on one side	1933
-358428	2	options to choose newer/larger/older/smaller file to resolve conflict	1933
-358431	1	wrong programme outcome when source and destination don't exist	1933
-358470	3	mathwar: Entry not in GNOME 2.12 Foot menu	1995
-358594	1	eclipse binary, desktop/menu things should be in eclipse-platform	2774
-358606	1	Krusader ftp is bad	3563
-358722	1	dh-make: template files' binary targets have redundant dependening on build	2056
-358825	1	libnet-ssleay-perl: Causes nikto to fail with SSL connections	2131
-358837	2	Snooker: implement correct "foul shot" "free ball" situations.	3337
-358863	2	kile: don't delete the shipped syntax files	3542
-358970	2	The "B", "F", "K" characters should be translatable	3115
-359131	2	kile: please add auto spell check	3542
-359246	3	kmailcvt should probably depend on corresponding version of kmail	3525
-359656	1	unison-gtk: cannot enter an alternative ssh port	1933
-359727	2	Please remove build-dependency on libgcj-dev	2795
-359873	2	kile: Embedded find window	3542
-360022	1	kmymoney2: Expense accounts with subaccounts display improper total expense	3546
-360506	1	UFS partitions not recognized even when ufs modules loaded	3115
-360619	1	Installer numbers SCSI drives diffently than the post install system does on Dell PE1855 (Debian 3.1r1)	3116
-361046	1	gjay: Crashes upon encounterin an mp3 free format frame	2111
-361545	1	use add-shell and remove-shell	3400
-361672	1	eclipse-platform: /usr/lib/eclipse/plugins not recognized.	2774
-361721	2	kasablanca: WebDAV support	3581
-361722	2	kftpgrabber: WebDAV support	3603
-361869	1	supertux: no background or titles on menus in OpenGL mode	3468
-421312	2	/usr/share/vim/vim70/filetype.vim: Please support apache configuration files in /etc/apache2/{conf.d, sites-*, mods-*}	2718
-362029	4	debian-installer: Installer doesn't create /etc/resolv.conf	3117
-362030	2	kdebase-bin: kxkb: improve keyboard layouts explanation (and functionality?)	3520
-421313	2	/usr/share/vim/vim70/filetype.vim: Handle xdvi configuration files with xdefaults mode	2718
-362188	1	ocaml-mode: ocamltags error	1908
-362334	1	t1-xfree86-nonfree: X fonts transition	2043
-421314	2	/usr/share/vim/vim70/filetype.vim: Ignore .dpkg-dist and .dpkg-old extensions when determining file type	2718
-362680	1	konqueror-nsplugins: no manpage for nspluginscan, nspluginviewer	3520
-363003	1	svn-buildpackage: doesn't follow svn:externals	2085
-421565	4	gvidm: build-depends on obsolete package xlibs-static-dev	2057
-363004	4	clearing software suspend signature should be S06hibernate in rcS.d	1994
-363027	1	kaffe-bin eats ressources	2739
-421602	2	wish d-i could pick dhcp response based on vendor-class-identifier	3117
-363049	4	Failure trying to run: chroot /opt/chroot/unstable mount -t proc proc /proc	3035
-363150	1	qmake should not be an alternative	3528
-421612	4	kaffeine: Cannot display DVB subtitles while playing	3575
-363165	2	[PROPOSAL] drop version number from jar installations	3018
-363279	1	libmime-perl: new upstream version fixes quoted-printable encoding	2673
-421660	1	fieldset legend strangeness	2054
-363400	2	libmime-perl: Please package new upstream, should fix many of the bugs	2673
-364526	2	debian-installer: Please implement a password-checking module	3124
-421787	1	kdelibs4c2a: kdecore (KLibLoader): WARNING: KLibrary: /usr/lib/libcrypto.so.0.9.8: undefined symbol:	3532
-364579	2	please rename kernel-patch-wrr to linux-patch-wrr	2016
-364638	4	Invalid characters in short user name need reboot	3124
-421806	2	Partial URL in package description	2019
-364697	1	supertux: level editor keyboard shortcuts conflict	3468
-364699	1	supertux: sound and music stay off after failed audio open	3468
-421837	1	root-less setup for kde, xfce	3124
-364739	1	Display problems with serial console	1976
-364774	1	konsolekalendar: should output data in chronological order	3525
-421857	3	user-setup: should rename its debconf templates to user-setup/*	3124
-365069	3	moinmoin-common: README.Debian refers to /etc/moin/moinmaster.py instead of /etc/moin/mywiki.py	2035
-365116	2	svn-inject should allow an arbitrary layout	2085
-422022	3	New url for update informations	3451
-365131	2	Please upgrade to 2004g	1978
-365143	4	es(GNU/k*BSD): FTBFS: out of date config.sub/config.guess	3400
-422026	1	libapache2-mod-perl2: PerlSetEnv vars not available in PerlPostConfigRequire startup script	2129
-365227	1	detect libc.so.0.1 (kfreebsd-i386 and kfreebsd-amd64)	3082
-365279	1	krusader: viewer crashes on special occasions	3563
-365307	2	localechooser: Should build the list of languages, depending on the interface, at run time rather than build time	3030
-365408	1	[POLICY-PROPOSAL] Drop java*-runtime/compiler, create classpath-jre/jdk and java-jre/jdk	3018
-365411	1	wesnoth: No Hebrew fonts availble, user interface unusable	3387
-365669	1	debootstrap doesn't create /dev/hd* entries	3035
-365682	2	Should offer the option to load a custom kernel from removable devices	3116
-365971	1	doesn't support generating valid xhml	2304
-366548	1	please provide kdateedit.h in libkdepim1-dev	3525
-366746	4	kaffe-bin segfaults on s390	2739
-366783	2	fop: build with free tools	2831
-367149	1	kbd-chooser: [powerpc] does not detect ADB keyboards	3091
-367460	2	svn-buildpackage: have svn-upgrade use the watch file or call uscan	2085
-367515	2	kernel ABI mismatch message should tell user to look for an updated CD	3125
-367553	2	weblint-perl: mention charset issues	2032
-367554	3	weblint.1.gz: fB's	2032
-367707	2	zim: do not invade the home folder	2116
-368239	1	kaffe: java.lang.NullPointerException while running GUI app, but works with gij	2739
-368267	2	konqueror: kfmclient might do better to be packaged differently	3520
-368441	2	Add note about bold syntax and folding changes	2718
-368690	1	Should better handle a full partition in the target system	3034
-368830	2	advi: please update to cvs version	1937
-369010	2	antlr: Please enable C# support	2795
-369202	1	randomly activated 'access keys'	3520
-369251	1	filelight: Scans across filesystem boundary (passes in sshfs fs)	3596
-369256	2	anna: should call depmod after a set of installed modules	3125
-369312	1	miBoot enable floppies don't eject; must use a paperclip	3045
-369381	1	libvecmath1.2-java: desnt work with nonrectangular matricies	2984
-369385	1	libvecmath1.2-java: SVD doesnt work when the matrix is wide (eg. more cols than rows)	2984
-369564	1	kaffeine: '/' in playlist name results in blank playlist	3575
-369747	2	please add support for levels 6 and 10	3029
-370342	2	Make etc/kde3/kdm/Xaccess automatically configurable	3520
-370345	2	vim-tiny: please, use upx	2718
-370494	1	dh-make: template kernel-module package postinst is not policy compliant	2056
-370647	2	jumpnbump-menu: please add 'waiting for server'	2064
-422088	2	[Patch] wish preseed_fetch could distinguish between non-existance of a requested file and other failures to fetch file.	3086
-370827	3	vim-full: window size gets reduced on every restore from (gnome-)session	2718
-372162	1	ktorrent: chunks window download speed column is misleading	3574
-422195	2	enable gtk print, please	1991
-372751	2	kmobiletools: Uninformative error message	3570
-422203	1	dh-make: CMakeList.txt is not a 'document'	2056
-372794	2	debhelper: [template] debian/rules - include dpatch support	2056
-372856	1	krandrtray does correctly switch resolution on my setup	3520
-422319	1	Buggy debian-installer of "etch" when using MD with encryption and LVM	3104
-373011	2	bopm: Split out libopm into a separate package	1992
-373366	4	Python policy transition	2024
-422342	1	cannot handle external debian dir	2085
-373594	1	parted_devices causes delays when probing non-existing floppy device	3115
-373660	1	acpi-support: acpi_fakekey doesn't work	2090
-422402	4	kaffeine: Unable to change DVB channel with WinTV Nova-T stick	3575
-373830	1	GUI cameleon2.byte fails to work	1948
-373905	4	monsterz: does not start	3382
-422437	1	kpat: card doubled or something...	3510
-373929	2	debhelper: Add support for manual paged generated from *.pod files	2056
-373981	2	svn-buildpackage: svn-upgrade should have an option to ignore some files	2085
-422504	2	kdevelop: partial SVN commits should work	3527
-374126	2	python-moinmoin: does not work with python-gdchart2	2035
-374130	1	fop-ttfreader throws exception with gij-4.1 and sun-java5-jre	2831
-422594	1	kaffeine: Cannot play DVD iso images (used to work)	3575
-374261	1	dh-make: [template::rules] missing get-orig-source: target mentioned in Debian policy	2056
-374301	2	liblocale-gettext-perl: Please extend documentation	2135
-422701	1	kontact: crash on startup	3525
-374517	2	whiptail: search down with "/"	1976
-374594	1	debmirror: few Perl warnings when trying to unlock	2448
-422806	3	Global Buddy Icon button should have a tooltip	2014
-374597	1	debootstrap doesn't check for 'ar']	3035
-374605	4	libhtml-format-perl: Problem with UTF8	2649
-422869	1	please don't disable local (non-serial) consoles when installing via serial console	3083
-374672	4	libxml-xpath-perl: Please apply patch to fix CPAN bug #6363 (comparison bug)	2450
-374710	4	debconf-copydb: removes "Owners:" lines from templates.dat in target	3046
-422878	1	cycle: Cycle failed to export to iCal	1818
-374734	2	acpi-support: Not very flexible; somewhat disorganized.	2090
-374835	2	please add Ragel vim syntax file	2718
-422917	3	hardly an error: loading language resource	1886
-374939	2	kdelibs-data: mimelnk/application/x-mscabinet.desktop file needed	3532
-375007	2	migrationtools: Document behaviour when /etc/shadow is not readable by user executing migration scripts.	2061
-428889	4	kdebase: Programs cannot open files using KDE system rutes.	3520
-375061	1	interrupting unison leaves process on remote machine	1933
-375093	1	plenty of errors during build	2737
-375094	2	please allow build on different architecture	2737
-375343	1	wlassistant: Wrong call to dhclient	3611
-375544	3	partman-auto-lvm: /boot partition is too large	3113
-375545	2	partman-lvm: Add support for resizing VG's and LV's	3103
-375546	3	partman-partitioning: failure to resize partitions should provide more informative error messages	3112
-375551	1	wlassistant: Wrong call to dhclient	3611
-375803	3	libartsc0-dev: artsc-config --libs shouldn't include -ldl -lpthread -lgmodule-2.0 -lgthread-2.0 -lglib-2.0	3526
-375835	4	nice: FTBFS (amd64+i386): java/lang/StackOverflowError	2739
-375986	4	Comments on RAID installation: usability issues	3104
-375989	2	vim: more swap handling options	2718
-376000	1	gnu-efi: needs efilib from Intel's EFI Toolkit v1.10.14.62	2059
-376035	1	povray-3.6: povray eats too much memory	1962
-376378	3	dh-make: manpage.xml.ex produces 2 author sections	2056
-376545	2	alternate (and simpler) example for exim4 setup	2557
-376617	3	advi: autoresize does not work with '-resolution' option	1937
-376783	1	supertux -j crashes	3468
-377075	4	Recommends unavailable packages	3227
-377142	2	moinmoin-common: should let spiders do more harmless things, like view pages in alternate formats	2035
-377242	1	parted_devices: should not list floppy devices	3115
-377553	1	installation-report: problem pick'n'mix, mostly RAID-related	3029
-377606	3	hw-detect: Redundant listing of hotpluggable network interfaces	3033
-377738	4	wlassistant: use requests that does not work on some cards/drivers	3611
-377814	1	Ugly Luxi Fonts	2043
-378036	4	pkgsel: progress bar gets stuck while processing continues	3034
-378090	2	pointing at title bar of window with long title should pop up tooltip showing full title	3520
-378176	2	vim-latexsuite: Allow me to disable AucTeX bindings	2714
-378184	2	I wish all my contacts had a different default buddy icon (not a blue head) based on what protocol they used	3531
-378185	2	Tiny buddy status (protocol + away state) icons take up too much room	3531
-378311	1	vim-gui-common: under fullscreen, I can't see last line of gvim	2718
-422938	3	'man cstream' typos: "accidentially", "bejond", "encouters", "happend", "mappend", "neccessary", "outout", "respectivly" x 2, "seperate" x 3, "simlilar", etc.	1993
-378553	2	allow ~ expansion in prf files	1933
-378789	2	dh-make: please ship better maintscript templates	2056
-422998	1	dblatex fail on docbook table generated by moinmoin	2035
-378790	1	dmraid support needed	3033
-378902	2	konqueror: upgrade of GB2312 charset to GB18030 when necessary	3520
-423001	1	karm takes much too long to add/delete items	3525
-378904	1	--guess is wrongly documented	2557
-378984	1	fstab default /proc entry nosuid	3101
-423023	1	Sympa: suid queue binaries unnecessary with default MTA	2006
-379057	2	Please allow to deselect the modules that get loaded by default	3125
-379107	2	vim: Should automaticly get the terminal encoding from the enviroment.	2718
-423109	1	grub-installer: Does not work with symlinks in fstab	3071
-379111	4	moinmoin-common: RecentChanges leaks information when using ACLs.	2035
-379205	2	base-installer: more explicit support for xen and vserver kernels	3116
-423169	1	kerry: Not automatic beagle start at login	3588
-379301	3	python-pexpect: logging is adding extra \\n after each line	3262
-379378	1	kdeprint: poster printing: requires modified "poster"	3520
-423174	1	kdelibs4c2a: X Error: BadDevice, invalid or uninitialized input device 180	3532
-379520	2	kmail: I'd like to be able to edit To, Subject, Cc, and Bcc in external editor	3525
-379612	1	vim-gnome: GTK+ GUI window handles restricted size incorrectly when tabs are displayed	2718
-423243	1	bad package description and man pages	3082
-379742	1	mirror() and getstore() produce incorrect output when target doesn't exist	2610
-379789	1	wrong keymap on Intel MacBook Pro	3091
-423264	2	pidgin: Please enable NetworkManager	2014
-379875	3	Should shadow passwords be enabled earlier?	3124
-379902	1	ksynaptics: sometimes crashes at kde shutdown	3585
-423423	1	konqueror: renders mouse unusable on https://logitelnet.socgen.com pin code entry	3520
-379961	4	not updated for mirror split; strange failure mode	3035
-379972	2	don't default to attach the log files	3051
-423437	1	parted-server: hangs on "command_set_name" if name is empty	3115
-379989	1	ri-li: cannot adjust keys	3499
-380105	2	Show current hour in hardware clock question	3088
-423438	1	kdelibs4c2a: cupsdoprint -P 'Mail PDF File' execution failed with message: client-error-not-found	3532
-380211	2	kmix: wish to be able to attach documentation to controls	3534
-380280	1	Use of uninitialized value in substitution (s///) at /usr/share/perl5/Config/IniFiles.pm line 614.	2029
-423495	2	kmobiletools: please package 0.5.0 betas	3570
-380416	1	lilo fails to install when using XFS root partition on AMD64	3072
-380564	1	libhtml-wikiconverter-perl: forgot SEE ALSO	1964
-381015	1	libsql-statement-perl: Deep recursion on subroutine "SQL::Parser::non_parens_search"	2298
-381079	1	fwd: A question on python-opengl package	3280
-381161	3	vim-latexsuite: labels after percent signs not found	2714
-381223	1	kaffeine didn't stop playback on hibernate	3575
-381246	1	wormux: character drawing incomplete	3357
-381325	1	kaffe-pthreads: .la file references libX*.la	2739
-381347	1	UserPath in /etc/kde3/kdm/kdmrc not working	3520
-381364	3	kraptor: watch file is wrong	3481
-381517	1	libdbi-perl: optimized C functions hinder subclassing	2428
-381573	1	Unable to abort if package download fails	3116
-381847	3	Point user to syslog/VT4 if apt-install of grub fails	3071
-381875	2	loop-AES key generation requires tiresome typing	3094
-381891	1	loop-AES: options lost when partman restarts	3094
-381892	1	Should allow de-allocation of encrypted volumes	3094
-381894	2	Should allow use of new/existing keyfiles on removable media	3094
-381895	2	Support installing onto loop-AES encrypted root partition	3094
-381975	1	graphical-installer: cannot undo ssid entry	3117
-382408	1	uw-imapd autologou problem	1978
-382424	1	second pkgsel run after cdrom eject hangs	3034
-382493	2	kppp request: Miniterm acessible during connection	3531
-382572	1	[cdrom-detect] Should not hardcode the keystroke to switch consoles in the templates	3052
-382689	1	debian-installer: d-i etch beta3 tries to access /dev/md/0p1	3104
-382692	1	Appears to hang when connection with repository is lost	3034
-382693	3	ri-li: should remember independently which easy/normal/hard levels got completed	3499
-382717	2	commenting restindex/uservalues	2073
-382768	3	bluez-utils: passkey-agent missing	1801
-382771	1	bluez-utils: please define possible d-bus pin helpers	1801
-382789	2	Better documentation for the Dublin Core	2443
-382827	2	please consider to conflict with sun-j2re1.5/sun-j2sdk1.5	2737
-382840	1	Installs via serial console do not get enough entropy	3094
-382986	2	default tw=0 for logcheck files	2718
-383007	1	ri-li: Source package should contain full sources	3499
-383100	2	kmymoney2: There needs to be a duplicate transaction finder	3546
-423656	2	kmail should cache GnuPG results	3525
-383193	1	knode crash when switching groups fastly	3525
-423707	1	dh-make: --host and --build does not conform to the docs in autotools-dev	2056
-383373	1	hcid: package upgrade loses keyboard	1801
-383475	3	takes long to start up, "The process for the file protocol died unexpectedly"	3563
-383495	3	Please update manpage.xml.ex to better work with latest docbook-xsl	2056
-423738	6	file conflicts between packages	2681
-383572	1	kaffeine-xine part treats live365.com playlists as streams	3575
-383598	2	ksmserver: .Xmodmap support	3520
-423834	1	svn-buildpackage: Can't exec "cp": Argument list too long at	2085
-383611	2	Please allow to specify full URLs for the chosen mirror	3038
-383704	4	fails to initialise thread system	2745
-424007	2	Fn-F7 on sony does not switch between LCD and CRT	2090
-383740	1	quik-installer incorrectly allows separate root and /boot	3059
-383796	4	pass-through: Should allow to break of debootstrap on errors	3046
-424033	1	vim: <Esc> in 'pastetoggle' no longer works	2718
-383802	1	refit: Support for amd64?	2060
-383952	1	kdevelop: New Project Dialog doesn't have maximize button under Gnome	3527
-424323	4	polygen: FTBFS if built twice in a row	1852
-384066	4	java-package: Please generate a debian specific fontconfig.properties to enable unicode fonts	2737
-384110	1	libqt4-dev: using QHash or QSet results in type-punned pointer strict-aliasing warning	3509
-424430	4	kde-guidance: FTBFS if built twice in a row	3537
-384176	1	powermanga: game does not respond on keys after screensaver is activated	3423
-384258	6	ewiki depends on php4, I have tested and it seems to work fine under php5	2099
-384293	4	spe: SPE doc directory is empty	1813
-424621	4	Kerry crash on search item query	3588
-384378	1	Fix for postscript viewing with evince	2072
-384379	4	bluez-utils: The inquiry scan (ISCAN) gets turned off	1801
-424676	3	ri-li: does not react on any input (keyboard/mouse)	3499
-384625	1	eclipse-cdt: Impossible to add an external include path	2779
-384635	1	vim-gtk: file selector forbids selecting a directory	2718
-424691	1	kmail: 10,000+ message imap folder causes infinte loop (race condition?)	3525
-384655	2	when default interface has been detected, lower choose_interface priority	3117
-384680	1	bluez-utils: cannot enable authentication by a PIN	1801
-424876	4	Kaffeine hangs / freezes on start (FUTEX_WAIT)	3575
-384890	3	advi: Antialiasing on Postscript images gives lines which are too faint	1937
-384959	4	pop-before-smtp: Regexp for courier-pop3 not working	2019
-424931	1	kicker crashes	3520
-384975	2	split into digikam-doc-LANG and digikam-doc-common	3597
-384979	3	HTML::WikiConverter::MediaWiki: nested DL's	1964
-424953	3	filename typo	2056
-385019	2	bluez-utils: dbaddr for EEPROMless devices	1801
-385070	4	debian-installer: [etch-beta3] installer fails to mount second JFS volume	3095
-424962	2	klaptopdaemon: please document what the hibernation/standby functions actually do	3516
-385115	6	chromium-data: Unclear license for some files	3419
-385219	2	partman-auto-lvm recipes should support a free space partition type.	3109
-385220	2	partman-auto-lvm should support multiple volume groups from recipes	3109
-385257	2	make-jpkg could detect EE Java and display helpful error text	2737
-385290	1	kghostview: problem with Unicode char when jumping directly to page	3515
-385415	2	Alter java-package to install JREs/JDKs to /usr/lib/jvm	2737
-385558	1	superkaramba: man page bogus	3516
-385561	1	konsole crashed after my cat jumped on the mouse	3520
-385562	1	superkaramba: badly documented	3516
-385568	1	konsole may freeze himself and the current KDE desktop	3520
-385618	1	kerry does not open thunderbird messages correctly	3588
-385628	2	debian-installer: Should incite the user to use different password for root and for the initial user	3124
-385691	1	kdevelop-dev should ship the api documentation	3527
-385715	1	Manpage incorrectly states "This command doesn't understand any command line parameters"	3447
-385888	2	autopartkit: should use update-dev	3118
-386233	1	crashes while using sftp	3563
-386253	2	Eliminate the GRUB question?	3071
-386329	1	krusader: wrong url for remote-address with external editor	3563
-386332	4	yaboot-installer: should use ofpathname instead of ofpath on chrp boxes.	3060
-386396	2	Being able to feed filelight with a du-like file	3596
-386440	2	xfs utils should be available in the installer	3106
-386574	1	Extended partition creation policy ?	3115
-386582	1	please don't assume oss-compatible /dev/dsp is present	3526
-386622	2	Please provide the ability to undo scroll operation while mouse is still held down, like in Windows	3520
-386668	1	Don't hide errors in build output	3526
-386758	3	uw-mailutils: mailutil documentation is incomplete	1978
-386880	2	RFC: countrychooser and IP location	3038
-387014	1	python-reportlab: new (rl 2.0) reportlab.graphics.barcode module not installed	3308
-387135	2	dh-make-perl: Patch to add append-to-version	2683
-387370	4	partman-reiserfs: should not set notail option	3096
-425006	1	renpy: dse game results in ScriptError	3420
-387512	1	[etch-beta3] Only asks one time for GRUB password	3071
-387513	1	[etch-beta3] GRUB password in /boot/grub/menu.lst is plain-text	3071
-425055	3	rsibreak: initial window seems to have wrong picture	3554
-387514	2	[etch-beta3] GRUB password only for editing cmdline	3071
-387526	2	libmissinglib-ocaml-dev: Add List.map_some	1845
-425147	2	libgoogle-perftools0: New upstream version available	2068
-387542	1	bluez-utils: wrong permissions hcitool	1801
-387696	3	mdcfg: MD stands for "multiple device", not "multidisk"	3029
-425152	2	jetty: New upstream 6.1.5	2815
-387740	1	apticron: apt-listchanges fails with unset locales	2084
-387940	2	[etch-beta3] Option to use cryptsetup's -i argument	3094
-425342	2	acpi-support: Doesn't work with diskless (nfsroot) computers	2090
-387957	3	gptsync waits for the <Enter> key to be pressed but does not consume it	2060
-388175	2	Kopete should have tiny "mic / webcam present" status icons next to buddies' names	3531
-425465	1	Examples are difficult to build	1843
-388341	2	Drop pmount recommends for KDE4	3520
-388371	1	jflex: JFlexTask cannot be found	2874
-425533	2	kleopatra: should allow seahorse as an alternative to gnupg-agent	3525
-388559	1	Does not use correct device	3071
-388578	1	early switching VTs may results in frame buffer display on the wrong VT	3045
-425565	3	missing information from error message	2113
-388645	3	akregator sends wrong message type to KDE	3525
-388877	1	console-setup: [annoying_notes] Abuse of debconf note(s)	3092
-425569	1	kicker crash with backtrace	3520
-388878	1	console-setup-mini: [annoying_notes] Abuse of debconf note(s)	3092
-389129	4	hangs on non-kde environment (cannot reach kdeinit)	3570
-425582	1	prboom: Floor and ceiling textures missing or garbled	3492
-389430	2	PATCH: restructure to enable use for add-on debs	3090
-389509	1	kdesktop: upgrade sarge -> etch breaks panel hiding preferences	3520
-425840	4	partman-lvm: tries to open CD-ROM device when removing LVs	3113
-389805	3	xgnokii: bad encoding for french translation	2020
-389881	1	SCSI device renaming breaks install	3101
-425843	1	partman-lvm: lowering priority to allow for entry of VG name does not work	3103
-389907	4	No printer in eclipse	2774
-389993	1	libqt3-mt: missing focus rectangle for QIconView items	3528
-425859	3	user-setup: Cannot preseed an installation with a locked (!) root password and no user account	3124
-390173	1	libdbd-mysql-perl:  fetchrow_array() misbehaving with null primary key	2528
-390206	3	ejabberd: Install instructions wrong: full JID doesnt work for admin account	2114
-425896	1	ultrastar-ng should be less pedantic about file names	3345
-390350	3	wesnoth-tsg: The first story image is not cleared completely	3387
-390558	2	vim-runtime: Suggestions for fstab.vim	2718
-425898	2	ultrastar-ng: please provide some demo songs !	3345
-390647	3	debootstrap failes without error, on the first run, if resolv.conf is a broken symlink	3035
-390696	2	libauthen-krb5-perl: TGTs should be requested 'forwardable'	2258
-390890	1	upgrade deletes toolbar customizations	3525
-391150	2	Want personalized menus (that means Start menu only shows what you use and rest is hidden)	3517
-391293	1	python hangs because tcp_connect: can't connect to server (tcp:192.168.0.1:57712)	1811
-391474	1	partman: Detecting raid devices when starting the partitioner.	3104
-391479	1	partman-md: Devices always show up as use for lvm.	3104
-391483	1	partman-md: Deleting md devices doesn't work.	3104
-391489	1	grub-installer: Raid 1 /boot installations.	3071
-391574	3	python-moinmoin: post install warnings	2035
-391664	1	Remove loops in p-a-c	3100
-391733	1	Segfault after unable to find Release file	3120
-391797	2	qtdemo can't find examples and demos	3509
-391904	1	codeine: Codeine crash on close after playing a video	3594
-391932	1	krecipes-data: string in menu not localized	3555
-392042	4	software RAID volumes can not be partitioned	3104
-392186	2	Vim should find and highlight possible typos in your code in quickfix mode	2718
-392246	1	newtRefresh does not properly update window	1976
-392267	2	Show a "Recently Visited: bug111 > bug222 > bug333" tool at the bottom of every Bugzilla page, including after logout and login again	1833
-392269	2	Find related: e.g. "crash" should also find "crash*" and "freeze*"	1833
-392270	2	"Vote for this bug" should automatically vote for you on one-vote-per-bug Bugzillas	1833
-392290	3	gaim: shipped plugin musicmessaging requires non-availble binary	2014
-392480	2	debian-installer: add support for "cleaning" hard drives	3112
-392510	1	eclipse-rcp: creating files in /usr/local violates FHS	2774
-392607	1	krusader is horribly unstable in network connections	3563
-392727	3	elvis-console: Incorrect display of multi-byte characters	2086
-392762	1	chromium: fail to start	3410
-392897	3	Error handling for resize operations needs improvement	3112
-392902	4	qmake-qt4 no longer escapes quotes for -Dfoo="value" on gcc command line	3509
-393034	1	Upgrading moinmoin-common removes python2.4-moinmoin	2035
-393350	1	kopete: meanwhile-plugin - fail to display accented chars on received  messages	3531
-393728	1	dm-crypt on raid does not play nicely	3104
-426037	1	Help fails, tries accessing www.null.com	2774
-393987	1	save-logs: Add acpidump to report-hw?	3051
-394080	1	Kopete does not display non-ascii characters	3531
-426120	3	Missing xsldbg(1), referenced by kxsldbg(1)	3521
-394118	1	kmail: Crash possibly related to automatic filtering	3525
-394144	4	kword: formulas aren't displayed	3524
-426273	2	add ability to use rotate tool without popping up a dialog	1991
-394156	1	kopete: ICQ2go messages show an invalid character at the end of each message	3531
-394176	3	Error in text	3124
-426274	4	exiv2: Setting "Exif.Image.DateTime Date" gives "Value too large" exception	3608
-394234	1	kde api documentation has poor formatting	3532
-394423	1	kdm displays logo contrary to settings	3520
-426318	4	wesnoth-server: dies on sparc with SIGBUS when a client tries to connect	3387
-394574	2	debian-installer: senseless entry in network settings	3117
-394639	2	unison: Please package HTML documentation	1933
-426457	4	fretsonfire: Nothing displayed	3365
-394643	3	unison: Manual seems to be wrong version	1933
-394676	2	Please increase the swap partition size to allow suspend	3113
-426459	1	fretsonfire-game: Looks for songs with the wrong path	3365
-394739	1	unison: Upgrade breaks connection with sarge client	1933
-394744	2	provide a hint when unsupport hardware is detected	3117
-426680	2	vim: Please include syntax highlighting files for markdown and ikiwiki	2718
-394868	1	highpoint/grub conflict detection would be nice	3071
-426682	3	Please add "Content-type: text/plain; charset=UTF-8" header to emails	2084
-394871	3	cdebconf-gtk-udeb: Dead keys do not work with French keyboard (fr-latin9)	3046
-394873	3	unison-gtk: mtime and 64 bit	1933
-426701	4	Fails to create DB user; nobody cared to set dbc_dbadmpass	1833
-394927	1	$PAT/Regex for Cyrus 2.2 does not properly	2019
-394946	1	unison: merge2 option rejected	1933
-426718	2	application/soap+xml is a legal content-type	2610
-394978	3	python-moinmoin: Outdated information in README.Debian	2035
-395040	2	Check that ywrap,mtrr options for the vesafb device on i386 are harmless	3084
-426761	2	tomcat5.5: don't include auto-generated policy	2862
-395137	1	python-moinmoin: README.Debian uses incorrect case on wikis list	2035
-395153	2	kuickshow: autorotate by exif-flag	3515
-426804	2	prboom: new upstream available	3492
-395172	1	lowmem level2 do not check dependencies when loading net-drivers	3042
-395212	2	prboom: spurious dependencies	3492
-426810	7	tripod: Crash when trying to create a new album	3593
-395372	1	java-common: [policy] relax or expand the "binaries in /usr/bin" restriction (2.3)	3018
-395374	1	java-common: [policy] clarify whether java-policy is normative	3018
-429247	1	refit new upstream version	2060
-395400	3	java-package: please Provides: jar for the sdk packages	2737
-395415	1	kontact: Kontact crashes on startup	3525
-395541	3	kdm: Doesn't use debconf for communicating info to the user	3520
-395841	3	install base system doesn't time out when link dies	3034
-395968	2	libwww-perl: no way to see the real HEAD	2610
-395983	1	nobootloader: [powerpc/pegasos] bump chrp-compliant partition numbering to 1.3.99+.	3085
-396023	1	Allow encrypted partitions to be removed	3094
-396116	4	localechooser: Please set English as fallback language for floppy installations	3030
-396138	1	partman-crypto: Swap message is confusing	3094
-396228	4	debian-installer: s390 can no longer install using Hipersockets interface	3076
-396307	3	installation-report: does not recover properly from broken d-i mirror	3038
-396340	2	choose-mirror doesn't allow to use a d-i only mirror for .udebs.	3038
-396437	2	should be possible to override auto mode	1933
-396538	3	taskjuggler: has file binding for .tjx but cannot open them	3583
-396541	1	transcend: Doesn't start on i945 graphics	3434
-396579	3	libgengameng-dev: .la file references libraries but -dev package does not depend on them	2004
-396656	1	kmail: The dialog window which has focus is covered by other dialog windows	3525
-396789	1	koffice-dev: missing KDXMLTools.h included by /usr/include/kde/KDChartPropertySet.h	3524
-396792	1	koffice-dev: bad #include in /usr/include/kde/kdchart_export.h	3524
-396852	1	does not play nice with xinerama at all	1886
-396859	1	problems with shape sizes and alignment	3524
-396907	2	uninteractive printing from the command line	3524
-397001	2	gimp: I don't see how to remove printer entries	1991
-397066	1	Kmplayer-plugin: the default player is mplayer not xine	3541
-397103	2	please reduce krita-data's size	3524
-397162	1	vim shows question mark instead of character	2718
-397177	2	Please compile kopete with jingle support (Jabber)	3531
-397240	1	ASSERT: "!fileName.isNull()"	3543
-397401	1	global shortcuts sometimes do not work	3520
-397448	1	Redundancy of console-data and console-setup	3092
-397519	3	kde-guidance-powermanager: Cancel button does nothing.	3537
-426817	3	Chromium requires keyboard to start new game after dying.	3410
-397782	4	kaffe: FTBFS on GNU/kFreeBSD	2739
-397816	4	libitext-java: image writing probably broken	2788
-426829	1	localechooser: doesn't display AX =?UTF-8?Q?(=C3=85land?= Islands) nor CI =?UTF-8?Q?(C=C3=B4te?= d'Ivoire)	3030
-397854	4	dh-make: hangs on startup	2056
-397872	1	debian-installer: Encryption on top of software RAID broken in daily build	3104
-426831	3	localechooser: in the graphical installer, native names of languages are misaligned	3046
-397922	1	kmail: undocumented functionality change in "reply to".	3525
-398161	1	Crash when partition is created with blank label	3115
-426848	1	localechooser: in non-English locales, countries are sorted by their English name	3030
-398236	1	libqt4-gui: No Anti-Aliased fonts since 4.2	3509
-398287	1	kopete: ICQ: "add contacts to server list" list popping up at every program start	3531
-426903	3	pidgin should handle bad unsaved passwords better	2014
-398333	4	preseeding: strange behavior when disk preseeded but method not	3113
-398348	3	libpg-java: error in description?	2931
-426911	1	Right-clicking on a buddy sometimes freezes pidgin when Evolution plugin is loaded	2014
-398414	2	konqueror: ..I'd like a "clear this crash only" in the crash recovery tool	3520
-398464	1	root on ext3 over lvm over dm-crypt over raid 1 fails to boot	3104
-426912	1	sauerbraten: segfaults on amd64	3430
-398469	4	bugzilla: process_bug.cgi improperly escapes html entities (ie. mail links aren't links) when bug changes.	1833
-398590	1	eclipse: Modal dialogs prevent scrolling in Help, which makes tutorials almost unusable.	2774
-426934	2	let hibernate handle sleep/hibernate when installed	2090
-398655	2	installation-report: optionally create more than one user during installation	3124
-398668	1	partman-md: should not recreated device dirs at each partman restart	3104
-426951	3	debian/copyright does not match COPYING-DOCS	3597
-398686	4	debian-installer: [ia64] partitioning screen rendering problem w/ serial console	3115
-398728	1	emma: 'pretty format query' clears some queries.	1806
-427212	3	sympa: [INTL:vi] Vietnamese debconf templates translation update	2006
-398813	1	hangs on checking APT mirror	3038
-398861	2	WISH: history of exported images by account SEPARATELY.	3531
-427489	2	libmx4j-java: build with Jetty support	2866
-398897	4	ocaml-tools: omlet does not respect the efm variable	1953
-398902	3	Handler for MULTISELECT questions should not allow one to TAB tab to an option's label	3046
-427498	1	uw-imapd: logwatch rules allow hostname with backslash	1978
-398925	2	bugzilla: allow interaction via email	1833
-398999	4	filelight: mime type inode/directory confuses other software	3596
-427590	1	Segmentation fault when choosing nothing then press OK in whiptail	1976
-399071	3	hostname can use uppercase letters.	3117
-399404	1	sheepnet module support for basiliskII	2088
-399595	4	tomcat5.5: doesn't run with free JVM and security manager	2862
-399686	2	debootstrap should fail when there is no more diskspace.	3035
-399773	1	Xdialog's "dselect" - wrong pre-selected directory	1986
-399784	2	Please add filetype config for quixote files	2718
-399806	1	"dselect" window has 2 disabled buttons which shouldn't be there	1986
-399882	2	boot-prober should support 'module' lines in grub config	3119
-399954	2	juk: please support libtunepimp 0.5.	3534
-400016	4	bluez-utils: connection failed because hci Device disconnects and reconnects when try to pair a phone	1801
-400075	4	rawdog fails to write output file (hangs in feedparser.py)	3289
-400110	1	kmail: Some S/MIME encrypted mails can't be decrypted	3525
-400114	2	enable a serial console in /etc/inittab even in non-serial installs	3045
-400194	1	gjay: "GJay requires mpg321" but allows mpg123 as alternative which doesn't work	2111
-400195	2	gjay: Upstream CVS has --analyze-standalone mode	2111
-400249	2	dh-make: gpl version 2 or any later version	2056
-400250	2	gjay: Please enable optimization	2111
-400343	4	migrationtools: all passwords marked as {crypt}	2061
-400531	2	moinmoin-common: new upstream release 1.5.6	2035
-400578	1	partman-auto: uses nested progress bars, which are not supported	3113
-400814	1	holotz-castle: Problems with odd screen size	3366
-400815	3	debian-installer: Can't skip to configure package manager after failed install base system after succeeded install base system	3116
-400836	1	kdelibs4c2a: Please remove the dependence on libfam0	3532
-400857	1	korganizer: Endless error dialogs after endless retries	3525
-400898	1	Pixelformat rgba 6/0, 6/0, 6/0, 0/0 not supported by DirectFB	3045
-400921	1	Config::IniFiles cannot be used against an empty file	2029
-401175	3	debian-installer: Could offer to set a label on swap partitions	3114
-401184	1	libqt4-gui: Bounding box problem with QGraphicsLineItem and QGraphicsScene QGraphicsView	3509
-401220	1	exim4 auto-configuration assumes short hostnames	3117
-401225	1	kmail takes too long to delete messages	3525
-401232	1	FWD: CGI::FormBuilder 3.0401 broke FORM-SUBMIT?	2054
-401296	1	G-I interface does not work in UTF-8 mode/input handled in 8859-1	3046
-401392	3	Partman useability comments	3115
-401509	2	kaddressbook: add support for mozillaOrgPerson schema for LDAP	3525
-427628	1	quanta: Quanta depends on CVS. It shouldn't	3521
-401531	1	krec cant find my microphone	3534
-401681	1	DirectFB should always use the vesa fb device on i386	3045
-427720	2	pidgin: "Show Buddy Details" makes every item taller, not just those with details	2014
-401693	2	Patch to make the g-i fulscreen	3046
-401715	3	Language selection list display vertically unaligned translated names	3046
-427813	2	libjaxen-java: add XOM support	2875
-401723	1	korganizer: crash when updating event using exchange 2000 plugin	3525
-401941	2	kaffeine: Missing DVD eject option on File and mouse meny	3575
-427819	3	unison-gtk: Non-standard arrangement of buttons in dialogs.	1933
-401982	4	When spe is installed, python2.4-minimal would not configure	1813
-401990	2	dh_make should support cmake-projects	2056
-427911	4	kaffeine crashes using libxine after upgrade to 0.8.4-3 or 0.8.4-4	3575
-402077	1	eclipse-platform doesn't contain eclipserc example anymore	2774
-402082	1	akregator: Changing feed URL "removes" old articles	3525
-427913	1	dom4j: remove jaxen code	2921
-402084	1	konsolekalendar doesn't run from console	3525
-402127	3	GTK frontend should build on and X target too	3046
-427933	2	Impossible to use other cdrom device during install	3116
-402144	3	kaffeine: KDE does not recognize files with ".m2t" extension (TS files made by Kaffeine)	3575
-402214	1	strigi-client: jstream support not available in konqueror	3592
-427941	2	weblint-perl: UTF-8	2032
-402291	1	qt4-qtconfig: Animated Menus not working, X Error: BadValue	3509
-402340	1	Integrated browser support not working on upgrading from eclise 3.1.2 to eclipse 3.2.1	2774
-428002	3	kde-guidance-powermanager: No icons in context menu	3537
-402431	2	gaim-data should not depend on gconf	2014
-402491	1	debootstrap: missing check in x_feign_install	3035
-428092	2	Wishlist: why lock up so much?	3525
-402542	3	Intro text (in httt) is hard to read in places due to being light-on-light.	3387
-402606	4	installation-report: partitioner does not update partition type when using previous NTFS partition	3115
-428140	1	Storage method "remote file" aka WebDAV vanished	3525
-402938	1	Properties difference causes unison to crash	1933
-402956	2	Should show progress bar during NTFS resize	3112
-428141	2	kontakt: When using IMAP as storage, kmail gets always started	3525
-403006	2	please allow Gaim users to view messages queued for them on the MSN server	2014
-403031	2	Serial console detection should happen only once.	3045
-428173	2	vim: Please support DEB_BUILD_OPTS=noopt, nostrip to actually create non-stripped binaries.	2718
-403052	3	libdom4j-java: re-enable test case BeansTest	2921
-428228	1	[template] debian/control provokes substvar-source-version-is-deprecated lintian warning	2056
-403097	1	kmix: show/hide menubar does not toggle state correctly	3534
-403130	1	krusader is HORRIBLY UNSTABLE in REMOTE/FTP, for OVER A YEAR, for the LOVE OF GOD!	3563
-428960	1	unison: Error in creating directory for backup 	1933
-403140	1	vim-latexsuite: disables ":abb" abbreviations in insert mode	2714
-403314	1	kdict docked in the vertical panel does not show input field	3531
-403354	1	kcachegrind: crashes when changing callgraph options	3523
-403363	4	python-moinmoin: Password Reminder emails are confusingly mis-encoded	2035
-403377	1	vim-latexsuite: quickfix 'errorformat' doesn't catch word-wrap	2714
-403408	2	kaffeine: Should have more visible way to exit full screen mode	3575
-403552	1	kamera: does not recognize Canon Digital Ixus 55	3515
-403608	2	kcachegrind-converters: add list of supported languages to package description	3523
-403655	4	eclipse-jdt misses core plugin: org.eclipse.jdt.apt.core	2774
-403675	3	eclipse: annoying dialog box "builtin browser not supported"	2774
-403681	4	kpilot: KPilot no longer works with Handspring Visor	3525
-403722	3	Add .pc pkg-config file for libnewt-dev	1976
-403732	1	eclipse: Crash on startup: Error notifying a preference change listener.	2774
-403792	4	Missing sound files	3336
-403814	2	gaim: please compile Network Manager (LIBNM) support	2014
-403847	4	kaffeine: messes up XV contrast value	3575
-403912	4	Symlinks pointing to /usr/share/fonts/truetype/ttf-xfree86-nonfree	2043
-403957	3	small clarification to gamma text	3418
-403959	1	debootstrap: suite choices appear to be inaccurate and incomplete	3035
-404001	6	file conflict between perftools0_tau and libgoogle	2068
-404019	2	sympa doesn't like netapps	2006
-404067	1	kdeartwork-theme-window: window-decoration icewm-theme does not show all buttons	3533
-404135	1	ksynaptics: "disable tapping" stuck	3585
-404171	4	Bad sympa state with debconf priority high	2006
-404208	2	sympa doesn't works with RAMRUN=yes	2006
-404228	1	kmail's handling of passwords/kdewallet very broken	3525
-404237	3	gaim shouldn't disable accounts unless password is saved	2014
-404261	2	rescue-mode: should support loop-aes and plain dm-crypt encrypted disks	3037
-404393	1	libcamlimages-ocaml-dev: Fails to load images.	1932
-404395	1	libcamlimages-ocaml-dev: Fails to load images.	1932
-404397	1	python-opengl: The package should alternatively suggest ttf-dejavu instead ttf-bitstream-vera	3280
-428272	3	konqueror: cursor image for link in new window uses mailto: image instead	3520
-404412	1	libcamlimages-ocaml-dev: Bad META file && missing OImage module	1932
-404461	1	umbrello: multi-garbage of folder icons	3523
-428324	1	kaffeine: drag & drop in playlist window seems not to work reliably	3575
-404524	4	de2104x: Network unavailable during installation	3033
-404683	1	language settings for spellchecker	3524
-428329	1	issues setting up crypto with GPT disk label	3072
-404697	4	unison: fails to replicate between i686 and x86_64 systems	1933
-404710	2	vim-common: example macros are distributed with useless info files	2718
-428351	2	fretsonfire: close game window when importing GH songs	3365
-404728	2	groovy: JAVA_HOME should be set according to /usr/bin/java	2748
-404905	2	akregator: Patch for custom article list colors	3525
-428352	2	fretsonfire: please add documentation for xbox guitar support	3365
-404950	1	[mips] Disk is advertised as partition on SWARM (Broadcom BCM91250a)	3115
-405000	1	liblablgl-ocaml: Segfault when using Glut.createMenu.	1843
-428382	1	digikam: "add border" does not work	3572
-405016	2	export to gallery interface could be better	3579
-405017	1	spurious error message when uploading to a gallery v1 site	3579
-428391	4	dodgindiamond2: Fullscreen mode makes graphic subsystem horribly crash	3507
-405020	1	upload dialog should not be modal	3579
-428449	1	Changing default of 'Hands before raise Small Blind' in Game Settings Dialog has no effect	3460
-405033	3	libcvsservice0 should only recommend cvs (not depend)	3523
-405071	1	cameleon: docbrowser2.byte crashes	1948
-428499	1	libapache2-mod-perl2: Apache2::SubProcess docs woefully incomplete	2129
-405084	1	libqt3-mt: Crash in QApplication::internalNotify	3528
-405094	1	kleopatra: depends on lower priority (extra) package (gnupg2)	3525
-428568	1	kate: Spell checking fails:  can't find aspell or ispell	3520
-405098	4	Resizing/copying ext3 partitions with dir_index and resize_inode not supported	3112
-405114	1	qt3 does not pick missing glyphs from an alternative fonts	3528
-428651	4	SIGABRT when QGArray calls malloc()	3528
-405124	1	python-gnupginterface: Syntax errors on configure	3159
-405133	1	messes up the display resolution (i.e. the dpi setting)	3537
-428656	2	kget: Drag and drop url to icon	3531
-405159	1	missing manpage for /usr/bin/artsdsp	3526
-405169	3	Better handle error when mirror is missing suite symlink	3038
-428663	1	Eclipse freezes BUG	2774
-405182	1	quanta: Dead acute does not work in VPL editor	3521
-405250	1	SPARC32 floppy install - issues switching between floppies	3045
-428840	1	unison-gtk: Confusing diff file1 and file2	1933
-405252	1	skim: crashes, complaining about exceeding assigned stack limits	2078
-405393	1	Input randomly breaks in KDE applications with Skim running.	2078
-405511	3	choose-mirror: Consolidate templates to save memory	3038
-405518	1	ftbfs: java.lang.NullPointerException	1870
-405546	1	digikam: does not understand ACLs	3572
-405563	2	acpi-support and hibernate script	2090
-405600	1	kde: kwin (possibly) caused an unusual x server crash	3517
-405619	3	vim-vimoutliner: otl_hanlder files are missing	2000
-405626	1	debootstrap: /etc/ld.so.conf is needed to run debuild	3035
-405643	4	bugzilla: reports.cgi Internal Error	1833
-405714	2	ksynaptics: Please add the option 'SHMConfig ''on''	3585
-405737	1	G-I does not support some i810 graphics cards	3046
-405814	1	java-package: Please depend on "gcc"	2737
-405844	3	polygen-data(6) suggests that 'polygen genius.grm' ought to work, but it doesn't	1852
-405867	1	Debian patch breaks some  headers with accents	3525
-405886	2	PATCH: add invocation mode for custom add-on udebs	3125
-405965	4	konqueror: Konqueror sometimes takes minutes to load	3520
-406001	4	eclipse - does not longer work with utf8 encoded umlauts in filenames	2774
-406076	1	kontact: strange error message syncyng with gnokii	3525
-406143	1	kget ignores limits	3531
-406221	1	kicker: Most of icons does not show in systray with dual-head radeon pseudo-xinerama	3520
-406227	1	HTTP::Proxy: filters don't work	2125
-406234	1	Memory allocation problem upon exit	3423
-406258	4	kmail loses all of inbox, mixes different account with disconnected imap	3525
-406278	1	whiptail manpage issues	1976
-406279	1	eclipse: JSP editing lost after upgrade	2774
-406368	1	Should display error if no disks have been detected	3115
-406561	2	Split libqt4-dev to non-x11 and x11 parts	3509
-406566	2	gimp: "Info window" doesn't show EXIF information	1991
-406569	2	lwp-request: invalid http_proxy causes ugly messages	2610
-406589	1	genkdmconf introduces non-default settings into /var/run/kdm/kdmrc	3520
-406591	2	gaim: Does not need gconf	2014
-406743	1	kruler: Window gets bigger on each change of orientation	3515
-406771	1	konqueror: Invalid 7-zip functionality	3520
-406822	1	kaffeine does not use the kde proxy settings	3575
-406913	2	monsterz: consumes way too many CPU cycles for such a game, even when paused	3382
-406917	2	Please add "send-to" to konqueror's action menu	3525
-406951	1	kcontrol: sticky keys dialog shown after suspend/resume	3520
-407012	2	python-cherrypy: New version (3.0) available	3148
-407019	2	Please implement "new view" to get >1 editor views on the same .tex document	3542
-407028	2	konqueror: should scan ~/.mozilla/plugins last for netscape plugins	3520
-407135	1	digikam: Hangs with splash screen on first upgrade	3572
-407351	1	Alt-I stopped working	2714
-407357	3	icon missing from .dekstop entry	3468
-407364	1	issue editing Gujarati unicode characters	2718
-407465	1	Files still missing from pexpect	3262
-407577	4	cdebconf: frontend crashes on GoBack from user-setup	3046
-407598	1	kmix: "messes" with mixer levels by default	3534
-407617	1	kde-core: KDE Panel Clock displays timezone name instead of date	3517
-407696	2	add a guided partitioning option for resizing an existing partition	3113
-407758	2	pangzero: Cancel remaining stopped time if no balls present	3438
-407826	4	ksubtile: doesn't open file when launched from konqueror	3565
-407838	1	konqueror ignores "show in seperate viewer" or "use image group settings"	3520
-429295	1	Hebrew bidi output is incorrect in partitioning screens	3115
-429465	3	Use of uninitialized value when tarballs/ doesn't exist	2085
-429485	2	bugzilla-doc: Doc should appear in /usr/share/doc/bugzilla also	1833
-429549	2	installation-report: option 'timestamp_timeout' in sudo config	3124
-429558	2	Please add armeb/armel	1854
-429616	1	kview: Kview segfaults on logout	3515
-429631	2	Requesting Bugzilla v3 package for Debian testing branch	1833
-429713	3	Please consider removing libapache-mod-python from your package's dependencies	2035
-429805	1	uses abs() instead of labs()	3406
-430011	1	partman-partitioning destroys MBR partition table on macbook.	3112
-430015	1	Seems that kvpnc doesn't work with vpnc v4.xx	3564
-430020	4	kinfocenter: crashes when entering OpenGL tab if visited previously.	3520
-430104	3	libnewt-dev: README.Debian is confusing	1976
-430126	2	why: caduceus: the abs example is in fact wrong	1848
-430151	1	cdebconf: multiple select is not right aligned in Hebrew	3046
-430193	1	kaffeine: Modal error windows not acquitable via dcop	3575
-430205	3	vim: chmod foo -x; foo/bar unreadable directory causes [new file] annotation	2718
-430216	1	kipi-plugins: Rotate in digikam is weird	3579
-430220	4	digikam: Strange behavior with setting dates	3572
-430402	1	ocaml-book-en: Wierd behaviour of exercices page	1938
-430426	1	Config::IniFiles documentation incomplete due to missing newline	2029
-430532	4	liblablgl-ocaml-dev: lablgl examples fail to build over interface Tk	1843
-430542	2	debian-installer: screen updates painfully slow on serial console	3046
-430605	4	libxml-libxml-common-perl: /usr/lib/perl5/auto/XML/LibXML/Common/Common.so does not work with pax-enabled kernel	2380
-430617	1	Specifying Multiplayer server host has funky results if you type with the 10-key keypad.	3401
-430665	1	libnet-snpp-perl: install-stamp rule invokes make install with bogus arguments	2210
-430702	3	Misspell in the French translation of kphotoalbum: "Moi" should be "Mois"	3543
-430762	1	kde: config breaks panel unhide	3520
-430884	3	moinmoin-common: README.Debian refers to /etc/moin/moinmaster.py instead of /etc/moin/mywiki.py	2035
-430911	1	New upstream version available	2955
-430915	4	kwin: Xorg hogs cpu after update to kde 3.5.7-1	3520
-430919	1	Broken package python-pysnmp-common	3227
-430920	1	kpdf: Some Latin Moden math glyphs look ugly: stretched vertically	3515
-430936	2	please rename the excutable from Emma to emma	1806
-431072	3	gimp receives an X Window System error (RenderBadPicture)	1991
-431226	4	Unison does not synchronize files above 1GB	1933
-431250	1	pangzero: Doesn't keep level highscore for challenge mode	3438
-431260	2	please include documentation in the package	3167
-431296	1	Default partitioning on LVM-LUKS provides too small /	3113
-431316	3	dh-make: typo in dh_make message	2056
-431369	7	wlassistant: Doesn't create the wpa_supplicant configuration file	3611
-431385	2	whichwayisup: Fullscreen mode	3316
-431386	1	bouncy: Instructions run off right edge rather than wrapping	3326
-431405	1	kscreensaver: Not displays writtings in kfiresaver correctly	3533
-431438	3	kftpgrabber: Defaults to latin-1 encoding	3603
-431573	2	python-policyd-spf: Please add proper init.d script	1820
-431581	1	kivio: undo does not move arrows back	3524
-431605	5	korganizer: events disappear	3525
-431807	1	bug report for ksynaptics	3585
-431838	4	ksynaptics does not start: library kcm_ksynaptics.so has undefined symbol	3585
-431848	3	kdebluetooth: PIN entry dialog does not get focus	3545
-431869	2	apticron: Please provide an option to skip notices about packages that are on hold	2084
-431894	2	libstfl-perl: Manpage/POD missing	2058
-431898	2	new option: "--svn-moved-to" for build results elsewhere	2085
-431945	2	consider making standard vim macros/plugins available	2718
-431967	1	transcend uses more CPU when minimised than when maximised	3434
-432004	1	vim: detection of file encoding sometimes fails	2718
-432015	1	whichwayisup: Strange access to CD ROM	3316
-432147	3	svn-buildpackage: --svn-postbuild and --svn-lintian should co exists	2085
-432163	2	/usr/lib/purple-2/log_reader.so: Please support chatzilla logs	2014
-432165	2	/usr/lib/purple-2/log_reader.so: Please support copying logs into Pidgin log directory	2014
-432172	2	ri-li-data: Consider using better, more space-efficient translation methods	3499
-432205	1	mlgui: nearly all parameter documented in manpage are not valid	1886
-432228	3	java-package: ibm-java2-sdk-5.0-5.0-linux-ppc.tgz and warnings messages	2737
-432305	1	knode: misreports "connection refused" as "no such file or directory"	3525
-432309	2	should check Release signature by default?	3035
-432315	1	kontact: kmail doesn't handle .ics files as it should	3525
-432331	1	scim-qtimm: libqscim.so references Qt 3 symbols but doesn't link to Qt 3 libraries	3539
-432350	2	eclipse: upgrade to new stable release 3.3	2774
-432361	1	jumpnbump: SIGSEGV when exiting from fullscreen mode	2064
-432480	1	bug in kdelibs' KDirOperator	3532
-432485	6	libwww-mechanize-perl - FTBFS: Failed test 'Got http://en.wikipedia.org/'	2330
-432539	6	eclipse-pydev: FTBFS: make: *** [build-java-stamp] Error 13	2955
-432541	6	eclipse-cdt FTBFS	2779
-432582	4	libaxis-java: should depend on libcommons-logging and libcommons-discovery	2913
-432596	1	ultrastar-ng: Pausing a song doesn't stop gaining/losing points	3345
-432598	1	Font sizes are not right when first starting kdm	3520
-432666	4	sauerbraten: segfaults on powerpc	3430
-432667	3	dh-make: triggers lintian warning	2056
-432677	4	libstylebook-java: JPEG encoding is broken	2956
-432742	3	uw-imapd: man imapd should reference correct location for md5.txt	1978
-432778	4	planetpenguin-racer: ppracer very slow, but glx is working fine	3447
-432790	2	Should warn the user if hardware acceleration isn't available.	3431
-432816	1	dh-make kernel module: kdist_clean target	2056
-432841	1	konqueror: Konqueror displays chinese looking symbols in new tab and metabar	3520
-432859	1	ksim: lm-sensors plugin doesn't show any sensors	3516
-432985	1	ketm: not binNMU safe	3422
-432995	2	klaptopdaemon: please suggest kdebase-bin which contains kdesu	3516
-433010	1	eulervm makes kdvi consume all memory and crash	3515
-433038	7	libapache2-mod-python: mod_python collides with mod_php5, rendering psp ususuable without proper error messages	3198
-433061	3	encryption status does not work for unprivileged users	3576
-433073	2	Please disable DirectFB's window backend buffer	3084
-433116	1	digikam: plugins refresh previews continuously	3572
-433228	2	pidgin: Cannot connect to ICQ account using email address	2014
-433247	2	dh-make: please recommend unlimitted Debian packaging conditions	2056
-433271	2	kmail: feature request: Verify DomainKeys signatures	3525
-433355	2	add mime type x-mscabinet to main database	3532
-433389	1	background images are not set by QPushButton anymore	3509
-433390	1	due to a bug of Qt buttons are not displayed properly	3460
-433406	1	acpi-support: Fn-F7 and Fn-F8(bright) not working on HP dv6000t	2090
-433409	2	eclipse-pydev should't depend on eclipse-sdk anymore	2955
-433502	1	eclipse: missing doc/help files	2774
-433514	4	java-package: package generated with make-jpkg doesn't have a .jinfo file in /usr/lib/jvm	2737
-433517	1	kde-i18n-es: Bad translations in kcmkwinrules.po	3511
-433532	1	svn-buildpackage goes to great lenghts to find tags, fails, but ignores trivial method that would work	2085
-433568	2	add vlan support	3117
-433579	4	partman-dmraid: Error in logic determining if dmraid is supported	3105
-433689	1	unable to edit name of tables	1806
-433695	3	Emma does not supports unicode?	1806
-433733	4	kscreensaver: Kscreensaver stops after a few seconds	3533
-433759	1	cycle: Specific french caracters as password lead to crash	1818
-433783	1	eclipse pde: plugin export fail with ant error (missing classpath entry)	2774
-433809	4	enemylines3: SIGSEGV in strlen	3388
-433866	2	MSN offline messages	2014
-433885	4	juk: Fails to play certain MP3s	3534
-433942	2	pidgin: no manpage for purple-send	2014
-433951	1	libhttp-proxy-perl: save filter "filename" parameter used invalidly	2125
-433961	3	file ultrastar-ng.h2m is out of date	3345
-433996	4	xsabre: /tmp/sabre.log is left; blocks other users.	3448
-434000	4	using much too much CPU	3480
-434037	4	kdvi crashes when rendering page of makor (hebrew) text. xdvi renders correctly	3515
-434089	1	pidgin: Buddy list synchronization issue in <foo> not handled correctly	2014
-434158	2	partman-crypto: due to popular demand: root on loop-aes	3094
-434170	1	pidgin: Can't get mouse support to work in finch	2014
-434178	1	kdesktop doesnt set energy saving settings	3520
-434229	2	libapache2-mod-python: [INTL:ru] Russian debconf templates translation	3198
-434247	1	cultivation: Sound is full volume white noise on amd64	3356
-434322	2	ceferino: Joystick support	3443
-434350	4	kpilot: Kpilot does not synchronize knotes with palm memos	3525
-434404	4	kphotoalbum: Crash trying to change settings.	3543
-434431	1	python-moinmoin: python-4suite changed to python-4suite-xml	2035
-434461	2	Installer components description should be translated	3125
-434586	1	OBEX File Transfer works in only one direction	1801
-434646	1	libcurses-ui-perl: toogle destroys boolean value of Checkbox	2326
-434647	1	kaffe: Kaffe makes itself the default on upgrade	2739
-434697	3	kcontrol: Default alternative terminal emulator should be x-terminal-emulator	3520
-434762	3	tomcat5.5: tomcat-users.xml contains sensitive data, yet it is world-readable	2862
-434818	1	ksynaptic: touchpad has been disabled but continues to function	3585
-434883	1	Subject: kuser: userid starting at 500 not 1000	3530
-434902	1	kdebase inhibits acpid	3520
-434903	1	vim-latexsuite: Should depend on vim-addon-manager	2714
-434930	2	Should "Continue" automatically when no key has been typed	3093
-434990	3	libcurses-ui-perl: Curses::UI::Checkbox documentation copy-paste error	2326
-435093	1	konqueror does not show the correct language on websites	3520
-435111	2	There's no povray package for amd64 and older versions cannot be installed due to conflicts with other packages.	1962
-435124	3	gimp: Entered hex value for color ignored	1991
-435154	1	Crashes on startup	3365
-435251	1	konqueror: backspace action: not return to previous place	3520
-435262	1	uic3 and lib missing in QTDIR	3509
-435266	1	up/down volume kmilo don't work	3516
-435278	7	Segfault on loading campaign	3489
-435288	1	planetpenguin-racer: New upstream version of ppracer (0.5) exists for about 2 years !	3447
-435337	1	KIO slave fish:// doesn't work on debian amd64 kernels 2.6.21 and above	3517
-435374	1	libqt4-core: qt4 loose performance by using "direct rendering" that falls back on sw	3509
-435410	2	Please use libYAML	3190
-435447	1	konqueror: F5 F7 F10, cannot be defined as shortcuts	3520
-435448	1	terrible lack of reactivity of konqueror	3520
-435480	1	libapache2-mod-perl2: Apache::Test fails in `fakeroot' environment	2129
-435564	1	rmagic: bad font name in default config file	2034
-435569	1	rmagic: Invalid comment in example styles.css	2034
-435669	2	Try to split koffice-doc package	3524
-435681	2	User-specific storage not XDG Basedir compliant	3489
-435704	4	seems to not be working?	2000
-435720	1	vegastrike: Vegastrike doesn't start if no KDE app is running	3332
-435742	1	python-reportlab: error shown while installing python-reportlab	3308
-435749	7	Loading a game crashes the game	3489
-435752	1	kmix: Mute feature doesn't work.	3534
-435760	1	kcheckgmail request a Google certificate everyday.	3532
-435767	3	debian-installer: inconsistent size abbreviations when partitioning	3103
-435801	1	Can't call method "name" without a package or object reference at /usr/share/perl5/SOAP/Lite.pm line 3005.	2444
-435804	4	Segfaults during first sortie	3489
-435871	1	warzone2100: Invalid memory reference on Skirmish	3489
-435909	1	kcheckgmail is not in correct language.	3532
-435946	1	KControl closes when kdmtheme is selected and user is not root	3609
-436109	2	gimp-data: Please split gimp-locales	1991
-436135	4	pykaraoke: Pykaraoke cannot find font	1811
-436163	4	koffice: Needs to use poppler for Lenny	3524
-436164	4	kpdf: Should link against poppler	3515
-436206	6	freemind misses a dependency	2812
-436241	2	dh-make: please include in the cron.d.ex file an [ -x ] test	2056
-436265	1	Use-Last-Folder Mode is always enabled?	3531
-436463	2	antlr: not handling nostrip build option (policy 10.1) sid/i386	2795
-436560	3	kdm: Double entry in KDM menu	3520
-436595	2	bloboats: not handling nostrip build option (policy 10.1) sid/i386	3473
-436609	1	[libemail-mime-contenttype-perl] Content-Type less mails cause error	2519
-436680	1	ant: rmic task with kaffe rmic fails	1870
-436684	2	coq: not handling nostrip build option (policy 10.1) sid/i386	1946
-436785	2	partman: Support relatime mount option and possibly enable by default	3115
-436929	4	ksynaptics is not working with xserver-xorg-input-synaptics-0.14.7~git20070517-2	3585
-437016	1	Uses different value to GB then rest of partman	3103
-437021	1	digikam crashes when using light table	3572
-437053	1	qt3-examples unusable without modification	3528
-437084	1	kopete: irc module has incorrent name complete	3531
-437091	1	kpilotDaemon hangs when "usb:" is used as handheld device	3525
-437100	1	unison: Crashes when nmapped	1933
-437117	1	dh-make: debiank/README.Debian is never installed	2056
-437140	2	gvidm: not handling nostrip build option (policy 10.1)	2057
-437153	1	Empty folder list with GroupDav(citadel)	3525
-437246	2	kball: not handling nostrip build option (policy 10.1)	3317
-437256	1	kdesktop_lock won't unlock session with empty password	3520
-437299	1	should Recommend libgl1-mesa-dri	3423
-437334	1	bugzilla: Wrong default configuration of 'urlbase' parameter	1833
-437354	1	libqt4-dev: Put qmake into its own package	3509
-437366	1	konqueror: Does not display png icons for info2www	3520
-437427	1	kicker non-kde apps don't get custom icons	3520
-437434	3	vim-runtime: filetype set to hog for /etc/udev/*.rules files	2718
-437461	4	Game crashes after trying to apply changes in video settings	3361
-437487	2	filelight forgets already computed data	3596
-437504	1	kiten: crashes when space entered in search field	3522
-437667	1	kspy package includes testkspy man page but not the executable	3523
-437723	1	konqueror: Does not render a page containing javascript	3520
-437726	3	konqueror: JavaScript error dialog is modal	3520
-437956	1	please mention that akregator supports Atom in description	3525
-438147	1	kaddressbook : important fields missing when using the "Detailled Style" for printing	3525
-438205	1	race condition: kdeprint sometimes fails on printing jobs which are removed after kdeprint exits	3520
-438224	1	libexiv2-0: Wrong values on exposure time	3608
-438307	2	xdialog: not handling nostrip build option (policy 10.1)	1986
-438352	2	xwelltris: not handling nostrip build option (policy 10.1)	3390
-438427	1	unison-gtk: Unison complains filename already present in both replicas is too long when file is changed	1933
-438477	1	syntax/mail.vim: incorrect parsing of mailEmail match group	2718
-438482	2	support for addon evolution / garbage collection	2717
-438560	3	vim -C isn't compatible	2718
-438584	2	libapache2-mod-python: [INTL:sk] Slovak po-debconf translation	3198
-438628	1	kile freezes during startup	3542
-438632	1	kfmclient always launches new konqueror instance	3520
-438664	2	rst.el: RFE rst-compile "multifile" support	3260
-438692	1	kde: Konqueror and D3lphin doesn't show Floppy disk on system:/media	3517
-438724	3	libgenerics0-dev: Typos in long description	1984
-438835	2	please add hibernate option to shutdown menu	3520
-438839	4	kipi-plugins: Failed to connect to Gallery2 site	3579
-438848	1	kaffeine: uninstallable on GNU/kFreeBSD (due to Depends on hdparm)	3575
-438974	2	RFP: new version of bugzilla - release of Bugzilla 3.0!	1833
-439010	1	l2tpd replaced with xl2tpd	3564
-439012	4	d-i: network not recognized on Sun nextra x1 / v100 + oops while unloading the wrong module	3033
-439092	3	gnu-efi: installs parts of its build system into /usr/include/efi	2059
-439131	1	Konqueror silently ignores https: in proxy adress	3520
-439184	2	split eclipse-cdt into eclipse-cdt and eclipse-cdt-sdk	2779
-439255	3	pangzero: Raises brightness to maximum	3438
-439275	3	Typo in package description	2300
-439339	7	libnet-ssh-perl-perl: package requires Math::Pari to operate which does not seem to be in the archive	2536
-439349	1	apticron: fails when apt-get dist-upgrade wants to downgrade some package	2084
-439360	4	version 4:3.5.7-4 of kdepim suggest removing kde	3525
-439361	1	kdm crashes when logging out it and system falls to command line	3520
-439364	1	krita crash when printing on the print preview button	3524
-439633	4	console-setup-udeb: Does not completely execute its postinst script	3092
-439725	1	antlr: New upstream source (3.01)	2795
-439736	1	warzone2100: briefings broken	3489
-439741	1	should not recommend rpm	3530
-439781	3	dirt in kdmrc	3520
-439807	2	monsterz: add monster names and a start screen animation	3382
-439925	1	KIO slave fish:// doesn't work on debian amd64 kernels 2.6.21 and above	3521
-439948	2	Ai doesn't throw bombs	3389
-439950	2	wrong folder name	3387
-439973	1	boson: Segmentation Fault on startup	3381
-439975	3	The debian/rules generated by dh-make causes lintian warning	2056
-439999	1	stuck in the water on stripes	3319
-440012	1	konsole no longer plays with SCIM	3520
-440045	1	unoptimal size computation for "multi" recipe when LVM is used	3113
-440048	2	get new panel backgrounds button	3520
-440065	4	uw-mailutils: doesn't istall if pine is installed	1978
-440078	4	bluez-utils: cannot pair with my phone	1801
-440088	2	libstlport5.1-dev: could warn again inconsistent threading flags	2028
-440096	1	KDM/GDM/XDM - unable to log in	3520
-440098	1	kwordquiz: crashes when "threat hint as error" is set	3522
-440109	7	sympa: install fails with permission denied to create database	2006
-440161	1	wrong /etc/fstab when installing on RAID using Adaptec 2100S	3028
-440240	1	kile: Impossible to compile a file opened on a USB stick	3542
-440246	1	sauerbraten-data should conflict with older versions of sauerbraten	3430
-440309	2	systray: icedove entry	3520
-440315	2	Desktop Preview & Pager: no desktop backgrounds	3520
-440336	1	kasbar: started by right click, but cannot be stopped by similar means	3520
-440339	1	kphotoalbum: Drawings on photos get sometimes lost	3543
-440439	2	add multipath support	3033
-440442	1	headache: please support pre-header lines	1922
-440458	1	kopete: consistent segmentation fault when issuing /quit on SSL connected IRC	3531
-440484	1	Segfaults when choose 'practice'	3371
-440486	1	kdebase-bin: gurmukhi keyboard missing U0A71 key (addak)	3520
-440492	1	pixfrogger: Creates ~/PiXJuegos ; should use a hidden directory	3404
-440515	2	save documents as .pdf	3524
-440526	1	Kget crash when i stopped the download	3531
-440551	1	/etc/init.d/mldonkey-server stop doesn't stop mlnet but telling so	1886
-440559	1	Default install of tomcat-5.5 throws 404.	2862
-440626	4	apticron: sleeps in /etc/cron.daily, delaying other scripts	2084
-440635	4	kate: crash when opening file (debug backtrace included)	3520
-440673	2	nikwi - FTBFS: error: #error makeit	3339
-440679	1	kscreensaver: Phosphor scripting option removed?	3533
-440713	2	bluez-utils: Please switch to udev based starting of bluetooth services	1801
-440737	2	btanks: Please check for available resolutions rather than using a hardcoded list	3314
-440741	3	hex-a-hop: weird symbol for "better than par" in map	3319
-440831	1	no text on winning the game	3319
-440897	1	instead of music/sound I get static noise	3314
-440959	2	clicking a document/application from the results should close the dialog	3588
-441107	1	kaddressbook: can not edit contacts	3525
-441111	2	vim: please set syntax=on by default on the gral config file	2718
-441122	6	cacao - FTBFS: undefined reference to `__data_start'	2843
-441184	1	svn-inject (version 0.6.21) fails to perform $chdir	2085
-441198	7	Crash on amd64	2071
-441204	1	konqueror: How to read Debian pages in Polish language?	3520
-441261	3	HTML album export keeps on reporting "Exif Orientation: 1" on STDERR	3579
-441294	7	knotes crashes at start	3525
-441298	1	konqueror: crash on tab close	3520
-441299	1	python-moinmoin: Very slow title search	2035
-441313	2	new version 4.0 of eclipse-cdt available	2779
-441340	1	Bookmark editor doesn't open.	3566
-441343	4	python-opengl: Things go awfully slow	3280
-441379	1	fails on 64-bit vista	3070
-441435	4	warsow: Possibly contains undistributable data	3369
-441472	3	povray-includes: Typo in glass.inc	1962
-441524	4	ftbfs with g++-4.3/gcc-snapshot	3608
-441528	2	hex-a-hop: Too hard to exit	3319
-441540	4	ftbfs with g++-4.3/gcc-snapshot	3530
-441541	4	ftbfs with g++-4.3/gcc-snapshot	3510
-441542	4	ftbfs with g++-4.3/gcc-snapshot	3534
-441546	4	ftbfs with g++-4.3/gcc-snapshot	3525
-441549	4	ftbfs with g++-4.3/gcc-snapshot	3524
-441559	4	python-mysqldb: incompatibility with python 2.4	3279
-441572	1	kdevelop: internal debugger error	3527
-441577	4	ftbfs with g++-4.3/gcc-snapshot	3201
-441596	4	ftbfs with g++-4.3/gcc-snapshot	3539
-441691	1	neverball-common: The package should alternatively suggest ttf-dejavu instead ttf-bitstream-vera	3360
-441703	4	pydev freezes eclipse	2955
-441765	1	sauerbraten: segfaults with on intel xorg OpenGL drivers	3430
-441767	1	kipi-plugins: Export to flickr fails when EXIF comment has parens	3579
-441780	7	libnet-ssh-perl-perl: package require Crypt::DSA to operate which  does not seems to be in the archive	2536
-441785	1	syntax match offsets do not work with utf8 characters	2718
-441791	1	Autohide takes over Kontact	3577
-441806	7	deskbar-plugins-strigi: Error window pops up after each keystroke	3592
-441818	3	mozplugger: UTF-8 encoded man pages	2072
-442008	2	Add /usr/local to $KDEDIRS	3532
-442098	2	win32-loader: [INTL:sv] Swedish PO translation update	3070
-442153	1	win32-loader: [INTL:he] Hebrew PO translation update	3070
-442179	3	When transferring several pictures from my phone, it ends up \r	3545
-442180	2	make the network mode work securely	3070
-442209	2	making it possible to enable KDE, XFCE, etc (Re: win32-loader)	3070
-442236	2	please add multipath support	3115
-442262	1	should ask user for new boot.ini location when this file is not found	3070
-442287	1	dpkg-reconfigure segfaults	3046
-442288	1	dpkg-reconfigure -p doesn't change priority	3046
-442290	1	dpkg-reconfigure skips seen questions	3046
-442291	1	debconf-communicate clears screen when used with newt frontend	3046
-442293	2	needs a dpkg-preconfigure	3046
-442322	2	powermanga: Please support joysticks	3423
-442374	3	debian-installer: network configuration with DHCP sometimes breaks	3117
-442436	1	debian-installer: sets up firewire as eth0	3033
-442454	1	korganizer: Reminder Daemon doesn't can't be disabled	3525
-442474	4	preseed parameter list may get truncated because of Linux cmdline 256 B limit	3070
-442503	4	basket: FTBFS if build twice in a row	3577
-442560	4	exiv2: FTBFS if build twice in a row	3608
-442614	4	kftpgrabber: FTBFS if build twice in a row	3603
-442616	4	kile: FTBFS if build twice in a row	3542
-442623	4	kvpnc: FTBFS if build twice in a row	3564
-442643	1	dsniff: newer BDB	2081
-442657	4	lifelines: FTBFS if build twice in a row	2121
-442712	4	python-lightblue: FTBFS if build twice in a row	1969
-442719	4	qsynaptics: FTBFS if build twice in a row	3551
-442742	4	taskjuggler: FTBFS if build twice in a row	3583
-442804	1	libxml-rsslite-perl: link beginning with newline	2176
-442817	2	New upstream version available	2296
-442865	2	Please add deb-plugin to vim-scripts	2715
-442867	1	acpi-support: screen blanks when lid closed, while gnome Power Managment "Do nothing" is set.	2090
-442900	4	libdevel-caller-perl: FTBFS on alpha and ia64 (failing tests)	2570
-442923	2	Mac OSX like effect patch for kdebase and kdelibs	3532
-442936	1	kdevelop: crash on startup	3527
-443005	4	does not ship a META file	1905
-443039	4	gjdoc: doesnt fail gracefully when unable to fetch doc from the web	2749
-443049	1	kwin: "Run Command" window appears on wrong screen	3520
-443131	1	partman-auto-lvm: lvm2 package installation	3109
-443209	4	kdenetwork-filesharing: Kcontrol>Samba>Users Does Not Work	3531
-443232	3	debootstrap: debootstrap doesn't parse options consistently	3035
-443275	1	qt4-x11: segmentation fault at QApplicationPrivate::currentPlatform()	3509
-443304	1	fop: log4j error	2831
-443308	1	sympa: Database creation fails for mysql	2006
-443351	1	pydb: Loads other packages' site-files when byte-compiling for xemacs	2030
-443356	2	pixfrogger: please use $HOME/.PiXJuegos to store user configuration	3404
-443359	1	kmid segfaults on second song if paused	3534
-443412	3	supertuxkart: shows up in the fdo Games menu 3 times	3341
-443498	1	kdelibs-data: Confusing mime type: application/x-rar-compressed	3532
-443578	1	kcontrol: Cannot change refresh rate in KDE control center	3520
-443629	1	libxml-rsslite-perl: regexp error parsing certain feed	2176
-443658	1	sauerbraten: noopt, nostrip issues	3430
-443688	1	kcontrol: fail to set left-handed mouse on start	3520
-443692	1	segfault when creating freehand polygon	3521
-443755	1	wlassistant: Fake fail when connecting	3611
-443760	1	dpkg-reconfigure does not detect config script exiting nonzero	3046
-443849	4	ksnapshot: Cyrillic pasted filenames gets turned into ?????????.png	3515
-443905	7	eclipse: Eclipse crashes when showing tooltip	2774
-443938	1	wlassistant: Crash when some options set	3611
-443953	1	kdebase: autostart order unreliable	3520
-443989	4	kpilot crashes when trying to sync/detect handheld	3525
-444026	3	grub-installer: serial console should timeout	3071
-444030	1	kig fails to read back a file that it just wrote	3522
-444123	1	kde: does not report application startup failure	3517
-444125	1	quanta: a just opened file isn't displayed completely	3521
-444136	1	kopete: wrong line breaks when pasting in Jabber chat window	3531
-444237	4	snowballz: crashes with X error	3431
-444264	1	konqueror: Find dialog does not work on some web pages	3520
-444284	2	kdelibs: Please explicitly link against libthai	3532
-444288	3	subcitation not properly exempt from spellchecking	2718
-444289	3	modelines not exempt from spellchecking	2718
-444303	4	sauerbraten: segfaults on x86 with nvidia driver	3430
-444305	3	sympa: Minor errors in Debconf template	2006
-444332	1	bluez.org not bluez.sourceforge.net in package description	1801
-444365	2	konversation: stay in tray when restoring session if session was saved while in tray	3566
-444394	3	filename completion does not allow arrow keys to be used	2714
-444397	1	filename completion does not work at all	2714
-444426	1	vim-latexsuite's installation brings vim to stop on an error about remoteOpen.vim	2714
-444439	1	kopete crashes when icq starts up	3531
-444452	6	Undeclared build dependency: libboost-dev	3343
-444453	1	"E: Unimplemented function" with large strings	3046
-444474	1	configures udebs before dependencies are configured, if dependencies are menu items	3125
-444475	1	kopetex: bashism in kopete_latexconvert makes kopete hang.	3531
-444481	4	mldonkey-server: mlnet does not start on alpha	1886
-444488	1	WARNING: Undefined kernel key code for 214	3092
-444578	1	kdelibs-data: annoying "hidden" window for HTTP-Cache-Cleaner keeps appearing	3532
-444624	1	no message then a person have added me on his msn contact list	2014
-444719	2	icecc: [INTL:pt] Updated Portuguese translation for debconf messages	3558
-444733	1	kalzium crashes when exporting spectrum	3522
-444737	7	warzone2100: SEGFAULT on Load Capmaign	3489
-444746	1	Kusader can't fetch password from KWallet	3563
-444766	2	win32-loader: [INTL:sq] Albanian PO translation	3070
-444776	1	typo	1818
-444819	3	weblint-perl: long description does not describe program	2032
-444854	1	kontact: Sig 11 bei "Abbrechen"	3525
-444869	2	detect git-send-email messages as ft=mail	2718
-444968	1	kicker : crash with backtrace	3520
-444975	1	sympa: static_content not accessible by apache	2006
-445068	1	libqt4-gui: QAbstractItemView::setVerticalScrollBar bug	3509
-445119	1	This package is two years old	2872
-445170	3	kcontrol: specific tooltips override general tooltips	3520
-445175	1	dovecot-imapd: unclear errmsg: "UIDs broken with partial sync in mbox file"	2094
-445225	1	kde: wallpapers on multiple screens doesn't work right	3517
-445238	1	vim: write errors in swap file when on remote FS	2718
-445281	4	kde-guidance: Doesn't support python policy, pollutes namespace	3537
-445295	2	tex: verbatim environment content should not be spellchecked	2718
-445349	1	fop: new upstream 0.94 available	2831
-445353	2	kmail --help set source address (identity)	3525
-445361	1	evince cannot open files when embedded with mozplugger	2072
-445378	1	Can't download through proxy	3070
-445392	4	python-newt: Uses python-central but doesn't let it handle the files	1976
-445419	1	HTML::Form gobbles non-ISO-8859-1 characters	2610
-445454	1	kopete 	3531
-445491	2	hex-a-hop: [INTL:ja] Japanese localization of hex-a-hop.desktop	3319
-445507	6	not working on mipsel - initrd not starting	3082
-445530	1	AbbrowserConduit segfaults on second run	3525
-445539	2	gpscorrelate-gui: new feature request: possiblity to change camera timezone also in seconds.	2070
-445550	1	wesnoth: incorrect symbolic link for a font file	3387
-445571	1	kcontrol asks to add universe repository for windows apps setup	3537
-445624	4	kuickshow doesn't jpg files	3515
-445677	4	bluez-utils: SDP server keeps entries forever	1801
-445678	2	dh-make: Please consider adding the "Homepage:" field in debian/control template files	2056
-445710	3	libtime-modules-perl: Typo in Time::ParseDate man page	2186
-445723	1	wlassistant: network not working because routing is not set	3611
-445738	4	kbarcode: Crashes at startup	3598
-445748	1	pidgin: Started using 100% CPU in a poll/read loop	2014
-445766	1	dh-make: DODTIME in init.d.lsb.ex is confusing	2056
-445768	1	dh-make: DAEMON_WRAPPER needs clarification in init.d.lsb.ex	2056
-445773	1	dh-make:  init.d.lsb.ex should have a STARTTIME variable	2056
-445774	6	netpanzer - FTBFS: ...failed updating 2 target(s)...	3333
-445820	1	konqueror -> fish fails	3520
-445842	1	rmagic: fails with current libgd	2034
-445848	1	tomcat5.5: configuration folder permissions	2862
-445854	1	Installation using i386 NetInstall over a serial line	3071
-445857	2	tomcat5.5: init script should not look for tomcat-users.xml	2862
-445974	2	hibernate: Should support s2ram -r (radeontool) option	1994
-445995	2	python-django: suggest adding a note about running Django tests with Debian package	3290
-445999	3	pidgin: "Show buddies awaiting authorization" not an accurate description	2014
-446029	1	kmilo: volume does not work when there are several sound cards (e.g. USB headset inserted)	3516
-446080	1	vim-latexsuite: Broken items in addon registry	2714
-446122	1	Error processing  DeviceClass in EVT_INQUIRY_RESULT_WITH_RSSI event.	1804
-446195	1	python-moinmoin: no newlines in tables edited with the gui-editor	2035
-446299	7	eclipse: Crashes on startup	2774
-446328	4	eclipse: Welcome Screen Fails to Start, Displays Error	2774
-446342	1	libmime-perl: MIME/Field/ParamVal.pm produces unnecessary warnings	2673
-446357	1	kcalc: crashes if i want to calculate e^pi (using constants).	3516
-446370	1	konqueror: segfault on tab close	3520
-446381	2	dh-make: please add support for SOURCE_FILE template variable	2056
-446423	2	grub-installer: [INTL:sk] Slovak po-debconf translation	3071
-446424	2	netcfg: [INTL:sk] Slovak po-debconf translation	3117
-446425	2	lilo-installer: [INTL:sk] Slovak po-debconf translation	3072
-446426	2	localechooser: [INTL:sk] Slovak po-debconf translation	3030
-446430	2	partconf: [INTL:sk] Slovak po-debconf translation	3123
-446431	1	Every UID instance of : [colon] is replaced with \\x3a	3516
-446435	1	kde: holding down a key does not make the key repeat in KDE	3517
-446438	4	eclipse-jdt: ant editor can not open build.xml	2774
-446439	3	kaffeine: Volume control reversed	3575
-446515	4	Subject: alien-arena: game fails to start after single player game chosen	3361
-446611	2	[INTL:gl] Galician translation of win32-loader	3070
-446649	2	wish: add some examples	2014
-446713	1	fretsonfire: Frestonfire crash jsut after it started	3365
-446759	1	pidgin: Crashes on shutdown	2014
-446804	2	libfacile-ocaml-dev: please provide the examples directory	1905
-446811	2	sylpheed_claws scriptlet: XAUTHORITY may not be exported	1994
-446840	7	argouml: exception when loading previously saved project	2872
-446876	2	w3-recs: [patch] register the recommendations with devhelp	2047
-446904	1	python-kde3-dev: installs .py files in wrong directories	3238
-447012	2	prboom: New upstream versions to choose from	3492
-447071	2	use ntp server provided by dhcp	3088
-447106	1	vim-latexsuite: documentation not available within vim	2714
-447109	2	[INTL:be] console-setup belarussian translation patch	3092
-447126	1	kopete: "<BR>" appended into outgoing messages, when using AIM for an ICQ account.	3531
-447149	2	gom: [INTL:pt_BR] Brazilian Portuguese debconf templates translation	2106
-447202	4	eclipse-platform: Not start-/usable for inexperienced users	2774
-447215	3	qonk: wrong colour for player's death	3428
-447359	2	libitext-java release 2.0.7 is available.	2788
-447390	3	Please create menu-2 templates	2056
-447415	1	powermanga: version 0.90 available	3423
-447491	1	Access to external devices from the desktop is broken when using UUID	3520
-447498	1	KOrganizer: not any "Program Arguments"	3525
-447545	1	Fails to connect to SMB share	3520
-447570	1	akregator: wrong encoding on displaying articles	3525
+COPY bug (id, bugseverity_id, name, sourcepackage_id) FROM stdin;
 \.
 
 
 --
+-- Data for Name: bug_bugtag; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
+--
+
+COPY bug_bugtag (id, bug_id, bugtag_id) FROM stdin;
+\.
+
+
+--
+-- Data for Name: bugmerged; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
+--
+
+COPY bugmerged (id, bug1_id, bug2_id) FROM stdin;
+\.
+
+
+--
+-- Data for Name: bugseverity; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
+--
+
+COPY bugseverity (id, name) FROM stdin;
+\.
+
+
+--
+-- Data for Name: bugtag; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
+--
+
+COPY bugtag (id, name) FROM stdin;
+\.
+
+
+--
 -- Data for Name: build; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
 --
 
-COPY build (id, repositoryentry_id, svndebrelease, build_log, host_id, buildisok, duration, arch_id, "time", changelog, changelogentry_id, agent_release) FROM stdin;
-33	\N	\N	W: /home/svnbuildstat/.pbuilderrc does not existI: using fakeroot in build.Current time: Sun Jan 20 15:12:53 CET 2008pbuilder-time-stamp: 1200838373Building the build Environment -> extracting base tarball [/home/svnbuildstat/svnbuildstattest/pbuilder/sid.tar.gz] -> creating local configuration -> copying local configuration -> mounting /proc filesystem -> mounting /dev/pts filesystem-> Mounting /home/svnbuildstat/svnbuildstattest/ccache/cache -> policy-rc.d already existsObtaining the cached apt archive contentsInstalling the build-deps -> Attempting to satisfy build-dependencies -> Creating pbuilder-satisfydepends-dummy packagePackage: pbuilder-satisfydepends-dummyVersion: 0.invalid.0Architecture: amd64Maintainer: Debian Pbuilder Team <pbuilder-maint at lists.alioth.debian.org>Description: Dummy package to satisfy dependencies with aptitude - created by pbuilder This package was created automatically by pbuilder and shouldDepends: debhelper (>= 5), cdbs (>= 0.4.23-1.1), quilt (>= 0.45-3)dpkg-deb: building package `pbuilder-satisfydepends-dummy' in `/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.Reading package lists...Building dependency tree...Reading state information...aptitude is already the newest version.0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.Selecting previously deselected package pbuilder-satisfydepends-dummy.(Reading database ... 9296 files and directories currently installed.)Unpacking pbuilder-satisfydepends-dummy (from .../pbuilder-satisfydepends-dummy.deb) ...dpkg: dependency problems prevent configuration of pbuilder-satisfydepends-dummy: pbuilder-satisfydepends-dummy depends on debhelper (>= 5); however:  Package debhelper is not installed. pbuilder-satisfydepends-dummy depends on cdbs (>= 0.4.23-1.1); however:  Package cdbs is not installed. pbuilder-satisfydepends-dummy depends on quilt (>= 0.45-3); however:  Package quilt is not installed.dpkg: error processing pbuilder-satisfydepends-dummy (--install): dependency problems - leaving unconfiguredErrors were encountered while processing: pbuilder-satisfydepends-dummyReading package lists...Building dependency tree...Reading state information...Initializing package states...Writing extended state information...Building tag database...The following NEW packages will be installed:  cdbs{a} debhelper{a} diffstat{a} file{a} gettext{a} gettext-base{a}   html2text{a} intltool-debian{a} libgomp1{a} libmagic1{a} po-debconf{a}   quilt{a} The following partially installed packages will be configured:  pbuilder-satisfydepends-dummy 0 packages upgraded, 12 newly installed, 0 to remove and 0 not upgraded.Need to get 0B/5492kB of archives. After unpacking 15.6MB will be used.Writing extended state information...debconf: delaying package configuration, since apt-utils is not installedSelecting previously deselected package libmagic1.(Reading database ... 9296 files and directories currently installed.)Unpacking libmagic1 (from .../libmagic1_4.23-1_amd64.deb) ...Selecting previously deselected package file.Unpacking file (from .../archives/file_4.23-1_amd64.deb) ...Selecting previously deselected package html2text.Unpacking html2text (from .../html2text_1.3.2a-3_amd64.deb) ...Selecting previously deselected package gettext-base.Unpacking gettext-base (from .../gettext-base_0.17-2_amd64.deb) ...Selecting previously deselected package libgomp1.Unpacking libgomp1 (from .../libgomp1_4.3-20080116-1_amd64.deb) ...Selecting previously deselected package gettext.Unpacking gettext (from .../gettext_0.17-2_amd64.deb) ...Selecting previously deselected package intltool-debian.Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ...Selecting previously deselected package po-debconf.Unpacking po-debconf (from .../po-debconf_1.0.11_all.deb) ...Selecting previously deselected package debhelper.Unpacking debhelper (from .../debhelper_6.0.2_all.deb) ...Selecting previously deselected package cdbs.Unpacking cdbs (from .../archives/cdbs_0.4.50_all.deb) ...Selecting previously deselected package diffstat.Unpacking diffstat (from .../diffstat_1.45-2_amd64.deb) ...Selecting previously deselected package quilt.Unpacking quilt (from .../archives/quilt_0.46-4_all.deb) ...Setting up libmagic1 (4.23-1) ...Setting up file (4.23-1) ...Setting up html2text (1.3.2a-3) ...Setting up gettext-base (0.17-2) ...Setting up libgomp1 (4.3-20080116-1) ...Setting up gettext (0.17-2) ...Setting up intltool-debian (0.35.0+20060710.1) ...Setting up po-debconf (1.0.11) ...Setting up debhelper (6.0.2) ...Setting up cdbs (0.4.50) ...Setting up diffstat (1.45-2) ...Setting up quilt (0.46-4) ...Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...Reading package lists...Building dependency tree...Reading state information...Reading extended state information...Initializing package states...Writing extended state information...Building tag database... -> Finished parsing the build-depsReading package lists...Building dependency tree...Reading state information...Suggested packages:  distccThe following NEW packages will be installed:  ccache fakerootdebconf: delaying package configuration, since apt-utils is not installed0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.Need to get 0B/149kB of archives.After this operation, 590kB of additional disk space will be used.Selecting previously deselected package ccache.(Reading database ... 10095 files and directories currently installed.)Unpacking ccache (from .../ccache_2.4-11_amd64.deb) ...Selecting previously deselected package fakeroot.Unpacking fakeroot (from .../fakeroot_1.9_amd64.deb) ...Setting up ccache (2.4-11) ...Setting up fakeroot (1.9) ...Copying back the cached apt archive contentsCopying source file    -> copying [/home/svnbuildstat/svnbuildstattest/workplace/5076/par_1.52-4~svn6905.dsc]    -> copying [/home/svnbuildstat/svnbuildstattest/workplace/5076/par_1.52.orig.tar.gz]    -> copying [/home/svnbuildstat/svnbuildstattest/workplace/5076/par_1.52-4~svn6905.diff.gz]Extracting sourcedpkg-source: warning: extracting unsigned source package (./par_1.52-4~svn6905.dsc)dpkg-source: extracting par in par-1.52dpkg-source: unpacking par_1.52.orig.tar.gzdpkg-source: applying ./par_1.52-4~svn6905.diff.gz -> Building the packagedpkg-buildpackage: source package pardpkg-buildpackage: source version 1.52-4~svn6905dpkg-buildpackage: source changed by Kapil Hari Paranjape <kapil at debian.org>dpkg-buildpackage: host architecture amd64 fakeroot debian/rules cleantest -x debian/rulesdh_testrootdh_clean /usr/bin/make  -C . CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" CPPFLAGS="" LDFLAGS=""  -k cleanmake[1]: Entering directory `/tmp/buildd/par-1.52'make[1]: *** No rule to make target `clean'.make[1]: Leaving directory `/tmp/buildd/par-1.52'make: [makefile-clean] Error 2 (ignored)rm -f debian/stamp-makefile-build/usr/bin/make -f debian/rules reverse-configmake[1]: Entering directory `/tmp/buildd/par-1.52'make[1]: Nothing to be done for `reverse-config'.make[1]: Leaving directory `/tmp/buildd/par-1.52'if [ -d "." ] ; then \\  cd . && QUILT_PATCHES=patches quilt --quiltrc /dev/null pop -a -R || test $? = 2 ; \\fi No patch removedif [ -n "patches" ] ; then \\  if [ -L ./patches ] ; then \\    rm ./patches ; \\  fi ; \\firm -rf ./.pcrm -f debian/stamp-patch* dpkg-source -b par-1.52dpkg-source: building par using existing par_1.52.orig.tar.gzdpkg-source: building par in par_1.52-4~svn6905.diff.gzdpkg-source: building par in par_1.52-4~svn6905.dsc debian/rules buildtest -x debian/rulesmkdir -p "."/usr/bin/make -f debian/rules reverse-configmake[1]: Entering directory `/tmp/buildd/par-1.52'make[1]: Nothing to be done for `reverse-config'.make[1]: Leaving directory `/tmp/buildd/par-1.52'if [ -n "patches" ] ; then \\  if [ -L ./patches ] ; then : ; else \\    (cd .; ln -s /tmp/buildd/par-1.52/debian/patches patches) ; \\  fi ; \\ficd . && QUILT_PATCHES=patches quilt --quiltrc /dev/null push -a || test $? = 2Applying patch catch_output_errorspatching file par.1patching file par.cApplying patch fix_man_spellingspatching file par.1Applying patch add_Makefilepatching file MakefileNow at patch add_Makefiletouch debian/stamp-patched/usr/bin/make -f debian/rules update-configmake[1]: Entering directory `/tmp/buildd/par-1.52'make[1]: Nothing to be done for `update-config'.make[1]: Leaving directory `/tmp/buildd/par-1.52'/usr/bin/make  -C . CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" CPPFLAGS="" LDFLAGS=""  par par.docmake[1]: Entering directory `/tmp/buildd/par-1.52'cc -g -Wall -O2 -c -D_GNU_SOURCE buffer.ccc -g -Wall -O2 -c -D_GNU_SOURCE charset.ccc -g -Wall -O2 -c -D_GNU_SOURCE errmsg.ccc -g -Wall -O2 -c -D_GNU_SOURCE par.ccc -g -Wall -O2 -c -D_GNU_SOURCE reformat.creformat.c: In function 'reformat':reformat.c:339: warning: format '%d' expects type 'int', but argument 3 has type 'long int'cc buffer.o charset.o errmsg.o par.o reformat.o -o parmake[1]: Nothing to be done for `par.doc'.make[1]: Leaving directory `/tmp/buildd/par-1.52'touch debian/stamp-makefile-buildDEB_MAKE_CHECK_TARGET unset, not running checks fakeroot debian/rules binarytest -x debian/rulesdh_testrootdh_clean -k dh_installdirs -A mkdir -p "."DEB_MAKE_CHECK_TARGET unset, not running checks/usr/bin/make  -C . CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" CPPFLAGS="" LDFLAGS=""  install DESTDIR=/tmp/buildd/par-1.52/debian/par/make[1]: Entering directory `/tmp/buildd/par-1.52'install -o root -g root -m 0755 par /tmp/buildd/par-1.52/debian/par//usr/bin/parinstall -d /tmp/buildd/par-1.52/debian/par//usr/share/doc/par -o root -g root -m 0755install -o root -g root -m 0644 par.doc /tmp/buildd/par-1.52/debian/par//usr/share/doc/parinstall -d /tmp/buildd/par-1.52/debian/par//usr/share/man/man1 -o root -g root -m 0755install -o root -g root -m 0644 par.1 /tmp/buildd/par-1.52/debian/par//usr/share/man/man1make[1]: Leaving directory `/tmp/buildd/par-1.52'dh_installdirs -ppar dh_installdocs -ppar debian/README.Debian-source  dh_installexamples -ppar dh_installman -ppar  dh_installinfo -ppar  dh_installmenu -ppar dh_installcron -ppar dh_installinit -ppar   dh_installdebconf -ppar dh_installemacsen -ppar   dh_installcatalogs -ppar dh_installpam -ppar dh_installlogrotate -ppar dh_installlogcheck -ppar dh_installmime -ppar dh_installchangelogs -ppar  releasenotes dh_installudev -ppar dh_install -ppar  dh_link -ppar  dh_strip -ppar  dh_compress -ppar  dh_fixperms -ppar  dh_makeshlibs -ppar  dh_installdeb -ppar dh_perl -ppar dh_shlibdeps -ppar    dh_gencontrol -ppar dh_md5sums -ppar dh_builddeb -ppar dpkg-deb: building package `par' in `../par_1.52-4~svn6905_amd64.deb'. dpkg-genchanges  >../par_1.52-4~svn6905_amd64.changesdpkg-genchanges: not including original source code in uploaddpkg-buildpackage: binary and diff upload (original source NOT included) -> Terminate timeout processCopying back the cached apt archive contents/usr/lib/pbuilder/pbuilder-modules: line 408:  6421 Terminated              ( : Timeout process; sleep "${TIMEOUT_TIME}"; echo " -> Terminating build process due to timeout "; kill ${BUILD_PID} || true ) -> unmounting /home/svnbuildstat/svnbuildstattest/ccache/cache filesystem -> unmounting dev/pts filesystem -> unmounting proc filesystem -> cleaning the build env     -> removing directory /home/svnbuildstat/svnbuildstattest/pbuilder/5097 and its subdirectoriesCurrent time: Sun Jan 20 15:13:39 CET 2008pbuilder-time-stamp: 1200838419	3	t	46	3	2008-02-17 21:23:10.579533	\N	22086	\N
+COPY build (id, repositoryentry_id, svndebrelease, host_id, buildisok, duration, arch_id, "time", changelog, changelogentry_id, agent_release) FROM stdin;
 \.
 
 
@@ -4395,7 +1557,6 @@
 --
 
 COPY build_deb (id, deb_id, build_id, arch_id) FROM stdin;
-3	3	33	3
 \.
 
 
@@ -4404,7919 +1565,6 @@
 --
 
 COPY changelogentry (id, userlogin_id, repositoryentry_id, date, text, dscuri, isnative, isinincoming, isinnew, version, epoch, isindebian, tarball_id, rev, debrevision, lastbuildstart, dpkgsrcfaileddate) FROM stdin;
-26778	386	6108	2006-11-06 12:16:02	\ncleanup\n	\N	\N	\N	\N	\N	\N	\N	\N	2722	\N	\N	\N
-23775	334	5472	2007-08-12 03:58:14	\n* Add self to uploaders.\n	\N	\N	\N	\N	\N	\N	\N	\N	6519	\N	\N	\N
-26221	391	5981	2007-06-06 17:57:20	\nBuild fixes.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3611	\N	\N	\N
-27026	418	6164	2007-11-06 23:26:32	\nTypo fix\n	\N	\N	\N	\N	\N	\N	\N	\N	50070	\N	\N	\N
-27651	346	6290	2007-06-26 02:42:07	\nactually, sys still needs to be imported =)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2625	\N	\N	\N
-27653	266	6291	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27654	266	6291	2007-08-24 09:51:20	\nadd --prefix=/usr\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3084	\N	\N	\N
-27655	455	6291	2007-08-24 00:31:28	\nok, lets also include pythonmagick in the deb-files\n	\N	\N	\N	\N	\N	\N	\N	\N	3082	\N	\N	\N
-27656	455	6291	2007-08-18 22:27:25	\nmissed B-D\n	\N	\N	\N	\N	\N	\N	\N	\N	3066	\N	\N	\N
-27657	266	6292	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	1.6b	\N	\N	\N	3408	2	\N	\N
-27658	437	6292	2007-09-21 18:16:30	\nupdating homepage field\n	\N	\N	\N	\N	\N	\N	\N	\N	3298	\N	\N	\N
-27659	437	6292	2007-08-19 02:03:44	\nnew upstream version\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3069	\N	\N	\N
-27660	437	6292	2007-08-18 14:43:15	\nlast changes for the release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3061	\N	\N	\N
-27661	437	6292	2007-08-18 10:01:47	\nlast changelog update. finally.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3060	\N	\N	\N
-27668	273	6294	2007-12-13 23:40:46	\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3941	\N	\N	\N
-27802	267	6322	2007-12-06 05:25:03	\nAdd pyversions\n	\N	\N	\N	\N	\N	\N	\N	\N	3860	\N	\N	\N
-28926	265	6558	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-21841	306	5073	2007-01-02 03:15:05	\n* Fix minor problem in package description. Thanks to Julian Gilbey.\n  (Closes: #400517) \n	\N	\N	\N	\N	\N	\N	\N	\N	2114	\N	\N	\N
-21853	266	5076	2007-06-22 00:04:30	\nadd missed file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3729	\N	\N	\N
-21963	302	5098	2007-05-24 20:51:14	\nrelease\n	\N	\N	\N	\N	\N	\N	\N	\N	3468	\N	\N	\N
-22087	315	5125	2007-08-29 06:24:20	\nNote what is required for the next release.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4559	\N	\N	\N
-22244	333	5160	2007-08-30 15:35:06	\nsmall changes for stfl-0.16\n	\N	\N	\N	\N	\N	\N	\N	\N	4566	\N	\N	\N
-22297	282	5172	2007-09-22 08:59:29	\n* add Homepage debian/control field\n	\N	\N	\N	\N	\N	\N	\N	\N	4927	\N	\N	\N
-22338	318	5181	2007-01-08 07:35:52	\nThat didn't work try a different fix.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2133	\N	\N	\N
-22426	308	5201	2007-11-20 03:28:07	\nUpdate the Vcs fields\n\n	\N	f	\N	\N	2.4	\N	\N	\N	5822	11	\N	\N
-22427	308	5201	2007-10-19 05:21:12	\nMark the current revision as uncommitted\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5371	\N	\N	\N
-23610	366	5439	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-22428	308	5201	2007-10-19 05:17:52	\nMention the repo in debian/control\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5370	\N	\N	\N
-23654	366	5448	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-23673	368	5452	2007-11-16 15:23:57	\nadd myself to Uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	9407	\N	\N	\N
-22786	369	5274	2007-12-05 22:06:24	\none more POD status fixed\n	\N	\N	\N	\N	\N	\N	\N	\N	10882	\N	\N	\N
-22915	366	5300	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22984	370	5314	2007-11-15 15:28:49	\n* Fixed watch file.\n	\N	\N	\N	\N	\N	\N	\N	\N	9319	\N	\N	\N
-23771	334	5471	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23086	366	5334	2007-11-02 17:00:21	\nNew upstream release.\n	\N	\N	\N	\N	\N	\N	\N	\N	8766	\N	\N	\N
-23176	334	5352	2007-11-04 23:38:53	\nfix name\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8867	\N	\N	\N
-23247	365	5367	2007-12-10 10:31:26	\n* Add myself to Uploaders\n	\N	f	\N	\N	1.14	\N	\N	\N	11071	1	\N	\N
-23306	366	5378	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23993	331	5516	2007-11-24 19:55:02	\nclose ITP\n	\N	\N	\N	\N	\N	\N	\N	\N	9738	\N	\N	\N
-26225	394	5982	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-26242	391	5986	2006-10-26 11:27:52	\nImport upstream sources.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2656	\N	\N	\N
-24160	366	5549	2007-11-30 16:01:29	\ndebian/watch: use dist-based URL.\n	\N	\N	\N	\N	\N	\N	\N	\N	10035	\N	\N	\N
-24250	365	5568	2007-11-30 20:50:05	\nUse author neutral Homepage\n	\N	\N	\N	\N	\N	\N	\N	\N	10068	\N	\N	\N
-24608	376	5639	2007-08-11 20:05:46	\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6482	\N	\N	\N
-28645	265	6497	2007-10-14 01:12:35	\nFixed typo of Bug #446545\n	\N	\N	\N	\N	\N	\N	\N	\N	4404	\N	\N	\N
-24723	366	5662	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26455	411	6033	2003-07-21 00:51:49	\nnew release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	203	\N	\N	\N
-26476	386	6038	2005-10-13 17:01:19	\nInitial revision\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1473	\N	\N	\N
-26501	401	6044	2004-03-09 22:01:50	\nDebian release 1.5.4-4\n\n	\N	\N	\N	\N	\N	\N	\N	\N	443	\N	\N	\N
-25033	334	5724	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26502	401	6044	2003-09-22 20:45:37	\nDebian release 1.5.4-3\n\n	\N	\N	\N	\N	\N	\N	\N	\N	311	\N	\N	\N
-25073	365	5732	2007-10-23 22:35:59	\nAdd verbatim copy of "Artistic 2.0"\n	\N	\N	\N	\N	\N	\N	\N	\N	8530	\N	\N	\N
-25117	334	5741	2007-08-12 03:23:59	\nreleasing version 0.06.1b-5\n	\N	\N	\N	\N	\N	\N	\N	\N	6507	\N	\N	\N
-26542	302	6053	2007-11-04 23:49:25	\nadd missing Build-Depends\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4618	\N	\N	\N
-25246	366	5767	2007-08-17 13:22:22	\nUNRELEASED -> unstable\n	\N	\N	\N	\N	\N	\N	\N	\N	6791	\N	\N	\N
-26549	394	6054	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-25292	368	5776	2007-11-29 22:17:13	\nreorganize changelog\n\n	\N	\N	\N	\N	\N	\N	\N	\N	10013	\N	\N	\N
-25456	366	5809	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25543	390	5828	2007-12-03 09:42:02	\nRemoved jar extension from DEB_JARS\n	\N	\N	\N	\N	\N	\N	\N	\N	4951	\N	\N	\N
-25580	388	5837	2007-12-13 19:23:28	\nfixed typos in description\n\n	\N	f	\N	\N	0.12.3	\N	\N	\N	5012	4	\N	\N
-25581	335	5837	2007-05-15 14:33:53	\nadd an extra dependency on libglib-java\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3472	\N	\N	\N
-26627	280	6071	2007-10-15 06:19:51	\n* Initial inject of libjflac-java to pkg-java svn.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4401	\N	\N	\N
-25582	335	5837	2007-05-15 11:51:14	\nnew package, libvte-java-dev\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3469	\N	\N	\N
-25583	335	5837	2007-05-08 19:27:14	\nenhance debian/copyright\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3411	\N	\N	\N
-25654	280	5851	2007-12-14 14:06:29	\n* Use sun-java60jdk to build - include the buggy *.groovy files again\n  as they build now.\n* Write a new build.xml file.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5029	\N	\N	\N
-25799	389	5886	2007-07-21 10:51:24	\nAdded missing Apache 2 license text\n	\N	f	\N	\N	1.0	\N	\N	\N	3900	beta-7+svn6675-1	\N	\N
-25836	386	5894	2006-08-01 11:07:54	\nlibcommons-net-java (1.3.0-1) unstable; urgency=low\n\n  * New upstream release\n\n -- Arnaud Vandyck <avdyk at debian.org>  Tue, 15 Mar 2005 12:55:43 +0100\n	\N	\N	\N	\N	\N	\N	\N	\N	2302	\N	\N	\N
-25838	386	5894	2005-02-28 12:24:37	\ngenerate javadoc\n\n	\N	\N	\N	\N	\N	\N	\N	\N	843	\N	\N	\N
-25932	394	5917	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-25964	390	5923	2007-11-01 12:48:13	\nlibswirl-java (1.0.13-1) unstable; urgency=low\n\n  * New upstream release\n  * debian/control\n    - Moved libgui-commands-java (>= 1.1.42-1) to Build-Depends-Indep\n  * debian/rules\n    - Replaced ANT_ARGS with DEB_ANT_BUILDFILE\n    - Removed extension in DEB_JAR\n\n -- Adriaan Peeters <apeeters at lashout.net>  Thu, 01 Nov 2007 12:07:07 +0100\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4548	\N	\N	\N
-26035	401	5939	2002-10-23 15:34:33	\nAdded uploaders\n\n	\N	\N	\N	\N	\N	\N	\N	\N	91	\N	\N	\N
-26773	410	6107	2007-07-31 22:57:29	\nSplit package to have a separate -doc package.\nAdded doc-base.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3924	\N	\N	\N
-26093	391	5951	2007-10-30 10:32:07	\nRemove XS- prefix from Vcs field. Add Homepage.\n	\N	\N	\N	\N	\N	\N	\N	\N	4513	\N	\N	\N
-26884	302	6135	2007-12-16 11:26:53	\nmove jexcelapi to Alioth\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5046	\N	\N	\N
-26983	422	6156	2007-11-29 09:11:26	\ntag 0.54\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50269	\N	\N	\N
-27091	334	6177	2007-10-11 23:45:36	\nVcs-Svn is now an official field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	49774	\N	\N	\N
-27168	334	6193	2007-10-11 23:45:36	\nVcs-Svn is now an official field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	49774	\N	\N	\N
-27248	418	6209	2007-12-11 14:07:04	\nreleasing version 6\n	\N	\N	\N	\N	\N	\N	\N	\N	50438	\N	\N	\N
-27318	325	6223	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50441	\N	\N	\N
-27520	266	6264	2007-06-02 15:58:38	\n* New upstream release\n* Architecture changed to "any"\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2491	\N	\N	\N
-27535	346	6267	2007-08-10 02:38:07	\nrelease to unstable\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3007	\N	\N	\N
-27911	457	6344	2007-12-07 21:08:22	\nNew email address\n	\N	\N	\N	\N	\N	\N	\N	\N	3901	\N	\N	\N
-28312	265	6427	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-28450	480	6456	2007-08-23 12:42:25	\ndocument quilt\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3769	\N	\N	\N
-28557	305	6478	2006-09-13 20:46:23	\ni've no ITP\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1553	\N	\N	\N
-28743	265	6518	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-28817	271	6535	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-28895	480	6552	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	2.3	\N	\N	\N	4831	1	\N	\N
-29069	305	6588	2007-07-12 09:07:47	\nfix the patch\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3362	\N	\N	\N
-29587	274	6697	2007-12-05 00:22:35	\nAdd Vcs-Svn and Vcs-Browser fields.\n\n\n	\N	f	\N	\N	0.10	\N	\N	\N	8123	1	\N	\N
-21802	298	5064	2006-10-22 16:35:50	\n3.6.1-4 and 3.6.1-5\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1613	\N	\N	\N
-23398	365	5397	2007-10-20 09:40:52	\nreleasing version 0.0801-1\n	\N	\N	\N	\N	\N	\N	\N	\N	8369	\N	\N	\N
-21803	298	5064	2006-08-19 11:31:36	\nNew version including dummy 3.5 and 3.6 packages\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1117	\N	\N	\N
-21804	298	5064	2006-05-02 20:57:57	\nNew upload\n\n	\N	\N	\N	\N	\N	\N	\N	\N	245	\N	\N	\N
-21805	298	5064	2006-05-02 20:42:49	\nStupid error\n\n	\N	\N	\N	\N	\N	\N	\N	\N	244	\N	\N	\N
-21844	307	5074	2007-04-19 15:45:42	\n* Always fix perms during configure.\n	\N	\N	\N	\N	\N	\N	\N	\N	3145	\N	\N	\N
-23415	366	5400	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-21845	307	5074	2007-04-19 15:26:44	\n* New upstream release.\n	\N	\N	\N	\N	\N	\N	\N	\N	3144	\N	\N	\N
-26783	400	6109	2007-09-13 20:22:57	\nPreparing first official release\n	\N	\N	\N	\N	\N	\N	\N	\N	4166	\N	\N	\N
-21846	307	5074	2007-04-19 14:44:55	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	3143	\N	\N	\N
-23416	334	5400	2007-08-24 02:49:40	\n* Add watch file.\n* Add url to copyright.\n	\N	\N	\N	\N	\N	\N	\N	\N	7098	\N	\N	\N
-21848	308	5075	2007-11-19 04:55:36	\nAdd pkg-config to the build depends\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5812	\N	\N	\N
-21888	314	5083	2007-11-04 23:41:51	\n * new upstream version\n * add Homepage and Vcs-* headers to debian/control\n * olsrd.conf: small improvements as suggested by Jens Nachtigall - Thanks! \n\n	\N	\N	\N	\N	\N	\N	\N	\N	5625	\N	\N	\N
-21889	314	5083	2007-11-04 22:33:29	\n- released as 0.5.3-3\n\n   * Undefine STRIP when running make install and instead use dh_strip so that \n     DEB_BUILD_OPTIONS=nostrip can be used (Closes: #437676) \n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5623	\N	\N	\N
-21890	314	5083	2007-08-14 15:02:40	\nfix typo\n	\N	\N	\N	\N	\N	\N	\N	\N	4381	\N	\N	\N
-23433	365	5404	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-26101	302	5953	2007-11-29 20:57:44	\nupdate metadata\n\n	\N	f	\N	\N	1.0~beta3	\N	\N	\N	4903	1	\N	\N
-23434	366	5404	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-21892	315	5084	2007-12-04 09:28:55	\nIncorporate new upstream release 1.4.9.\nMake changes to man page to fix hyphens and "it's".\nAvoid linking with libm, libfontconfig\nUse realtime clock support correctly.\nBuild in support for wlan.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6343	\N	\N	\N
-26106	396	5954	2007-10-30 14:10:11	\nlibjgoodies-forms-java (1.1.0-2) unstable; urgency=low\n\n  * Removed unneeded Recommends on libjgoodies-forms-java-doc to remove\n    Recommends on mozilla which doesnt exist in the archive anymore.\n  * Added Homepage, Vcs-Svn and Vcs-Browser fields in debian/control.\n  * Added watch file.\n\n -- Michael Koch <konqueror at gmx.de>  Tue, 30 Oct 2007 14:10:53 +0100\n\n\n	\N	f	\N	\N	1.1.0	\N	\N	\N	4516	2	\N	\N
-21929	315	5091	2007-09-24 05:51:20	\nreplaced all Makefile patches with single patch fix_Makefile.\nseries: re-ordered patches to make Debian specific patches lower.\nfix_makefile: combined Makefile patches to fix CFLAGS and LDFLAGS.\nRefreshed all patches.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4943	\N	\N	\N
-21965	299	5099	2007-09-02 15:15:59	\n* Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	4652	\N	\N	\N
-21966	299	5099	2007-09-02 14:53:59	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4616	\N	\N	\N
-23465	366	5410	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-21967	299	5099	2007-09-02 14:53:50	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	4615	\N	\N	\N
-26109	403	5954	2006-03-23 20:48:31	\nAdded Section doc to ...-doc package\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2019	\N	\N	\N
-23466	334	5410	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23482	369	5414	2007-12-08 00:13:15	\nnew upstream release; drop POD patches -- taken upstream; standards version bump; rules stamping updated\n	\N	f	\N	\N	0.09	\N	\N	\N	11019	1	\N	\N
-22008	327	5108	2006-12-20 18:05:41	\nIgnore mysql errors at install or upgrade\n	\N	\N	\N	\N	\N	\N	\N	\N	2088	\N	\N	\N
-22009	327	5108	2006-12-20 17:44:50	\nCorrect syslog facility setting\n	\N	\N	\N	\N	\N	\N	\N	\N	2087	\N	\N	\N
-23483	369	5414	2007-12-05 22:34:50	\ncorrect URL\n	\N	\N	\N	\N	\N	\N	\N	\N	10889	\N	\N	\N
-22010	327	5108	2006-12-20 17:15:36	\ncorrect authorization_reject.tt2 symlink\n	\N	\N	\N	\N	\N	\N	\N	\N	2086	\N	\N	\N
-26113	393	5955	2006-01-23 15:08:35	\nUpdate to kaffe transition upload.\n	\N	\N	\N	\N	\N	\N	\N	\N	1766	\N	\N	\N
-23484	369	5414	2007-12-05 22:31:33	\nnote upstream bug report url\n	\N	\N	\N	\N	\N	\N	\N	\N	10888	\N	\N	\N
-22012	308	5109	2007-12-11 11:30:11	\nPrepare the Debian upload\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6529	\N	\N	\N
-23485	369	5414	2007-12-05 22:23:55	\nupdate watch for better check\n	\N	\N	\N	\N	\N	\N	\N	\N	10886	\N	\N	\N
-23498	366	5417	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22046	319	5116	2007-12-08 04:10:57	\nreleasing version 2.3.1-1\n	\N	\N	\N	\N	\N	\N	\N	\N	6430	\N	\N	\N
-26117	390	5956	2007-12-04 09:41:19	\nlibgrinvin-invariants-java (1.0-1) unstable; urgency=low\n\n  * Initial release\n\n -- Adriaan Peeters <apeeters at lashout.net>  Wed, 21 Nov 2007 13:51:29 +0100\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4958	\N	\N	\N
-22089	315	5125	2007-08-27 07:35:15	\nFixed cdbs definition to actually install README.Debian-source\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4532	\N	\N	\N
-23517	365	5421	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	f	\N	\N	0.58	\N	\N	\N	10669	2	\N	\N
-22090	315	5125	2007-08-27 06:32:37	\nAdded watch file.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4529	\N	\N	\N
-23518	366	5421	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-21867	312	5079	2007-04-17 20:20:54	\nadd svn fields and upate standards-version\n	\N	f	\N	\N	1.0.1	\N	\N	\N	3120	4	\N	\N
-21871	299	5080	2007-12-10 16:42:36	\nPrepare for release.\n	\N	f	\N	\N	7:2006k~dfsg	7	\N	\N	6484	1	\N	\N
-21876	313	5081	2007-01-25 09:40:29	\nupdate translations\n	\N	f	\N	\N	1.5.23.cvs	\N	\N	\N	2240	5	\N	\N
-21881	300	5082	2007-12-09 19:40:49	\nstandards version 3.7.3\n	\N	f	\N	\N	2.1	\N	\N	\N	6460	0.dfsg-6	\N	\N
-21886	314	5083	2007-11-20 20:39:20	\nolsrd 0.5.4-2, fixing #452100\n	\N	f	\N	\N	0.5.4	\N	\N	\N	5842	2	\N	\N
-21891	315	5084	2007-12-04 11:57:32	\nReally update patches directory.\nUpdate control with Vcs-Svn and Homepage entry.\n\n	\N	f	\N	\N	1.4.9	\N	\N	\N	6350	1	\N	\N
-21911	317	5088	2007-07-31 18:47:45	\nNow get ready for next release\n	\N	f	\N	\N	2.3.1	\N	\N	\N	4042	3	\N	\N
-21926	315	5091	2007-09-24 12:52:05	\nMerged two changelog entries regardin debian/patches.\n\n	\N	f	\N	\N	1.6.4	\N	\N	\N	4948	5	\N	\N
-21931	318	5092	2006-08-11 00:36:05	\nAdd a Debian menu file.\n\n	\N	f	\N	\N	1.0.4	\N	\N	\N	1063	1	\N	\N
-21936	319	5093	2007-12-16 03:59:54	\nreleasing version 2.4.2-2\n	\N	f	\N	\N	2.4.2	\N	\N	\N	6653	2	\N	\N
-21951	304	5096	2007-10-22 15:05:22	\n* New upstream release (closes: #447589):\n	\N	f	\N	\N	1.97	\N	\N	\N	5425	1	\N	\N
-22123	336	5133	2007-05-29 18:16:40	\nexit gracefully if pidfile creation fails.\n\n	\N	f	\N	\N	0.15	\N	\N	\N	3535	8	\N	\N
-23530	366	5423	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22124	336	5133	2007-04-29 18:29:13	\nrelease version 0.15-7\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3257	\N	\N	\N
-26125	397	5958	2005-09-04 21:41:22	\no Correcting Depends, putting the real packages before the virtual packages.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1266	\N	\N	\N
-22125	336	5133	2007-04-29 18:10:19	\n  * update debian/patches/41_defaults.dpatch, debian/control, debian/rules,\n    debian/patches/51_manpage: Enable Mouse Button Emulation by Default on\n    Intel Macs. Use dmidecode to detect Intel Macs. Code taken from Ubuntu.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3256	\N	\N	\N
-22165	300	5142	2007-09-15 20:57:40	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	4809	\N	\N	\N
-22166	325	5143	2007-10-19 20:23:56	\n*The* Ubuntu patch\n\n	\N	f	\N	\N	5.01	\N	\N	\N	5385	3	\N	\N
-26128	302	5959	2007-11-15 23:57:41	\nadd ITP\n\n	\N	f	\N	\N	3.0.0.GA	\N	\N	\N	4763	1	\N	\N
-22167	325	5143	2007-09-22 10:47:00	\nCorrect logrotate\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4935	\N	\N	\N
-23543	366	5426	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22168	325	5143	2007-09-22 10:45:18	\nAdd Homepage to debian/control\nMinor rewrites to debian/control\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4934	\N	\N	\N
-22169	325	5143	2007-09-12 22:41:40	\nBuild-Depend on camlp5\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4759	\N	\N	\N
-23554	366	5428	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22210	312	5153	2007-07-13 01:41:47	\n1.16-6 must rebuild on mipsel\n	\N	\N	\N	\N	\N	\N	\N	\N	3877	\N	\N	\N
-22211	312	5153	2007-07-13 01:40:35	\n1.16-5 uploaded into unstable\n	\N	\N	\N	\N	\N	\N	\N	\N	3876	\N	\N	\N
-22212	312	5153	2007-04-17 18:08:33	\nadded vcs headers to control file\n	\N	\N	\N	\N	\N	\N	\N	\N	3102	\N	\N	\N
-23556	366	5428	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22254	299	5163	2007-09-02 15:13:22	\n* Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	4650	\N	\N	\N
-26135	389	5961	2007-07-12 12:21:31	\nUpdated license information\n	\N	\N	\N	\N	\N	\N	\N	\N	3822	\N	\N	\N
-22255	299	5163	2007-09-02 14:56:14	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4626	\N	\N	\N
-23561	366	5429	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22256	299	5163	2007-09-02 14:56:09	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	4625	\N	\N	\N
-22257	342	5164	2007-08-05 14:15:16	\nrelease -6.\n\n	\N	f	\N	\N	0.8.25	\N	\N	\N	4146	6	\N	\N
-22258	342	5164	2007-08-05 14:01:14	\ntest release.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4145	\N	\N	\N
-22293	336	5171	2007-09-14 14:28:30	\n[svn-inject] Forking passepartout source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4789	\N	\N	\N
-26137	389	5961	2007-06-18 21:23:05	\nAdded skeleton copyright / author information (more to come).\nAdded doc-base\nTidied build-depends (and corrected name of "velocity" package\n	\N	\N	\N	\N	\N	\N	\N	\N	3727	\N	\N	\N
-22294	336	5171	2007-09-14 14:28:26	\n[svn-inject] Installing original source of passepartout\n	\N	\N	\N	\N	\N	\N	\N	\N	4787	\N	\N	\N
-23568	365	5431	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-23579	365	5433	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	\N	\N	\N	\N	\N	\N	\N	10669	\N	\N	\N
-22331	302	5180	2007-04-10 11:59:38	\n* Add X-XS-Vcs-Svn header to debian/control.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3005	\N	\N	\N
-22332	302	5180	2007-01-23 06:39:22	\n* new upstream release\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2220	\N	\N	\N
-23580	360	5433	2007-12-02 03:31:17	\n* clarify use of ${misc::depends}\n* wrap b-d at debian/control\n\n	\N	\N	\N	\N	\N	\N	\N	\N	10663	\N	\N	\N
-22370	356	5188	2007-11-24 12:39:20	\nupdated TODO\n	\N	\N	\N	\N	\N	\N	\N	\N	5882	\N	\N	\N
-26790	401	6110	2003-09-22 22:09:19	\nDebian release 3.3.1a-2\n\n	\N	\N	\N	\N	\N	\N	\N	\N	313	\N	\N	\N
-22371	356	5188	2007-11-21 23:03:56	\nremoving the accidental over-injection of gcalcli\n	\N	\N	\N	\N	\N	\N	\N	\N	5861	\N	\N	\N
-23591	372	5435	2007-08-09 18:53:11	\nCorrected a little detail in extended description\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6386	\N	\N	\N
-22372	315	5189	2007-08-08 07:38:40	\ndebian/changelog: Fixed typo in previous entry closing #398745.\n\n	\N	f	\N	\N	2.2.0	\N	\N	\N	4319	10	\N	\N
-22373	315	5189	2007-08-08 05:07:45	\nAdd XS-Vcs-Svn tag to debian/control.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4307	\N	\N	\N
-22399	359	5194	2007-11-18 17:20:55	\nnext release\n	\N	\N	\N	\N	\N	\N	\N	\N	5800	\N	\N	\N
-22412	343	5197	2007-12-10 22:15:20	\n* debian/control: added the Vcs-Svn and Vcs-Browser fields.\n* Provides a dovecot-dev package, thanks to Josh Triplett for providing a\n	\N	\N	\N	\N	\N	\N	\N	\N	6490	\N	\N	\N
-22413	343	5197	2007-12-04 09:23:59	\n* Provides a dovecot-dev package, thanks to Johannes Berg for providing a\n  patch. (Closes: #444812)\n	\N	\N	\N	\N	\N	\N	\N	\N	6342	\N	\N	\N
-23603	366	5438	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22414	343	5197	2007-11-29 13:37:54	\nRemoved.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6080	\N	\N	\N
-26794	280	6112	2007-10-15 08:17:31	\n* Initial inject of libjmac-java to pkg-java svn\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4404	\N	\N	\N
-22449	360	5205	2007-07-29 04:46:52	\n * 3.5.1pl2-2 - Removing Depends from netbase\n * 3.5.1pl2-2 - Removing Build-dep and depends from update-inetd\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4012	\N	\N	\N
-26797	394	6113	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-22450	302	5205	2007-06-12 00:13:37	\n* Add myself to Uploaders.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3674	\N	\N	\N
-22490	304	5214	2006-07-11 23:09:07	\nfixes\n	\N	\N	\N	\N	\N	\N	\N	\N	804	\N	\N	\N
-26141	280	5962	2007-09-15 19:40:17	\n* New upstream release.\n* New uploaders: Varun Hiremath and Kumar Appaiah, removed Wolfgang Baer\n* Use upstream's conf directory for configuration and DTDs.\n* Use a custom ant.properties to avoid downloads.\n* Use DEB_UPSTREAM_VERSION in rules instead of versions in rules for symlinking.\n* debian/control:\n  + Add rhino to Build-Depends-Indep and Depends.\n  + Add XS-Vcs-{Svn, Browser} headers.\n* debian/compat: switch to 5\n* Remove debian/patches and remove RELEASE-NOTES.txt in debian/rules.\n* Add debian/orig-tar.sh to remove CRLF line terminators from upstream files.\n* debian/rules: implement get-orig-source\n* debian/watch: switch to version 3 and call debian/orig-tar.sh\n	\N	\N	\N	\N	\N	\N	\N	\N	4180	\N	\N	\N
-22491	304	5214	2006-07-11 23:07:12	\nnow seems to be better\n	\N	\N	\N	\N	\N	\N	\N	\N	803	\N	\N	\N
-22492	302	5215	2006-09-10 16:22:34	\n* minor lintian fix\n\n\n	\N	f	\N	\N	0.7	\N	\N	\N	1300	4	\N	\N
-22493	302	5215	2006-09-10 16:20:38	\n* set Standards-Version to 3.7.2, no changes needed\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1299	\N	\N	\N
-22494	302	5215	2006-09-10 16:18:57	\n* use DEB_AUTO_UPDATE_DEBIAN_CONTROL correctly\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1298	\N	\N	\N
-22531	304	5223	2006-07-11 23:12:39	\nLoad newtrunk into deb-maint/libtut/trunk.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	808	\N	\N	\N
-23633	365	5444	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-22532	304	5223	2006-07-11 23:12:15	\n[svn-inject] Forking libtut source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	807	\N	\N	\N
-22533	364	5224	2005-06-26 10:50:37	\nAdded Felipe Augusto van de Wiel as a co-maintainer in README.Debian\n\n	\N	f	\N	\N	3.0.46.1	\N	\N	\N	6649	1	\N	\N
-23634	366	5444	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22534	364	5224	2005-06-26 10:49:17	\nNew upstream (3.0.46.1), new Debian release (3.0.46.1-1)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6648	\N	\N	\N
-26142	386	5962	2006-07-31 16:14:15	\nlibcommons-validator-java (1:1.1.4a-1) unstable; urgency=low\n\n  * build with java-gcj-compat-dev\n  * updated Strandards-Version to 3.7.2; split build-dep and\n    build-dep-indep\n  * not a new upstream, but removed dos end-of-lines from original tarball\n    in build.xml\n\n -- Arnaud Vandyck <avdyk at debian.org>  Mon, 31 Jul 2006 16:12:11 +0200\n	\N	\N	\N	\N	\N	\N	\N	\N	2292	\N	\N	\N
-22535	364	5224	2005-06-26 10:31:18	\nRemoved 004_po-de.po.dpatch from dpatch list\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6647	\N	\N	\N
-23635	366	5444	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22536	364	5224	2005-06-26 10:24:45	\nUpstream applied patch for de.po\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6646	\N	\N	\N
-22537	364	5224	2005-06-21 06:29:01	\nAdded the bug number to close (wishlist for new upstream)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6644	\N	\N	\N
-23636	367	5444	2007-10-09 02:50:06	\nAdd $(MAKE) test call. Actually touch build-stamp to not run\nthe tests twice.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8104	\N	\N	\N
-22570	366	5231	2007-11-17 22:46:19	\nUpdate patch fix_unmatched_back.patch.\n	\N	\N	\N	\N	\N	\N	\N	\N	9550	\N	\N	\N
-26143	386	5962	2006-04-25 21:24:25	\nlibcommons-validator-java (1:1.1.4-6) unstable; urgency=low\n\n  * debian/rules:\n    + removed call to dh_installcatalogs;\n    + removed ant-launcher.jar from the classpath\n	\N	\N	\N	\N	\N	\N	\N	\N	2090	\N	\N	\N
-22571	366	5231	2007-11-17 22:45:10	\nUpdate debian/ignored-manpages.\n	\N	\N	\N	\N	\N	\N	\N	\N	9549	\N	\N	\N
-23644	366	5446	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22573	367	5232	2007-10-30 09:57:01	\nFix Makefile.PL to allow parallel building. Fixes a misbuild with\ndpkg-buildpackage -j found by Daniel Schepler.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8696	\N	\N	\N
-23645	366	5446	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22574	365	5232	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-26144	396	5963	2007-08-02 17:06:34	\nslide-webdavclient (2.1+dfsg-2) unstable; urgency=low\n\n  * Don't references javadocs on the net. Closes: #424442.\n  * Removed suggests on java-virtual-machine.\n\n -- Michael Koch <konqueror at gmx.de>  Thu, 02 Aug 2007 12:57:20 -0100\n\n\n	\N	f	\N	\N	2.1+dfsg	\N	\N	\N	3984	2	\N	\N
-22575	366	5232	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23646	366	5446	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22576	366	5232	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22579	366	5233	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22607	365	5239	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	f	\N	\N	0.24	\N	\N	\N	10669	2	\N	\N
-26145	391	5963	2006-10-03 21:27:02	\nMerge debian branch (r2547).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2548	\N	\N	\N
-22608	366	5239	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-23655	366	5448	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-22609	366	5239	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-22610	366	5239	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-23656	331	5448	2007-12-01 13:03:06	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10207	\N	\N	\N
-22611	331	5239	2007-12-01 13:17:18	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10339	\N	\N	\N
-26146	391	5963	2006-09-15 10:27:48	\nMerge from debian branch (r2434).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2435	\N	\N	\N
-22613	365	5240	2007-12-07 21:43:03	\nApply UNRELEASED changes cleanly\n	\N	\N	\N	\N	\N	\N	\N	\N	11012	\N	\N	\N
-26147	391	5963	2006-09-06 21:31:22	\nCloned upstream branch.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2383	\N	\N	\N
-22643	366	5246	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23665	366	5450	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-22644	366	5246	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26149	396	5964	2007-10-24 13:10:32	\nlibrepository (0.1.1-2) unstable; urgency=low\n\n  * Fixed typos in long descriptions. Closes: #446603.\n  * Build-Depends on debhelper >= 5.\n  * Updated Standards-Version to 3.7.2.\n  * Added myself to Uploaders.\n\n -- Michael Koch <konqueror at gmx.de>  Wed, 24 Oct 2007 13:04:55 +0200\n\n\n	\N	f	\N	\N	0.1.1	\N	\N	\N	4458	2	\N	\N
-22645	366	5246	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23666	331	5450	2007-12-01 12:53:23	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10135	\N	\N	\N
-22646	334	5246	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-22648	365	5247	2007-12-07 21:43:03	\nApply UNRELEASED changes cleanly\n	\N	\N	\N	\N	\N	\N	\N	\N	11012	\N	\N	\N
-26150	408	5964	2007-10-24 11:00:46	\ninitial version of librepository-java\n	\N	\N	\N	\N	\N	\N	\N	\N	4452	\N	\N	\N
-22649	365	5247	2007-12-07 21:40:26	\nReverting 11009, 11008, 11006 and 11005. Thanks to Niko for noticing the mess (even after I tried to clean up)\n	\N	\N	\N	\N	\N	\N	\N	\N	11011	\N	\N	\N
-23668	366	5451	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-28586	265	6484	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-22680	365	5253	2007-09-17 14:18:02	\nreleasing version 1.46-1\n	\N	\N	\N	\N	\N	\N	\N	\N	7653	\N	\N	\N
-23676	341	5452	2007-10-21 16:11:34	\nForgot to close the bug, will close it manually\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8425	\N	\N	\N
-22681	365	5253	2007-09-17 14:12:33	\n* debian/copyright:\n  + Added upstream source URL\n  + Fixed copyright years from README\n	\N	\N	\N	\N	\N	\N	\N	\N	7652	\N	\N	\N
-26151	389	5965	2007-07-02 23:51:01	\nVersion 1.0.0-1 (dak bodge) missong from svn\n	\N	f	\N	\N	1.0.0	\N	\N	\N	3772	1	\N	\N
-22683	366	5254	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22684	365	5254	2007-10-09 08:44:45	\n* debian/watch\n  + version=3\n  + escape dots in ".tar.gz"\n	\N	\N	\N	\N	\N	\N	\N	\N	8120	\N	\N	\N
-23678	365	5453	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-22685	365	5254	2007-10-09 08:43:27	\n* debian/rules: cleanup\n  + drop unused dh_installdirs and other unused commented stuff\n	\N	\N	\N	\N	\N	\N	\N	\N	8119	\N	\N	\N
-26152	409	5965	2006-10-10 22:39:21	\nInitial import of jargs packaging.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2601	\N	\N	\N
-22686	365	5254	2007-10-09 08:36:39	\n* debian/control:\n  + Add Homepage field\n  + Add myself to Uploaders (wrapped)\n	\N	\N	\N	\N	\N	\N	\N	\N	8118	\N	\N	\N
-23679	366	5453	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22688	366	5255	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26153	391	5966	2007-10-30 10:13:07	\nTypo in Vcs field.\n\n	\N	f	\N	\N	2.0.5312+dfsg	\N	\N	\N	4508	2	\N	\N
-22719	366	5261	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26155	396	5966	2007-07-14 21:17:19	\nemma-coverage (2.0.5312+dfsg-2) unstable; urgency=low\n\n  * Added xercesImpl.jar and xmlParserAPIs.jar to classpath.\n    Closes: #432542.\n  * Added myself to Uploaders.\n\n -- Michael Koch <konqueror at gmx.de>  Sat, 14 Jul 2007 21:07:09 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3826	\N	\N	\N
-22720	357	5261	2007-09-28 14:14:13	\n* Put the team as Maintainer and move myself to Uploaders.\n	\N	\N	\N	\N	\N	\N	\N	\N	7989	\N	\N	\N
-23688	366	5455	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-22721	366	5261	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23689	366	5455	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-22723	341	5262	2007-12-16 16:07:02	\n* debian/control:\n  - setting Maintainer to Debian Pkg-Perl Team\n  - moving former maintainer to Uploaders\n  - adding myself to Uploaders\n  - adding libpod-coverage-perl to dependencies\n  - moving libpathtools-perl to Build-Depends-Indep\n  - adding version numbers to dependencies\n  - bumping Standards-Version to 3.7.3\n* debian/watch - now using a dist-based URL\n* debian/copyright - adding upstream author's e-mail address\n* debian/rules:\n  - manually removing .packlist and the arch-specific directory\n	\N	\N	\N	\N	\N	\N	\N	\N	11228	\N	\N	\N
-23695	334	5456	2007-08-12 04:49:08	\nThere is no need to add a new dummy UNRELEASED changelog entry to try and\navoid people making changes to the previous, released entry. Instead,\nsimply:\n\necho DEBCHANGE_RELEASE_HEURISTIC=changelog >>~/.devscripts\n\nThis will make dch automatically start a new changelog entry if the package\nhas been released, and add to existing UNRELEASED changlog entries.\n\nI'm removing all the "NOT RELEASED YET" dummy entries since:\n\n* They are not needed when dch is used correctly as descrived above.\n* They make grepping for actually UNRELEASED packages unncessarily hard.\n* They were added quite inconsistently, being present in only a small \n  fraction of pkg-perl's package, and thus being of even less benefit since\n  nobody could count on them being there.\n* They demonstratably have led to cruft appearing in released changelogs,\n  when people forgot to remove them and added a new changelog entry above\n  the dummy entry. (I've fixed all of that cruft, too).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6543	\N	\N	\N
-22756	334	5268	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26157	391	5966	2006-12-21 10:42:18	\nAdd debian dir.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2875	\N	\N	\N
-23696	365	5456	2007-08-06 11:22:54	\nAdd next debian/changelog stanza\n	\N	\N	\N	\N	\N	\N	\N	\N	6295	\N	\N	\N
-22758	366	5269	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22759	366	5269	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26158	302	5967	2007-11-22 22:59:45	\nswitch from findbugs to jcip-annotations\n\n	\N	f	\N	\N	2.0.0.GA	\N	\N	\N	4813	1	\N	\N
-22794	366	5276	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-22795	366	5276	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-26161	302	5967	2007-11-06 19:19:31	\nadd major version to package\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4643	\N	\N	\N
-22796	331	5276	2007-12-01 13:16:11	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10327	\N	\N	\N
-23703	366	5458	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22798	366	5277	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23704	366	5458	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22799	366	5277	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26162	302	5967	2007-11-06 18:31:57	\nfix Build-Depends\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4642	\N	\N	\N
-22800	366	5277	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23705	366	5458	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23710	334	5459	2007-08-12 04:49:08	\nThere is no need to add a new dummy UNRELEASED changelog entry to try and\navoid people making changes to the previous, released entry. Instead,\nsimply:\n\necho DEBCHANGE_RELEASE_HEURISTIC=changelog >>~/.devscripts\n\nThis will make dch automatically start a new changelog entry if the package\nhas been released, and add to existing UNRELEASED changlog entries.\n\nI'm removing all the "NOT RELEASED YET" dummy entries since:\n\n* They are not needed when dch is used correctly as descrived above.\n* They make grepping for actually UNRELEASED packages unncessarily hard.\n* They were added quite inconsistently, being present in only a small \n  fraction of pkg-perl's package, and thus being of even less benefit since\n  nobody could count on them being there.\n* They demonstratably have led to cruft appearing in released changelogs,\n  when people forgot to remove them and added a new changelog entry above\n  the dummy entry. (I've fixed all of that cruft, too).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6543	\N	\N	\N
-22833	366	5284	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-26803	392	6115	2006-04-17 14:19:00	\nUsing a modified cdbs script from the eclipse-pdebuild project.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2046	\N	\N	\N
-22834	366	5284	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-26804	394	6115	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-26163	396	5968	2007-12-13 22:15:54	\ntomcat5.5 (5.5.25-3) unstable; urgency=low\n\n  * debian/libtomcat5.5-java.links: Removed links for xml-apis.jar and\n    xercesImpl.jar. Closes: #443382, #455495.\n  * Added libgnumail-java to Build-Depends. Closes: #454312.\n  * Updated Standards-Version to 3.7.3.\n\n -- Michael Koch <konqueror at gmx.de>  Thu, 13 Dec 2007 22:15:18 +0100\n\n\n	\N	f	\N	\N	5.5.25	\N	\N	\N	5020	3	\N	\N
-22869	366	5291	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22870	334	5291	2007-08-12 04:49:08	\nThere is no need to add a new dummy UNRELEASED changelog entry to try and\navoid people making changes to the previous, released entry. Instead,\nsimply:\n\necho DEBCHANGE_RELEASE_HEURISTIC=changelog >>~/.devscripts\n\nThis will make dch automatically start a new changelog entry if the package\nhas been released, and add to existing UNRELEASED changlog entries.\n\nI'm removing all the "NOT RELEASED YET" dummy entries since:\n\n* They are not needed when dch is used correctly as descrived above.\n* They make grepping for actually UNRELEASED packages unncessarily hard.\n* They were added quite inconsistently, being present in only a small \n  fraction of pkg-perl's package, and thus being of even less benefit since\n  nobody could count on them being there.\n* They demonstratably have led to cruft appearing in released changelogs,\n  when people forgot to remove them and added a new changelog entry above\n  the dummy entry. (I've fixed all of that cruft, too).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6543	\N	\N	\N
-22903	365	5298	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-23727	368	5463	2007-11-19 21:54:50	\n* Build with -DMOZILLA_1_8_BRANCH=1 to fix test failures on 32-bit\n  architectures. (Closes: #451774)\n\n	\N	f	\N	\N	1.04	\N	\N	\N	9595	2	\N	\N
-22904	372	5298	2007-10-10 00:55:36	\nAdded a space I shouldn't have. Hand-editing changelogs sucks!\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8179	\N	\N	\N
-26165	391	5968	2007-11-22 14:57:52	\nRemove misformatted NEWS entry from tomcat5 that was causing lintian warnings.\n	\N	\N	\N	\N	\N	\N	\N	\N	4807	\N	\N	\N
-22905	372	5298	2007-10-10 00:47:31	\nPreparing upload for 6.4-6\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8178	\N	\N	\N
-23728	368	5463	2007-11-17 19:58:42	\nready for uploading\n\n	\N	\N	\N	\N	\N	\N	\N	\N	9513	\N	\N	\N
-22906	366	5298	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23729	368	5463	2007-11-17 19:58:37	\n* Use the CPAN homepage in debian/watch.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	9512	\N	\N	\N
-22908	366	5299	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26166	391	5968	2007-11-22 12:54:37	\nResurrect files accidentally removed in previous commit.\n	\N	\N	\N	\N	\N	\N	\N	\N	4806	\N	\N	\N
-22909	366	5299	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23730	368	5463	2007-11-17 19:58:32	\nconvert the POD error patch to quilt\n\n	\N	\N	\N	\N	\N	\N	\N	\N	9511	\N	\N	\N
-22910	373	5299	2007-08-14 18:35:31	\nreleasing version 2.003-1\n	\N	\N	\N	\N	\N	\N	\N	\N	6606	\N	\N	\N
-22911	365	5299	2007-08-14 18:31:13	\nAdd note that jeremiah is in Uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	6605	\N	\N	\N
-23731	368	5463	2007-11-17 19:58:27	\n* Manage debian/patches with quilt.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	9510	\N	\N	\N
-23739	366	5465	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22943	365	5306	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-26168	302	5969	2007-12-09 10:53:20	\n* new upstream release\n* Move package to Alioth and add Vcs headers in debian/control.\n* Update all references to the homepage and download address to the new\n  apache structure. (Closes: #450063)\n* Add target 'get-orig-source' to debian/rules.\n* Bumped up Standards-Version to 3.7.3; no changes needed.\n* Switch from kaffe to java-gcj-compat-dev.\n	\N	f	\N	\N	1.5	\N	\N	\N	4978	1	\N	\N
-22944	366	5306	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23740	366	5465	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22945	366	5306	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22946	366	5306	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23741	334	5465	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26169	302	5969	2007-12-09 10:15:20	\nimport package commons-configuration\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4977	\N	\N	\N
-22948	365	5307	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-22949	366	5307	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22979	366	5313	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23751	366	5467	2007-10-28 18:56:26	\nClean up debian/rules (remove OPTIMIZE, remove unused dh_* calls, move\n  tests to build target, move dh_clean before make clean).\n	\N	\N	\N	\N	\N	\N	\N	\N	8625	\N	\N	\N
-22980	366	5313	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26170	396	5970	2007-06-29 18:52:21	\nxerces-j (1.4.4-4) unstable; urgency=low\n\n  * Build-Depends on dash instead of ash and use it.\n\n -- Michael Koch <konqueror at gmx.de>  Fri, 29 Jun 2007 15:42:34 -0100\n\n\n	\N	f	\N	\N	1.4.4	\N	\N	\N	3759	4	\N	\N
-22981	334	5313	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23752	366	5468	2007-11-02 16:53:22	\ns/UNRELEASED/unstable/\n	\N	f	\N	\N	4.57	\N	\N	\N	8763	1	\N	\N
-22983	370	5314	2007-11-23 20:08:48	\n* Fixed copyright and control file with a better URL.\n* Fixed Maintainer field in control file.\n	\N	\N	\N	\N	\N	\N	\N	\N	9680	\N	\N	\N
-23763	366	5470	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23018	334	5321	2007-12-03 22:58:02	\nupstream decided this patch was not necessary\n\n	\N	\N	\N	\N	\N	\N	\N	\N	10790	\N	\N	\N
-23019	334	5321	2007-12-03 22:56:05	\n* (NOT RELEASED YET) New upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	10789	\N	\N	\N
-23764	366	5470	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23020	365	5321	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	\N	\N	\N	\N	\N	\N	\N	10669	\N	\N	\N
-26172	394	5970	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-23021	334	5321	2007-12-01 21:40:12	\nreleasing version 0.19.0-3\n	\N	\N	\N	\N	\N	\N	\N	\N	10630	\N	\N	\N
-23765	366	5470	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23023	366	5322	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23766	334	5470	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23024	366	5322	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26173	401	5970	2002-10-24 12:46:30	\nDebian version 1.4.4-2\n\n	\N	\N	\N	\N	\N	\N	\N	\N	98	\N	\N	\N
-23025	366	5322	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23026	334	5322	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23056	365	5328	2007-08-17 09:23:56	\n* Added myself to Uploaders: (and wrapped it)\n	\N	\N	\N	\N	\N	\N	\N	\N	6746	\N	\N	\N
-26176	280	5971	2007-10-15 10:14:36	\n* Initial inject of libjgoodies-binding-java to pkg-java svn\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4410	\N	\N	\N
-23058	366	5329	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23776	366	5472	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23059	366	5329	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23060	366	5329	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23061	334	5329	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26177	396	5972	2006-09-20 06:34:30	\nRemoved files removed from current packags.\n\n	\N	f	\N	\N	2.1.1	\N	\N	\N	2478	4	\N	\N
-23778	365	5473	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-23090	334	5335	2007-08-12 04:49:08	\nThere is no need to add a new dummy UNRELEASED changelog entry to try and\navoid people making changes to the previous, released entry. Instead,\nsimply:\n\necho DEBCHANGE_RELEASE_HEURISTIC=changelog >>~/.devscripts\n\nThis will make dch automatically start a new changelog entry if the package\nhas been released, and add to existing UNRELEASED changlog entries.\n\nI'm removing all the "NOT RELEASED YET" dummy entries since:\n\n* They are not needed when dch is used correctly as descrived above.\n* They make grepping for actually UNRELEASED packages unncessarily hard.\n* They were added quite inconsistently, being present in only a small \n  fraction of pkg-perl's package, and thus being of even less benefit since\n  nobody could count on them being there.\n* They demonstratably have led to cruft appearing in released changelogs,\n  when people forgot to remove them and added a new changelog entry above\n  the dummy entry. (I've fixed all of that cruft, too).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6543	\N	\N	\N
-23091	366	5335	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26807	396	6116	2007-06-17 21:22:33	\nlibstruts1.2-java (1.2.9-2) unstable; urgency=low\n\n  * Use java-gcj-compat instead of kaffe.\n  * Moved Build-Depends-Indep to Build-Depends.\n  * Use Homepage: tag in package description.\n  * Removed Wolfgang and added myself to Uploaders.\n  * Updated Standars-Version.\n\n -- Michael Koch <konqueror at gmx.de>  Sun, 17 Jun 2007 21:12:01 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3715	\N	\N	\N
-23116	334	5340	2007-08-15 03:58:24	\nreleasing version 0.07-1\n	\N	\N	\N	\N	\N	\N	\N	\N	6627	\N	\N	\N
-23120	334	5341	2007-08-12 04:49:08	\nThere is no need to add a new dummy UNRELEASED changelog entry to try and\navoid people making changes to the previous, released entry. Instead,\nsimply:\n\necho DEBCHANGE_RELEASE_HEURISTIC=changelog >>~/.devscripts\n\nThis will make dch automatically start a new changelog entry if the package\nhas been released, and add to existing UNRELEASED changlog entries.\n\nI'm removing all the "NOT RELEASED YET" dummy entries since:\n\n* They are not needed when dch is used correctly as descrived above.\n* They make grepping for actually UNRELEASED packages unncessarily hard.\n* They were added quite inconsistently, being present in only a small \n  fraction of pkg-perl's package, and thus being of even less benefit since\n  nobody could count on them being there.\n* They demonstratably have led to cruft appearing in released changelogs,\n  when people forgot to remove them and added a new changelog entry above\n  the dummy entry. (I've fixed all of that cruft, too).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6543	\N	\N	\N
-23798	366	5477	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26810	393	6116	2006-01-05 13:03:53	\nUpdate CVS to last release 1.2.8-1\n\n  * New upstream release\n  * Removed setting of DEB_ANT_COMPILER variable as already preset in kaffe\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1674	\N	\N	\N
-23155	365	5348	2007-09-19 08:37:11	\nreleasing version 1.001000-2\n	\N	\N	\N	\N	\N	\N	\N	\N	7733	\N	\N	\N
-23804	366	5478	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23156	365	5348	2007-09-19 08:33:55	\n* Moved most of B-D to B-D-I\n	\N	\N	\N	\N	\N	\N	\N	\N	7732	\N	\N	\N
-23805	334	5478	2007-08-12 03:43:48	\n* Minor tweak to short description.\n	\N	\N	\N	\N	\N	\N	\N	\N	6514	\N	\N	\N
-23158	366	5349	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26811	280	6117	2007-10-15 21:11:49	\n* Replace XS-Vcs-* with Vcs-*\n\n	\N	f	\N	\N	1.9	\N	\N	\N	4426	3	\N	\N
-23159	366	5349	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23806	366	5478	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23160	366	5349	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23161	366	5349	2007-08-01 21:05:32	\nadd missing XS-Vcs-Svn field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6212	\N	\N	\N
-26812	280	6117	2007-10-15 15:25:08	\n* Move libqdwizard-java to pkg-java svn.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4417	\N	\N	\N
-23163	366	5350	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23808	366	5479	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23164	366	5350	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23188	365	5355	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-23816	365	5480	2007-10-24 08:18:26	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8539	\N	\N	\N
-23189	366	5355	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26814	401	6118	2004-08-23 10:38:03	\nDebian release 2.0.4-3\n\n	\N	\N	\N	\N	\N	\N	\N	\N	668	\N	\N	\N
-23190	366	5355	2007-10-09 22:23:15	\nAdd watch file\n	\N	\N	\N	\N	\N	\N	\N	\N	8168	\N	\N	\N
-23191	366	5355	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23192	365	5356	2007-10-25 22:01:21	\n* Add OPTIMIZE="..." to $(MAKE) invocation; CFLAGS depend on\n  DEB_BUILD_OPTIONS\n	\N	f	\N	\N	0.32	\N	\N	\N	8597	1	\N	\N
-23818	366	5481	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23193	365	5356	2007-10-25 21:58:34	\n* Move test suite from binary-arch to build target\n	\N	\N	\N	\N	\N	\N	\N	\N	8596	\N	\N	\N
-26815	401	6118	2004-08-17 11:43:38	\nDebian release 2.0.4-2\n\n	\N	\N	\N	\N	\N	\N	\N	\N	663	\N	\N	\N
-23194	365	5356	2007-10-25 21:57:01	\n* Add upstream URL to debian/copyrithg\n	\N	\N	\N	\N	\N	\N	\N	\N	8595	\N	\N	\N
-23819	366	5481	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23226	365	5362	2007-11-28 16:01:00	\nreleasing version 1.023-3\n	\N	\N	\N	\N	\N	\N	\N	\N	9921	\N	\N	\N
-26818	386	6119	2006-08-01 16:32:42	\nand don't forget to change the debian/changelog... idiot\\!\n	\N	\N	\N	\N	\N	\N	\N	\N	2313	\N	\N	\N
-23228	366	5363	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-23828	366	5483	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-23229	366	5363	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-23230	366	5363	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-23829	366	5483	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-23231	331	5363	2007-12-01 13:35:46	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10537	\N	\N	\N
-26819	386	6119	2006-08-01 16:31:42	\nnon-free, not nonfree... idiot\\!\n	\N	\N	\N	\N	\N	\N	\N	\N	2312	\N	\N	\N
-23830	366	5483	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-23233	365	5364	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-23234	366	5364	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23831	331	5483	2007-12-01 13:33:27	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10513	\N	\N	\N
-23258	366	5369	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23836	331	5484	2007-11-24 17:50:37	\n[svn-inject] Forking libmarc-crosswalk-dublincore-perl source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	9726	\N	\N	\N
-23259	366	5369	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26820	386	6119	2006-08-01 15:55:31	\nlibmsv-xsdlib-java (0.0.0.20060319-1) unstable; urgency=low\n  \n  Eric Lavarde <deb at zorglub.s.bawue.de>:\n  * Initial Release (closes: Bug#296643).\n  \n  Arnaud Vandyck <avdyk at debian.org>:\n  * Section nonfree because of a license problem.\n\n -- Arnaud Vandyck <avdyk at debian.org>  Tue,  1 Aug 2006 15:52:23 +0200\n	\N	\N	\N	\N	\N	\N	\N	\N	2307	\N	\N	\N
-23260	366	5369	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23261	334	5369	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23838	366	5485	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23263	366	5370	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23264	366	5370	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23265	366	5370	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23843	326	5486	2007-11-13 11:03:06	\nReady for release ...\n	\N	\N	\N	\N	\N	\N	\N	\N	9261	\N	\N	\N
-23297	365	5377	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	f	\N	\N	1.03	\N	\N	\N	10669	2	\N	\N
-26821	403	6119	2006-04-01 18:58:09	\nAdded propset mergeWithUpstream on debian for svn-buildpackage.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2042	\N	\N	\N
-23298	365	5377	2007-11-26 21:24:59	\nMerged non-uploaded changelog entries\n	\N	\N	\N	\N	\N	\N	\N	\N	9782	\N	\N	\N
-23844	326	5486	2007-11-13 10:55:40	\n* Added netbase to deps and build-deps\n  /etc/protocols is needed to use protocol name when opening a new inet\n  socket. This fix is less intrusive than patching the module to use\n  protocol numbers.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	9260	\N	\N	\N
-23299	370	5377	2007-11-23 19:48:29	\n* Fixed Maintainer field in control file.\n* Fixed copyright and control file with a better URL.\n	\N	\N	\N	\N	\N	\N	\N	\N	9675	\N	\N	\N
-23300	370	5377	2007-11-15 15:03:13	\n* Fixed watch file.\n	\N	\N	\N	\N	\N	\N	\N	\N	9314	\N	\N	\N
-23301	370	5377	2007-11-10 00:46:24	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	9165	\N	\N	\N
-23333	366	5384	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23334	366	5384	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23853	365	5488	2007-10-24 10:09:25	\n  NEEDS not include pari's sources. We have libpari already\n	\N	\N	\N	\N	\N	\N	\N	\N	8549	\N	\N	\N
-23335	366	5384	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26824	302	6120	2007-10-30 22:57:41	\nminor fixes\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4526	\N	\N	\N
-23336	334	5384	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23854	365	5488	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-23338	366	5385	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-23855	366	5488	2007-10-20 16:13:12	\nmerge changelog entries\n	\N	\N	\N	\N	\N	\N	\N	\N	8374	\N	\N	\N
-23339	366	5385	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-26825	302	6120	2007-10-30 07:10:05	\nminor fix in orig-tar.sh\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4501	\N	\N	\N
-23340	366	5385	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-23856	366	5488	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23341	331	5385	2007-12-01 12:56:28	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10165	\N	\N	\N
-23343	365	5386	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-23344	366	5386	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23370	365	5391	2007-12-07 12:56:06	\nAdd UNRELEASED notes in a new changelog entry\n	\N	\N	\N	\N	\N	\N	\N	\N	11009	\N	\N	\N
-23863	366	5490	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23371	365	5391	2007-12-07 12:46:48	\nRevert blind changing of distribution to UNRELEASED (r11005)\n	\N	\N	\N	\N	\N	\N	\N	\N	11008	\N	\N	\N
-23372	365	5392	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	f	\N	\N	0.701	\N	\N	\N	10669	2	\N	\N
-23864	366	5490	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23373	365	5392	2007-11-30 19:19:25	\n* debian/copyright:\n  + use author-neutral upstream URL\n  + add years of copyright\n	\N	\N	\N	\N	\N	\N	\N	\N	10058	\N	\N	\N
-23374	365	5392	2007-11-30 19:13:31	\n* debian/control: use perljax.us for Homepage\n	\N	\N	\N	\N	\N	\N	\N	\N	10057	\N	\N	\N
-23865	357	5490	2007-09-28 14:09:25	\n* Put the team as Maintainer and move myself to Uploaders.\n	\N	\N	\N	\N	\N	\N	\N	\N	7987	\N	\N	\N
-26829	397	6121	2007-06-03 17:39:05	\no Adding ignores.\n	\N	\N	\N	\N	\N	\N	\N	\N	3577	\N	\N	\N
-26178	396	5972	2006-09-19 21:48:45	\nlibmx4j-java (2.1.1-4) unstable; urgency=low\n\n  * Removed forgotten files in debian directory and unused patches.\n  * Added jython to build-depends to build the jython mbeans\n\n -- Wolfgang Baer <WBaer at gmx.de>  Wed,  1 Feb 2006 22:08:46 +0100\n\nlibmx4j-java (2.1.1-3) unstable; urgency=low\n\n  * Add remote and tools support (closes: #336856)\n    + Bumped build-depend on kaffe (>= 2:1.1.6.91-1)\n    + Build against libgnumail-java to enable mail tools, \n      added libgnumail-java to Build-depends and to Suggests\n  * Patched build.xml to get remote and tools features build\n    + Commented rmic iiop generation out\n    + Excluded tools features where needed libraries are not available\n      in Debian from the build\n    + Documented differences to upstream binaries in README.Debian\n  * Cleaned up dependencies - removed libjaxp1.2-java, libxerces2-java\n  * Removed explicit dependencies on jikes (debian/control, debian/rules)\n  * Removed splitted api/impl jars - only ship complete jars    \n  * Remove Takashi from Uploaders\n  * Move creation of symbolic links into rules for automatic versioning  \n  * Standards-Version 3.6.2 (no changes)\n  * Added myself as uploader\n\n -- Wolfgang Baer <WBaer at gmx.de>  Fri,  6 Jan 2006 15:32:15 +0100\n\nlibmx4j-java (2.1.1-2) unstable; urgency=low\n\n  * forgot to update symlinks... sorry :/\n\n -- Arnaud Vandyck <avdyk at debian.org>  Sat, 24 Sep 2005 02:07:13 +0200\n\nlibmx4j-java (2.1.1-1) unstable; urgency=low\n\n  * New upstream release\n  * ant transition\n  * build with kaffe\n  * build-dep on xerces2\n\n -- Arnaud Vandyck <avdyk at debian.org>  Fri, 23 Sep 2005 11:12:00 +0200\n\nlibmx4j-java (2.0.1-4) unstable; urgency=low\n\n  * Reupload with orig tarball\n\n -- Michael Koch <konqueror at gmx.de>  Mon, 28 Mar 2005 14:43:47 +0000\n\nlibmx4j-java (2.0.1-3) unstable; urgency=low\n\n  * Moved to main\n  * Replaces Build-Depends by Build-Depends-Indep \n  * Added myself to Uploaders\n\n -- Michael Koch <konqueror at gmx.de>  Mon, 21 Mar 2005 20:56:51 +0000\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2476	\N	\N	\N
-26179	394	5972	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-26184	280	5973	2007-10-30 05:35:32	\n* Complete copyright file\n* Add watch and docs files.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4499	\N	\N	\N
-23928	366	5503	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23929	366	5503	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26185	280	5973	2007-10-27 18:14:12	\n* Initial inject of libswarmcache-java\n  - Depends on JGroups\n  - libhibernate-java Depends on libswarmcache-java\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4479	\N	\N	\N
-23930	365	5503	2007-09-14 22:56:49	\nreleasing version 0.05-2\n	\N	\N	\N	\N	\N	\N	\N	\N	7583	\N	\N	\N
-23931	365	5503	2007-09-14 22:53:29	\n* Move dh_clean $stamp_files before distclean\n	\N	\N	\N	\N	\N	\N	\N	\N	7582	\N	\N	\N
-26186	302	5974	2007-12-01 13:07:56	\nsome fixes, but package does not build yet\n\n	\N	f	\N	\N	20071201	\N	\N	\N	4935	1	\N	\N
-23932	365	5504	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	f	\N	\N	1.091	\N	\N	\N	8503	2	\N	\N
-23933	366	5504	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26187	302	5974	2007-12-01 12:51:11	\nnew package jboss-build\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4934	\N	\N	\N
-23934	366	5504	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23935	341	5504	2007-09-14 09:29:48	\nsmall typo :(\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7565	\N	\N	\N
-26188	386	5975	2007-07-20 14:50:05	\nI stop working on this package, rene need jfreereport, not this package\n	\N	t	\N	\N	1.5.5.239~0	\N	\N	\N	3892	0	\N	\N
-23936	341	5504	2007-09-14 09:17:02	\nCompleting merge: forgot to change PREFIX :-)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7564	\N	\N	\N
-26189	386	5975	2007-07-20 12:44:24	\npropset mergeWithUpstream\n	\N	\N	\N	\N	\N	\N	\N	\N	3890	\N	\N	\N
-23938	366	5505	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23939	366	5505	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26190	386	5975	2007-07-20 12:41:25	\npreliminary work\n	\N	\N	\N	\N	\N	\N	\N	\N	3889	\N	\N	\N
-23965	334	5510	2007-08-12 04:49:08	\nThere is no need to add a new dummy UNRELEASED changelog entry to try and\navoid people making changes to the previous, released entry. Instead,\nsimply:\n\necho DEBCHANGE_RELEASE_HEURISTIC=changelog >>~/.devscripts\n\nThis will make dch automatically start a new changelog entry if the package\nhas been released, and add to existing UNRELEASED changlog entries.\n\nI'm removing all the "NOT RELEASED YET" dummy entries since:\n\n* They are not needed when dch is used correctly as descrived above.\n* They make grepping for actually UNRELEASED packages unncessarily hard.\n* They were added quite inconsistently, being present in only a small \n  fraction of pkg-perl's package, and thus being of even less benefit since\n  nobody could count on them being there.\n* They demonstratably have led to cruft appearing in released changelogs,\n  when people forgot to remove them and added a new changelog entry above\n  the dummy entry. (I've fixed all of that cruft, too).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6543	\N	\N	\N
-26197	400	5977	2007-11-30 23:55:29	\nRemoved duplicate Vcs-* fields in control file; removed XS- prefix\n	\N	f	\N	\N	0.1	\N	\N	\N	4927	SNAPSHOT+svn561364-2	\N	\N
-23966	365	5510	2007-08-01 22:36:34	\nadd changelog stanza for next revision\n	\N	\N	\N	\N	\N	\N	\N	\N	6218	\N	\N	\N
-23967	372	5511	2007-12-14 01:09:45	\n...And changing to the right distribution. Now, upload!\n\n	\N	f	\N	\N	1.18	\N	\N	\N	11189	1	\N	\N
-23999	366	5517	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-26208	396	5979	2007-10-09 23:18:50	\njavax-servletapi2.3 (4.0-9) unstable; urgency=low\n\n  * Use CDBS. Invokes ant differently. Closes: #445703.\n  * Use java-gcj-compat instead of kaffe.\n  * Moved debhelper from Build-Depends-Indep to Build-Depends.\n  * Added cdbs to Build-Depends.\n  * Updated debhelper level to 5.\n  * Removed Wolfgang and added myself to Uploaders.\n  * Updated Standards-Version.\n\n -- Michael Koch <konqueror at gmx.de>  Tue, 09 Oct 2007 23:15:44 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4333	\N	\N	\N
-24000	366	5517	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-24001	331	5517	2007-12-01 12:51:12	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10111	\N	\N	\N
-26209	393	5979	2006-01-23 14:25:21	\nUpdate to kaffe transition upload.\n	\N	\N	\N	\N	\N	\N	\N	\N	1730	\N	\N	\N
-24003	365	5518	2007-12-07 21:43:03	\nApply UNRELEASED changes cleanly\n	\N	\N	\N	\N	\N	\N	\N	\N	11012	\N	\N	\N
-26210	394	5979	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-24004	365	5518	2007-12-07 21:40:26	\nReverting 11009, 11008, 11006 and 11005. Thanks to Niko for noticing the mess (even after I tried to clean up)\n	\N	\N	\N	\N	\N	\N	\N	\N	11011	\N	\N	\N
-24005	365	5518	2007-12-07 12:56:06	\nAdd UNRELEASED notes in a new changelog entry\n	\N	\N	\N	\N	\N	\N	\N	\N	11009	\N	\N	\N
-26211	386	5979	2005-09-22 23:43:49	\njavax-servletapi2.3 (4.0-7) unstable; urgency=low\n\n  * debian/control, debian/rules: ant transition\n\n -- Arnaud Vandyck <avdyk at debian.org>  Thu, 22 Sep 2005 23:41:05 +0200\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1356	\N	\N	\N
-24006	365	5518	2007-12-07 12:46:48	\nRevert blind changing of distribution to UNRELEASED (r11005)\n	\N	\N	\N	\N	\N	\N	\N	\N	11008	\N	\N	\N
-26212	389	5980	2007-07-03 00:19:47	\nFixed extra trunk / branches / tags directories\n	\N	f	\N	\N	1.4.1	\N	\N	\N	3774	3	\N	\N
-24008	366	5519	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24035	366	5524	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26218	391	5981	2007-06-08 09:38:40	\nOnly Recommend dom4j and jdom1 to avoid circular deps with dom4j.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3628	\N	\N	\N
-24036	334	5524	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26219	391	5981	2007-06-06 22:07:57	\nMove to trunk.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3617	\N	\N	\N
-24038	366	5525	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24039	366	5525	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26220	391	5981	2007-06-06 18:00:27	\nInstall jar file from dist subdir.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3612	\N	\N	\N
-24040	365	5525	2007-09-14 23:09:09	\n* Changed my mail in Uploaders and wrapped it\n	\N	\N	\N	\N	\N	\N	\N	\N	7587	\N	\N	\N
-24041	365	5525	2007-09-14 23:06:49	\n* Removed unneeded dh_* calls\n* Moved dh_clean $stamp_files before distclean\n	\N	\N	\N	\N	\N	\N	\N	\N	7586	\N	\N	\N
-24043	366	5526	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26222	396	5982	2007-10-09 23:30:10	\navalon-framework (4.2.0-4) unstable; urgency=low\n\n  * Use java-gcj-compat instead of kaffe. Closes: #445704.\n  * Removed Wolfgang and added myself to Uploaders.\n  * Updated debhelper level to 5.\n  * Updated Standard-Version to 3.7.2.\n\n -- Michael Koch <konqueror at gmx.de>  Tue, 09 Oct 2007 23:25:55 +0200\n\n\n	\N	f	\N	\N	4.2.0	\N	\N	\N	4335	4	\N	\N
-24044	366	5526	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24045	366	5526	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24073	365	5532	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-24074	366	5532	2007-10-20 16:16:23	\nmerge changelog entries\n	\N	\N	\N	\N	\N	\N	\N	\N	8377	\N	\N	\N
-26228	386	5983	2007-06-07 16:23:32	\ndoc package in section doc\n	\N	\N	\N	\N	\N	\N	\N	\N	3622	\N	\N	\N
-24075	366	5532	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24076	366	5532	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26229	386	5983	2007-06-07 15:53:39	\nqdox (1.6.1-2) unstable; urgency=low\n\n  * debian/control:\n    + Better description, thanks to Josh Triplett (closes: #423473)\n    + added ant-optional to build-dep-indep (closes: #424472)\n\n -- Arnaud Vandyck <avdyk at debian.org>  Thu,  7 Jun 2007 15:48:05 +0200\n	\N	\N	\N	\N	\N	\N	\N	\N	3620	\N	\N	\N
-24077	365	5533	2007-11-28 21:53:41	\n* debian/copyright:\n  Use by-dist upstream URL and put t in the beginning\n	\N	f	\N	\N	0.34	\N	\N	\N	9967	1	\N	\N
-24078	366	5533	2007-11-09 17:08:56	\ns/UNRELEASED/unstable/\n	\N	\N	\N	\N	\N	\N	\N	\N	9086	\N	\N	\N
-26230	386	5983	2007-04-12 10:23:00	\npatch the lexer to generate a correct JFlexLexer.java class\n	\N	\N	\N	\N	\N	\N	\N	\N	3176	\N	\N	\N
-24079	366	5533	2007-11-09 17:06:34	\ndebian/rules: Cleanup (compiler options, comments, unused dh_* calls,\n  move tests to build target).\n	\N	\N	\N	\N	\N	\N	\N	\N	9085	\N	\N	\N
-24080	366	5533	2007-11-09 17:03:36	\n* Fix error in long description.\n* Set debhelper compatibility level to 5.\n	\N	\N	\N	\N	\N	\N	\N	\N	9084	\N	\N	\N
-24106	366	5538	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26238	280	5985	2007-10-31 14:22:01	\n* Initial inject of JDBM.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4542	\N	\N	\N
-24107	326	5539	2007-12-04 08:42:13	\nReady to upload\n	\N	f	\N	\N	0.13+dfsg	\N	\N	\N	10798	1	\N	\N
-24108	326	5539	2007-12-04 08:30:48	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10797	\N	\N	\N
-26239	391	5986	2006-10-30 07:45:55	\nClone debian branch (r2679).\n	\N	f	\N	\N	1.3	\N	\N	\N	2680	1	\N	\N
-24109	326	5539	2007-12-04 08:30:41	\n[svn-inject] Forking libdata-ical-perl source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10796	\N	\N	\N
-24110	326	5539	2007-12-04 08:30:33	\n[svn-inject] Installing original source of libdata-ical-perl\n	\N	\N	\N	\N	\N	\N	\N	\N	10793	\N	\N	\N
-26240	391	5986	2006-10-26 11:30:21	\nMove debian dir to its feature branch.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2660	\N	\N	\N
-24112	366	5540	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26241	391	5986	2006-10-26 11:29:40	\nClone upstream branch (r2658).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2659	\N	\N	\N
-24113	366	5540	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24114	366	5540	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24145	366	5546	2007-12-04 22:50:03	\nMove perl from Build-Depends to Build-Depends-Indep.\n	\N	\N	\N	\N	\N	\N	\N	\N	10821	\N	\N	\N
-26250	396	5988	2007-10-06 19:08:08	\nlibcommons-cli-java (1.0-9) unstable; urgency=low\n\n  * Let libcommons-cli-java depend on libcommons-lang-java. Closes: #445508.\n  * Removed dependency on libcommons-loggig-java. Not used.\n  * Use java-gcj-compat instead of kaffe.\n  * Removed debian/dirs, debian/install and debian/links and do this in\n    debian/rules.\n  * Removed debian/README.Debian as it didn't apply anymore.\n  * Moved debhelper and cdbs to Build-Depends.\n  * Updated debhelper level to 5.\n  * Updated watch file to match new upstream naming scheme.\n  * Removed Wolfgang and added myself to Uploaders.\n  * Updated Standards-Version to 3.7.2.\n\n -- Michael Koch <konqueror at gmx.de>  Sat, 06 Oct 2007 17:15:10 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4312	\N	\N	\N
-24147	366	5547	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26251	393	5988	2006-01-23 14:38:30	\nUpdate to kaffe transition upload.\n	\N	\N	\N	\N	\N	\N	\N	\N	1740	\N	\N	\N
-24148	366	5547	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24149	366	5547	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24162	365	5550	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-26271	302	5992	2007-12-02 10:49:30	\nimport changes from Ubuntu\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4938	\N	\N	\N
-24163	366	5550	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24164	366	5550	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26272	387	5992	2007-07-24 16:40:29	\n* Update upstream tarball to 7~b16\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3906	\N	\N	\N
-24165	366	5550	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24166	365	5551	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	f	\N	\N	0.2.5	\N	\N	\N	10669	8	\N	\N
-26273	393	5993	2006-01-23 15:28:04	\nUpdate to kaffe transition upload.\n	\N	f	\N	\N	2.1.10	\N	\N	\N	1784	4	\N	\N
-24167	366	5551	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-24168	366	5551	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-26274	394	5993	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-24169	366	5551	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-24170	331	5551	2007-12-01 13:04:47	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10225	\N	\N	\N
-26277	386	5993	2005-05-06 13:21:58	\nInitial revision\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1053	\N	\N	\N
-26283	302	5995	2007-11-11 15:39:02	\nswitch from trunk to latest tag\n\n	\N	f	\N	\N	2.0.0~Beta6	\N	\N	\N	4698	1	\N	\N
-24197	366	5557	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24198	365	5557	2007-09-24 12:16:26	\nreleasing version 1.0.2-1\n	\N	\N	\N	\N	\N	\N	\N	\N	7921	\N	\N	\N
-26284	280	5995	2007-11-09 13:06:52	\n* Fix dependencies.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4668	\N	\N	\N
-24199	365	5557	2007-09-24 09:02:26	\n  TESTS FAIL with TEST_YOUTUBE=1\n  these tests are not enabled in debian/rules, but fail when run locally. As\n  users will most likely need the tested functionality, package not uploaded\n  yet.\n* Create Makefile from Makefile.PL even if former exists\n* Move debian/docs content (1 line) to dh_installdocs invocation\n	\N	\N	\N	\N	\N	\N	\N	\N	7920	\N	\N	\N
-24200	360	5557	2007-09-23 00:37:00	\n* Using new control field for Homepage\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7890	\N	\N	\N
-26285	280	5995	2007-11-09 13:02:44	\n* Use svn source instead of the old tarball.\n* Extra classes jboss.annotaion.* are present only in the svn.\nThese classes are required to build jboss-aop\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4666	\N	\N	\N
-24202	366	5558	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26286	302	5995	2007-11-02 12:56:05	\nminor fix and beautification\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4586	\N	\N	\N
-24203	366	5558	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24204	376	5558	2007-08-15 19:55:09	\nRemove dh_strip from debian/rule and add  copyright info into debian/copyright\n	\N	\N	\N	\N	\N	\N	\N	\N	6689	\N	\N	\N
-24230	366	5564	2007-11-28 19:52:00	\nNEEDS libmailtools-perl >= 2.01\n\n* New upstream release:\n  - autodetection of MH folders improved (closes: #442912).\n  - bump (build) dependency on libmailtools-perl to >= 2.01.\n  - bump suggests of libmail-imapclient-perl to >= 3.\n	\N	\N	\N	\N	\N	\N	\N	\N	9929	\N	\N	\N
-26295	280	5998	2007-09-16 09:59:32	\n* debian/control:\n* Add debian/orig-tar.exclude and remove pre-built docs from orig.tar.gz\n	\N	f	\N	\N	0.9.1.2	\N	\N	\N	4185	1	\N	\N
-24231	365	5564	2007-11-25 18:04:20	\n* Use DESTDIR and PREFIX when invoking $(MAKE) install\n	\N	\N	\N	\N	\N	\N	\N	\N	9757	\N	\N	\N
-24232	366	5564	2007-11-17 22:23:49	\ns/UNRELEASED/unstable/\n	\N	\N	\N	\N	\N	\N	\N	\N	9540	\N	\N	\N
-24233	366	5564	2007-11-17 22:23:23	\ndebian/rules:\n  - Remove OPTIMIZE, we don't compile anything.\n  - Remove configure{,-stamp} targets, create install-stamp targest,\n    adjust dependencies between targets.\n  - Remove unneeded call to dh_strip.\n	\N	\N	\N	\N	\N	\N	\N	\N	9539	\N	\N	\N
-24234	365	5565	2007-10-25 21:43:34	\n* Add myself to Uploaders\n	\N	f	\N	\N	0.05	\N	\N	\N	8593	1	\N	\N
-24267	366	5571	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24268	366	5571	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26304	280	5999	2007-11-13 11:19:49	\n* debian/control:\n  + Add myself and Kumar to Uploaders\n  + Switch to java-gcj from kaffe\n  + Separate out Build-Depends and Indep.\n  + Replace ecj-bootstrap with ecj\n  + Add Vcs-{Svn, Browser} and Homepage headers.\n* debian/rules:\n  + Set JAVA_HOME to java-gcj instead of kaffe\n  + Fix Ant build targets.\n  + Use cdbs variables.\n  + Add get-orig-source target.\n* debian/patches:\n  + Add 03_compile15.patch to compile JDK15XML1_0Parser.class\n  + Add 04_remove_sun_import.patch to fix imports to use xercesImpl.jar\n* debian/compat: switch to 5\n* Add debian/orig-tar.sh to create orig.tar.gz\n* Add debian/README.Debian-source.\n* Add watch file.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4744	\N	\N	\N
-24270	366	5572	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26305	391	6000	2007-10-30 10:31:46	\nRemove XS- prefix from Vcs field. Add Homepage.\n	\N	f	\N	\N	2.0.1	\N	\N	\N	4510	4	\N	\N
-24271	366	5572	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24305	365	5579	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-26310	280	6001	2007-10-16 06:38:15	\n* Remove quilt from Build-Depends\n\n	\N	f	\N	\N	1.3.8	\N	\N	\N	4431	2	\N	\N
-24306	366	5579	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24307	334	5579	2007-09-10 21:07:45	\n* Add Uploaders field.\n	\N	\N	\N	\N	\N	\N	\N	\N	7343	\N	\N	\N
-26311	280	6001	2007-10-15 19:26:13	\n* Move tinylaf to pkg-java svn.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4422	\N	\N	\N
-24308	366	5579	2007-08-26 21:54:19	\nAdd missing XS-Vcs-(Svn|Browser) field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	7169	\N	\N	\N
-26312	302	6002	2007-11-11 17:41:29	\nadd ITP #\n\n	\N	f	\N	\N	5.0.0~Beta4	\N	\N	\N	4707	1	\N	\N
-24310	365	5580	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-24311	366	5580	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26313	302	6002	2007-11-11 15:43:25	\nswitch from trunk to latest tag\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4699	\N	\N	\N
-24312	366	5580	2007-10-09 21:18:22	\ns/UNRELEASED/unstable/ --> ready for upload\n	\N	\N	\N	\N	\N	\N	\N	\N	8161	\N	\N	\N
-24313	366	5580	2007-10-09 21:17:06	\nMention Upstream URL and Debian Perl Group in debian/copyright.\n	\N	\N	\N	\N	\N	\N	\N	\N	8160	\N	\N	\N
-26314	280	6002	2007-11-09 22:39:24	\n* Fix Build-Depends and finish copyright.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4679	\N	\N	\N
-24314	366	5581	2007-11-17 15:29:51	\ns/UNRELEASED/unstable/\n	\N	f	\N	\N	0.46	\N	\N	\N	9492	1	\N	\N
-24341	374	5586	2007-12-09 10:08:04	\nForgot to add the watchfile\n	\N	\N	\N	\N	\N	\N	\N	\N	11052	\N	\N	\N
-26320	386	6003	2007-04-15 10:58:28	\ninitial upload javassist\n	\N	\N	\N	\N	\N	\N	\N	\N	3225	\N	\N	\N
-24342	374	5586	2007-12-09 10:07:01	\n* Created watchfile.\n* Changed homepage field in debian/control to version-neutral dist/ URL.\n	\N	\N	\N	\N	\N	\N	\N	\N	11051	\N	\N	\N
-24343	377	5586	2007-12-09 06:07:59	\nDummy changelog entry\n	\N	\N	\N	\N	\N	\N	\N	\N	11038	\N	\N	\N
-24344	366	5587	2007-11-05 19:46:37	\ns/UNRELEASED/unstable/\n	\N	f	\N	\N	0.14	\N	\N	\N	8877	1	\N	\N
-24345	366	5587	2007-11-05 19:43:45	\nNew upstream release,\n	\N	\N	\N	\N	\N	\N	\N	\N	8876	\N	\N	\N
-26322	335	6004	2007-05-16 17:40:07	\nadd glib-java and gtk2-java dependencies to .pc file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3491	\N	\N	\N
-24346	366	5587	2007-11-04 18:17:53	\ns/UNRELEASED/unstable/\n	\N	\N	\N	\N	\N	\N	\N	\N	8845	\N	\N	\N
-24347	366	5587	2007-11-04 18:15:57	\nRemove patch test.diff, tests are fixed in the new release.\n	\N	\N	\N	\N	\N	\N	\N	\N	8843	\N	\N	\N
-26323	335	6004	2007-05-15 17:55:54	\nafter all, I don't think we need that\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3478	\N	\N	\N
-24382	365	5594	2007-09-11 11:33:26	\nreleasing version 0.3001-1\n	\N	\N	\N	\N	\N	\N	\N	\N	7383	\N	\N	\N
-24383	365	5594	2007-09-11 11:30:06	\n* Moved libmodule-build-perl from B-D-I to B-D\n	\N	\N	\N	\N	\N	\N	\N	\N	7382	\N	\N	\N
-26333	386	6006	2005-10-04 14:32:38	\nlibsaxpath-java (1.0.0FCS-5) unstable; urgency=low\n\n  * ant transition\n  * jikes is provided by kaffe, gnujaxp is already in kaffe\n  * Standrads-Version: 3.6.2, no change needed\n\n -- Arnaud Vandyck <avdyk at debian.org>  Tue,  4 Oct 2005 14:30:02 +0200\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1430	\N	\N	\N
-24384	365	5595	2007-11-06 10:02:38	\n[debian/watch] Stop capturing file extension\n	\N	f	\N	\N	1.102	\N	\N	\N	8897	2	\N	\N
-24385	365	5595	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-26334	386	6006	2005-04-15 17:51:39	\nInitial revision\n\n	\N	\N	\N	\N	\N	\N	\N	\N	996	\N	\N	\N
-24386	366	5595	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24387	366	5595	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26335	386	6007	2006-11-05 17:02:20	\nlibjdom0-java (0.9b-3) unstable; urgency=low\n\n  * Build with java-gcj-compat-dev and libjaxen-java\n  * Standards-Version 3.7.2 (no changes)\n\n -- Arnaud Vandyck <avdyk at debian.org>  Sun,  5 Nov 2006 16:56:40 +0100\n	\N	f	\N	\N	0.9b	\N	\N	\N	2715	3	\N	\N
-24388	366	5595	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26336	393	6007	2006-01-26 20:41:01	\nUpdate to kaffe transition upload.\n	\N	\N	\N	\N	\N	\N	\N	\N	1823	\N	\N	\N
-24390	366	5596	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26337	394	6007	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-24418	366	5601	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24419	365	5602	2007-12-10 11:23:50	\nreleasing version 0.19-1\n	\N	f	\N	\N	0.19	\N	\N	\N	11083	1	\N	\N
-26345	280	6009	2007-09-17 09:37:02	\n* Fix couple of typos\n* Switch back to VERSION instead of DEB_UPSTREAM_VERSION\n\n	\N	f	\N	\N	1.4.0~beta	\N	\N	\N	4190	1	\N	\N
-24420	365	5602	2007-12-10 11:21:31	\n* Add myself to Uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	11082	\N	\N	\N
-24421	365	5602	2007-12-10 11:18:53	\n  + added contributor David Cantrell <david at cantrell.org.uk>\n	\N	\N	\N	\N	\N	\N	\N	\N	11081	\N	\N	\N
-26346	280	6009	2007-09-17 03:52:03	\n* Fix watch file.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4189	\N	\N	\N
-24422	365	5602	2007-12-10 11:17:36	\n* debian/copyright\n  + added trailing slash to upstream URL\n  + added a bit of indentation\n	\N	\N	\N	\N	\N	\N	\N	\N	11080	\N	\N	\N
-24423	365	5602	2007-12-10 11:11:49	\n* Remove unneeded dh_installdirs and dh_installman\n	\N	\N	\N	\N	\N	\N	\N	\N	11079	\N	\N	\N
-26347	280	6009	2007-09-16 21:23:59	\n* New upstream release\n* debian/build.xml:\n  + Add clean target (Closes: #442557)\n  + Remove hard coded version from build.xml and install versioned jar from debian/rules.\n* debian/control:\n  + Add myself and Kumar Appaiah to Uploaders.\n  + Move cdbs abd debhelper to Build-Depends.\n  + Add libcommons-collections3-java to Build-Depends-Indep and Depends\n  + Add XS-Vcs-{Svn, Browser} headers.\n* Add debian/orig-tar.sh\n* Add debian/README.Debian-source\n* Update debian/watch to call debian/orig-tar.sh\n* debian/rules:\n  + Add commons-collection3 to DEB_JARS\n  + implement get-orig-source\n	\N	\N	\N	\N	\N	\N	\N	\N	4187	\N	\N	\N
-24425	365	5603	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-26348	386	6009	2007-08-02 09:01:10	\ndebian/copyright, added full copy of ASL2\n	\N	\N	\N	\N	\N	\N	\N	\N	3981	\N	\N	\N
-24456	366	5609	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26354	393	6010	2006-03-12 12:29:29	\n  * New upstream release\n  * Added epoch as previous releases used dates\n  * Build-depends and depends on libjcommon-java (>= 1.0.0-1)\n  * Convert build system to cdbs - added build-dependency\n  * Move package to pkg-java-maintainers for comaintenance,\n    added Christian Bayle and myself as uploaders\n  * Although build with free tools its not yet completely usable with free\n    tools alone (needs Java2D) - therefore it stays in contrib for now.\n  * Updated copyright\n  * Added ant.properties to specify build target and jar name\n  * Added README.Debian-source how the upstream tarball was cleaned\n  * Added patch to remove bogus manifest classpath from jar\n  * Added compat file (level 4)\n  * Updated description based on README file\n  * Standards-Version 3.6.2 (no changes)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1991	\N	\N	\N
-24457	366	5609	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24458	365	5609	2007-07-30 15:19:47	\nuse authors/ URL\n	\N	\N	\N	\N	\N	\N	\N	\N	6105	\N	\N	\N
-26355	280	6011	2007-10-15 21:11:49	\n* Replace XS-Vcs-* with Vcs-*\n\n	\N	f	\N	\N	0.23	\N	\N	\N	4426	4	\N	\N
-24459	365	5610	2007-12-06 11:49:07	\nRemoved pointer to full GPL text\n	\N	f	\N	\N	0.43	\N	\N	\N	10897	1	\N	\N
-24460	365	5610	2007-12-06 11:47:10	\n* Put me instead of Mart?\\195?\\173n in Uploaders\n  + Remove Gregor too\n	\N	\N	\N	\N	\N	\N	\N	\N	10896	\N	\N	\N
-26356	280	6011	2007-10-15 08:33:30	\n* Initial inject of libnachocalendar-java to pkg-java svn.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4405	\N	\N	\N
-24462	374	5610	2007-12-06 10:24:30	\nDraft copyright\n	\N	\N	\N	\N	\N	\N	\N	\N	10894	\N	\N	\N
-24369	365	5592	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libnet-rblclient-perl/24369/libnet-rblclient-perl_0.5-2~svn11598.dsc	f	\N	\N	0.5	\N	\N	326	8503	2	2008-01-19 20:47:00.913352	\N
-24487	334	5615	2007-08-12 04:49:08	\nThere is no need to add a new dummy UNRELEASED changelog entry to try and\navoid people making changes to the previous, released entry. Instead,\nsimply:\n\necho DEBCHANGE_RELEASE_HEURISTIC=changelog >>~/.devscripts\n\nThis will make dch automatically start a new changelog entry if the package\nhas been released, and add to existing UNRELEASED changlog entries.\n\nI'm removing all the "NOT RELEASED YET" dummy entries since:\n\n* They are not needed when dch is used correctly as descrived above.\n* They make grepping for actually UNRELEASED packages unncessarily hard.\n* They were added quite inconsistently, being present in only a small \n  fraction of pkg-perl's package, and thus being of even less benefit since\n  nobody could count on them being there.\n* They demonstratably have led to cruft appearing in released changelogs,\n  when people forgot to remove them and added a new changelog entry above\n  the dummy entry. (I've fixed all of that cruft, too).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6543	\N	\N	\N
-24488	365	5615	2007-08-10 13:27:56	\nAdd changelog stanza for next revision to signal package was uploaded\n	\N	\N	\N	\N	\N	\N	\N	\N	6429	\N	\N	\N
-26367	392	6014	2005-12-21 18:51:32	\nCopy lib to /usr/lib/jni\nPreliminary patch to fix the problem with the libswt-gtk-print\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1654	\N	\N	\N
-24489	365	5616	2007-12-12 11:30:46	\n* Add myself to Uploaders\n	\N	f	\N	\N	1.06	\N	\N	\N	11136	1	\N	\N
-24522	365	5622	2007-12-02 19:04:40	\n* Use less bandwidth-hungry location in debian/watch\n	\N	\N	\N	\N	\N	\N	\N	\N	10740	\N	\N	\N
-26377	389	6016	2007-07-03 11:48:11	\nversion 1.21a-1.1 missing from svn\n	\N	\N	\N	\N	\N	\N	\N	\N	3784	\N	\N	\N
-24523	365	5622	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	\N	\N	\N	\N	\N	\N	\N	10669	\N	\N	\N
-26378	394	6016	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-24525	366	5623	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24526	366	5623	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26379	267	6017	2007-11-12 07:35:52	\nFix copyright license paragraphs\n	\N	f	\N	\N	1.2.17	\N	\N	\N	4733	1	\N	\N
-24527	366	5623	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24528	334	5623	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26380	267	6017	2007-11-12 02:20:08	\nUpdate watch file\n	\N	\N	\N	\N	\N	\N	\N	\N	4728	\N	\N	\N
-24529	360	5624	2007-12-11 06:40:25	\n* New upstream release\n* Bump standard version to 3.7.3 ( no changes requiered )\n	\N	f	\N	\N	0.40	\N	\N	\N	11108	1	\N	\N
-24530	365	5624	2007-11-28 15:33:54	\nreleasing version 0.39-1\n	\N	\N	\N	\N	\N	\N	\N	\N	9914	\N	\N	\N
-24531	365	5624	2007-11-28 15:27:57	\n* Switch to by-dist watchfile to save uscan from downloading the whole Net/\n  modules directory\n	\N	\N	\N	\N	\N	\N	\N	\N	9913	\N	\N	\N
-26384	387	6018	2007-02-10 11:58:48	\nlibgnucrypto-java (2.1.0-2) unstable; urgency=low\n\n  * Rebuild the database of security providers in the postrm\n    instead of the prerm.\n\n -- Matthias Klose <doko at debian.org>  Sat, 10 Feb 2007 11:51:42 +0100\n\nlibgnucrypto-java (2.1.0-1.1) unstable; urgency=low\n\n  * Register gnu.crypto.jce.GnuCrypto as security provider for\n    classpath based runtimes.\n  * Install gnu-crypto.jar in /usr/share/java/gcj-endorsed as well.\n\n -- Matthias Klose <doko at debian.org>  Sun, 22 Oct 2006 15:14:30 +0000\n\n	\N	f	\N	\N	2.1.0	\N	\N	\N	2996	2	\N	\N
-24560	365	5630	2007-12-07 21:43:03	\nApply UNRELEASED changes cleanly\n	\N	\N	\N	\N	\N	\N	\N	\N	11012	\N	\N	\N
-24561	365	5630	2007-12-07 21:40:26	\nReverting 11009, 11008, 11006 and 11005. Thanks to Niko for noticing the mess (even after I tried to clean up)\n	\N	\N	\N	\N	\N	\N	\N	\N	11011	\N	\N	\N
-26385	386	6018	2006-08-01 10:49:08	\nlibgnucrypto-java (2.1.0-1) unstable; urgency=low\n\n  * New upstream.\n\n -- Arnaud Vandyck <avdyk at debian.org>  Tue,  1 Aug 2006 10:13:53 +0200\n	\N	\N	\N	\N	\N	\N	\N	\N	2296	\N	\N	\N
-24562	365	5630	2007-12-07 12:56:06	\nAdd UNRELEASED notes in a new changelog entry\n	\N	\N	\N	\N	\N	\N	\N	\N	11009	\N	\N	\N
-24563	365	5630	2007-12-07 12:46:48	\nRevert blind changing of distribution to UNRELEASED (r11005)\n	\N	\N	\N	\N	\N	\N	\N	\N	11008	\N	\N	\N
-24565	366	5631	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26904	419	6140	2007-10-28 16:25:33	\nadd ignores\n	\N	\N	\N	\N	\N	\N	\N	\N	49919	\N	\N	\N
-24591	366	5636	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26390	396	6019	2007-05-16 07:44:08	\nganymed-ssh2 (210-2) unstable; urgency=low\n\n  * debian/rules: clean: Delete build-stamp (Closes: #424290).\n  * Added myself as Uploader.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3484	\N	\N	\N
-24592	366	5636	2007-10-09 20:39:29	\ns/UNRELEASED/unstable/ --> ready for upload\n	\N	\N	\N	\N	\N	\N	\N	\N	8148	\N	\N	\N
-24593	366	5636	2007-10-09 20:37:46	\nMention the Debian Perl Group and the canonical upstream URL in\n  debian/copyright.\n	\N	\N	\N	\N	\N	\N	\N	\N	8147	\N	\N	\N
-26391	391	6019	2006-12-21 14:06:06	\ndebian dir.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2879	\N	\N	\N
-26443	267	6031	2007-11-26 02:47:49	\nFix changelog\n	\N	\N	\N	\N	\N	\N	\N	\N	4846	\N	\N	\N
-24888	376	5695	2007-08-15 18:16:01	\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6672	\N	\N	\N
-26483	390	6040	2007-12-04 09:39:43	\nlibgrinvin-factories-java (1.0-1) unstable; urgency=low\n\n  * Initial release\n\n -- Adriaan Peeters <apeeters at lashout.net>  Tue, 20 Nov 2007 17:55:28 +0100\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4955	\N	\N	\N
-24984	366	5715	2007-11-17 14:49:30	\ns/UNRELEASED/unstable/\n	\N	f	\N	\N	1.51	\N	\N	\N	9478	1	\N	\N
-25023	334	5722	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26537	393	6052	2006-02-01 20:57:02	\nNew upstream\n	\N	\N	\N	\N	\N	\N	\N	\N	1840	\N	\N	\N
-26541	280	6053	2007-11-05 12:53:07	\n* Closing ITPs\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4622	\N	\N	\N
-25205	365	5759	2007-10-22 11:22:41	\nNew upstream release -- 0.15\n	\N	\N	\N	\N	\N	\N	\N	\N	8455	\N	\N	\N
-25242	366	5766	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25311	365	5780	2007-09-17 22:18:08	\nReleasing 1.34-1\n	\N	\N	\N	\N	\N	\N	\N	\N	7669	\N	\N	\N
-26558	280	6056	2007-10-15 18:43:45	\n* Move libcobra-java to pkg-java svn.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4419	\N	\N	\N
-25490	282	5817	2007-09-22 19:44:27	\nreleaseing\n	\N	\N	\N	\N	\N	\N	\N	\N	1026	\N	\N	\N
-25544	390	5828	2007-12-03 09:41:20	\npoint to GPL instead of GPL-2 license\n	\N	\N	\N	\N	\N	\N	\N	\N	4950	\N	\N	\N
-25609	399	5842	2006-08-16 03:36:28	\nFix patches so that dbs eats them\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2339	\N	\N	\N
-25652	280	5851	2007-12-14 15:19:01	\n* Add manpages\n	\N	\N	\N	\N	\N	\N	\N	\N	5032	\N	\N	\N
-26648	398	6077	2007-02-10 16:33:40	\ndocument update process\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2998	\N	\N	\N
-25723	280	5869	2007-10-15 21:11:49	\n* Replace XS-Vcs-* with Vcs-*\n\n	\N	f	\N	\N	2.0.2	\N	\N	\N	4426	4	\N	\N
-26686	394	6085	2006-05-23 20:40:36	\nbetter watch\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2137	\N	\N	\N
-25974	390	5925	2007-11-20 17:40:31	\nAdded watch file\n	\N	\N	\N	\N	\N	\N	\N	\N	4796	\N	\N	\N
-26766	389	6105	2007-11-20 00:34:44	\ncheckstyle (4.3+dfsg1-2) unstable; urgency=low\n* Include sun_checks.xml and checkstyle_checks.xml\n  (Closes: #451802)\n* Use Vcs-Browser and Vcs-Svn fields.\n	\N	f	\N	\N	4.3+dfsg1	\N	\N	\N	4792	2	\N	\N
-26833	386	6122	2006-04-24 21:17:34	\nlibcommons-lang-java (2.1-1) unstable; urgency=low\n\n  * New upstream release.\n  * Removed Takashi Okamoto <tora at debian.org> from the co-maintainers\n    (closes: #352984).\n  * Updated Standards-Version to 3.6.2)\n  * Re-build the apidoc with gjdoc\n  * Using ecj and classpath(-common) to build\n\nAlso: removed unused or generated .links files,added libcommons-lang-java.links to svn:ignore;\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2060	\N	\N	\N
-26834	394	6122	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-26835	386	6122	2004-08-15 01:57:15	\nadded debian/watch file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	653	\N	\N	\N
-26836	394	6123	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	f	\N	\N	3.1.1	\N	\N	\N	1687	1	\N	\N
-26837	392	6123	2005-11-28 18:59:04	\ndebian/control, debian/eclipse-i18n.install: Changed package name\nand dependency to eclipse instead of eclipse-sdk.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1616	\N	\N	\N
-26839	393	6124	2006-02-01 21:00:50	\nkaffe transition upload\n	\N	f	\N	\N	0.20050823	\N	\N	\N	1842	2	\N	\N
-26840	394	6124	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-26842	386	6124	2005-04-12 11:23:48	\nInitial revision\n\n	\N	\N	\N	\N	\N	\N	\N	\N	972	\N	\N	\N
-26860	393	6128	2006-02-09 22:36:09	\nxml-crimson (1:1.1.3-8) unstable; urgency=low\n\n  * Adapted build.xml patch to include the definition of a bootclasspath for\n    compiling the implementation classes as crimson needs an older jaxp\n    api as included in the free runtimes.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1887	\N	\N	\N
-26861	386	6128	2006-01-16 11:46:31	\nxml-crimson (1:1.1.3-7) unstable; urgency=low\n\n  * debian/rules: change  the VERSION miniscript to skip  the epoch number\n    (closes: #348094)\n  * debian/rules: removed the compiler reference to jikes\n  * removed Takashi Okamoto <tora at debian.org> from the uploaders\n\n -- Arnaud Vandyck <avdyk at debian.org>  Mon, 16 Jan 2006 11:32:22 +0100\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1697	\N	\N	\N
-26862	394	6128	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-26863	280	6129	2007-11-09 22:27:29	\n* Close ITPs\n\n	\N	f	\N	\N	1.4.1	\N	\N	\N	4677	1	\N	\N
-26864	280	6129	2007-11-09 22:25:54	\n* Change the description\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4676	\N	\N	\N
-26865	280	6129	2007-11-07 08:08:56	\n* Add Build-Depends\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4655	\N	\N	\N
-26866	280	6129	2007-11-07 08:07:31	\n* Initial inject of libxml-security-java\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4654	\N	\N	\N
-26867	302	6130	2007-11-15 23:37:46	\nadd ITP\n\n	\N	f	\N	\N	3.0.0.GA	\N	\N	\N	4760	1	\N	\N
-26868	280	6130	2007-11-12 20:16:18	\n* Fix copyright and description\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4738	\N	\N	\N
-26869	302	6130	2007-11-11 21:49:11	\npackage builds now\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4723	\N	\N	\N
-26870	302	6130	2007-11-11 21:21:58	\nnew package\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4721	\N	\N	\N
-26871	394	6131	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	f	\N	\N	1.6.4	\N	\N	\N	1687	1	\N	\N
-26872	386	6131	2005-05-25 23:45:52	\nnew upstream to experimental\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1076	\N	\N	\N
-26873	386	6131	2005-05-06 14:40:22	\nnew release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1067	\N	\N	\N
-26874	401	6131	2004-09-30 13:06:31	\nBuild classes for JDK < 1.4\n\n	\N	\N	\N	\N	\N	\N	\N	\N	691	\N	\N	\N
-26875	386	6131	2004-08-14 17:25:06	\nnew upstream and debian/watch file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	645	\N	\N	\N
-26876	302	6132	2007-12-16 11:24:11	\nUNRELEASED (needs slf4j first)\n* new upstream version\n* Move package to Alioth.\n* Add Vcs and Homepage headers.\n* Move build.xml to debian directory.\n* Switch to java-gcj-compat-dev from kaffe.\n* Bump up Standards-Version: 3.7.3 (no changes needed).\n* Add missing Build-Depends.\n	\N	f	\N	\N	2.5	\N	\N	\N	5045	1	\N	\N
-26877	302	6132	2007-12-16 11:09:44	\nmove jericho-html to alioth\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5044	\N	\N	\N
-26878	302	6133	2007-12-16 12:05:35	\nbugfix\n	\N	f	\N	\N	1.3~rc7	\N	\N	\N	5053	1	\N	\N
-26879	302	6133	2007-12-16 12:02:16	\n* new upstream version\n* Move package to Alioth and change Maintainer.\n* Add Homepage and Vcs headers to debian/control.\n* Switch from kaffe to java-gcj.\n* Bump up Standards-Version: 3.7.3 (no changes needed).\n* Remove unneeded patch.\n	\N	\N	\N	\N	\N	\N	\N	\N	5051	\N	\N	\N
-26910	325	6141	2007-12-01 00:09:19	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50288	\N	\N	\N
-26911	325	6141	2007-11-27 00:10:36	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50248	\N	\N	\N
-26912	325	6142	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.58	\N	\N	\N	50441	\N	\N	\N
-26913	325	6142	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-26914	325	6142	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-26915	325	6142	2007-12-01 00:09:19	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50288	\N	\N	\N
-26916	334	6142	2007-11-18 03:36:59	\nreleasing version 1.58\n	\N	\N	\N	\N	\N	\N	\N	\N	50167	\N	\N	\N
-26917	325	6143	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	0.16	\N	\N	\N	50441	\N	\N	\N
-26918	325	6143	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-26919	325	6143	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-26920	325	6143	2007-11-16 07:48:02	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50154	\N	\N	\N
-26921	418	6143	2007-11-13 12:06:32	\nreleasing version 0.16\n	\N	\N	\N	\N	\N	\N	\N	\N	50112	\N	\N	\N
-26922	420	6144	2007-12-07 10:23:29	\n* Add minbase variant for the sid script that only install apt (and\n  its dependencies) instead of all of base. (Closes: Bug#351912,\n  Bug#452654)\n* Make --second-stage not bother recalculating required and base when\n  it's not needed.\n	\N	t	\N	\N	1.0.8	\N	\N	\N	50373	\N	\N	\N
-26924	418	6144	2007-11-15 10:06:26	\nChange Priority for the udeb to extra in line with overrides file.\nRequired is also no longer correct as live-installer does not use debootstrap.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50145	\N	\N	\N
-26946	325	6148	2007-11-27 00:10:36	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50248	\N	\N	\N
-26947	325	6149	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	0.14	\N	\N	\N	50441	\N	\N	\N
-26948	325	6149	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-26949	325	6149	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-26950	325	6149	2007-11-16 07:48:02	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50154	\N	\N	\N
-26951	418	6149	2007-11-13 14:09:18	\nreleasing version 0.14\n	\N	\N	\N	\N	\N	\N	\N	\N	50123	\N	\N	\N
-26952	334	6150	2007-10-11 23:45:36	\nVcs-Svn is now an official field\n\n	\N	t	\N	\N	1.2	\N	\N	\N	49774	\N	\N	\N
-26953	419	6150	2007-06-30 18:56:21	\nupdate ignores\n	\N	\N	\N	\N	\N	\N	\N	\N	47776	\N	\N	\N
-26954	334	6150	2007-04-21 01:09:24	\nfix numbers for the (still bloated) size of this locale\n\n	\N	\N	\N	\N	\N	\N	\N	\N	46499	\N	\N	\N
-26955	334	6150	2007-04-21 01:08:12	\n* Build-depend on locales 2.5, so that we get a version that works with\n  glibc 2.5. Probably needs glibc 2.5.\n	\N	\N	\N	\N	\N	\N	\N	\N	46497	\N	\N	\N
-26956	334	6150	2006-10-04 19:13:52	\nadd XS-Vcs-Svn fields for every source package in d-i\n\n	\N	\N	\N	\N	\N	\N	\N	\N	41247	\N	\N	\N
-26957	334	6151	2007-10-11 23:45:36	\nVcs-Svn is now an official field\n\n	\N	t	\N	\N	1.27	\N	\N	\N	49774	\N	\N	\N
-26958	421	6151	2007-09-27 18:42:04	\nreleasing version 1.27\n	\N	\N	\N	\N	\N	\N	\N	\N	49495	\N	\N	\N
-26959	334	6151	2007-06-28 21:04:27	\n* Change i386 lowmem to below 48 mb. Needs new cdebconf with template\n  trimming code. (The cutoff point for lowmem level 2 does not change.)\n	\N	\N	\N	\N	\N	\N	\N	\N	47714	\N	\N	\N
-26960	418	6151	2007-06-06 00:09:41	\n* Allow user to override the lowmem level by specifying a parameter\n  "lowmem" at the boot prompt. Only a level higher than the default is\n  observed.\n	\N	\N	\N	\N	\N	\N	\N	\N	47207	\N	\N	\N
-26961	334	6151	2007-04-10 22:05:26	\nreleasing version 1.26\n	\N	\N	\N	\N	\N	\N	\N	\N	46327	\N	\N	\N
-26967	334	6153	2007-10-11 23:45:36	\nVcs-Svn is now an official field\n\n	\N	t	\N	\N	1.3	\N	\N	\N	49774	\N	\N	\N
-26986	418	6156	2007-11-28 09:42:40	\n* Make Name in pkg-config files a bit more descriptive.\n	\N	\N	\N	\N	\N	\N	\N	\N	50261	\N	\N	\N
-26987	334	6157	2007-10-11 23:45:36	\nVcs-Svn is now an official field\n\n	\N	t	\N	\N	1.06	\N	\N	\N	49774	\N	\N	\N
-26988	418	6157	2006-10-24 16:44:12	\n* Add missing debconf dependency\n* Add Lintian override for standards-version\n* Release version 1.06\n\n	\N	\N	\N	\N	\N	\N	\N	\N	42166	\N	\N	\N
-26989	418	6157	2006-10-11 08:46:19	\nStandardize indication of internal/preseedable templates to avoid unneeded lintian warnings\n	\N	\N	\N	\N	\N	\N	\N	\N	41516	\N	\N	\N
-26990	334	6157	2006-10-04 19:13:52	\nadd XS-Vcs-Svn fields for every source package in d-i\n\n	\N	\N	\N	\N	\N	\N	\N	\N	41247	\N	\N	\N
-26991	419	6157	2006-07-03 00:03:44	\n* Put debhelper in Build-Depends rather than in Build-Depends-Indep.\n	\N	\N	\N	\N	\N	\N	\N	\N	38629	\N	\N	\N
-26992	325	6158	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.13	\N	\N	\N	50441	\N	\N	\N
-26993	325	6158	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-26994	418	6158	2007-12-08 22:51:24	\nCorrect accidental change\n	\N	\N	\N	\N	\N	\N	\N	\N	50398	\N	\N	\N
-26995	418	6158	2007-12-08 22:42:40	\nTwo extremely minor whitspace corrections. Specially for Colin as it's not yet Friday...\n	\N	\N	\N	\N	\N	\N	\N	\N	50397	\N	\N	\N
-26996	418	6158	2007-12-08 22:28:38	\n* Remove three very old apparent debugging statements.\n	\N	\N	\N	\N	\N	\N	\N	\N	50389	\N	\N	\N
-26997	334	6159	2007-10-11 23:45:36	\nVcs-Svn is now an official field\n\n	\N	t	\N	\N	0.14	\N	\N	\N	49774	\N	\N	\N
-26998	418	6159	2007-07-01 09:26:55	\nreleasing version 0.14\n	\N	\N	\N	\N	\N	\N	\N	\N	47800	\N	\N	\N
-26999	419	6159	2007-06-30 18:59:09	\n* Create non-devfs-style device nodes as well so that anything still using\n  userdevfs can work with modern d-i code.\n	\N	\N	\N	\N	\N	\N	\N	\N	47777	\N	\N	\N
-27000	334	6159	2006-10-04 19:13:52	\nadd XS-Vcs-Svn fields for every source package in d-i\n\n	\N	\N	\N	\N	\N	\N	\N	\N	41247	\N	\N	\N
-27001	424	6159	2005-12-12 21:29:11	\nrelease\n	\N	\N	\N	\N	\N	\N	\N	\N	32913	\N	\N	\N
-27002	325	6160	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	2.32	\N	\N	\N	50441	\N	\N	\N
-27025	325	6164	2007-11-16 07:48:02	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50154	\N	\N	\N
-27027	323	6165	2007-08-20 18:57:20	\nreleasing version 1.2\n	\N	t	\N	\N	1.2	\N	\N	\N	48990	\N	\N	\N
-27028	323	6165	2007-08-10 22:00:31	\ns,Depends of,Depends on,g\n\n	\N	\N	\N	\N	\N	\N	\N	\N	48929	\N	\N	\N
-27029	323	6165	2007-08-10 21:55:53	\nChange auto-install to depends of keyboard-setup virtual package\n\n	\N	\N	\N	\N	\N	\N	\N	\N	48926	\N	\N	\N
-27030	419	6165	2007-06-30 18:50:53	\nadd ignores\n	\N	\N	\N	\N	\N	\N	\N	\N	47772	\N	\N	\N
-27031	334	6165	2007-04-10 22:04:27	\nreleasing version 1.1\n	\N	\N	\N	\N	\N	\N	\N	\N	46313	\N	\N	\N
-27032	325	6166	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.5	\N	\N	\N	50441	\N	\N	\N
-27033	325	6166	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27034	334	6166	2007-10-11 23:45:36	\nVcs-Svn is now an official field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	49774	\N	\N	\N
-27035	325	6166	2007-09-23 17:48:30	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	49444	\N	\N	\N
-27036	325	6166	2007-08-06 01:07:02	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	48885	\N	\N	\N
-27037	325	6167	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	0.7	\N	\N	\N	50441	\N	\N	\N
-27038	325	6167	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27039	325	6167	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27040	325	6167	2007-10-17 01:06:47	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	49799	\N	\N	\N
-27041	334	6167	2007-10-11 23:45:36	\nVcs-Svn is now an official field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	49774	\N	\N	\N
-27042	325	6168	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	0.0.20	\N	\N	\N	50441	\N	\N	\N
-27064	325	6172	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27065	325	6172	2007-11-16 07:48:02	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50154	\N	\N	\N
-27066	325	6172	2007-10-17 01:06:47	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	49799	\N	\N	\N
-27067	334	6173	2007-10-11 23:45:36	\nVcs-Svn is now an official field\n\n	\N	t	\N	\N	0.11	\N	\N	\N	49774	\N	\N	\N
-27068	334	6173	2006-10-04 19:13:52	\nadd XS-Vcs-Svn fields for every source package in d-i\n\n	\N	\N	\N	\N	\N	\N	\N	\N	41247	\N	\N	\N
-27069	311	6173	2006-09-13 10:47:15	\nMove to Standards-Version: 3.7.2\n	\N	\N	\N	\N	\N	\N	\N	\N	40617	\N	\N	\N
-27070	426	6173	2006-05-23 03:00:08	\nmark for release\n	\N	\N	\N	\N	\N	\N	\N	\N	37540	\N	\N	\N
-27071	419	6173	2006-05-15 10:11:19	\n* Change Build-Depends-Indep: debhelper to Build-Depends:, since it's used\n  in the clean rule (closes: #367228).\n	\N	\N	\N	\N	\N	\N	\N	\N	37339	\N	\N	\N
-27072	325	6174	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.16	\N	\N	\N	50441	\N	\N	\N
-27073	325	6174	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27074	325	6174	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27075	325	6174	2007-10-27 01:07:14	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	49892	\N	\N	\N
-27076	325	6174	2007-10-17 01:06:47	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	49799	\N	\N	\N
-27077	334	6175	2007-10-11 23:45:36	\nVcs-Svn is now an official field\n\n	\N	t	\N	\N	0.0.11	\N	\N	\N	49774	\N	\N	\N
-27078	425	6175	2007-09-11 19:47:55	\nprepare for release\n	\N	\N	\N	\N	\N	\N	\N	\N	49247	\N	\N	\N
-27080	419	6175	2007-05-24 10:27:16	\nreleasing version 0.0.10\n	\N	\N	\N	\N	\N	\N	\N	\N	46955	\N	\N	\N
-27100	429	6179	2007-11-22 13:22:55	\nCompleted translation for Norwegian Bokmal.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50219	\N	\N	\N
-27101	430	6179	2007-11-09 23:04:41	\n[l10n] Updated Czech translation\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50089	\N	\N	\N
-27102	325	6180	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.28	\N	\N	\N	50441	\N	\N	\N
-27103	325	6180	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27104	325	6180	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27105	325	6180	2007-12-01 00:09:19	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50288	\N	\N	\N
-27106	325	6180	2007-11-27 00:10:36	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50248	\N	\N	\N
-27107	325	6181	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.25	\N	\N	\N	50441	\N	\N	\N
-27108	325	6181	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27109	325	6181	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27110	325	6181	2007-12-01 00:09:19	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50288	\N	\N	\N
-27111	325	6181	2007-11-27 00:10:36	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50248	\N	\N	\N
-27112	325	6182	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.10	\N	\N	\N	50441	\N	\N	\N
-27113	325	6182	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27114	325	6182	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27138	325	6187	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27139	325	6187	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27140	325	6187	2007-11-16 07:48:02	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50154	\N	\N	\N
-27141	325	6187	2007-10-27 01:07:14	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	49892	\N	\N	\N
-27142	334	6188	2007-10-11 23:45:36	\nVcs-Svn is now an official field\n\n	\N	t	\N	\N	0.4	\N	\N	\N	49774	\N	\N	\N
-27143	334	6188	2006-10-04 19:13:52	\nadd XS-Vcs-Svn fields for every source package in d-i\n\n	\N	\N	\N	\N	\N	\N	\N	\N	41247	\N	\N	\N
-27144	418	6188	2006-08-02 22:03:07	\nreleasing version 0.4\n	\N	\N	\N	\N	\N	\N	\N	\N	39537	\N	\N	\N
-27145	418	6188	2006-08-02 21:50:37	\nInstall sysconfig-hardware during post-base-installer as otherwise its\ninitramfs hook script will not be included in the initramfs\n\n	\N	\N	\N	\N	\N	\N	\N	\N	39536	\N	\N	\N
-27146	418	6188	2006-06-18 16:39:11	\nSet svn:ignore\n	\N	\N	\N	\N	\N	\N	\N	\N	38187	\N	\N	\N
-27147	325	6189	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.17	\N	\N	\N	50441	\N	\N	\N
-27148	325	6189	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27149	325	6189	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27150	325	6189	2007-11-16 07:48:02	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50154	\N	\N	\N
-27151	334	6189	2007-10-11 23:45:36	\nVcs-Svn is now an official field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	49774	\N	\N	\N
-27152	325	6190	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1:0.19	1	\N	\N	50441	\N	\N	\N
-27153	325	6190	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27156	323	6190	2007-10-27 16:26:09	\nreleasing version 1:0.19\n	\N	\N	\N	\N	\N	\N	\N	\N	49910	\N	\N	\N
-27177	325	6195	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.32	\N	\N	\N	50441	\N	\N	\N
-27178	325	6195	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27179	325	6195	2007-11-16 07:48:02	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50154	\N	\N	\N
-27180	334	6195	2007-11-07 19:16:43	\nbugnum\n	\N	\N	\N	\N	\N	\N	\N	\N	50078	\N	\N	\N
-27181	334	6195	2007-11-07 18:19:19	\n* debconf-set-selections: Avoid using "set -- $line" as this exposes it to\n  shell globbing and variable expansion.\n	\N	\N	\N	\N	\N	\N	\N	\N	50077	\N	\N	\N
-27182	334	6196	2007-10-11 23:45:36	\nVcs-Svn is now an official field\n\n	\N	t	\N	\N	1.0	\N	\N	\N	49774	\N	\N	\N
-27183	334	6196	2006-10-04 19:13:52	\nadd XS-Vcs-Svn fields for every source package in d-i\n\n	\N	\N	\N	\N	\N	\N	\N	\N	41247	\N	\N	\N
-27184	334	6196	2005-05-04 00:25:52	\nreleasing version 1.0\n	\N	\N	\N	\N	\N	\N	\N	\N	27242	\N	\N	\N
-27185	334	6196	2005-05-03 23:56:00	\nmerge /unifont.bdf move change from my unifont-move branch\n\n	\N	\N	\N	\N	\N	\N	\N	\N	27236	\N	\N	\N
-27186	433	6196	2004-06-18 09:18:08	\nRelease 0.011.\n	\N	\N	\N	\N	\N	\N	\N	\N	16914	\N	\N	\N
-27187	325	6197	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	0.93	\N	\N	\N	50441	\N	\N	\N
-27188	325	6197	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27189	325	6197	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27190	325	6197	2007-12-01 00:09:19	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50288	\N	\N	\N
-27191	325	6197	2007-11-27 00:10:36	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50248	\N	\N	\N
-27192	325	6198	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	3	\N	\N	\N	50441	\N	\N	\N
-27202	418	6200	2007-12-15 21:10:41	\nreleasing version 1.39\n	\N	t	\N	\N	1.39	\N	\N	\N	50473	\N	\N	\N
-27214	421	6202	2007-10-02 19:12:26	\nUpdate the newt entropy plugin to the new frontend interface.\n\nUse the proper namespace to access newt frontend API.\n\nRemove the usage of dlsym() and dlopen() now that frontend symbols are\nloaded globally.\n\nBump Depends on cdebconf accordingly.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	49678	\N	\N	\N
-27215	421	6202	2007-10-02 19:12:00	\nUse "cdebconf_" namespace for the handler of the newt entropy plugin.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	49674	\N	\N	\N
-27216	334	6202	2007-09-19 20:49:10	\n* Link with -ldl.\n* Needed by new mklibs-readelf thus increasing urgency.\n	\N	\N	\N	\N	\N	\N	\N	\N	49385	\N	\N	\N
-27217	418	6203	2007-12-13 13:08:27	\nPartman: trailing whitespace cleanup\n\n	\N	t	\N	\N	25	\N	\N	\N	50451	\N	\N	\N
-27218	325	6203	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50441	\N	\N	\N
-27219	418	6203	2007-12-11 14:02:18	\nreleasing version 25\n	\N	\N	\N	\N	\N	\N	\N	\N	50429	\N	\N	\N
-27220	418	6203	2007-12-11 14:00:26	\nMake dependencies on other updated components a bit more prominent\n	\N	\N	\N	\N	\N	\N	\N	\N	50426	\N	\N	\N
-27221	325	6203	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27222	418	6204	2007-12-13 13:08:27	\nPartman: trailing whitespace cleanup\n\n	\N	t	\N	\N	24	\N	\N	\N	50451	\N	\N	\N
-27223	325	6204	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50441	\N	\N	\N
-27224	325	6204	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27225	418	6204	2007-12-05 21:18:24	\nMove definitions.sh to ./lib/base.sh\n\nThis will be done for all function libraries.\nTemporarily provide a symlink to the old location in partman-base\nto ease the transition.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50353	\N	\N	\N
-27226	325	6204	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27227	418	6205	2007-12-13 13:08:27	\nPartman: trailing whitespace cleanup\n\n	\N	t	\N	\N	38	\N	\N	\N	50451	\N	\N	\N
-27249	418	6209	2007-12-11 14:00:26	\nMake dependencies on other updated components a bit more prominent\n	\N	\N	\N	\N	\N	\N	\N	\N	50426	\N	\N	\N
-27250	434	6209	2007-12-07 18:00:40	\nversioned depends on partman-crypto was off by one\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50376	\N	\N	\N
-27251	418	6209	2007-12-06 17:37:48	\nDynamically load support for LVM and crypto\n\nOnly load components for LVM and crypto support when there is\nsufficient free memory. For crypto this only loads base support\ncomponents; additional crypto components will only be loaded on\ndemand.\n\nSupport for guided (encrypted) LVM partitioning is only loaded if\npartman-auto has already been loaded (which it may not be for\nlowmem installs).\n\nThe priority of partman-(auto-)lvm and partman-(auto-)crypto is\nlowered to optional to allow dynamic loading by partman-base.\n\nThe dynamic loading is done from the main partman script instead\nof an init.d script to avoid interference from anna's progress bar\nwith the init.d progress bar.\n\nThe limit of 7500kB for LVM is based on tests on i386 (VirtualBox\nwith 5GB hard disk); the limit of 11000kB for crypto is based on\nthe existing limit used in partman-crypto for loading additional\ncomponents.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50370	\N	\N	\N
-27252	418	6210	2007-12-13 13:08:27	\nPartman: trailing whitespace cleanup\n\n	\N	t	\N	\N	53	\N	\N	\N	50451	\N	\N	\N
-27253	325	6210	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50441	\N	\N	\N
-27254	325	6210	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27255	418	6210	2007-12-05 21:18:24	\nMove definitions.sh to ./lib/base.sh\n\nThis will be done for all function libraries.\nTemporarily provide a symlink to the old location in partman-base\nto ease the transition.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50353	\N	\N	\N
-27261	334	6211	2007-10-11 23:45:36	\nVcs-Svn is now an official field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	49774	\N	\N	\N
-27281	325	6215	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27282	418	6216	2007-12-13 13:08:27	\nPartman: trailing whitespace cleanup\n\n	\N	t	\N	\N	19	\N	\N	\N	50451	\N	\N	\N
-27283	325	6216	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50441	\N	\N	\N
-27284	418	6216	2007-12-05 21:18:24	\nMove definitions.sh to ./lib/base.sh\n\nThis will be done for all function libraries.\nTemporarily provide a symlink to the old location in partman-base\nto ease the transition.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50353	\N	\N	\N
-27285	325	6216	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27286	334	6216	2007-10-11 23:45:36	\nVcs-Svn is now an official field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	49774	\N	\N	\N
-27287	418	6217	2007-12-13 13:08:27	\nPartman: trailing whitespace cleanup\n\n	\N	t	\N	\N	15	\N	\N	\N	50451	\N	\N	\N
-27288	325	6217	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50441	\N	\N	\N
-27289	418	6217	2007-12-05 21:18:24	\nMove definitions.sh to ./lib/base.sh\n\nThis will be done for all function libraries.\nTemporarily provide a symlink to the old location in partman-base\nto ease the transition.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50353	\N	\N	\N
-27290	418	6217	2007-12-05 13:21:00	\nreleasing version 14\n	\N	\N	\N	\N	\N	\N	\N	\N	50341	\N	\N	\N
-27291	325	6217	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27292	418	6218	2007-12-13 13:08:27	\nPartman: trailing whitespace cleanup\n\n	\N	t	\N	\N	25	\N	\N	\N	50451	\N	\N	\N
-27293	418	6218	2007-12-13 13:08:15	\nLock devices used for physical volumes\n\nThis brings guided partitioning using LVM in line with setting up\nLVM using manual partitioning.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50449	\N	\N	\N
-27294	325	6218	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50441	\N	\N	\N
-27295	418	6218	2007-12-11 14:06:13	\nreleasing version 24\n	\N	\N	\N	\N	\N	\N	\N	\N	50436	\N	\N	\N
-27319	325	6223	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27320	418	6223	2007-12-05 21:18:24	\nMove definitions.sh to ./lib/base.sh\n\nThis will be done for all function libraries.\nTemporarily provide a symlink to the old location in partman-base\nto ease the transition.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50353	\N	\N	\N
-27321	325	6223	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27322	418	6224	2007-12-13 13:08:27	\nPartman: trailing whitespace cleanup\n\n	\N	t	\N	\N	114	\N	\N	\N	50451	\N	\N	\N
-27323	325	6224	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50441	\N	\N	\N
-27324	418	6224	2007-12-11 13:59:07	\nreleasing version 114\n	\N	\N	\N	\N	\N	\N	\N	\N	50424	\N	\N	\N
-27325	325	6224	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27326	418	6224	2007-12-06 17:37:54	\nRename new-label.sh to the more appropriate disk-label.sh\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50371	\N	\N	\N
-27327	325	6225	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.86	\N	\N	\N	50441	\N	\N	\N
-27328	325	6225	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27329	325	6225	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27330	422	6225	2007-11-29 09:17:04	\nAdd support for the Orion (ARM) platform.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50270	\N	\N	\N
-27331	325	6225	2007-11-16 07:48:02	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50154	\N	\N	\N
-27332	325	6226	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.40	\N	\N	\N	50441	\N	\N	\N
-27333	325	6226	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27342	419	6228	2007-11-26 16:24:25	\nreleasing version 1.23\n	\N	t	\N	\N	1.23	\N	\N	\N	50245	\N	\N	\N
-27357	325	6231	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.51	\N	\N	\N	50441	\N	\N	\N
-27358	419	6231	2007-12-11 11:51:13	\ntypo\n	\N	\N	\N	\N	\N	\N	\N	\N	50416	\N	\N	\N
-27359	325	6231	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27360	325	6231	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27361	419	6231	2007-12-03 13:44:35	\n* user-params: Exclude ks=, used by kickseed.\n	\N	\N	\N	\N	\N	\N	\N	\N	50299	\N	\N	\N
-27362	325	6232	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.25	\N	\N	\N	50441	\N	\N	\N
-27363	325	6232	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27364	325	6232	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27365	325	6232	2007-12-01 00:09:19	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50288	\N	\N	\N
-27366	325	6232	2007-11-27 00:10:36	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50248	\N	\N	\N
-27367	325	6233	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.17	\N	\N	\N	50441	\N	\N	\N
-27368	325	6233	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27383	266	6236	2007-09-22 17:13:50	\nHomepage field added (2nd run)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3303	\N	\N	\N
-27396	437	6238	2007-10-06 13:41:42	\n* Applying a patch from Josselin Mouette - thanks, introducing the\n  following changes\n  - Build the module for all supported python versions.\n  - Ship a rtupdate script to rotate to the new version when the python\n    version changes.\n  - Build-depend on python-all-dev.\n  (Closes: #445486)\n	\N	\N	\N	\N	\N	\N	\N	\N	3403	\N	\N	\N
-27397	277	6239	2007-12-07 01:39:56	\nanother lintian warning fixed\n	\N	f	\N	\N	0.6.0	\N	\N	\N	3899	5	\N	\N
-27398	277	6239	2007-12-07 01:23:01	\nbumbed the standard version\n	\N	\N	\N	\N	\N	\N	\N	\N	3898	\N	\N	\N
-27399	277	6239	2007-12-04 22:28:09	\nprepend XS-\n	\N	\N	\N	\N	\N	\N	\N	\N	3837	\N	\N	\N
-27400	277	6239	2007-12-04 16:34:08	\nDM field added\n	\N	\N	\N	\N	\N	\N	\N	\N	3835	\N	\N	\N
-27401	277	6239	2007-12-03 16:05:58	\npreparing for upload\n	\N	\N	\N	\N	\N	\N	\N	\N	3822	\N	\N	\N
-27402	270	6240	2007-12-06 12:53:46	\nfixing the package for python-support\n\n	\N	f	\N	\N	0.1.4	\N	\N	\N	3866	1	\N	\N
-27403	270	6240	2007-12-06 12:09:53	\nnew policy...\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3863	\N	\N	\N
-27404	272	6240	2007-12-06 12:04:26	\nAdd zenity dependency.\n	\N	\N	\N	\N	\N	\N	\N	\N	3862	\N	\N	\N
-27405	272	6240	2007-12-05 18:41:55	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	3845	\N	\N	\N
-27406	272	6240	2007-12-05 18:40:38	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	3844	\N	\N	\N
-27407	438	6241	2007-11-12 18:29:46	\nUpload package for unstable.\n\n	\N	f	\N	\N	0.5.26	\N	\N	\N	3602	1	\N	\N
-27408	438	6241	2007-11-10 00:23:57	\nRun test suite as part of build.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3577	\N	\N	\N
-27409	438	6241	2007-11-10 00:19:18	\nUpdate package to latest upstream release (0.5.26).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3576	\N	\N	\N
-27410	266	6241	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27411	266	6241	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27412	266	6242	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	0.92	\N	\N	\N	3408	4	\N	\N
-27442	266	6248	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27443	266	6248	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27444	346	6248	2007-06-28 01:59:42	\nnew upstream release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2650	\N	\N	\N
-27445	343	6249	2007-11-08 15:09:44	\nNew debian release.\n\n	\N	f	\N	\N	2.0.6	\N	\N	\N	3573	3	\N	\N
-27446	266	6249	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27447	276	6249	2007-07-03 22:56:29	\nBuild a python-psycopg-dbg package\n	\N	\N	\N	\N	\N	\N	\N	\N	2665	\N	\N	\N
-27448	343	6249	2007-06-09 23:02:34	\ns/${Source-Version}/${source:Version}/g\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2510	\N	\N	\N
-27449	343	6249	2007-06-09 22:51:39	\nPreparing the new upstream release.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2509	\N	\N	\N
-27451	357	6250	2007-07-19 13:06:19	\nPrepare for upload.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2792	\N	\N	\N
-27452	266	6250	2007-07-18 22:26:47	\n* New upstream release\n* Added disable_ez_setup patch\n* Added remove_shebang patch\n* Added XS-Vcs-Browser field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2788	\N	\N	\N
-27453	266	6250	2007-07-14 22:22:42	\nupload to unstable\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2732	\N	\N	\N
-27454	357	6250	2007-05-15 14:10:00	\nAdd close of corresponding bug.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2416	\N	\N	\N
-27488	266	6258	2007-10-08 19:21:51	\nfix debian revision number (I accidentally deleted it in my previous commit)\n\n	\N	f	\N	\N	0.9.6.1	\N	\N	\N	3416	1	\N	\N
-27489	266	6258	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27490	266	6258	2007-10-05 00:45:49	\n* New upstream release\n* Add Homepage field\n* Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)\n* Remove README.Debian as python-decorator is already in the archive\n* Remove debian/dirs file (no longer needed)\n* Bump required versions of: python-routes, python-beaker, python-paste,\n  python-pastedeploy, python-pastescript, python-formencode,\n  python-decorator and python-mako\n* Add python-{c,}elementtree, python-cheetah, python-kid, python-genshi,\n  python-pygments and python-pudge to Suggests\n* Add myself to Uploaders\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3385	\N	\N	\N
-27491	312	6258	2007-09-10 22:30:30	\n0.9.6 upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	3224	\N	\N	\N
-27492	312	6258	2007-07-16 22:48:32	\nMove tests to documentation (closes #433374).\n	\N	\N	\N	\N	\N	\N	\N	\N	2761	\N	\N	\N
-27493	447	6259	2007-11-29 00:11:32	\nMoved around files for consistency.\n	\N	f	\N	\N	0.1.2	\N	\N	\N	3763	2	\N	\N
-27494	447	6259	2007-11-17 13:27:14	\nAdded package author to copyright.\n	\N	\N	\N	\N	\N	\N	\N	\N	3649	\N	\N	\N
-27495	447	6259	2007-11-03 03:00:13	\nEdited long description so as not to contain short description.\n	\N	\N	\N	\N	\N	\N	\N	\N	3519	\N	\N	\N
-27496	447	6259	2007-11-03 02:57:54	\nAdded lintian overrides.\n	\N	\N	\N	\N	\N	\N	\N	\N	3518	\N	\N	\N
-27497	447	6259	2007-11-03 02:10:04	\nReplaced Build-Depends on python-dev with python.\n	\N	\N	\N	\N	\N	\N	\N	\N	3515	\N	\N	\N
-27499	266	6260	2007-09-25 23:54:09	\n* New upstream release\n* debian/rules cleanups\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3310	\N	\N	\N
-27500	266	6260	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27501	266	6260	2007-06-26 19:00:16	\nNew upstream release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2629	\N	\N	\N
-27515	270	6263	2007-12-06 22:53:13	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	3896	\N	\N	\N
-27527	266	6266	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	3.4	\N	\N	\N	3408	3	\N	\N
-27528	266	6266	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27529	266	6266	2007-05-13 01:07:21	\nupdate to python-support 0.6.4\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2373	\N	\N	\N
-27530	439	6266	2006-11-23 16:54:29	\n"s,/svn,," in XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1551	\N	\N	\N
-27531	439	6266	2006-11-23 16:44:00	\nAdded XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1550	\N	\N	\N
-27532	266	6267	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	4.4.0	\N	\N	\N	3408	3	\N	\N
-27533	266	6267	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27568	451	6274	2007-05-05 02:03:28	\nFinalize 1.4.0-5 for upload.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2254	\N	\N	\N
-27569	451	6274	2007-04-20 20:33:56	\nSupply XS-Vcs-Browser in addition to XS-Vcs-Svn.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2129	\N	\N	\N
-27570	451	6274	2007-04-20 20:32:41	\ndebian/patches/03-avoid-unicoditis.patch (new): Try to convert Unicode\ndelimiters back to ASCII (wxPython can be overenthusiastic), but\nultimately support either.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2128	\N	\N	\N
-27571	451	6274	2007-03-07 19:39:56	\ndebian/patches/02-wx-namespace-transition.patch (new, via Joe Pham\n<djpham at bitpim.org>): use the modern wx package rather than the\nclunkier wxPython package, which wxWidgets 2.8 will no longer provide.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1865	\N	\N	\N
-27572	266	6275	2007-10-14 00:30:07	\nInstall NEWS file as upstream changelog\n\n	\N	f	\N	\N	0.14	\N	\N	\N	3426	1	\N	\N
-27573	452	6275	2007-10-14 00:08:55	\nadding changelog item about new build dependency on texinfo\n	\N	\N	\N	\N	\N	\N	\N	\N	3425	\N	\N	\N
-27574	452	6275	2007-10-13 23:53:10	\nfixing the building/installing of docs\n	\N	\N	\N	\N	\N	\N	\N	\N	3424	\N	\N	\N
-27575	452	6275	2007-10-10 12:07:23	\n* XS-Vcs -> Vcs in control\n* remove erroneous Provides: from control\n* dh_compat -> 5\n* updated copyright to include missing copyright holders\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3420	\N	\N	\N
-27577	346	6276	2007-11-16 22:46:15	\nrelease to unstable\n	\N	f	\N	\N	1.0.4~b2	\N	\N	\N	3643	1	\N	\N
-27610	280	6282	2007-12-03 09:07:40	\n* Rename source and binary packages\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3815	\N	\N	\N
-27611	280	6282	2007-12-02 18:50:16	\n* debian/rules:\n  + add clean target\n  + Use cdbs variable for upstream version in get-orig-source\n* debian/control:\n  + Depends: fix python-ets-traits version\n	\N	\N	\N	\N	\N	\N	\N	\N	3801	\N	\N	\N
-27612	270	6283	2007-12-06 02:01:08	\ns/pycentral/pysupport/\n\n	\N	f	\N	\N	0.5	\N	\N	\N	3851	1	\N	\N
-27613	273	6283	2007-12-06 01:25:04	\nbzed suggestions (vol 3)\n	\N	\N	\N	\N	\N	\N	\N	\N	3850	\N	\N	\N
-27614	273	6283	2007-12-06 01:20:38	\nbzed suggestions (vol 2)\n	\N	\N	\N	\N	\N	\N	\N	\N	3849	\N	\N	\N
-27615	273	6283	2007-12-06 00:48:40	\nbzed suggestions\n	\N	\N	\N	\N	\N	\N	\N	\N	3846	\N	\N	\N
-27616	273	6283	2007-12-02 13:02:45	\nteam as maint\n	\N	\N	\N	\N	\N	\N	\N	\N	3792	\N	\N	\N
-27618	270	6284	2007-12-13 20:12:08	\n* New upstream version.\n* debian/control:\n  - Updating my email address.\n	\N	\N	\N	\N	\N	\N	\N	\N	3935	\N	\N	\N
-27619	437	6284	2007-11-19 19:51:52	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	3707	\N	\N	\N
-27620	437	6284	2007-11-19 00:20:31	\nbugfix for the bugfix :\\\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3693	\N	\N	\N
-27621	437	6284	2007-11-18 23:44:45	\n:P\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3691	\N	\N	\N
-27623	437	6285	2007-09-21 18:16:21	\nupdating homepage field\n	\N	\N	\N	\N	\N	\N	\N	\N	3295	\N	\N	\N
-27624	266	6285	2007-09-02 00:15:14	\n* remove *.py[co] files in clean rule\n* remove useless dh_strip and dh_python calls from debian/rules\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3159	\N	\N	\N
-27626	437	6285	2007-09-01 23:12:43	\nadding dpatch\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3157	\N	\N	\N
-27662	276	6293	2007-12-16 01:40:28	\nUpdate for final sponsor changes before upload.\n	\N	f	\N	\N	2.0.4	\N	\N	\N	3955	2	\N	\N
-27663	276	6293	2007-12-08 21:54:01	\nUpdate standards version to 3.7.3.\n	\N	\N	\N	\N	\N	\N	\N	\N	3914	\N	\N	\N
-27664	276	6293	2007-12-08 18:35:00	\nAdd debian/python-spf.manpages to repository\n	\N	\N	\N	\N	\N	\N	\N	\N	3913	\N	\N	\N
-27665	276	6293	2007-12-08 18:11:23	\n  * Fix typo in debian changelog from last commit\n  * Correct formatting errors in debian/spfquery.pyspf.1 and add an example\n	\N	\N	\N	\N	\N	\N	\N	\N	3912	\N	\N	\N
-27666	276	6293	2007-12-07 07:28:57	\n  * Remove README.Debian from debian/docs (not needed)\n  * Move man page installation to python-spf.manpages\n  * Correct formatting errors in debian/psyfp.1\n	\N	\N	\N	\N	\N	\N	\N	\N	3900	\N	\N	\N
-27669	273	6294	2007-12-02 13:23:39	\ncopyright owner\n	\N	\N	\N	\N	\N	\N	\N	\N	3794	\N	\N	\N
-27705	374	6302	2007-11-10 11:48:21	\nFix for the watchfile (uscan was finding a release called "latest"), and also test for the post-commit hook.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3580	\N	\N	\N
-27706	266	6302	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27707	266	6302	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27708	269	6302	2007-08-27 15:11:16	\nNew upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	3106	\N	\N	\N
-27710	312	6303	2007-05-14 17:44:44	\nUpdate for new python-support\n	\N	\N	\N	\N	\N	\N	\N	\N	2395	\N	\N	\N
-27711	266	6303	2007-05-13 01:07:21	\nupdate to python-support 0.6.4\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2373	\N	\N	\N
-27712	312	6303	2007-01-30 00:46:07	\nAdded PMPT to uploaders.\n	\N	\N	\N	\N	\N	\N	\N	\N	1743	\N	\N	\N
-27713	312	6303	2007-01-30 00:37:58	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	1742	\N	\N	\N
-27714	277	6304	2007-12-04 22:30:27	\nprepended XS-\n	\N	f	\N	\N	0.5.7	\N	\N	\N	3839	2	\N	\N
-27715	266	6304	2007-11-27 22:20:35	\nAdd DM-Upload-Allowed: yes\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3759	\N	\N	\N
-27716	277	6304	2007-11-27 16:10:13	\nNew upstream version. Lintian clean, Linda says the usuall:\n\n$ linda /var/cache/pbuilder/result/sympy_0.5.7-1_i386.changes \nW: sympy; Package has Build-Depends-Indep, but builds no arch-indep packages.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3757	\N	\N	\N
-27717	277	6304	2007-10-21 00:33:52	\nupstream released, package ready for upload\n	\N	\N	\N	\N	\N	\N	\N	\N	3454	\N	\N	\N
-27718	277	6304	2007-10-20 23:53:30	\nPreparing for the new upstream version, that will be released soon\n	\N	\N	\N	\N	\N	\N	\N	\N	3453	\N	\N	\N
-27719	266	6305	2007-10-07 22:33:08	\nNew upstream release\n\n	\N	f	\N	\N	1.7.3	\N	\N	\N	3409	1	\N	\N
-27720	266	6305	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27722	266	6305	2007-09-22 17:13:50	\nHomepage field added (2nd run)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3303	\N	\N	\N
-27748	266	6310	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27749	266	6311	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	0.5a.svn20070626	\N	\N	\N	3408	4	\N	\N
-27750	346	6311	2007-09-28 01:32:48	\nreleasing the new revision\n	\N	\N	\N	\N	\N	\N	\N	\N	3317	\N	\N	\N
-27751	266	6311	2007-09-22 17:13:50	\nHomepage field added (2nd run)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3303	\N	\N	\N
-27752	346	6311	2007-09-12 20:45:56	\nreleasing to unstable\n	\N	\N	\N	\N	\N	\N	\N	\N	3240	\N	\N	\N
-27753	346	6311	2007-07-18 02:02:19	\ndocument the adition of the patch to remove ez_setup usage\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2777	\N	\N	\N
-27754	266	6312	2007-11-16 22:36:27	\n* add minimum required versions to all packages in Build-Depends*\n* change XS-Python-Version to >= 2.2\n* add python-psyco, libapache2-mod-python, python-twisted-core and python-twisted-web to runtime dependencies\n* few minor fixes in debian/rules\n\n	\N	f	\N	\N	1.0	\N	\N	\N	3642	1	\N	\N
-27755	341	6312	2007-11-16 14:04:54	\nFixing some bugs. Thanks Bernd!\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3632	\N	\N	\N
-27792	312	6320	2007-07-16 21:27:43	\nFinal version of the ez_setup workaround - upload\n	\N	\N	\N	\N	\N	\N	\N	\N	2759	\N	\N	\N
-27793	312	6320	2007-07-16 21:21:38	\nfix the clean rule\n	\N	\N	\N	\N	\N	\N	\N	\N	2758	\N	\N	\N
-27794	312	6320	2007-07-16 21:15:43	\nadd 01_setup_py.dpatch\n	\N	\N	\N	\N	\N	\N	\N	\N	2757	\N	\N	\N
-27795	312	6320	2007-07-16 21:11:53	\nAvoid using ez_setup\n	\N	\N	\N	\N	\N	\N	\N	\N	2756	\N	\N	\N
-27797	266	6321	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27798	266	6321	2007-09-17 23:48:18	\n* find (see clean rule) works correctly in every build now (closes: #442699)\n* 01_setuptools_version patch replaced with 01_disable_ez_setup\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3267	\N	\N	\N
-27799	266	6321	2007-09-05 00:21:38	\nNew upstream release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3190	\N	\N	\N
-27800	266	6321	2007-06-26 21:09:42	\nNew upstream release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2635	\N	\N	\N
-27803	267	6322	2007-12-06 05:06:59	\n* debian/control:\n  + Remove XS-Python-Versions, unneded for pysupport.\n* debian/pyversions: Set for Python 2.4 onwards.\n* debian/copyright:\n  + Use proposed machine readable format.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3859	\N	\N	\N
-27837	266	6329	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27838	437	6329	2007-09-21 18:16:24	\nupdating homepage field\n	\N	\N	\N	\N	\N	\N	\N	\N	3296	\N	\N	\N
-27839	437	6329	2007-08-02 00:39:03	\nready for an upload\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2957	\N	\N	\N
-27841	266	6330	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27842	269	6330	2007-05-08 16:06:50	\nAdd index file path for doc-base\n	\N	\N	\N	\N	\N	\N	\N	\N	2296	\N	\N	\N
-27843	269	6330	2007-05-08 12:51:26	\nUpdate debian/copyright\n	\N	\N	\N	\N	\N	\N	\N	\N	2295	\N	\N	\N
-27844	269	6330	2007-05-08 12:41:47	\nUpdate copyright years and add copyright informations about the packaging\n	\N	\N	\N	\N	\N	\N	\N	\N	2294	\N	\N	\N
-27846	266	6331	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27847	269	6331	2007-04-17 20:13:34	\nUpgrade debian/compat to 5\n	\N	\N	\N	\N	\N	\N	\N	\N	2117	\N	\N	\N
-27848	465	6331	2007-04-17 17:42:40	\nPrepare for upload.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2111	\N	\N	\N
-27849	465	6331	2007-04-17 11:04:38	\nNew upstream release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2109	\N	\N	\N
-27851	266	6332	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27853	439	6332	2006-11-23 16:44:00	\nAdded XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1550	\N	\N	\N
-27883	465	6338	2007-05-01 19:52:47	\nRemove options which don't exist in PySNMP\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2209	\N	\N	\N
-27884	465	6338	2007-05-01 19:33:04	\nInitial adaption from the net-snmp snmpcmd(1) manpage.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2207	\N	\N	\N
-27886	437	6339	2007-09-21 18:16:39	\nupdating homepage field\n	\N	\N	\N	\N	\N	\N	\N	\N	3301	\N	\N	\N
-27887	437	6339	2007-08-19 12:39:25	\npython-xml dep. not needed, removing\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3072	\N	\N	\N
-27888	266	6339	2007-08-02 13:17:12	\nreadd python-fpconst build dependency\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2961	\N	\N	\N
-27889	437	6339	2007-08-02 02:46:19	\nsoappy - dead - warning.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2959	\N	\N	\N
-27891	266	6340	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27892	437	6340	2007-09-21 18:16:18	\nupdating homepage field\n	\N	\N	\N	\N	\N	\N	\N	\N	3294	\N	\N	\N
-27893	266	6340	2007-09-20 21:31:06	\nmerge 1.1.3-2 and 1.1.4-1 changelog entries\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3281	\N	\N	\N
-27894	437	6340	2007-09-20 19:35:08	\nnew upstream version\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3280	\N	\N	\N
-27896	266	6341	2007-09-22 17:13:50	\nHomepage field added (2nd run)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3303	\N	\N	\N
-27897	266	6341	2007-05-03 12:37:59	\nAdded debian/watch file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2236	\N	\N	\N
-27928	276	6347	2007-05-23 20:54:38	\nRemove non-ascii char from debian/copyright.\n	\N	\N	\N	\N	\N	\N	\N	\N	2464	\N	\N	\N
-27929	276	6347	2007-05-23 03:57:39	\nUpdate package for new upstream release.\n	\N	\N	\N	\N	\N	\N	\N	\N	2462	\N	\N	\N
-27931	266	6348	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27932	460	6348	2007-10-01 01:37:57	\n* added dependency on konsole\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3342	\N	\N	\N
-27933	266	6348	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27934	460	6348	2007-09-16 16:55:01	\n* last-time changes to the dbg package\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3264	\N	\N	\N
-27935	266	6349	2007-10-08 19:21:51	\nfix debian revision number (I accidentally deleted it in my previous commit)\n\n	\N	f	\N	\N	0.4.0	\N	\N	\N	3416	1	\N	\N
-27936	266	6349	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27974	447	6357	2007-11-03 02:12:20	\nMoved changelog entries around for consistency.\n	\N	\N	\N	\N	\N	\N	\N	\N	3516	\N	\N	\N
-27975	447	6357	2007-11-03 02:08:57	\nReplaced Build-Depends on python-dev with python.\n	\N	\N	\N	\N	\N	\N	\N	\N	3514	\N	\N	\N
-27976	447	6357	2007-11-03 01:54:10	\nTidyed up debian/changelog.\n	\N	\N	\N	\N	\N	\N	\N	\N	3513	\N	\N	\N
-27977	469	6358	2007-10-18 16:21:30	\npreparing 0.7.5\n	\N	f	\N	\N	0.7.5	\N	\N	\N	3442	1	\N	\N
-27978	266	6358	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27979	266	6358	2007-09-22 17:13:50	\nHomepage field added (2nd run)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3303	\N	\N	\N
-27980	469	6358	2007-08-07 18:48:39	\nb-ding on an higher version of python-support\n	\N	\N	\N	\N	\N	\N	\N	\N	2997	\N	\N	\N
-27981	266	6358	2007-08-07 18:38:18	\nAdded watch file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2996	\N	\N	\N
-27982	447	6359	2007-11-17 13:29:12	\nAdded package author to copyright.\n	\N	f	\N	\N	0.1	\N	\N	\N	3651	1	\N	\N
-27983	447	6359	2007-11-03 02:14:03	\nReplaced Build-Depends on python-dev with python.\n	\N	\N	\N	\N	\N	\N	\N	\N	3517	\N	\N	\N
-27984	447	6359	2007-11-03 01:24:33	\nRemoved further dependancy on pkg_resources module.\n	\N	\N	\N	\N	\N	\N	\N	\N	3507	\N	\N	\N
-27986	447	6359	2007-11-02 23:43:55	\nAdded help2man as bulid dependancy.\n	\N	\N	\N	\N	\N	\N	\N	\N	3504	\N	\N	\N
-28017	312	6366	2007-11-24 22:27:57	\nRemove an extra run of python setup.py install from debian/rules - thanks to Piotr for the catch\n	\N	f	\N	\N	2.5	\N	\N	\N	3737	3	\N	\N
-28018	312	6366	2007-11-24 22:20:51	\nQuixote-2.5 release\n	\N	\N	\N	\N	\N	\N	\N	\N	3736	\N	\N	\N
-28019	266	6366	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-28020	266	6366	2007-06-27 22:04:37	\nwatch file updated\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2649	\N	\N	\N
-28021	312	6366	2007-05-14 19:02:19	\nrestrict to python2.4\n	\N	\N	\N	\N	\N	\N	\N	\N	2403	\N	\N	\N
-28022	457	6367	2007-12-08 14:26:55	\n* Update Standards-Version to 3.7.3.\n* Remove tests directory.\n* New email address.\n\n\n	\N	f	\N	\N	2.1	\N	\N	\N	3910	1	\N	\N
-28023	269	6367	2007-12-01 18:37:27	\n* Synchronize debian/control.in with debian/control. \n* Remove shebangs from test scripts.\n* Use patchsys-quilt instead of simple-patchsys.\n* Update debian/watch.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3778	\N	\N	\N
-28024	269	6367	2007-11-18 19:43:46	\nNew upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	3678	\N	\N	\N
-28025	266	6367	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-28026	266	6367	2007-09-22 17:13:50	\nHomepage field added (2nd run)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3303	\N	\N	\N
-28028	266	6368	2007-09-22 17:13:50	\nHomepage field added (2nd run)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3303	\N	\N	\N
-28059	437	6374	2007-05-16 13:52:40	\n  * Added XS-Vcs-Browser field\n  * Fixed the following lintian errors:\n    - clean-should-be-satisfied-by-build-depends\n      python | python-dev | python-all-dev\n    - missing-build-dependency python-support (>= 0.3)\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2429	\N	\N	\N
-28060	439	6374	2006-11-23 16:54:29	\n"s,/svn,," in XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1551	\N	\N	\N
-28061	439	6374	2006-11-23 16:44:00	\nAdded XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1550	\N	\N	\N
-28063	280	6375	2007-12-03 14:51:59	\n* Switch to pysupport\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3819	\N	\N	\N
-28064	280	6375	2007-12-03 08:39:45	\n* New package enthought-enable2\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3811	\N	\N	\N
-28065	266	6376	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	0.1.16	\N	\N	\N	3408	2	\N	\N
-28066	266	6376	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-28067	444	6376	2007-06-06 03:42:38	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	2503	\N	\N	\N
-28068	444	6376	2007-06-06 03:40:58	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	2502	\N	\N	\N
-28069	266	6377	2007-10-23 19:36:31	\nNew upstream release\n\n	\N	f	\N	\N	1.5.1	\N	\N	\N	3459	1	\N	\N
-28070	266	6377	2007-10-18 23:41:45	\nNew upstream release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3449	\N	\N	\N
-28071	266	6377	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-28072	266	6377	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-28073	266	6377	2007-09-10 22:42:34	\n* New upstream release\n* Add python-pyopenssl to Recommends\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3226	\N	\N	\N
-28103	273	6385	2007-11-21 00:58:26	\nadded watch file, but for main releases, not trunk\n	\N	f	\N	\N	0.4.0~r95	\N	\N	\N	3715	2	\N	\N
-28104	273	6385	2007-11-21 00:44:14	\nadded watch file, but for main releases, not trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	3712	\N	\N	\N
-28105	266	6385	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-28106	266	6385	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-28107	453	6385	2007-07-26 19:36:23	\nChanges trunk/trunk to trunk.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2847	\N	\N	\N
-28109	266	6386	2007-09-22 17:13:50	\nHomepage field added (2nd run)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3303	\N	\N	\N
-28110	266	6386	2007-05-13 01:07:21	\nupdate to python-support 0.6.4\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2373	\N	\N	\N
-28111	346	6386	2007-01-27 23:35:32	\nfix build-depends\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1731	\N	\N	\N
-28112	346	6386	2007-01-27 23:04:03	\nrelease to experimental\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1729	\N	\N	\N
-28113	357	6387	2007-10-08 16:54:17	\n* New upstream release.\n* Drop debian/patches/01_fix_setup_py.patch which got integrated upstream.\n* Generate HTML for new (rst) documentation files.\n	\N	f	\N	\N	0.3p5	\N	\N	\N	3411	1	\N	\N
-28114	266	6387	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-28115	357	6387	2007-10-04 20:26:55	\n* New upstream release.\n* debian/patches/01_fix_setup_py.patch: Make sure that non *.py files\n  like translations are also included. (patch forwarded upstream)\n* Compile translations into *.mo files with the django's make-messages.py.\n  Build-Depends on python-django for this.\n	\N	\N	\N	\N	\N	\N	\N	\N	3379	\N	\N	\N
-28116	357	6387	2007-10-04 14:55:46	\n* Renamed XS-Vcs* to Vcs-* since they are supported by dpkg now.\n	\N	\N	\N	\N	\N	\N	\N	\N	3370	\N	\N	\N
-28146	474	6393	2007-07-15 12:11:49	\nUpdates for new upstream version\n	\N	\N	\N	\N	\N	\N	\N	\N	2742	\N	\N	\N
-28147	474	6393	2007-06-10 18:57:50	\nAfter the upload is before the first bug\n	\N	\N	\N	\N	\N	\N	\N	\N	2520	\N	\N	\N
-28148	266	6394	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	0.1.4~svn137	\N	\N	\N	3408	4	\N	\N
-28149	266	6394	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-28150	266	6394	2007-09-18 00:04:35	\n* find (see clean rule) works correctly in every build now (closes: #424300)\n* Manpage updated (hyphen no longer used as minus sign)\n* Move all packages (except debhelper) from Build-Depends to Build-Depends-Indep\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3269	\N	\N	\N
-28151	266	6394	2007-05-14 11:44:08	\n* Update "tarball" rule (also ranamed to "get-orig-source")\n* Remove non-ASCII character from pudge/__init__.py (closes: #423790)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2387	\N	\N	\N
-28152	266	6394	2007-04-19 21:52:24	\n* New upstream release\n* Changed XS-Python-Version to ">=2.4"\n* Changed my address to piotr at debian.org\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2126	\N	\N	\N
-28154	266	6395	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-28155	269	6395	2007-04-16 18:59:31	\nReady for upload\n	\N	\N	\N	\N	\N	\N	\N	\N	2095	\N	\N	\N
-28156	439	6395	2006-11-23 16:54:29	\n"s,/svn,," in XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1551	\N	\N	\N
-28157	439	6395	2006-11-23 16:44:00	\nAdded XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1550	\N	\N	\N
-28158	444	6396	2007-10-06 12:41:00	\npackages/kaa-base: updated Vcs-Svn/Browser and added watch file\n	\N	f	\N	\N	0.1.3	\N	\N	\N	3401	2	\N	\N
-28159	266	6396	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-28160	442	6396	2007-04-18 23:11:42	\nInitial release for kaa-base\n	\N	\N	\N	\N	\N	\N	\N	\N	2124	\N	\N	\N
-28190	266	6402	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-28192	273	6403	2007-12-10 21:06:03	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	3923	\N	\N	\N
-28193	273	6403	2007-12-10 21:04:43	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	3922	\N	\N	\N
-28195	266	6404	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-28196	439	6404	2006-11-23 16:54:29	\n"s,/svn,," in XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1551	\N	\N	\N
-28197	439	6404	2006-11-23 16:44:00	\nAdded XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1550	\N	\N	\N
-28198	476	6404	2006-04-15 18:50:05	\nFix pygoogle maint/uploaders and add extra space before homepage.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	131	\N	\N	\N
-28199	266	6405	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	1.0	\N	\N	\N	3408	2	\N	\N
-28200	266	6405	2007-09-22 17:13:50	\nHomepage field added (2nd run)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3303	\N	\N	\N
-28201	266	6405	2007-05-13 01:07:21	\nupdate to python-support 0.6.4\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2373	\N	\N	\N
-28202	346	6405	2007-05-12 20:54:13	\nrelease to unstable\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2365	\N	\N	\N
-28203	346	6405	2007-05-12 20:53:41	\nremoved uneeded file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2364	\N	\N	\N
-28204	266	6406	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	0.6.3a	\N	\N	\N	3408	3	\N	\N
-28234	266	6412	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	1.4	\N	\N	\N	3408	3	\N	\N
-28235	266	6412	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-28236	346	6412	2007-09-05 03:06:53	\nrelease to unstable\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3195	\N	\N	\N
-28237	346	6412	2007-09-05 03:06:00	\nfix downloaded from URL\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3194	\N	\N	\N
-28238	346	6412	2007-06-18 18:58:13	\nuploading to experimental for now, since python-support 0.7 has\nbeen uploaded there\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2562	\N	\N	\N
-28239	478	6413	2007-11-13 14:47:54	\nFixed doc-base and move API doc to /usr/share/doc/python-kiwi\n\n	\N	f	\N	\N	1.9.19	\N	\N	\N	3613	2	\N	\N
-28240	478	6413	2007-11-12 23:39:17	\nUpload of 1.9.19-1 to unstable\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3609	\N	\N	\N
-28241	478	6413	2007-11-12 23:37:14	\nPackaging of kiwi 1.9.19\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3608	\N	\N	\N
-28242	266	6413	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-28243	266	6413	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-28245	276	6414	2007-10-05 14:00:00	\nChange priority to extra due to depends being extra.\n	\N	\N	\N	\N	\N	\N	\N	\N	3392	\N	\N	\N
-28246	276	6414	2007-09-27 06:54:06	\nAdd pysubnettree to DPMT svn.\n	\N	\N	\N	\N	\N	\N	\N	\N	3314	\N	\N	\N
-28247	266	6414	2007-09-25 20:31:59	\nadd Homepage, XS-Vcs-Svn and XS-Vcs-Browser fields\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3307	\N	\N	\N
-28279	273	6421	2007-12-14 18:34:41	\nfix Vcs urls\n	\N	f	\N	\N	0.39	\N	\N	\N	3946	1	\N	\N
-28280	270	6421	2007-12-14 01:06:27	\nlast update for uscan-ziprepack.sh\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3944	\N	\N	\N
-28281	270	6421	2007-12-14 00:51:46	\ndebian/uscan-ziprepack.sh -  please try & use it.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3943	\N	\N	\N
-28282	273	6421	2007-12-13 23:13:57	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	3940	\N	\N	\N
-28283	273	6421	2007-12-13 23:12:41	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	3939	\N	\N	\N
-28284	479	6422	2007-11-12 02:55:05	\nUpdate watch file\n\n	\N	f	\N	\N	1.06	\N	\N	\N	4633	1	\N	\N
-28285	479	6422	2007-10-07 05:42:33	\nAdd watch file and homepage tag\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4352	\N	\N	\N
-28286	344	6422	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-28287	480	6422	2007-07-12 11:37:31	\ndocument menu transition in debian/changelog (first half)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3364	\N	\N	\N
-28288	481	6422	2007-07-10 19:29:05	\nDebian Menu Policy transition.\n	\N	\N	\N	\N	\N	\N	\N	\N	3312	\N	\N	\N
-28289	482	6423	2007-12-07 15:03:52	\nmove barry's changelog entry into a newer debian revision, because his changes happened after the upload of the package. set the current version from UNRELEASED to unstable, as it's in the archive, now\n	\N	f	\N	\N	41.1dfsg	\N	\N	\N	4865	2	\N	\N
-28290	479	6423	2007-12-04 04:16:47	\n  * Desktop file changes\n    + Remove deprecated Encoding tag (Closes: #453888)\n    + Remove path from exec line and extension from icon\n  * Add dh_desktop and dh_icons calls in rules (Closes: #453889)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4837	\N	\N	\N
-28291	483	6423	2007-11-28 23:49:34	\nupdate changelog\n	\N	\N	\N	\N	\N	\N	\N	\N	4791	\N	\N	\N
-28316	271	6428	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-28317	271	6428	2007-09-06 21:22:59	\nAdded copyright to patches\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4105	\N	\N	\N
-28318	485	6428	2007-08-29 21:58:55	\nfix for gdc 0.24 new "version" semantics\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3988	\N	\N	\N
-28319	486	6429	2007-12-14 08:09:48	\nDrop XS- prefix from XS-Vcs-Svn and XS-Vcs-Browser fields in debian/control.\n\n	\N	f	\N	\N	0.0.20070315	\N	\N	\N	4938	7	\N	\N
-28320	486	6429	2007-12-14 08:06:23	\nFixed a typo in the Dutch translation. Thanks to Roland Clobus\n<rclobus at bigfoot.com>. Closes: #456000\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4937	\N	\N	\N
-28321	486	6429	2007-10-06 16:24:09	\n* Added Japanese translation of desktop file. Thanks to Kobayashi\n  Noritada <nori1 at dolphin.c.u-tokyo.ac.jp>. Closes: #445491\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4351	\N	\N	\N
-28322	486	6429	2007-09-22 20:23:34	\nFixed a typo\n	\N	\N	\N	\N	\N	\N	\N	\N	4264	\N	\N	\N
-28323	486	6429	2007-09-22 20:10:40	\nSync with version -6 upload (thanks Bas for sponsoring)\n	\N	\N	\N	\N	\N	\N	\N	\N	4262	\N	\N	\N
-28324	480	6430	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	0.11.dfsg1	\N	\N	\N	4831	3	\N	\N
-28325	479	6430	2007-11-07 17:52:55	\n* Add watch file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4584	\N	\N	\N
-28326	271	6430	2007-11-02 13:13:46	\nAdded copyright data to patch\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4534	\N	\N	\N
-28327	485	6430	2007-11-01 20:54:14	\nDon't abort if the audio device couldn't be opened.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4521	\N	\N	\N
-28328	271	6430	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-28329	479	6431	2007-10-05 19:28:03	\nBump debhelper b-d / compat to 5\nFix make clean lintian warning\nAdd homepage, vcs tags to control\n\n	\N	f	\N	\N	0.8.10	\N	\N	\N	4334	13	\N	\N
-28330	480	6431	2007-07-12 11:37:31	\ndocument menu transition in debian/changelog (first half)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3364	\N	\N	\N
-28331	481	6431	2007-07-10 19:29:05	\nDebian Menu Policy transition.\n	\N	\N	\N	\N	\N	\N	\N	\N	3312	\N	\N	\N
-28352	479	6436	2007-11-04 22:40:08	\nUpdate changelog date\n\n	\N	f	\N	\N	0.6.20071104	\N	\N	\N	4549	1	\N	\N
-28353	484	6436	2007-11-04 21:20:46	\nFixed changelog breakage\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4548	\N	\N	\N
-28354	479	6436	2007-11-04 18:26:06	\n* New upstream release\n  + Bugfixes\n* Add myself to uploaders\n* Add Homepage field to control\n* Remove deprecated Encoding tag from desktop file\n* Fix perms on some .py files\nI changed distro to unstable because I have uploaded it to mentors\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4547	\N	\N	\N
-28355	271	6436	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-28356	271	6436	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-28357	479	6437	2007-11-17 17:01:04	\nChange changelog entry to snapshot instead of release\n\n	\N	f	\N	\N	3.2+svn125	\N	\N	\N	4699	1	\N	\N
-28358	479	6437	2007-11-17 16:24:04	\n  * New upstream release\n  * Reconfigure build system\n  * Add get-orig-source target in debian/rules\n  * Remove deprecated encoding field from desktop file\n  * Update 200_datadir.diff for new upstream\n  * Add myself to uploaders\n  * Remove XS- from VCS fields in control\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4698	\N	\N	\N
-28359	479	6437	2007-10-30 04:13:20	\nFix manpage section (6, not 1)\nActually install manpage\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4499	\N	\N	\N
-28360	479	6437	2007-10-30 04:09:28	\n* Add watch file\n* Bump debhelper build-dep to match compat\n* Add homepage field in control\n* Add simple man page\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4498	\N	\N	\N
-28362	479	6438	2007-11-10 05:35:45	\n* Add Homepage field in control\n* Add watch file\n\n	\N	f	\N	\N	2.0.3	\N	\N	\N	4617	8	\N	\N
-28363	479	6438	2007-10-07 06:04:50	\nAdd vcs tags\nBump debhelper/compat to 5\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4355	\N	\N	\N
-28386	479	6443	2007-11-12 18:40:13	\nFix uploader field borkage (Hmm, though the file isn't appearing in this \ncommit log)\nAdd changelog entry about adding myself to uploaders\n\n	\N	f	\N	\N	0.8.2	\N	\N	\N	4635	3	\N	\N
-28387	305	6443	2007-11-09 11:44:28	\nmerge the two last entry since the previous was one unreleased (but the UNRELEASED tag was missing, my fault)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4605	\N	\N	\N
-28388	479	6443	2007-11-09 05:18:50	\n* Fix watch file\n* Add Homepage and VCS fields to control\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4595	\N	\N	\N
-28389	305	6443	2007-09-22 04:13:14	\nadd desktop.diff to remove the invalid category Application\ninstall the documentation in the data package\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4259	\N	\N	\N
-28390	305	6443	2007-09-22 03:43:20	\nclean config.log\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4258	\N	\N	\N
-28426	305	6451	2007-09-10 13:28:38	\nsupertuxkart is playable by now (0.3) so i remove the sentence about the buggy status of the game.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4150	\N	\N	\N
-28428	305	6452	2007-10-01 23:45:17	\n+  * add desktop_file.diff to remove the Application category from the\n+    desktop file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4310	\N	\N	\N
-28429	491	6452	2007-09-29 23:24:49	\nFixing segfault caused due to uninitialized variable.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4294	\N	\N	\N
-28430	491	6452	2007-09-29 18:22:56	\nAdd Homepage and XS-Vcs-Browser fields.\n	\N	\N	\N	\N	\N	\N	\N	\N	4293	\N	\N	\N
-28431	491	6452	2007-09-29 17:20:52	\nRemove 1.3.1-3 entry, 1.3.1-2 hasn't been released yet.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4292	\N	\N	\N
-28433	265	6453	2007-10-14 01:54:58	\nupdate watch file\n	\N	\N	\N	\N	\N	\N	\N	\N	4411	\N	\N	\N
-28434	265	6453	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-28464	479	6459	2007-10-20 16:28:55	\nAdd VCS tags\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4439	\N	\N	\N
-28467	490	6460	2007-10-30 00:13:24	\npatch for include/igl.h\n\n	\N	f	\N	\N	1.5.0.svn20070511	\N	\N	\N	4493	1.2	\N	\N
-28468	490	6460	2007-10-30 00:13:02	\nFixed GLvoid bug (gcc became stricter?), updated debhelper Build-dep\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4492	\N	\N	\N
-28469	265	6460	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-28470	490	6460	2007-07-20 23:25:41	\ngtkradiant: no changes, just updated changelog for a proper NMU\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3444	\N	\N	\N
-28471	480	6460	2007-07-12 11:37:31	\ndocument menu transition in debian/changelog (first half)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3364	\N	\N	\N
-28473	479	6461	2007-12-11 00:56:34	\nAdd myself to uploaders\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4890	\N	\N	\N
-28474	479	6461	2007-12-11 00:54:24	\n  * New maintainer (Closes: #274026)\n    + Debian Games Team <pkg-games-devel at lists.alioth.debian.org>\n  * Bump compat/debhelper build-dep to 5\n    + Version debhelper build-dep\n  * Fix watch file (Closes: #450166)\n  * Update package description (Closes: #348003)\n  * Bump standards version to 3.7.3 (No changes needed)\n  * Add VCS and Homepage fields in control\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4889	\N	\N	\N
-28475	480	6462	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	1.04	\N	\N	\N	4831	2	\N	\N
-28476	344	6462	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-28477	480	6462	2007-07-12 11:37:31	\ndocument menu transition in debian/changelog (first half)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3364	\N	\N	\N
-28478	481	6462	2007-07-10 19:29:05	\nDebian Menu Policy transition.\n	\N	\N	\N	\N	\N	\N	\N	\N	3312	\N	\N	\N
-28505	480	6468	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	0.74~b3	\N	\N	\N	4831	1	\N	\N
-28506	344	6468	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-28507	344	6468	2007-02-15 15:22:51	\nRefactoring the changelog file\n	\N	\N	\N	\N	\N	\N	\N	\N	2416	\N	\N	\N
-28508	493	6468	2007-02-15 14:34:13	\n* Fill in SYNOPSIS and OPTIONS sections of the manpage.\n* Honour DEB_BUILD_OPTIONS=noopt and =debug.\n* debian/rules now finds the tarball automatically.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2415	\N	\N	\N
-28509	344	6468	2007-02-15 03:10:16	\nInitial import, svn-inject not used since it looks like blackmagic and the\nresult is far from perfect, cf. multiple mv's to do after.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2414	\N	\N	\N
-28510	271	6469	2007-11-13 19:24:20	\nRemoved XS- to Vcs-* from control\nRemoved dh_installexamples from rules\n\n\n	\N	f	\N	\N	0.1a.dfsg1	\N	\N	\N	4651	1	\N	\N
-28511	271	6469	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-28512	271	6469	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-28513	271	6469	2007-09-08 17:00:48	\nRemoved unnecessary patch\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4128	\N	\N	\N
-28514	271	6469	2007-09-07 10:25:24	\nFixed copyright statements in patches\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4112	\N	\N	\N
-28516	491	6470	2007-11-10 19:46:18	\n* Remove XS- from Vcs fields.\n* Fix brace expansion brashism.\n* Avoid use of `find -exec' (as suggested by Rhonda).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4626	\N	\N	\N
-28517	491	6470	2007-09-17 18:02:13	\nAdd Homepage to descriptions again.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4225	\N	\N	\N
-28518	491	6470	2007-09-14 22:24:31	\nInclude information about environment variables in manpages.\n	\N	\N	\N	\N	\N	\N	\N	\N	4199	\N	\N	\N
-28519	491	6470	2007-09-14 18:40:24	\nAdded a README.Debian describing the package split.\n	\N	\N	\N	\N	\N	\N	\N	\N	4198	\N	\N	\N
-28521	488	6471	2007-11-15 17:26:49	\nForgot to add files to svn\n	\N	\N	\N	\N	\N	\N	\N	\N	4673	\N	\N	\N
-28546	356	6476	2007-10-15 22:14:56	\nremoved myself from the Uploaders list of the following packages: holotz-castle freealut boson openal ri-li xbat; all the contributions were an one off thing and I am already busy without these\n	\N	\N	\N	\N	\N	\N	\N	\N	4421	\N	\N	\N
-28547	265	6476	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-28548	271	6476	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-28549	271	6476	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-28550	479	6477	2007-11-21 02:53:20	\nMove to unstable since it was uploaded\n  * Add quilt patch system\n  * 10_desktop_file_warns.diff\n    + Remove deprecated fields from desktop file\n\n	\N	f	\N	\N	5.3	\N	\N	\N	4736	1	\N	\N
-28551	449	6477	2007-11-16 03:49:42	\nfix a couple of minor issues with gmult packaging\n	\N	\N	\N	\N	\N	\N	\N	\N	4690	\N	\N	\N
-28552	479	6477	2007-10-10 21:58:53	\nNew package\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4377	\N	\N	\N
-28555	305	6478	2007-06-02 01:35:32	\nadd a watch file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2793	\N	\N	\N
-28587	344	6484	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-28588	480	6485	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	0.7.3	\N	\N	\N	4831	3	\N	\N
-28589	496	6485	2007-09-10 00:33:28	\nFix possible segfault on 64bit CPUs.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4146	\N	\N	\N
-28590	496	6485	2007-09-05 00:51:49	\nAdded missing dependency on intltool. I really should use pbuilder more often.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4066	\N	\N	\N
-28591	496	6485	2007-09-03 20:09:10	\nReleasing 0.7.3.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4052	\N	\N	\N
-28592	496	6485	2007-09-03 20:01:44	\nReleasing 0.7.3.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4051	\N	\N	\N
-28593	479	6486	2007-11-08 16:50:53	\nRemove XS- from VCS fields\n\n	\N	f	\N	\N	2.00	\N	\N	\N	4590	19	\N	\N
-28595	265	6486	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-28616	344	6490	2007-07-30 06:34:18	\nAdd XS-Vcs-{Svn,Browser} to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	3494	\N	\N	\N
-28617	479	6491	2007-12-10 04:58:18	\n  * Fix watch file (Closes: #453554)\n  * Add VCS fields in control\n  * Remove homepage field from package description\n  * Bump standards version to 3.7.3\n\n	\N	f	\N	\N	0.13	\N	\N	\N	4885	3	\N	\N
-28618	480	6491	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4831	\N	\N	\N
-28619	356	6491	2007-10-15 22:14:56	\nremoved myself from the Uploaders list of the following packages: holotz-castle freealut boson openal ri-li xbat; all the contributions were an one off thing and I am already busy without these\n	\N	\N	\N	\N	\N	\N	\N	\N	4421	\N	\N	\N
-28620	479	6491	2007-10-02 18:24:10	\nIdiot forgot to svn add the patch file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4316	\N	\N	\N
-28621	479	6491	2007-10-02 18:20:51	\nUpdate changelog\nAdd patch for boson-bounit.desktop\nAdd myself to uploaders\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4315	\N	\N	\N
-28622	479	6492	2007-10-27 23:39:02	\nAdd manpage and watch file.  Make clean not ignore errors.  Remove short \ndesc from long desc\n\n	\N	f	\N	\N	0.7.0	\N	\N	\N	4481	3	\N	\N
-28623	487	6492	2007-08-04 15:32:58	\n  * minor spelling fix\n	\N	\N	\N	\N	\N	\N	\N	\N	3548	\N	\N	\N
-28624	344	6492	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-28627	271	6493	2007-11-14 19:46:02	\nAdded README file commenting the removed audio files\n\n\n	\N	f	\N	\N	1.001.dfsg1	\N	\N	\N	4657	1	\N	\N
-28646	480	6498	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	1.2	\N	\N	\N	4831	5	\N	\N
-28647	305	6498	2007-09-10 00:46:38	\nYou do not need this parameter for a normal use of the game.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4148	\N	\N	\N
-28648	480	6498	2007-07-12 11:37:31	\ndocument menu transition in debian/changelog (first half)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3364	\N	\N	\N
-28649	305	6498	2007-07-11 17:19:24	\n* do not ignore make clean return anymore\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3338	\N	\N	\N
-28650	305	6498	2007-07-11 13:23:03	\nmerge eddy changes\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3332	\N	\N	\N
-28651	497	6499	2007-10-11 17:06:41	\nBranch airstrike.\n\n\n	\N	f	\N	\N	0.99+1.0pre6a	\N	\N	\N	4382	3.2	\N	\N
-28653	479	6500	2007-10-31 16:00:21	\nsvn add watch file.  I swore I already did this\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4509	\N	\N	\N
-28654	479	6500	2007-10-20 01:51:24	\nAdd patch to support nostrip\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4436	\N	\N	\N
-28655	479	6500	2007-10-19 21:19:24	\nAdd watch file\nFix homepage URL in package description\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4435	\N	\N	\N
-28656	479	6500	2007-10-06 06:49:18	\nFix make clean target\nUpdate debhelper b-d/compat to 5\nAdd homepage field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4343	\N	\N	\N
-28657	480	6501	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	0.6	\N	\N	\N	4831	2	\N	\N
-28658	305	6501	2007-07-11 17:32:28	\n0.6-2 instead of 0.6-3, arhh!\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3341	\N	\N	\N
-28659	305	6501	2007-07-11 17:29:08	\n+  [ Linas ?\\197?\\189virblis ]\n+  * update the menu file for the new section\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3340	\N	\N	\N
-28685	317	6506	2007-07-29 16:57:54	\nProper clean-target for debian/rules\n	\N	\N	\N	\N	\N	\N	\N	\N	3475	\N	\N	\N
-28686	317	6506	2007-07-29 16:36:36	\nNew build depends, upload to unstable, XS-Vcs-... header\n	\N	\N	\N	\N	\N	\N	\N	\N	3474	\N	\N	\N
-28687	265	6507	2007-10-27 14:13:38	\nset to UNRELEASED\n	\N	f	\N	\N	0.4.1	\N	\N	\N	4476	1	\N	\N
-28688	265	6507	2007-10-14 01:51:13	\nadd watch file\n	\N	\N	\N	\N	\N	\N	\N	\N	4410	\N	\N	\N
-28689	265	6507	2007-10-13 22:07:09	\nminor updates\n	\N	\N	\N	\N	\N	\N	\N	\N	4393	\N	\N	\N
-28690	265	6507	2007-10-13 22:06:09	\nupdate for homepage field\n	\N	\N	\N	\N	\N	\N	\N	\N	4392	\N	\N	\N
-28691	265	6507	2007-10-13 22:03:29	\nAdded Homepage field to control\n	\N	\N	\N	\N	\N	\N	\N	\N	4390	\N	\N	\N
-28692	305	6508	2007-11-24 19:15:04	\ndo not call dh_installman the the -a parameter\n	\N	f	\N	\N	1:0.9.dfsg	1	\N	\N	4759	1	\N	\N
-28693	305	6508	2007-11-24 19:04:56	\nprepare an upload\nlibode 0.5 transition is finished, add the Conflicts and Replaces field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4757	\N	\N	\N
-28694	305	6508	2007-11-09 11:44:28	\nmerge the two last entry since the previous was one unreleased (but the UNRELEASED tag was missing, my fault)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4605	\N	\N	\N
-28695	479	6508	2007-11-09 05:34:07	\n* Add watch file\n* Add myself to uploaders\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4596	\N	\N	\N
-28697	480	6509	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	0.10.dfsg1	\N	\N	\N	4831	1	\N	\N
-28698	271	6509	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-28727	490	6515	2007-07-20 23:35:33	\ngtkradiant-data-nexuiz: fix lintian error\n"E: gtkradiant-data-nexuiz: copyright-should-refer-to-common-license-file-for-gpl" \nby adding 2 lines to copyright file :-)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3445	\N	\N	\N
-28728	482	6515	2006-12-17 18:06:19	\ncleaned up packaging\n	\N	\N	\N	\N	\N	\N	\N	\N	2164	\N	\N	\N
-28729	305	6515	2006-12-13 15:05:49	\nsvn propset mergeWithUpstream 1 debian\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2116	\N	\N	\N
-28730	482	6515	2006-10-15 22:49:00	\nreverted copyright file to more verbose license information\n	\N	\N	\N	\N	\N	\N	\N	\N	1852	\N	\N	\N
-28731	487	6516	2007-12-11 19:09:11	\n  * Drop the abuse-sdl package. This transitional package is no longer needed.\n\n	\N	f	\N	\N	1:0.7.0	1	\N	\N	4899	7	\N	\N
-28732	487	6516	2007-11-02 14:43:58	\n  * debian/rules:\n    + Don't ignore distclean errors.\n\n  * Upload to unstable.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4536	\N	\N	\N
-28733	479	6516	2007-11-01 21:43:03	\n* Add desktop file and call dh_desktop\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4523	\N	\N	\N
-28734	487	6516	2007-11-01 21:32:49	\n  * Renamed patches so that the applying order is more obvious, and added\n    missing patches from the -5 upload to debian/patches/series.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4522	\N	\N	\N
-28735	265	6516	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-28737	344	6517	2007-12-12 03:52:49	\nSwap binary-common and extra rm calls in binary-arch as well\n	\N	\N	\N	\N	\N	\N	\N	\N	4912	\N	\N	\N
-28765	480	6523	2006-10-02 19:38:06	\nmove to new layout\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1765	\N	\N	\N
-28766	480	6523	2006-10-02 19:34:50	\n[svn-inject] Installing original source of doom-package\n	\N	\N	\N	\N	\N	\N	\N	\N	1764	\N	\N	\N
-28767	271	6524	2007-11-13 19:30:04	\nRemoved XS- from Vcs-* in control\nRemoved dh_intallexamples from rules\n\n\n	\N	f	\N	\N	0.2.dfsg1	\N	\N	\N	4652	1	\N	\N
-28768	479	6524	2007-11-09 06:01:50	\n* Add watch file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4598	\N	\N	\N
-28769	271	6524	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-28770	271	6524	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-28771	271	6524	2007-09-06 21:22:59	\nAdded copyright to patches\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4105	\N	\N	\N
-28772	498	6525	2007-12-10 13:43:32	\njugglemaster: Bumped Standards-Version to 3.7.3, no changes needed.\n\n	\N	f	\N	\N	0.4	\N	\N	\N	4888	2	\N	\N
-28773	498	6525	2007-11-26 21:45:55	\njugglemaster: fix jmdlx ftbfs with wxgtk2.6\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4779	\N	\N	\N
-28774	489	6525	2007-11-23 01:58:45	\n[jugglemaster] dummy changelog entry\n	\N	\N	\N	\N	\N	\N	\N	\N	4748	\N	\N	\N
-28775	489	6525	2007-11-23 01:58:02	\n[jugglemaster] added the proper svn-bp tags\n	\N	\N	\N	\N	\N	\N	\N	\N	4745	\N	\N	\N
-28776	489	6525	2007-11-12 20:38:12	\n[jugglemaster] changelog cleanup before first upload\n	\N	\N	\N	\N	\N	\N	\N	\N	4636	\N	\N	\N
-28777	305	6526	2007-09-19 14:17:50	\ndo not remove the desktop file\n\n	\N	f	\N	\N	0.0.4stable	\N	\N	\N	4242	3	\N	\N
-28778	305	6526	2007-09-17 17:54:01	\nmake clean remove debian/opencity.6\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4224	\N	\N	\N
-28779	305	6526	2007-09-17 17:50:38	\nclean target removes quilt .pc directory\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4223	\N	\N	\N
-28793	479	6529	2007-10-05 23:11:51	\nAdd watch file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4341	\N	\N	\N
-28803	479	6532	2007-10-26 23:02:18	\nFix linad/lintian warnings.  Add watch file.  Add desktop and icon. 2 \nbug fixes.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4473	\N	\N	\N
-28804	265	6532	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-28805	480	6532	2007-07-12 11:37:31	\ndocument menu transition in debian/changelog (first half)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3364	\N	\N	\N
-28806	481	6532	2007-07-10 19:29:05	\nDebian Menu Policy transition.\n	\N	\N	\N	\N	\N	\N	\N	\N	3312	\N	\N	\N
-28808	479	6533	2007-11-09 06:38:07	\n* Add watch file\n* Add Homepage field in control\n* Remove XS- from VCS fields in control\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4601	\N	\N	\N
-28809	479	6533	2007-10-29 04:01:11	\n* Bump debhelper build-dep version to match compat\n* Fix substvar source:Version\n* Make distclean not ignore errors\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4487	\N	\N	\N
-28810	265	6533	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-28816	271	6535	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-28842	482	6540	2007-08-26 22:17:40	\nanother try, to get a clean diff.gz... grrr\n	\N	\N	\N	\N	\N	\N	\N	\N	3862	\N	\N	\N
-28843	482	6540	2007-08-26 21:57:43	\nadd dpatch to fix broken clean target in toplevel makefile\n	\N	\N	\N	\N	\N	\N	\N	\N	3861	\N	\N	\N
-28845	271	6541	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-28846	271	6541	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-28847	271	6541	2007-07-12 14:35:50	\nNew Upstream Release\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3375	\N	\N	\N
-28848	271	6541	2007-07-12 14:35:04	\nFixed watch file\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3374	\N	\N	\N
-28849	482	6542	2007-08-29 01:02:31	\ntoggle UNRELEASED to unstable\n	\N	f	\N	\N	0.7.1	\N	\N	\N	3933	1	\N	\N
-28852	482	6542	2007-08-10 22:11:51	\ndon't install COPYING.gz to avoid lintian warning\n	\N	\N	\N	\N	\N	\N	\N	\N	3602	\N	\N	\N
-28886	271	6549	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-28887	271	6549	2007-09-08 01:29:34	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4122	\N	\N	\N
-28888	271	6549	2007-09-08 01:29:30	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	4121	\N	\N	\N
-28889	479	6550	2007-11-10 04:43:10	\nNew package Thousand Parsec Python wxtgtk client\n* Initial release\n* Add quilt patch system\n* Work in progress..\n* Getting close but now a permissions issue\n* 01_sys_path.diff - Append installed path\n  + May not be necessary now that /usr/games/tpclient.. is a symlink?\n\n	\N	f	\N	\N	0.2.2	\N	\N	\N	4616	1	\N	\N
-28890	265	6551	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	f	\N	\N	0.0.20050210	\N	\N	\N	4403	1	\N	\N
-28891	271	6551	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-28892	271	6551	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-28893	356	6551	2006-07-22 15:43:48	\nmove holotz milanb where it should be\n	\N	\N	\N	\N	\N	\N	\N	\N	1166	\N	\N	\N
-28927	480	6558	2007-07-12 12:14:04	\ndocument menu transition, part 3\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3365	\N	\N	\N
-28928	481	6558	2007-07-10 19:29:05	\nDebian Menu Policy transition.\n	\N	\N	\N	\N	\N	\N	\N	\N	3312	\N	\N	\N
-28929	487	6558	2006-11-17 08:46:04	\nsabre (0.2.4b-23) unstable; urgency=high\n\n  * debian/patches/025_endianness.diff:\n    + Fix endianness issues in file import/export routines (Closes: #397830).\n\n -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Fri, 17 Nov 2006 00:41:39 +0100\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1994	\N	\N	\N
-28930	480	6559	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	0.0.1.20030920.dfsg1	\N	\N	\N	4831	1	\N	\N
-28931	271	6559	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-28932	271	6559	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-28933	271	6559	2007-09-04 10:26:32	\nFixed patches\nAdded copyright texts to patches\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4060	\N	\N	\N
-28934	271	6559	2007-08-29 16:14:06	\nFixed license for bulletss\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3941	\N	\N	\N
-28935	356	6560	2007-11-27 23:07:20	\ninstall the desktop file in the proper place - fix thanks to Marco Rodrigues\n	\N	f	\N	\N	0.0.4	\N	\N	\N	4784	2	\N	\N
-28936	479	6560	2007-10-31 03:24:50	\n* Move manpages to correct section (6)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4502	\N	\N	\N
-28967	344	6566	2007-10-31 22:44:07	\nRephrase the changelog entry, cp!=install\n	\N	\N	\N	\N	\N	\N	\N	\N	4514	\N	\N	\N
-28968	344	6566	2007-10-31 22:42:34	\nInstall level sets [on behalf of Marco Rodrigues]\n	\N	\N	\N	\N	\N	\N	\N	\N	4513	\N	\N	\N
-28969	344	6566	2007-10-31 22:25:13	\nWatch file: only match pingus-$version, and no longer pingus-$anything\n	\N	\N	\N	\N	\N	\N	\N	\N	4512	\N	\N	\N
-28971	356	6567	2007-10-15 22:14:56	\nremoved myself from the Uploaders list of the following packages: holotz-castle freealut boson openal ri-li xbat; all the contributions were an one off thing and I am already busy without these\n	\N	\N	\N	\N	\N	\N	\N	\N	4421	\N	\N	\N
-28972	487	6567	2007-02-20 13:25:06	\n  * Reorganised patches somewhat.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2423	\N	\N	\N
-28973	487	6567	2007-02-20 13:11:51	\n  * Switch packaging to use quilt.\n\n  * debian/control:\n    + Drop autotools-dev and libtool build-dependencies.\n  * debian/freealut-config.1:\n    + Add a manpage for freealut-config.\n\n  * debian/patches/000_configure.diff:\n    + Import previous changes to configure.ac.\n\n  * debian/patches/001_am_maintainer_mode.diff:\n    + Disable maintainer mode to avoid clock skews during builds.\n\n  * debian/patches/100_rebootstrap.diff:\n    + Rebootstrap package.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2422	\N	\N	\N
-28974	356	6567	2006-12-28 18:44:32	\nbinNMU police, part 1\n	\N	\N	\N	\N	\N	\N	\N	\N	2245	\N	\N	\N
-28975	480	6568	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	0.5.2	\N	\N	\N	4831	2	\N	\N
-28976	500	6568	2007-11-10 14:07:06	\n* fix watch file to watch for the data tarball, not the\n  source one.\n* Add closes stanza to changelog to close the bug report \n  about the watch file.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4625	\N	\N	\N
-28981	488	6569	2007-11-26 07:09:47	\nupdated changelog\n	\N	\N	\N	\N	\N	\N	\N	\N	4776	\N	\N	\N
-29005	271	6574	2007-10-30 21:01:00	\nFixed patches to prevent SEGFAULT\n\n\n	\N	f	\N	\N	0.0.20071015	\N	\N	\N	4500	1	\N	\N
-29006	271	6574	2007-10-26 18:23:46	\nRemoved segfault when loading wavs due to the long name\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4467	\N	\N	\N
-29007	271	6574	2007-10-25 19:46:36	\nadded dh-buildinfo\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4463	\N	\N	\N
-29008	271	6574	2007-10-25 10:28:03	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4462	\N	\N	\N
-29009	271	6574	2007-10-25 10:27:50	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	4461	\N	\N	\N
-29010	479	6575	2007-11-09 06:31:35	\n* Add watch file\n* Remove XS- from VCS fields in control\n\n	\N	f	\N	\N	0.5	\N	\N	\N	4600	1	\N	\N
-29011	265	6575	2007-10-14 00:28:28	\nAdd Homepage field in the control file\n	\N	\N	\N	\N	\N	\N	\N	\N	4402	\N	\N	\N
-29012	271	6575	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-29013	271	6575	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-29014	271	6575	2007-06-11 13:22:21	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	2914	\N	\N	\N
-29015	480	6576	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	0.0.20070803	\N	\N	\N	4831	2	\N	\N
-29016	271	6576	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-29017	271	6576	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-29018	344	6576	2007-08-28 13:30:53	\nRemove useless README.Debian\n	\N	\N	\N	\N	\N	\N	\N	\N	3903	\N	\N	\N
-29019	344	6576	2007-08-27 01:02:02	\nAdd libtool to B-D, closes: #439471\n	\N	\N	\N	\N	\N	\N	\N	\N	3888	\N	\N	\N
-29020	480	6577	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	0.13	\N	\N	\N	4831	3	\N	\N
-29021	305	6577	2007-07-05 15:22:55	\nadd add an Enhances\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3248	\N	\N	\N
-29022	305	6577	2007-07-05 15:17:41	\n  * add an Enhances: boson\n    * Recommends boson instead of Suggests:\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3247	\N	\N	\N
-29049	481	6583	2007-07-10 19:29:05	\nDebian Menu Policy transition.\n	\N	\N	\N	\N	\N	\N	\N	\N	3312	\N	\N	\N
-29050	305	6583	2007-03-08 22:31:42	\ntest success :)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2493	\N	\N	\N
-29051	479	6584	2007-11-24 03:50:16	\nRemove comments from watch file\n* Clean-up data package description\n* Remove nostrip check from rules\n\n	\N	f	\N	\N	2.0.1.0	\N	\N	\N	4752	1	\N	\N
-29052	479	6584	2007-11-08 16:50:12	\nAdd note about watch file change to changelog\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4589	\N	\N	\N
-29053	479	6584	2007-11-08 05:20:08	\nUpdate watch file (New upstream naming)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4588	\N	\N	\N
-29054	479	6584	2007-11-08 05:19:13	\n* New upstream release\n* Bump debhelper build-dep to match compat\n* Add desktop file\n* Is asc-music still a valid package now?\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4587	\N	\N	\N
-29055	305	6584	2007-11-06 17:45:44	\nrename XS-Vcs-* to Vcs-* since it's an official field now.\nmove homepage from the description to the new Homepage field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4578	\N	\N	\N
-29057	479	6585	2007-10-21 18:22:28	\nFix watch and desktop files\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4451	\N	\N	\N
-29058	497	6585	2007-10-11 16:58:47	\nCommit latest billard-gl upload, prepare next upload with other changes.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4380	\N	\N	\N
-29059	479	6585	2007-10-05 18:23:11	\nAdd desktop file and icon\nFix lintian warnings\nBump standards\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4333	\N	\N	\N
-29060	305	6585	2007-10-01 11:52:51	\nthe current maintainer is the DGT\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4297	\N	\N	\N
-29063	271	6586	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-29091	481	6592	2007-07-10 19:29:05	\nDebian Menu Policy transition.\n	\N	\N	\N	\N	\N	\N	\N	\N	3312	\N	\N	\N
-29092	487	6592	2007-03-30 12:37:45	\ngravitywars (1.102-31) unstable; urgency=low\n\n  * debian/control:\n    + Fixed the maintainer field.\n    + Added Vcs fields.\n  * debian/compat:\n    + Set level to 5.\n\n -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Fri, 30 Mar 2007 12:36:04 +0200\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2519	\N	\N	\N
-29093	499	6593	2007-11-10 10:10:32	\nAdd .desktop file\nAdd watch file\n\n\n	\N	f	\N	\N	1.1	\N	\N	\N	4623	8	\N	\N
-29094	305	6593	2007-10-22 00:18:52	\nadd a Homepage: field in the control\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4454	\N	\N	\N
-29095	265	6593	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-29096	305	6593	2007-09-30 00:53:51	\nimprove the changelog\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4296	\N	\N	\N
-29097	305	6593	2007-09-30 00:13:14	\nfix 10_nobusyloop.diff\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4295	\N	\N	\N
-29098	488	6594	2007-09-05 02:48:12	\nChecking in new packaging for warsow-0.32\n	\N	f	\N	\N	0.32.dfsg	\N	\N	\N	4067	1	\N	\N
-29099	488	6594	2007-08-12 20:43:13	\norigUrl property reset for warsow_0.31.dfsg\n	\N	\N	\N	\N	\N	\N	\N	\N	3638	\N	\N	\N
-29100	317	6594	2007-08-07 15:41:18	\nget read for next release\n	\N	\N	\N	\N	\N	\N	\N	\N	3577	\N	\N	\N
-29101	317	6594	2007-08-07 15:36:53	\nxbase-clients as dependency for warsow; adding missing space to hamepage semi-header\n	\N	\N	\N	\N	\N	\N	\N	\N	3575	\N	\N	\N
-29102	488	6594	2007-08-07 04:43:26	\nChecking in change in warsow script to check for DRI and max textures (bug #435468)\n	\N	\N	\N	\N	\N	\N	\N	\N	3572	\N	\N	\N
-29103	488	6595	2007-11-15 17:28:32	\nChecking in packaging for alien-arena-data 6.10-1\n	\N	f	\N	\N	6.10	\N	\N	\N	4674	1	\N	\N
-29104	488	6595	2007-08-12 20:31:09	\norigUrl property reset for alien-arena-data-6.05\n	\N	\N	\N	\N	\N	\N	\N	\N	3635	\N	\N	\N
-29105	488	6595	2007-07-16 04:44:28	\nPreparing for release tag.\n	\N	\N	\N	\N	\N	\N	\N	\N	3415	\N	\N	\N
-29134	271	6601	2007-11-04 05:21:44	\nAdded ii-esu files\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4544	\N	\N	\N
-29135	480	6602	2007-12-07 19:56:33	\nremove config.log in clean target\n\n	\N	f	\N	\N	2:2.4.7+dfsg	2	\N	\N	4866	2	\N	\N
-29136	480	6602	2007-11-29 11:10:50	\nprefix DM-Upload-Allowed with "XS-" so it gets into the .dsc file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4794	\N	\N	\N
-29137	480	6602	2007-11-29 00:59:30	\ncapitalization\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4793	\N	\N	\N
-29138	480	6602	2007-11-29 00:09:03	\nDM-Upload-Allowed: yes following mailing list announcement + the go ahead from\nmy sponsor\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4792	\N	\N	\N
-29139	480	6602	2007-11-11 20:40:59	\nversioned Conflicts: as we also Provide:\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4632	\N	\N	\N
-29140	313	6603	2007-01-06 20:28:26	\nupload to unstable\n	\N	t	\N	\N	1	\N	\N	\N	2268	\N	\N	\N
-29141	356	6603	2006-10-05 22:20:48	\nthe default for quake3-data/cdrom doesn't need to be localised\n	\N	\N	\N	\N	\N	\N	\N	\N	1782	\N	\N	\N
-29142	356	6603	2006-10-05 22:19:03	\ngettextize debconf\n	\N	\N	\N	\N	\N	\N	\N	\N	1781	\N	\N	\N
-29143	356	6603	2006-10-05 22:08:28	\nfix a couple of debconf related lintian warnings\n	\N	\N	\N	\N	\N	\N	\N	\N	1780	\N	\N	\N
-29144	482	6603	2006-09-14 00:52:12	\nfixed an error lintian was complaining about\n	\N	\N	\N	\N	\N	\N	\N	\N	1572	\N	\N	\N
-29146	479	6604	2007-11-13 05:12:17	\nFix my broken watch file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4644	\N	\N	\N
-29147	479	6604	2007-10-20 19:15:53	\nForgot to add changelog entry\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4442	\N	\N	\N
-29148	479	6604	2007-10-20 19:14:48	\nAdd watch file and desktop file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4441	\N	\N	\N
-29149	265	6604	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-29167	487	6608	2006-05-17 02:24:08	\nlangdrill (0.3-6) unstable; urgency=low\n\n  * Moved packaging to the Debian Games Team.\n  * Use quilt for patch management.\n  * debian/control:\n    + Set policy to 3.7.2.\n    + Build-depend on quilt.\n    + Set section to games instead of gnome.\n\n  * debian/patches/000_pkg_config.diff:\n    + New patch courtesy of Matt Kraai -- use pkg-config to find the cairo.h\n      include path (Closes: #355991).\n\n  * debian/patches/010_cxx_standard.diff:\n    + New patch from old diff.gz -- compilation fix for newer g++.\n\n  * debian/patches/010_vdk_updates.diff:\n    + New patch from old diff.gz -- compilation fix for newer VDK versions.\n\n  * debian/patches/020_documentation.diff:\n    + New patch from old diff.gz -- minor documentation fixes.\n\n  * debian/patches/030_french_utf8.diff:\n    + New patch from old diff.gz -- convert the French drill to UTF-8.\n\n  * debian/patches/030_japanese.diff:\n    + New patch from old diff.gz -- Japanese improvements.\n\n  * debian/patches/030_swedish.diff:\n    + New patch from old diff.gz -- user-contributed Swedish drill.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	693	\N	\N	\N
-29168	479	6609	2007-11-13 03:19:00	\n* New upstream release\n* Remove deprecated encoding tag from desktop file and full path in exec\n* Remove XS- from VCS fields in control\n* Add Homepage field in control\n* 20_remove_gentoo_dir.diff - Remove gentoo subdir from Makefile.*\n* Bug #383007 mentions using a merged tarball to get the data package\n  + source but I am not sure how to effectively do that.\n\n	\N	f	\N	\N	2.0.1	\N	\N	\N	4641	1	\N	\N
-29170	344	6609	2007-10-01 12:50:20	\nFix typos in long descriptions, closes: 444827\n	\N	\N	\N	\N	\N	\N	\N	\N	4298	\N	\N	\N
-29172	305	6609	2007-08-14 23:41:09	\n use dh_clean instead of rm -rf\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3679	\N	\N	\N
-29202	479	6618	2007-12-14 03:15:51	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4934	\N	\N	\N
-29203	479	6618	2007-12-14 03:15:30	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	4933	\N	\N	\N
-29204	503	6619	2007-12-13 00:32:36	\n* qt-copy update\n\n	\N	f	\N	\N	4.3.3	\N	\N	\N	8228	2	\N	\N
-29205	504	6619	2007-12-07 14:23:43	\nReady to upload Qt4.3.3: \n* Fix description contains homepage lintian warning.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8153	\N	\N	\N
-29206	504	6619	2007-12-07 14:09:20	\n* Disable "mips breaking abi" patch.\n* Use --as-needed.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8152	\N	\N	\N
-29207	504	6619	2007-12-07 09:42:00	\n* Update patch to fix #451046.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8147	\N	\N	\N
-29208	504	6619	2007-12-06 23:53:42	\n  * Bump Standards-Version to 3.7.3.\n  * Merge Kubuntu load ssl patch. Thanks to Jonathan Riddell.\n  * Add CDDL exception to debian/copyright.\n  * Add 21_mis-assumes_non-irix_mips_systems_have_no_fpu patch.\n    Thanks to Thiemo Seufer.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8145	\N	\N	\N
-29209	274	6620	2007-10-14 17:57:38	\nkdegames 3.5.8\n\n	\N	f	\N	\N	4:3.5.8	4	\N	\N	7461	1	\N	\N
-29210	505	6620	2007-07-23 22:54:06	\nimlement use of uploaders.mk and update updloaders\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6824	\N	\N	\N
-29211	505	6620	2007-05-28 14:05:04	\nfix alpha build failure\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6384	\N	\N	\N
-29212	274	6620	2007-05-16 02:34:44	\nwe do not want to do a NMU to our package, right?\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6222	\N	\N	\N
-29213	274	6620	2007-05-16 02:33:40	\nkdegames 3.5.7\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6221	\N	\N	\N
-29214	274	6621	2007-10-20 02:41:54	\nmake pbuilder happy\n\n	\N	f	\N	\N	4:3.5.8	4	\N	\N	7580	1	\N	\N
-29215	274	6621	2007-10-20 02:34:27	\n  * Update the deps of the packages to kdelibs4c2a (>= 4:3.5.8-1) to avoid\n    translations migrate to testing before kdelibs.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7579	\N	\N	\N
-29216	274	6621	2007-10-20 02:29:30	\noops, and thai\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7578	\N	\N	\N
-29217	274	6621	2007-10-20 02:23:54	\nKashubian, Kazakh and Vietnamese\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7577	\N	\N	\N
-29218	274	6621	2007-10-20 02:08:17	\nwalloon and telugu\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7576	\N	\N	\N
-29222	274	6622	2007-05-17 18:24:32	\nkdebindings 3.5.7\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6259	\N	\N	\N
-29246	274	6627	2007-01-05 14:12:42	\nRemoving Luk and Riku from Uploaders.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5241	\N	\N	\N
-29247	507	6627	2006-05-15 17:42:44	\nBump standards version (no changes should be needed)\nand also debhelper requirement (shuts up lintian, since cdbs\nruns a dh_ that only appeared in 5.0.31, or something like that)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3777	\N	\N	\N
-29248	508	6627	2006-05-12 20:52:33	\nUploading\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3725	\N	\N	\N
-29249	504	6628	2007-12-06 17:50:32	\n* Use fabo at d.o for Debian related work.\n	\N	t	\N	\N	5:54	5	\N	\N	8143	\N	\N	\N
-29250	274	6628	2007-11-02 00:22:46	\nupdate uploaders for meta-kde\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7792	\N	\N	\N
-29251	509	6628	2007-11-01 22:47:03	\n* Remove kxmleditor and rekall. Thanks to Luk Claes. (Closes: #448918)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7788	\N	\N	\N
-29252	274	6628	2007-06-17 13:25:26	\nadd mailody and tripod\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6523	\N	\N	\N
-29253	274	6628	2007-06-17 13:16:41	\nupdating date and let's upload\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6522	\N	\N	\N
-29254	274	6629	2007-10-14 23:22:08	\nkdeaddonds 3.5.7\n\n	\N	f	\N	\N	4:3.5.8	4	\N	\N	7472	1	\N	\N
-29255	274	6629	2007-10-05 13:24:31	\nSwitch to db4.6\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7344	\N	\N	\N
-29256	274	6629	2007-07-24 20:37:59	\nupdate menu files for kdeaddons\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6853	\N	\N	\N
-29257	505	6629	2007-07-23 22:28:53	\nimplement uploaders.mk\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6818	\N	\N	\N
-29258	274	6629	2007-05-23 21:09:33	\nfixing typos. oops :D\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6327	\N	\N	\N
-29259	504	6630	2007-12-06 17:50:32	\n* Use fabo at d.o for Debian related work.\n	\N	f	\N	\N	4:3.5.8.dfsg.1	4	\N	\N	8143	2	\N	\N
-29260	274	6630	2007-11-15 02:30:41	\nupdate uploaders\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7899	\N	\N	\N
-29261	274	6630	2007-11-15 02:28:48	\nsync control/.in\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7898	\N	\N	\N
-29262	274	6630	2007-11-15 02:14:00	\n Add dependence of konqueror-nsplugins on konqueror. (Closes: #446998)\n Add debconf template translations into fi by Esko Araj?\\195?\\164rvi (Closes: #447055)\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7897	\N	\N	\N
-29263	510	6630	2007-11-14 23:00:42	\n* Split off kdebase-bin-kde3 which contains executables which can be provided by KDE3 or KDE4.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7891	\N	\N	\N
-29264	274	6631	2007-10-15 18:39:55	\npic was actually moved\n\n	\N	f	\N	\N	4:3.5.8	4	\N	\N	7484	1	\N	\N
-29265	274	6631	2007-10-15 18:10:00	\nfile removed\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7482	\N	\N	\N
-29266	274	6631	2007-10-15 17:22:04	\nanother update\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7479	\N	\N	\N
-29267	274	6631	2007-10-15 17:09:54	\nkdewebdev 3.5.8\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7478	\N	\N	\N
-29292	505	6636	2007-07-23 22:11:07	\nimplement uploaders.mk\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6815	\N	\N	\N
-29293	509	6636	2007-05-29 14:54:26	\n* Apply patch from Matthias Kretz to reduce power usage.\n	\N	\N	\N	\N	\N	\N	\N	\N	6392	\N	\N	\N
-29294	511	6637	2007-10-28 22:52:06	\nfix again\n\n	\N	f	\N	\N	4:3.5.0	4	\N	\N	7707	2	\N	\N
-29295	511	6637	2007-10-28 22:46:27	\nfix patch\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7706	\N	\N	\N
-29296	511	6637	2007-10-24 15:51:35	\nfix plugins double update\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7644	\N	\N	\N
-29297	511	6637	2007-10-17 08:02:09	\nkdevelop 3.5.0-1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7504	\N	\N	\N
-29298	511	6637	2007-10-17 07:56:02	\nkdevelop: add patch for broken .desktop entries\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7503	\N	\N	\N
-29299	509	6638	2007-11-01 22:26:07	\n\n  * Fix qt3config.desktop. Thank to Pino Toscano.\n\n\n	\N	f	\N	\N	3:3.3.7	3	\N	\N	7786	10	\N	\N
-29300	505	6638	2007-09-27 09:22:48	\nDEB_HOST_ARCH and DEB_BUILD_ARCH - naming beat my logic - correcting\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7255	\N	\N	\N
-29301	505	6638	2007-09-27 09:14:29	\nsoften changelog\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7254	\N	\N	\N
-29302	505	6638	2007-09-27 01:08:40	\nthere is a slight difference in shell scripting between \nDPKG_ARCH and $DPKG_ARCH\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7249	\N	\N	\N
-29303	505	6638	2007-09-26 21:44:24	\nwork around uname -m usage.\n\nI guess this needs to be ported to qt4 also\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7244	\N	\N	\N
-29304	274	6639	2007-10-14 18:30:14	\nkdeaccesibility 3.5.8\n\n	\N	f	\N	\N	4:3.5.8	4	\N	\N	7465	1	\N	\N
-29305	274	6639	2007-07-24 20:36:50	\nupdate menu files for kdeaccessibility.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6852	\N	\N	\N
-29306	505	6639	2007-07-23 22:18:04	\nimplement use of uploadrs.mk and update control\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6816	\N	\N	\N
-29307	274	6639	2007-05-16 04:18:54	\nkdeaccesibility 3.5.7\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6225	\N	\N	\N
-29308	274	6639	2007-04-20 19:17:56	\nkdeaccesibility 3.5.6 to unstable\nhave a nice weekend!\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5959	\N	\N	\N
-29309	504	6640	2007-12-06 17:50:32	\n* Use fabo at d.o for Debian related work.\n	\N	f	\N	\N	4:3.5.8	4	\N	\N	8143	1	\N	\N
-29310	274	6640	2007-10-11 01:32:59	\nkdeadmin 3.5.8\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7398	\N	\N	\N
-29311	274	6640	2007-07-24 20:52:40	\nmenu transition for kdeadmin.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6854	\N	\N	\N
-29312	505	6640	2007-07-23 22:22:51	\nimplement use of uploaders.mk and update uploaders\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6817	\N	\N	\N
-29313	274	6640	2007-05-16 01:33:39	\nkdeadmin 3.5.6\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6215	\N	\N	\N
-29314	274	6641	2007-10-14 22:18:04	\nsync control*\n\n	\N	f	\N	\N	4:3.5.8	4	\N	\N	7470	1	\N	\N
-29315	274	6641	2007-10-11 20:35:54	\nnew patch+fixed bug\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7410	\N	\N	\N
-29316	274	6641	2007-10-11 20:15:35	\nkdenetwork 3.5.8 patches stuff\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7409	\N	\N	\N
-29338	274	6645	2006-10-24 21:36:27	\nkoffice-l10n 1.6.0\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4784	\N	\N	\N
-29339	274	6646	2007-12-15 01:11:03	\nreverting this, it does nto fix the problem\n\n	\N	f	\N	\N	0.2.3	\N	\N	\N	8236	2	\N	\N
-29340	274	6646	2007-12-10 02:28:58	\nwv2 update\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8196	\N	\N	\N
-29341	506	6646	2007-02-07 19:00:04	\nTime to say goodbye o/~\n\nI had a very great time in the QT/KDE Team, I guess I'm now up to other\nthings, new horizons !\n\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5566	\N	\N	\N
-29342	274	6646	2007-01-05 14:12:42	\nRemoving Luk and Riku from Uploaders.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5241	\N	\N	\N
-29343	507	6646	2006-06-18 21:40:29	\nRegenerate build files for new version.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3974	\N	\N	\N
-29344	504	6647	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	0.8.0	\N	\N	\N	8140	3	\N	\N
-29345	512	6647	2007-09-01 12:48:41	\n* Depends: python-qt-dev\n  - mountconfig in guidance needs pyqtconfig\n	\N	\N	\N	\N	\N	\N	\N	\N	7167	\N	\N	\N
-29346	512	6647	2007-09-01 12:31:16	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	7165	\N	\N	\N
-29347	512	6647	2007-09-01 12:13:44	\nReleasing\n	\N	\N	\N	\N	\N	\N	\N	\N	7162	\N	\N	\N
-29348	512	6647	2007-09-01 10:17:16	\n* Remove RCD_PARAMS := multiuser (ubuntism)\n  - uses update-rc.d multiuser, which is a ubuntuism (Closes: #428001)\n	\N	\N	\N	\N	\N	\N	\N	\N	7161	\N	\N	\N
-29349	513	6648	2007-10-31 12:46:31	\nChanging obsolete XS-VCS-* for VCS-*.\n\n	\N	f	\N	\N	1.0	\N	\N	\N	7744	1	\N	\N
-29350	513	6648	2007-10-31 09:07:20	\nAdded XS-Vcs-Svn and XS-Vcs-Browser fields. Minor formatting on package description.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7742	\N	\N	\N
-29351	513	6648	2007-10-22 01:28:38	\nAdding colons to "Closes: " in changelog (one more time).\n	\N	\N	\N	\N	\N	\N	\N	\N	7639	\N	\N	\N
-29352	513	6648	2007-10-22 01:28:03	\ncontrol: Removing empty lines in the description field.\n	\N	\N	\N	\N	\N	\N	\N	\N	7638	\N	\N	\N
-29353	513	6648	2007-10-22 00:56:50	\nUpdated changelog. Closes #313714, #263393 and #353796.\n	\N	\N	\N	\N	\N	\N	\N	\N	7635	\N	\N	\N
-29354	514	6649	2007-05-31 14:19:36	\n[svn-inject] Applying Debian modifications to trunk\n	\N	f	\N	\N	0.9.4	\N	\N	\N	6410	2	\N	\N
-29355	514	6649	2007-05-31 14:16:17	\n[svn-inject] Forking scim-qtimm source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	6409	\N	\N	\N
-29381	516	6655	2007-12-13 12:45:21	\nFixed some small python problems in kblueplugd.\nRemoved obsolted conffile /etc/kde3/obexrc\nin preinst script, closes: #454912\nUpdated to SVN revision 748007, closes: #455373\nReplaced build dependency on automake1.9 by automake.\nBumped Standard-Version to 3.7.3, no changes needed.\nRemoved homepage from description.\n\n\n	\N	f	\N	\N	1.0~beta8	\N	\N	\N	8229	3	\N	\N
-29382	504	6655	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8140	\N	\N	\N
-29383	516	6655	2007-10-04 10:03:45	\nSome small fixes in kblueplugd\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7333	\N	\N	\N
-29384	516	6655	2007-10-01 20:10:13	\nRelease 1~beta8-2\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7312	\N	\N	\N
-29385	512	6655	2007-09-30 12:35:00	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	7304	\N	\N	\N
-29386	504	6656	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	0.8.7	\N	\N	\N	8140	3	\N	\N
-29387	512	6656	2007-08-06 22:16:39	\n* Remove get-orig-source targets. sf.net sillyness.\n	\N	\N	\N	\N	\N	\N	\N	\N	6991	\N	\N	\N
-29388	512	6656	2007-08-04 10:38:05	\n* Switch get-orig-source to dpatch-get-origtargz\n	\N	\N	\N	\N	\N	\N	\N	\N	6947	\N	\N	\N
-29389	512	6656	2007-07-25 23:35:12	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	6859	\N	\N	\N
-29390	512	6656	2007-07-25 23:06:10	\n* Don't build developer pdf docs, we didn't ship anyway\n  - FTBFS: Bus error in ps2pdf14 (Closes: #434676)\n	\N	\N	\N	\N	\N	\N	\N	\N	6857	\N	\N	\N
-29391	504	6657	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	0.4.9.3.1	\N	\N	\N	8140	2	\N	\N
-29392	512	6657	2007-08-07 23:16:48	\n* NOT RELEASED YET\n* Update get-orig-source target\n	\N	\N	\N	\N	\N	\N	\N	\N	7003	\N	\N	\N
-29393	509	6657	2007-05-17 09:46:09	\ntags kbfx-0.4.9.3.1\n	\N	\N	\N	\N	\N	\N	\N	\N	6252	\N	\N	\N
-29394	512	6657	2007-03-04 13:35:58	\n* Robust get-orig-source target\n	\N	\N	\N	\N	\N	\N	\N	\N	5690	\N	\N	\N
-29395	512	6657	2007-03-04 13:28:32	\n* (NOT RELEASED YET) New upstream release\n* Update debian/watch\n	\N	\N	\N	\N	\N	\N	\N	\N	5689	\N	\N	\N
-29396	504	6658	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	1.0.4	\N	\N	\N	8140	3	\N	\N
-29397	512	6658	2007-08-18 20:12:39	\n* NOT RELEASED YET\n* Architecture: amd64 i386 powerpc as qemu only exists there. \n  - Helps buildserver.net\n	\N	\N	\N	\N	\N	\N	\N	\N	7106	\N	\N	\N
-29398	509	6658	2007-07-17 00:58:13	\nadd qemu build-depend\n	\N	\N	\N	\N	\N	\N	\N	\N	6749	\N	\N	\N
-29424	512	6664	2007-07-28 12:08:24	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	6881	\N	\N	\N
-29425	517	6664	2007-06-04 00:18:43	\ncorrect patch this time.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6427	\N	\N	\N
-29426	517	6664	2007-06-04 00:14:20	\nPatch was not enough. Additional patch added. Ready for upload.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6426	\N	\N	\N
-29427	517	6664	2007-06-02 11:10:36	\nWrong environment set.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6417	\N	\N	\N
-29428	363	6665	2007-08-13 10:25:38	\nSync with current package available in the archive\n\n	\N	f	\N	\N	1.0~beta1	\N	\N	\N	7084	1	\N	\N
-29429	512	6665	2006-12-04 22:33:46	\nLink svn README to packages\n	\N	\N	\N	\N	\N	\N	\N	\N	5065	\N	\N	\N
-29430	512	6665	2006-11-16 21:32:19	\nhttp://buildserver.net\n	\N	\N	\N	\N	\N	\N	\N	\N	4917	\N	\N	\N
-29431	512	6665	2006-10-08 17:00:44	\ndebian/rules get-orig-source target & tarballs/ build-area dirs\n	\N	\N	\N	\N	\N	\N	\N	\N	4639	\N	\N	\N
-29432	363	6665	2006-05-11 19:37:21	\nAdd menu entry closes #366784\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3717	\N	\N	\N
-29433	512	6666	2007-11-24 14:24:21	\n* NOT RELEASED YET\n	\N	f	\N	\N	0.0.8	\N	\N	\N	8074	2	\N	\N
-29434	512	6666	2007-11-24 14:23:45	\n* Add get-orig-source target\n	\N	\N	\N	\N	\N	\N	\N	\N	8073	\N	\N	\N
-29435	512	6666	2007-11-24 14:16:20	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	8072	\N	\N	\N
-29436	512	6666	2007-11-24 14:16:16	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	8071	\N	\N	\N
-29437	504	6667	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	0.5.7	\N	\N	\N	8140	2	\N	\N
-29438	512	6667	2007-11-14 22:41:41	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	7886	\N	\N	\N
-29439	512	6667	2007-11-14 22:36:22	\n* New upstream release\n* debian/patches/10_desktop_entry_missing_required_key.diff included\n  upstream\n	\N	\N	\N	\N	\N	\N	\N	\N	7884	\N	\N	\N
-29440	509	6667	2007-08-07 16:52:23	\n  * New upstream release. (Closes: #429490)\n  * Add konqueror dependency to strigi-applet due to kfmclient usage.\n  * Add patch to fix desktop-entry-missing-required-key lintian error\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6996	\N	\N	\N
-29441	509	6667	2007-06-15 21:57:56	\ntag strigiapplet-0.5.1-2 :\n\n  * Drop libextractor-dev build dependency.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6496	\N	\N	\N
-29442	504	6668	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	0.8.0	\N	\N	\N	8140	2	\N	\N
-29466	509	6672	2005-12-02 11:55:01	\nInitial debian directory for kat 0.6.4\n	\N	\N	\N	\N	\N	\N	\N	\N	2499	\N	\N	\N
-29467	504	6673	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	1.80.0	\N	\N	\N	8140	2	\N	\N
-29468	512	6673	2007-08-18 20:01:51	\nSwitch to gnome-pkg-tools/1/rules/sf-get-source.mk\n	\N	\N	\N	\N	\N	\N	\N	\N	7104	\N	\N	\N
-29469	512	6673	2007-08-12 13:39:29	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	7059	\N	\N	\N
-29470	512	6673	2007-07-26 18:06:08	\nsetpropsel\n	\N	\N	\N	\N	\N	\N	\N	\N	6861	\N	\N	\N
-29471	509	6673	2007-07-22 21:20:30	\nTags Krusader 1.80.0 "Final 3rd Stone"\n\nhere we are, this is probably the last release for KDE 3.x series.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6800	\N	\N	\N
-29472	504	6674	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	0.8.9	\N	\N	\N	8140	2	\N	\N
-29473	512	6674	2007-06-22 11:05:49	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	6556	\N	\N	\N
-29474	509	6674	2007-05-28 20:44:37	\ntags kvpnc-0.8.9-1\n	\N	\N	\N	\N	\N	\N	\N	\N	6389	\N	\N	\N
-29475	512	6674	2007-05-03 22:42:00	\n* New upstream release\n* TODO: moc: profilecertoptionsbase.h: No such file\n	\N	\N	\N	\N	\N	\N	\N	\N	6056	\N	\N	\N
-29476	512	6674	2007-04-28 21:22:47	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	6008	\N	\N	\N
-29477	512	6675	2007-08-12 13:46:50	\n* Remove Build-Depends: g++-3.4 [hppa] - no longer available\n	\N	f	\N	\N	1.2	\N	\N	\N	7060	3	\N	\N
-29478	512	6675	2007-08-05 21:11:09	\nErrant line\n	\N	\N	\N	\N	\N	\N	\N	\N	6973	\N	\N	\N
-29479	274	6675	2007-07-17 19:28:24	\nAdding "svn propset mergeWithUpstream 1 debian"\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6764	\N	\N	\N
-29480	512	6675	2006-11-16 21:32:19	\nhttp://buildserver.net\n	\N	\N	\N	\N	\N	\N	\N	\N	4917	\N	\N	\N
-29481	512	6675	2006-10-08 17:00:44	\ndebian/rules get-orig-source target & tarballs/ build-area dirs\n	\N	\N	\N	\N	\N	\N	\N	\N	4639	\N	\N	\N
-29482	519	6676	2007-08-30 11:21:58	\n1.0.1-4: add new patch to fix yet another new lintian warning. it started auditing upstream code, hmm.\n	\N	f	\N	\N	1.0.1	\N	\N	\N	7144	4	\N	\N
-29508	514	6681	2007-01-08 07:12:01	\n[svn-inject] Setting properties of skim/debian/\n	\N	\N	\N	\N	\N	\N	\N	\N	5261	\N	\N	\N
-29509	514	6681	2007-01-08 07:10:50	\nLoad newtrunk into kde-extras/skim/trunk.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5260	\N	\N	\N
-29510	514	6681	2007-01-08 07:07:41	\n[svn-inject] Forking skim source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	5259	\N	\N	\N
-29511	514	6681	2007-01-08 06:54:39	\n[svn-inject] Forking skim source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	5257	\N	\N	\N
-29513	512	6682	2007-05-03 22:06:13	\n* Include gcc4.3 patch from Martin (Closes: #417359)\n	\N	\N	\N	\N	\N	\N	\N	\N	6054	\N	\N	\N
-29514	512	6682	2007-03-04 13:52:42	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	5695	\N	\N	\N
-29515	512	6682	2007-03-04 13:48:47	\nReleasing\n	\N	\N	\N	\N	\N	\N	\N	\N	5693	\N	\N	\N
-29516	509	6682	2007-02-03 19:18:53	\nprepare libsynaptics 0.14.6c-1\n	\N	\N	\N	\N	\N	\N	\N	\N	5525	\N	\N	\N
-29517	512	6683	2007-12-10 08:30:12	\n* New upstream release\n	\N	f	\N	\N	2:0.9.3~rc1	2	\N	\N	8198	1	\N	\N
-29518	512	6683	2007-11-21 19:30:13	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	8015	\N	\N	\N
-29519	512	6683	2007-11-21 18:29:44	\n* New upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	8011	\N	\N	\N
-29520	512	6683	2007-11-21 15:53:50	\n* (NOT RELEASED YET) New upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	8009	\N	\N	\N
-29521	512	6683	2007-11-18 16:25:16	\n* Remove Depends: libgphoto2-2-dev thnks to kdelibs patch from pusling\n* Working debian/watch from Raphael\n  - debian/watch fails to report upstream&#39;s version (Closes:\n  #449649)\n	\N	\N	\N	\N	\N	\N	\N	\N	7953	\N	\N	\N
-29522	516	6684	2007-12-11 14:22:19	\nFixed some lintian errors/warnings before uploading:\n\tBuild-depend on autotools-dev and cp up-to-date files to archive.\n\tDo not ignore errors in "make clean".\n\n\n	\N	f	\N	\N	1.3.22	\N	\N	\N	8203	5	\N	\N
-29523	516	6684	2007-12-11 12:49:18	\nReleased 1.3.22-5\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8202	\N	\N	\N
-29524	516	6684	2007-12-11 12:48:01	\nBumped standards version to 3.7.3.\nBumped tora.dekstop to version 1.0, closes: #455588\nAdded call to dh_desktop.\nBumbed debhelper version to 5.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8201	\N	\N	\N
-29550	520	6689	2006-01-10 01:20:47	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	2812	\N	\N	\N
-29551	520	6689	2006-01-10 00:45:21	\n[svn-inject] Setting properties of kboggle/debian/\n	\N	\N	\N	\N	\N	\N	\N	\N	2810	\N	\N	\N
-29552	512	6690	2007-11-12 23:35:27	\n* Change Build-Depends: libgpod-nogtk-dev\n	\N	f	\N	\N	0.1.5~beta1	\N	\N	\N	7864	4	\N	\N
-29553	512	6690	2007-10-31 00:44:54	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	7736	\N	\N	\N
-29554	512	6690	2007-10-31 00:31:12	\n* Add Build-Depends: libltdl3-dev\n  - kipi-plugins_0.1.5~beta1-2(alpha/experimental): FTBFS:\n  /usr/lib/libltdl.la: No such file or directory (Closes: #448429)\n	\N	\N	\N	\N	\N	\N	\N	\N	7733	\N	\N	\N
-29555	512	6690	2007-10-25 22:46:25	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	7660	\N	\N	\N
-29556	512	6690	2007-10-25 22:34:43	\n~ mangle in debian/watch\n	\N	\N	\N	\N	\N	\N	\N	\N	7657	\N	\N	\N
-29557	274	6691	2007-07-17 19:28:24	\nAdding "svn propset mergeWithUpstream 1 debian"\n\n	\N	f	\N	\N	0.5.4	\N	\N	\N	6764	1	\N	\N
-29558	512	6691	2006-12-04 22:33:46	\nLink svn README to packages\n	\N	\N	\N	\N	\N	\N	\N	\N	5065	\N	\N	\N
-29559	274	6691	2006-10-28 03:44:13	\nLittle changes in the changelog file.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4809	\N	\N	\N
-29560	505	6691	2006-10-28 02:50:20	\nFixes unneeded linking\nfixes build-depends\nupdates buildprep accordingly\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4806	\N	\N	\N
-29561	274	6691	2006-10-28 01:53:43	\n * Moved .desktop file to the right place.\n * Added quilt to manage patches.\n * Added patch to fix kompose version number.\n * Improved debian/copyright file.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4805	\N	\N	\N
-29562	504	6692	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	0.4.0.2	\N	\N	\N	8140	2	\N	\N
-29563	512	6692	2006-12-04 22:33:46	\nLink svn README to packages\n	\N	\N	\N	\N	\N	\N	\N	\N	5065	\N	\N	\N
-29564	512	6692	2006-10-08 17:00:44	\ndebian/rules get-orig-source target & tarballs/ build-area dirs\n	\N	\N	\N	\N	\N	\N	\N	\N	4639	\N	\N	\N
-29565	509	6692	2006-09-17 01:31:45	\ntags kasablanca 0.4.0.2-2\n	\N	\N	\N	\N	\N	\N	\N	\N	4506	\N	\N	\N
-29566	509	6692	2006-03-31 10:35:03	\nbumped compat to 5, added extra space to have verbatim homepage\n	\N	\N	\N	\N	\N	\N	\N	\N	3449	\N	\N	\N
-29567	274	6693	2006-12-29 00:36:28	\nFixing homepage\n\n	\N	f	\N	\N	0.9.9.2	\N	\N	\N	5194	3	\N	\N
-29594	512	6698	2006-10-08 17:00:44	\ndebian/rules get-orig-source target & tarballs/ build-area dirs\n	\N	\N	\N	\N	\N	\N	\N	\N	4639	\N	\N	\N
-29595	509	6698	2006-09-21 17:50:46	\nforget to add the patches\n	\N	\N	\N	\N	\N	\N	\N	\N	4546	\N	\N	\N
-29596	509	6698	2006-09-21 17:50:15	\nmerge patches from ubuntu\n	\N	\N	\N	\N	\N	\N	\N	\N	4545	\N	\N	\N
-29597	504	6699	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	0.2.1	\N	\N	\N	8140	3	\N	\N
-29598	512	6699	2007-08-18 19:45:56	\n* Arch: amd64 arm i386 ia64 powerpc to assist buildserver.net\n	\N	\N	\N	\N	\N	\N	\N	\N	7102	\N	\N	\N
-29599	512	6699	2007-03-29 23:14:37	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	5786	\N	\N	\N
-29600	512	6699	2007-03-29 23:10:07	\n* Upload to unstable\n	\N	\N	\N	\N	\N	\N	\N	\N	5783	\N	\N	\N
-29601	512	6699	2007-03-29 23:00:04	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	5782	\N	\N	\N
-29602	504	6700	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	0.4.0	\N	\N	\N	8140	5	\N	\N
-29603	509	6700	2007-10-17 01:27:55	\n* Make pykdeextensions package arch all.\n* clean up rules.\n\ntags pykdeextensions 0.4.0-5\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7502	\N	\N	\N
-29604	509	6700	2007-10-07 18:37:04	\n* Build for python 2.4/2.5\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7363	\N	\N	\N
-29605	509	6700	2007-10-07 12:10:21	\n  * Add python-qt-dev build dependency.\n    pyqtconfig moved from python-qt3 to python-qt-dev. (Closes: #439504)\n  * Revert previous pyversions. Build with python 2.4/2.5. (Closes: #424505)\n  * Revert python-all-dev build dependency.\n  * Remove 12_force_python2.4_script patch.\n  * Remove *.py[co] files.\n\nTODO: debian policy compliant check.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7356	\N	\N	\N
-29606	512	6700	2007-09-01 12:34:42	\n* lintian cleanup: substvar-source-version-is-deprecated \n  - now uses ${binary:Version}\n	\N	\N	\N	\N	\N	\N	\N	\N	7166	\N	\N	\N
-29607	512	6701	2006-12-05 08:47:26	\n* NOT RELEASED YET\n	\N	f	\N	\N	0.2.5	\N	\N	\N	5069	3	\N	\N
-29608	512	6701	2006-12-04 22:33:46	\nLink svn README to packages\n	\N	\N	\N	\N	\N	\N	\N	\N	5065	\N	\N	\N
-29610	520	6701	2006-12-04 20:10:31	\nlibkexif: add updated 98_buildpref.diff\n	\N	\N	\N	\N	\N	\N	\N	\N	5060	\N	\N	\N
-29632	504	6706	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	0.3.1	\N	\N	\N	8140	1	\N	\N
-29633	509	6706	2007-10-03 08:36:16	\n  * Update menu file to latest Debian menu policy.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7316	\N	\N	\N
-29634	509	6706	2007-10-03 07:51:10	\nTag ksniffer 0.3.1:\n  * New upstream release.\n  * Remove KUser isSuperUser patch. Merged upstream.\n  * Update X-KDE-SubstituteUID patch. Add X-KDE-RootOnly.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7315	\N	\N	\N
-29635	509	6706	2007-07-22 13:37:58	\nTags ksniffer-0.3-1:\n  * New upstream release.\n  * Add patch to use KUser isSuperUser.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6796	\N	\N	\N
-29636	509	6706	2007-06-11 20:44:56	\ntags ksniffer-0.3~alpha2-1\n	\N	\N	\N	\N	\N	\N	\N	\N	6464	\N	\N	\N
-29637	513	6707	2007-12-16 17:44:34	\nMerged newpackaging(CDBS) branch into trunk.\n	\N	f	\N	\N	1.0	\N	\N	\N	8261	1	\N	\N
-29638	513	6707	2007-10-26 21:42:18	\nAdded packaging authors, license for manpage and manpage author.\n	\N	\N	\N	\N	\N	\N	\N	\N	7666	\N	\N	\N
-29639	513	6707	2007-10-26 21:23:59	\nAdded XS-Vcs-Svn and XS-Vcs-Browser to control file, as well as some minor formatting aspects on package description.\n \n	\N	\N	\N	\N	\N	\N	\N	\N	7665	\N	\N	\N
-29640	513	6707	2007-10-22 01:17:29	\nChangelog "one more time". Colon is important.\n	\N	\N	\N	\N	\N	\N	\N	\N	7637	\N	\N	\N
-29641	513	6707	2007-10-22 00:49:39	\nChangelog "one more time". l10n instead of i18n and #313714 applies to l10n package.\n	\N	\N	\N	\N	\N	\N	\N	\N	7634	\N	\N	\N
-29642	512	6708	2007-11-21 18:48:06	\n* NOT RELEASED YET\n	\N	f	\N	\N	0.9.3~beta3	\N	\N	\N	8013	2	\N	\N
-29643	512	6708	2007-11-21 18:27:56	\n* New upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	8010	\N	\N	\N
-29644	512	6708	2007-11-21 15:53:47	\n* (NOT RELEASED YET) New upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	8008	\N	\N	\N
-29645	512	6708	2007-08-07 23:23:16	\nCleanup for http://buildserver.net\n	\N	\N	\N	\N	\N	\N	\N	\N	7005	\N	\N	\N
-29646	512	6708	2007-07-04 08:46:27	\nSync README.Debian\n	\N	\N	\N	\N	\N	\N	\N	\N	6664	\N	\N	\N
-29647	504	6709	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	2.0.6	\N	\N	\N	8140	1	\N	\N
-29648	509	6709	2007-10-17 20:14:38	\n* Add makebuilddir target to generate proper configure script with automake.\n  Workaround unsermake generated configure provided by upstream.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7510	\N	\N	\N
-29649	512	6709	2007-09-30 12:22:37	\nchangelog\n	\N	\N	\N	\N	\N	\N	\N	\N	7299	\N	\N	\N
-29650	512	6709	2007-09-30 12:16:57	\n* (NOT RELEASED YET) New upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	7298	\N	\N	\N
-29674	509	6714	2007-05-15 21:56:42	\ntags kftpgrabber-0.8.1-1\n	\N	\N	\N	\N	\N	\N	\N	\N	6203	\N	\N	\N
-29675	512	6714	2007-05-01 20:47:29	\n* New upstream release\n  - This is a maintenance release that fixes some discovered bugs, so upgrade \n  is highly recommended. See full changelog for more details.\n	\N	\N	\N	\N	\N	\N	\N	\N	6015	\N	\N	\N
-29676	512	6714	2007-03-29 23:19:29	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	5789	\N	\N	\N
-29677	274	6715	2007-11-26 17:51:07	\nchanges on this one\n\n	\N	f	\N	\N	1.0.5	\N	\N	\N	8090	1	\N	\N
-29678	505	6715	2007-11-26 09:20:26	\ninitial import of tastymenu\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8086	\N	\N	\N
-29680	512	6716	2007-04-24 00:19:39	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	5981	\N	\N	\N
-29681	512	6716	2007-04-23 23:33:17	\n* Sync with ubuntu kfocus.cpp.diff \n  - happy to apply patches, but only if I know about them\n	\N	\N	\N	\N	\N	\N	\N	\N	5978	\N	\N	\N
-29682	512	6716	2006-12-04 22:33:46	\nLink svn README to packages\n	\N	\N	\N	\N	\N	\N	\N	\N	5065	\N	\N	\N
-29683	512	6716	2006-12-02 14:03:05	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	5030	\N	\N	\N
-29684	504	6717	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	0.7~beta1	\N	\N	\N	8140	1	\N	\N
-29685	509	6717	2007-10-17 15:10:47	\n* Add transkode script. Thanks to Pierre for the hint.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7509	\N	\N	\N
-29686	509	6717	2007-10-13 21:39:35	\n* Update transkode package.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7445	\N	\N	\N
-29687	512	6717	2007-03-03 19:28:25	\n* Robust get-orig-source target\n	\N	\N	\N	\N	\N	\N	\N	\N	5680	\N	\N	\N
-29688	512	6717	2006-10-08 17:00:44	\ndebian/rules get-orig-source target & tarballs/ build-area dirs\n	\N	\N	\N	\N	\N	\N	\N	\N	4639	\N	\N	\N
-29689	512	6718	2006-11-05 01:23:49	\n* NOT RELEASED YET\n	\N	f	\N	\N	20051117.dfsg	\N	\N	\N	4856	4	\N	\N
-29690	512	6718	2006-11-05 01:23:21	\nReleasing\n	\N	\N	\N	\N	\N	\N	\N	\N	4854	\N	\N	\N
-29693	512	6718	2006-10-08 04:25:04	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	4631	\N	\N	\N
-23399	365	5397	2007-10-20 09:37:42	\nRevert dropping uversionmangle in debian/watch as it is harmless when upstream uses 0.xxxx versions, but will do its job on next 0.xx release\n	\N	\N	\N	\N	\N	\N	\N	\N	8368	\N	\N	\N
-26779	386	6108	2006-11-06 12:15:44	\ncleanup\n	\N	\N	\N	\N	\N	\N	\N	\N	2721	\N	\N	\N
-23400	341	5397	2007-10-19 23:07:22	\nSeems ready to be uploaded\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8357	\N	\N	\N
-21807	298	5065	2006-08-30 07:47:39	\nImport of libcddb to deb-maint\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1211	\N	\N	\N
-23401	341	5397	2007-10-19 22:37:47	\nNew upstream release (0.0801)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8354	\N	\N	\N
-26780	386	6108	2006-11-06 12:11:08	\njunitperf (1.9.1-5) unstable; urgency=low\n\n  * built with java-gcj-compat-dev.\n  * debian/rules: \n    + removed ant-launcher.jar\n    + removed the test target (closes: #396419)\n  * Standards-Version: 3.7.2 (no change)\n\n -- Arnaud Vandyck <avdyk at debian.org>  Mon,  6 Nov 2006 12:10:29 +0100\n	\N	\N	\N	\N	\N	\N	\N	\N	2720	\N	\N	\N
-21809	299	5066	2007-10-27 02:09:08	\nAdd Svn-* tags.\n	\N	\N	\N	\N	\N	\N	\N	\N	5472	\N	\N	\N
-21810	299	5066	2007-10-27 02:07:01	\nPrepare for new release.\n	\N	\N	\N	\N	\N	\N	\N	\N	5471	\N	\N	\N
-23403	366	5398	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-21811	299	5066	2007-10-27 02:00:32	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	5470	\N	\N	\N
-26781	386	6108	2006-03-09 23:17:46	\n[svn-inject] Setting properties of junitperf/debian/\n	\N	\N	\N	\N	\N	\N	\N	\N	1979	\N	\N	\N
-21812	299	5066	2007-10-27 02:00:23	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	5469	\N	\N	\N
-23404	366	5398	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23405	366	5398	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-21814	290	5067	2007-11-29 11:30:51	\nremoved obsolete TODO file\n	\N	\N	\N	\N	\N	\N	\N	\N	6074	\N	\N	\N
-26782	400	6109	2007-11-30 23:56:57	\nUpdated control file: Vcs-* fields\n	\N	f	\N	\N	2.3+ds1	\N	\N	\N	4928	1	\N	\N
-21815	290	5067	2007-11-29 11:27:09	\nuseless\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6073	\N	\N	\N
-23406	365	5398	2007-07-30 15:53:17	\nuse authors/ URL\n	\N	\N	\N	\N	\N	\N	\N	\N	6117	\N	\N	\N
-21816	290	5067	2007-11-29 11:26:12	\nuploaded\n	\N	\N	\N	\N	\N	\N	\N	\N	6072	\N	\N	\N
-21817	290	5067	2007-11-29 11:18:05	\nfixed typo\n	\N	\N	\N	\N	\N	\N	\N	\N	6070	\N	\N	\N
-23408	365	5399	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-21819	300	5068	2007-12-09 19:39:43	\nstandards version 3.7.3\n	\N	\N	\N	\N	\N	\N	\N	\N	6459	\N	\N	\N
-21820	300	5068	2007-12-09 13:16:51	\ndebian/rules: fixed type\n	\N	\N	\N	\N	\N	\N	\N	\N	6451	\N	\N	\N
-23409	366	5399	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-21821	301	5068	2007-12-08 22:38:46	\njust attributing some changes on the changelog\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6446	\N	\N	\N
-21822	300	5068	2007-12-08 22:21:52	\nremoved obsolete README.Debian\n	\N	\N	\N	\N	\N	\N	\N	\N	6445	\N	\N	\N
-23410	366	5399	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23411	365	5399	2007-09-19 08:59:40	\nNote why this can\\t be uploaded yet\n	\N	\N	\N	\N	\N	\N	\N	\N	7742	\N	\N	\N
-21824	299	5069	2007-10-06 10:41:04	\n[svn-inject] Forking bool source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	5158	\N	\N	\N
-21825	299	5069	2007-10-06 10:41:01	\n[svn-inject] Installing original source of bool\n	\N	\N	\N	\N	\N	\N	\N	\N	5156	\N	\N	\N
-23413	365	5400	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-21827	302	5070	2007-02-14 21:59:20	\n* new upstream version - security fix:\n  http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0803 ,\n  closes: #410864\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2355	\N	\N	\N
-21828	302	5070	2006-10-10 22:08:04	\n* set urgency to high\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1539	\N	\N	\N
-23414	366	5400	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-21829	303	5070	2006-10-10 17:02:42	\nprepare release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1538	\N	\N	\N
-21830	303	5070	2006-10-10 16:47:14	\nWell, I am an idiot.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1537	\N	\N	\N
-21832	304	5071	2007-07-22 13:26:00	\n* Move all code from binary-indep target to binary-arch since this is an\n  arch:any package. Sorry about that (closes: #434115).\n	\N	\N	\N	\N	\N	\N	\N	\N	3969	\N	\N	\N
-21833	304	5071	2007-07-20 20:11:35	\n* Remove python-all dependency, which is included with python-all-dev.\n	\N	\N	\N	\N	\N	\N	\N	\N	3968	\N	\N	\N
-21834	304	5071	2007-07-20 12:37:08	\n* Build-depend on python-all / python-all-dev and make sure only ever to try\n  to compile against installed and supported versions (closes: #433903).\n	\N	\N	\N	\N	\N	\N	\N	\N	3967	\N	\N	\N
-21835	304	5071	2007-03-20 18:35:22	\ncleanup\n	\N	\N	\N	\N	\N	\N	\N	\N	2710	\N	\N	\N
-21838	306	5073	2007-05-20 14:15:45	\n* fix non-posix issue in postinst\n* update the dependencies and fix postinst for php4 removal process. \n  (Closes: #424783)\n	\N	\N	\N	\N	\N	\N	\N	\N	3428	\N	\N	\N
-21839	306	5073	2007-04-01 15:48:32	\n* update Portuguese po debconf. Thanks to Luisa Lourenco. (Closes: #413774)\n* add initial German translation for po debconf. Thanks to Helge Kreutzmann.\n  (Closes: #410315)\n	\N	\N	\N	\N	\N	\N	\N	\N	2828	\N	\N	\N
-21840	306	5073	2007-02-03 01:31:05	\n* Fix vulnerability on missining input check for "BBC_LIB_PATH" parameter.\n  Thanks to Alex de Oliveira Silva for reporting. \n  - Add 02_CVE-2007-0508.dpatch\n  - Security reference: CVE-2007-0508\n  - Closes: #408839 \n	\N	\N	\N	\N	\N	\N	\N	\N	2294	\N	\N	\N
-21843	307	5074	2007-04-19 16:26:34	\n* Add new CentOS 5 dist file, derived trivially from CentOS 4.\n	\N	\N	\N	\N	\N	\N	\N	\N	3150	\N	\N	\N
-26784	400	6109	2007-09-13 13:11:54	\nAdded samples to doc-base; added README.Debian-source to both packages\n	\N	\N	\N	\N	\N	\N	\N	\N	4159	\N	\N	\N
-21849	308	5075	2007-11-13 02:51:48	\nRetry the initial upload to unstable\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5702	\N	\N	\N
-23418	366	5401	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-21850	308	5075	2007-11-02 03:21:44	\nBuild-depend on libsdl-mixer1.2-dev\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5573	\N	\N	\N
-21851	308	5075	2007-11-02 01:22:51	\nConflict and replace gengameng\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5563	\N	\N	\N
-23419	366	5401	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26785	400	6109	2007-09-13 08:31:10	\nReworkings resulting from Michael's comments\n	\N	\N	\N	\N	\N	\N	\N	\N	4158	\N	\N	\N
-23420	366	5401	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-21854	266	5076	2007-06-21 23:55:11	\nBump libcurl4-gnutls-dev's required version\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3728	\N	\N	\N
-23421	334	5401	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-21855	266	5076	2007-06-21 22:53:07	\nOrangembox updated (website has changed again)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3727	\N	\N	\N
-26786	400	6109	2007-09-12 10:05:12	\nAdded doc-base files; many fixes in debian/changelog\n	\N	\N	\N	\N	\N	\N	\N	\N	4157	\N	\N	\N
-21856	266	5076	2007-05-21 14:42:35	\nescape hyphens in manpages\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3434	\N	\N	\N
-23422	365	5402	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	f	\N	\N	0.093	\N	\N	\N	10669	1	\N	\N
-23423	341	5402	2007-11-04 14:17:55	\nNEEDS CVS DIRECTORIES REMOVED\nNEEDS PROPER WHATIS SECTIONS (see lintian warnings)\nNEEDS SHORT AND LONG DESCRIPTIONS IN debian/control\n\nTHIS PACKAGE IS NEEDED BY DebianMed's BioPerl\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8830	\N	\N	\N
-21858	309	5077	2007-12-07 01:30:19	\ndebian/control:\n- Bumped Standards-Version from 3.7.2 to 3.7.3, no changes required.\n- Updated Vcs-* fields since euler moved from ext-maint/ to deb-maint/.\n- Changed my maintainer address to fst at debian.org.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6416	\N	\N	\N
-26787	394	6110	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	f	\N	\N	3.3.1a	\N	\N	\N	1687	2.1	\N	\N
-21859	309	5077	2007-12-06 21:23:43	\nMove euler from ext-maint to deb-maint.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6409	\N	\N	\N
-23424	341	5402	2007-11-04 14:15:31	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	8829	\N	\N	\N
-21860	310	5077	2007-10-18 18:02:32	\n* Added longtitle to euler's menu file.\n* Made debian/changelog read for upload.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5360	\N	\N	\N
-21861	310	5077	2007-09-23 10:06:46	\ndebian/euler.desktop: Replaced category Application with the main category\nEducation to be conform with the Desktop Menu Specification 1.0.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4937	\N	\N	\N
-23425	341	5402	2007-11-04 14:15:14	\n[svn-inject] Forking libclass-autoclass-perl source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	8828	\N	\N	\N
-26897	325	6139	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.42	\N	\N	\N	50441	\N	\N	\N
-23426	341	5402	2007-11-04 14:14:48	\n[svn-inject] Installing original source of libclass-autoclass-perl\n	\N	\N	\N	\N	\N	\N	\N	\N	8825	\N	\N	\N
-21863	311	5078	2006-04-25 22:48:25	\nRemove files that are in the upstream tarballs\n	\N	\N	\N	\N	\N	\N	\N	\N	196	\N	\N	\N
-21864	311	5078	2006-04-25 21:34:29	\nAdd base packages.\n	\N	\N	\N	\N	\N	\N	\N	\N	195	\N	\N	\N
-21865	311	5078	2006-04-25 21:21:36	\n[svn-inject] Setting properties of newt/debian/\n	\N	\N	\N	\N	\N	\N	\N	\N	194	\N	\N	\N
-21866	311	5078	2006-04-25 21:20:01	\nLoad newtrunk into deb-maint/newt/trunk.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	193	\N	\N	\N
-23428	366	5403	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23429	366	5403	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-21868	312	5079	2007-04-17 18:39:05	\nClean up and add a tags dir\n	\N	\N	\N	\N	\N	\N	\N	\N	3111	\N	\N	\N
-21869	312	5079	2007-04-17 18:28:03	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	3110	\N	\N	\N
-23430	360	5403	2007-08-23 22:29:22	\nFixing typos (see: #439275)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7087	\N	\N	\N
-21870	312	5079	2007-04-17 18:27:45	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	3109	\N	\N	\N
-23431	366	5403	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-21872	299	5080	2007-12-10 16:41:30	\n* Bump to standards-version 3.7.3 (no changes needed).\n	\N	\N	\N	\N	\N	\N	\N	\N	6483	\N	\N	\N
-23878	366	5493	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-21873	299	5080	2007-12-10 16:35:35	\nUpdate debian/control once more.\n	\N	\N	\N	\N	\N	\N	\N	\N	6482	\N	\N	\N
-21874	299	5080	2007-12-10 16:29:51	\nReadd part of tmail patch lost when unfuzzing.\n	\N	\N	\N	\N	\N	\N	\N	\N	6481	\N	\N	\N
-21875	299	5080	2007-12-10 15:49:31	\n* New upstream release.\n* Switch from .dfsg to ~dfsg to make room for point releases.\n	\N	\N	\N	\N	\N	\N	\N	\N	6480	\N	\N	\N
-21877	313	5081	2007-01-25 09:40:19	\nremove substvars\n	\N	\N	\N	\N	\N	\N	\N	\N	2239	\N	\N	\N
-21878	313	5081	2007-01-25 09:31:59	\nprepare upload of -5\n	\N	\N	\N	\N	\N	\N	\N	\N	2238	\N	\N	\N
-21879	313	5081	2007-01-25 09:26:58	\nupdate translations from debbugs, pt is new, da, fr and sv are updated\n	\N	\N	\N	\N	\N	\N	\N	\N	2237	\N	\N	\N
-21880	313	5081	2007-01-25 09:16:39	\nimport last upload, and merge pending but forgotten changes\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2236	\N	\N	\N
-21882	300	5082	2007-12-09 13:07:39	\nconverted copyright file to utf-8\n	\N	\N	\N	\N	\N	\N	\N	\N	6450	\N	\N	\N
-21883	300	5082	2007-11-28 22:14:43	\npackage cleanup\n	\N	\N	\N	\N	\N	\N	\N	\N	6064	\N	\N	\N
-21884	300	5082	2007-11-28 21:50:15	\ndebian-rules-ignores-make-clean-error fixed\n	\N	\N	\N	\N	\N	\N	\N	\N	6063	\N	\N	\N
-21885	300	5082	2007-09-16 11:13:50	\nadded XS-Vcs-* tags to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	4826	\N	\N	\N
-21887	314	5083	2007-11-16 14:34:11	\nprepare upload\n	\N	\N	\N	\N	\N	\N	\N	\N	5769	\N	\N	\N
-21893	315	5084	2007-09-21 05:56:54	\nFurher clarification of licenses.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4919	\N	\N	\N
-23435	366	5404	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-21894	315	5084	2007-09-21 05:24:36	\nAdd actual patches forgotten in previous commit\nAdded NEWS(.Debian) and README.Debian\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4918	\N	\N	\N
-26102	302	5953	2007-11-28 22:13:00	\nreally fix the package\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4889	\N	\N	\N
-21895	315	5084	2007-09-21 05:23:11	\nStandards-Version: 3.7.2\nMenu location Applications/System/Monitoring\nPatch man page to fix hyphen-used-as-minus\nPatch man page to move compilation instructions to the end\nRe-write debian/copyright file incorporating upstream changes\nFix rules to avoid patching man page.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4917	\N	\N	\N
-23436	366	5404	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23437	365	5405	2007-11-13 09:32:38	\nReally high urgency\n	\N	f	\N	\N	0.39	\N	\N	\N	9258	2	\N	\N
-21897	315	5085	2007-08-08 05:09:42	\ndebian/control: Added XS-Vcs-Svn tag.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4309	\N	\N	\N
-26103	302	5953	2007-11-28 22:08:30	\nadd Build-Depends\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4888	\N	\N	\N
-21898	315	5085	2007-08-07 08:49:26	\nReally edit out the old FSF address.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4236	\N	\N	\N
-23438	365	5405	2007-11-13 09:32:05	\n* Urgency high as fixes serious bug\n* Add Replaces: libwww-mechanize-shell-perl (<< 0.46-1) to allow partial\n  upgrades. Closes: #451076\n	\N	\N	\N	\N	\N	\N	\N	\N	9257	\N	\N	\N
-21899	315	5085	2007-08-07 07:50:39	\nEdit out old address of FSF from debian/copyright.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4235	\N	\N	\N
-21900	315	5085	2007-08-06 03:46:19	\nClosed #417712. Changed maintainer e-mail.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4234	\N	\N	\N
-23439	365	5405	2007-10-30 10:47:34	\nreleasing version 0.39-1\n	\N	\N	\N	\N	\N	\N	\N	\N	8703	\N	\N	\N
-26104	302	5953	2007-11-28 22:06:38	\nthe package builds now\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4887	\N	\N	\N
-23440	365	5405	2007-10-30 10:17:53	\nWrite short description (was from another package perhaps?); s/This module/HTML::Display/ in long description\n	\N	\N	\N	\N	\N	\N	\N	\N	8702	\N	\N	\N
-21902	299	5086	2007-09-02 15:10:10	\n* Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	4646	\N	\N	\N
-21903	299	5086	2007-09-02 14:52:55	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4610	\N	\N	\N
-23441	365	5405	2007-10-30 10:15:49	\npush at Uploaders, $self;\n	\N	\N	\N	\N	\N	\N	\N	\N	8701	\N	\N	\N
-21904	299	5086	2007-09-02 14:52:49	\n[svn-inject] Forking libgenerics source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4609	\N	\N	\N
-26105	302	5953	2007-11-28 22:02:44	\nnew package radeox\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4886	\N	\N	\N
-21905	299	5086	2007-09-02 14:52:46	\n[svn-inject] Installing original source of libgenerics\n	\N	\N	\N	\N	\N	\N	\N	\N	4607	\N	\N	\N
-23443	370	5406	2007-11-23 18:12:28	\n* Fixed Maintainer field in control file.\n	\N	\N	\N	\N	\N	\N	\N	\N	9670	\N	\N	\N
-21907	316	5087	2007-12-15 11:06:56	\ndebian mentors baby\n	\N	\N	\N	\N	\N	\N	\N	\N	6611	\N	\N	\N
-21908	316	5087	2007-11-09 02:00:37	\nfix dch email\n	\N	\N	\N	\N	\N	\N	\N	\N	5678	\N	\N	\N
-23444	370	5406	2007-11-20 16:35:01	\n* Added Build-Depends-Indep on libtest-pod-perl and\n  libtest-pod-coverage-perl.\n	\N	\N	\N	\N	\N	\N	\N	\N	9636	\N	\N	\N
-21909	316	5087	2007-11-09 01:59:16	\nadded a dch entry for fix for the only bug\n	\N	\N	\N	\N	\N	\N	\N	\N	5677	\N	\N	\N
-21910	316	5087	2007-11-09 01:52:03	\nattempt fix #442518\n	\N	\N	\N	\N	\N	\N	\N	\N	5676	\N	\N	\N
-23445	370	5406	2007-11-20 16:33:09	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	9634	\N	\N	\N
-23446	370	5406	2007-11-20 16:32:38	\n[svn-inject] Forking libemail-mime-creator-perl source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	9633	\N	\N	\N
-21912	317	5088	2007-07-31 18:47:26	\nrevoking last change to tag it with svn-buildpackage\n	\N	\N	\N	\N	\N	\N	\N	\N	4040	\N	\N	\N
-21913	317	5088	2007-07-31 18:44:24	\nbla\n	\N	\N	\N	\N	\N	\N	\N	\N	4038	\N	\N	\N
-21914	317	5088	2007-07-31 18:42:38	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4037	\N	\N	\N
-21915	317	5088	2007-07-31 18:42:34	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	4036	\N	\N	\N
-21917	299	5089	2007-10-12 01:14:31	\nPrepare for re-release.\n	\N	\N	\N	\N	\N	\N	\N	\N	5240	\N	\N	\N
-21918	299	5089	2007-10-12 01:12:39	\n* NOT RELEASED YET\n  + Credit Graeme Mathieson for initially packaging for Debian.\n	\N	\N	\N	\N	\N	\N	\N	\N	5239	\N	\N	\N
-21919	299	5089	2007-10-12 01:00:43	\nPrepare for release.\n	\N	\N	\N	\N	\N	\N	\N	\N	5237	\N	\N	\N
-21920	299	5089	2007-10-12 00:59:35	\n* Cleanup duplicate cdbs build-dependency in debian/rules.\n* Semi-auto-update debian/control:\n    DEB_BUILD_OPTIONS=cdbs-autoupdate fakeroot debian/rules pre-build\n	\N	\N	\N	\N	\N	\N	\N	\N	5236	\N	\N	\N
-21922	299	5090	2007-09-29 12:27:07	\n* Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	5004	\N	\N	\N
-21923	299	5090	2007-09-16 21:09:15	\nPrepare for release.\n	\N	\N	\N	\N	\N	\N	\N	\N	4867	\N	\N	\N
-21924	299	5090	2007-09-16 21:08:06	\nSemi-auto-update debian/control (parts of it already committed).\n	\N	\N	\N	\N	\N	\N	\N	\N	4866	\N	\N	\N
-21925	299	5090	2007-09-16 21:05:02	\nEven more improved build-dependency cleanup.\n	\N	\N	\N	\N	\N	\N	\N	\N	4865	\N	\N	\N
-21927	315	5091	2007-09-24 10:03:15	\ntypo in changelog.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4945	\N	\N	\N
-21928	315	5091	2007-09-24 06:24:22	\nFixe "clean" in debian/rules to catch "make clean" errors.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4944	\N	\N	\N
-23448	366	5407	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-21930	315	5091	2007-08-08 05:08:49	\ndebian/control: Added XS-Vcs-Svn tag.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4308	\N	\N	\N
-23449	366	5407	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26107	396	5954	2007-07-15 18:43:29	\nlibjgoodies-forms-java (1.1.0-1) unstable; urgency=low\n\n  * New upstream release\n  * Use java-gcj-compat instead of kaffe/sablevm.\n  * Adjusted debian/libjgoodies-forms-java-doc.README.Debian\n  * Updated Standard-Version to 3.7.2.\n  * Added myself to Uploaders.\n\n -- Michael Koch <konqueror at gmx.de>  Sun, 15 Jul 2007 18:28:32 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3840	\N	\N	\N
-21932	318	5092	2006-08-11 00:21:37	\nUpdated the datestamp on debian/changelog\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1062	\N	\N	\N
-23450	366	5407	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-21933	318	5092	2006-08-11 00:20:36	\nSome errors in postinst corrected.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1061	\N	\N	\N
-21934	318	5092	2006-08-04 20:20:51	\nFinishing touches for the initial version of the package.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	995	\N	\N	\N
-23451	366	5407	2007-08-01 21:05:32	\nadd missing XS-Vcs-Svn field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6212	\N	\N	\N
-21935	318	5092	2006-08-03 20:11:16	\nNew debian directory for 1.0.4 and onwards.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	988	\N	\N	\N
-26108	403	5954	2006-03-23 20:54:47	\nUpdate changelog with change of javadoc in -doc package\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2020	\N	\N	\N
-21937	319	5093	2007-12-16 01:18:14	\n* Merge -helpbrowser back into gimp package; add Provides: gimp-helpbrowser\n  for compatibility with existing gimp-help packages\n	\N	\N	\N	\N	\N	\N	\N	\N	6650	\N	\N	\N
-23453	366	5408	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-21938	319	5093	2007-12-03 16:27:05	\nAdd bug number\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6329	\N	\N	\N
-21939	319	5093	2007-12-03 16:26:27	\n* Conflict with older versions of gimp-help since they no longer work\n  with the new gimp.\nTODO: merge helpbrowser back into gimp package\n	\N	\N	\N	\N	\N	\N	\N	\N	6328	\N	\N	\N
-23454	366	5408	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-21940	319	5093	2007-12-01 07:25:42	\n* Create custom libgimp2.0 depends for the gimp package since the two\n  versions need to be consistent (Closes: #452755)\n	\N	\N	\N	\N	\N	\N	\N	\N	6158	\N	\N	\N
-23455	334	5408	2007-08-12 04:18:56	\n* Add myself to uploaders.\n* Remove sub-revision from standards-version field.\n	\N	\N	\N	\N	\N	\N	\N	\N	6528	\N	\N	\N
-21942	320	5094	2006-09-10 18:34:31	\n* Correct CVS location\n* Update to current CVS, includes various compile and dereference fixes\n* Dropping `01_gcc-4.0.patch' and `02_segv_fix.patch', no longer needed\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1302	\N	\N	\N
-23456	366	5408	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-21943	320	5094	2006-07-20 17:45:09	\nForce-copy config.{guess,sub} and delete them in the clean target\n\n	\N	\N	\N	\N	\N	\N	\N	\N	896	\N	\N	\N
-21944	320	5094	2006-07-20 17:42:46	\nAdded maintainer change to the changelog\n\n	\N	\N	\N	\N	\N	\N	\N	\N	895	\N	\N	\N
-21945	320	5094	2006-07-20 17:38:24	\nBuild-depend on autotools-dev\n\n	\N	\N	\N	\N	\N	\N	\N	\N	894	\N	\N	\N
-23458	366	5409	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-21947	299	5095	2007-09-29 14:58:52	\n* Update copyright_hints (only autotools-related changes).\n	\N	\N	\N	\N	\N	\N	\N	\N	5023	\N	\N	\N
-23459	366	5409	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-21948	299	5095	2007-09-29 14:50:55	\nPrepare for release.\n	\N	\N	\N	\N	\N	\N	\N	\N	5022	\N	\N	\N
-21949	299	5095	2007-09-29 14:50:23	\n* New upstream release.\n	\N	\N	\N	\N	\N	\N	\N	\N	5021	\N	\N	\N
-23460	366	5409	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-21950	299	5095	2007-09-29 14:38:53	\n  + Check copyright strings in pre-build target (not clean target) to\n    fix race condition.\n  + Have buildinfo.mk depend on buildcore.mk.\n  + Update README.cdbs-tweaks.\n	\N	\N	\N	\N	\N	\N	\N	\N	5020	\N	\N	\N
-23461	331	5409	2007-12-01 13:22:46	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10399	\N	\N	\N
-21952	304	5096	2007-10-17 21:59:00	\nfix bugscript and add standalone run mode\n	\N	\N	\N	\N	\N	\N	\N	\N	5355	\N	\N	\N
-21953	304	5096	2007-09-30 16:48:54	\nfix laptop-mode-rename patch\n	\N	\N	\N	\N	\N	\N	\N	\N	5037	\N	\N	\N
-21954	304	5096	2007-09-30 16:21:49	\ndocument upstream changes in 1.97 and prepare 1.97-1 release\n	\N	\N	\N	\N	\N	\N	\N	\N	5036	\N	\N	\N
-23463	366	5410	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-21955	304	5096	2007-07-17 19:26:00	\ntrack upstream\n	\N	\N	\N	\N	\N	\N	\N	\N	3948	\N	\N	\N
-23464	366	5410	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-21957	299	5097	2007-10-06 10:48:27	\n[svn-inject] Forking mathwar source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	5174	\N	\N	\N
-21958	299	5097	2007-10-06 10:48:23	\n[svn-inject] Installing original source of mathwar\n	\N	\N	\N	\N	\N	\N	\N	\N	5172	\N	\N	\N
-21960	302	5098	2007-10-03 21:15:43	\n* Remove the last patch because it is not needed anymore.\n* Enable 'make check' during the build process.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5123	\N	\N	\N
-21961	302	5098	2007-09-18 19:14:09	\n* New upstream version\n* Fix debian/watch to reflect the changes of the website.\n* Remove patches that have been applied upstream.\n* Refresh one remaining patch.\n* Add missing Build-Depends: libboost-thread-dev.\n* Do not run the autotools any more and remove the Build-Depends.\n* Switch back to python 2.4 because boost has been built with that version.\n* Do no longer specify BOOST_LIBS as an argument to configure because it is\n  not needed any more.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4892	\N	\N	\N
-21962	302	5098	2007-06-30 09:21:36	\n* Add a patch for newer ffmpeg provided by Ulrich von Zadow.\n  (Closes: #427202)\n* Add patch from Martin Michlmayr for gcc-4.3. (Closes: #417357)\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3765	\N	\N	\N
-21969	321	5100	2007-11-06 22:40:52	\n r2888 at viaza:  enrico | 2007-11-06 22:40:29 +0100\n Added example on how to do search-as-you-type\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5649	\N	\N	\N
-21970	321	5100	2007-10-27 22:07:56	\n r2535 at viaza:  enrico | 2007-10-27 21:07:37 +0100\n Do what the comment says\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5482	\N	\N	\N
-26110	403	5954	2006-03-23 20:32:15	\nPoint Javadoc to classpath-doc\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2018	\N	\N	\N
-21971	321	5100	2007-10-26 23:54:09	\n r2528 at viaza:  enrico | 2007-10-26 22:53:52 +0100\n Use an adaptive cutoff for choosing the items that go in the rset\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5467	\N	\N	\N
-23468	366	5411	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-21972	321	5100	2007-10-26 19:14:13	\n r2526 at viaza:  enrico | 2007-10-26 18:13:54 +0100\n Use weight instead of percentage\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5465	\N	\N	\N
-23469	366	5411	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26111	396	5955	2007-06-21 09:13:40	\nlibxml-commons-resolver1.1-java (1.1-8) unstable; urgency=low\n\n  * Removed unneeded Build-Depends on libxerces-java.\n  * Use Homepage tag in package descriptions.\n  * Removed Wolfgang and added myself to Uploaders.\n\n -- Michael Koch <konqueror at gmx.de>  Wed, 20 Jun 2007 19:02:38 -0100\n\n\n	\N	f	\N	\N	1.1	\N	\N	\N	3735	8	\N	\N
-21974	322	5101	2007-06-16 22:08:03	\nincorporate the NMU upload of Andreas Barth for v0.10.3-4.1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3711	\N	\N	\N
-23470	366	5411	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-21975	323	5101	2006-08-30 01:50:01	\nreleasing version 0.10.3-4\n	\N	\N	\N	\N	\N	\N	\N	\N	1208	\N	\N	\N
-21976	322	5101	2006-08-23 15:41:06	\nRenamed perl-clearsilver to libclearsilver-perl according to debian policy (Closes: #384158)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1144	\N	\N	\N
-23471	334	5411	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-21977	324	5101	2006-08-10 23:31:56	\nTagging 0.10.3-3\n	\N	\N	\N	\N	\N	\N	\N	\N	1060	\N	\N	\N
-26112	386	5955	2006-07-31 16:33:04	\nlibxml-commons-resolver1.1-java (1.1-7) unstable; urgency=low\n\n  * updated Standards-Version to 3.7.2, split build-dep and\n    build-dep-indep\n  * build with java-gcj-compat-dev (closes: #377068)\n  * updated to jaxp1.3\n\n -- Arnaud Vandyck <avdyk at debian.org>  Mon, 31 Jul 2006 16:30:17 +0200\n	\N	\N	\N	\N	\N	\N	\N	\N	2294	\N	\N	\N
-21979	304	5102	2006-11-14 13:02:20	\nbetter handling of errors\n	\N	\N	\N	\N	\N	\N	\N	\N	1866	\N	\N	\N
-23473	365	5412	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-21980	304	5102	2006-11-14 12:41:26	\n* Only call helpztags on package remove, not on purge as well; thanks to\n  Lucas Nussbaum for the report (closes: #398529). Medium urgency as this is\n  RC.\n* Also silence the helpztags output when there are no errors.\n	\N	\N	\N	\N	\N	\N	\N	\N	1865	\N	\N	\N
-21981	304	5102	2006-10-24 09:42:39	\nfixed url\n	\N	\N	\N	\N	\N	\N	\N	\N	1640	\N	\N	\N
-23474	366	5412	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-21982	304	5102	2006-10-24 09:25:12	\nadded xs-vcs info\n	\N	\N	\N	\N	\N	\N	\N	\N	1635	\N	\N	\N
-23475	366	5412	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-21984	308	5103	2007-12-09 21:22:22	\nRemove keymap scripts\nBump Standards-Version to 3.7.3\nMove the binary to /usr/bin instead of /usr/games\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6466	\N	\N	\N
-23476	366	5412	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-21985	308	5103	2007-11-20 03:39:07	\nRename XS-Vcs fields to Vcs\nRemove Homepage\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5829	\N	\N	\N
-21986	308	5103	2007-11-19 05:04:37	\nUpload to unstable\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5814	\N	\N	\N
-23477	366	5413	2007-11-01 13:05:46	\ns/UNRELEASED/unstable/\n	\N	f	\N	\N	0.68	\N	\N	\N	8735	1	\N	\N
-21987	308	5103	2007-11-07 02:49:47	\nA bug has been filed for the watch file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5656	\N	\N	\N
-23478	366	5413	2007-11-01 13:03:37	\nAdd upstream URL and update copyright years/holders and license in \n  debian/copyright.\n	\N	\N	\N	\N	\N	\N	\N	\N	8734	\N	\N	\N
-21989	325	5104	2007-08-05 08:56:42	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4098	\N	\N	\N
-23479	366	5413	2007-11-01 13:00:05	\n  - Don't ignore errors of tests.\n* Remove /usr/share/man/man3/Module::Install::Admin::Manifest.3pm.gz which\n  is a stub.\n* Add libmodule-corelist-perl to Build-Depends-Indep.\n	\N	\N	\N	\N	\N	\N	\N	\N	8733	\N	\N	\N
-21990	325	5104	2007-08-05 08:55:58	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	4097	\N	\N	\N
-23480	366	5413	2007-11-01 12:43:27	\ndebian/rules:\n  - Don't ignore errors from $(MAKE) distclean.\n  - Move tests to build target.\n  - Call dh_clean before $(MAKE) distclean.\n  - Remove unused dh_* calls.\n	\N	\N	\N	\N	\N	\N	\N	\N	8732	\N	\N	\N
-21992	308	5105	2007-12-04 21:11:36	\nimv.1 has been moved to icmd.1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6359	\N	\N	\N
-23481	366	5413	2007-11-01 12:37:48	\nNew upstream release.\n	\N	\N	\N	\N	\N	\N	\N	\N	8731	\N	\N	\N
-21993	308	5105	2007-12-04 20:59:43	\nNew upstream release (0.9.0)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6358	\N	\N	\N
-21994	308	5105	2007-12-04 20:38:44	\nTweak watch file, bump standards version to 3.7.3\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6355	\N	\N	\N
-21995	308	5105	2007-11-28 09:28:22	\nFix build problem on i386\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6060	\N	\N	\N
-21997	308	5106	2007-11-02 01:29:34	\nInstall the package in $(CURDIR)/debian/tmp\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5564	\N	\N	\N
-21998	308	5106	2007-11-02 01:18:53	\nMove mkdir calls to .dirs\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5562	\N	\N	\N
-21999	308	5106	2007-11-02 01:15:46	\nSwitch to binary:Version dependency\nMention flatzebra in the package descriptions\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5561	\N	\N	\N
-22000	308	5106	2007-11-01 06:11:08	\nForgot to add this file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5545	\N	\N	\N
-22002	326	5107	2007-11-05 18:13:41	\nNew upstream version\n	\N	\N	\N	\N	\N	\N	\N	\N	5627	\N	\N	\N
-22003	326	5107	2007-10-23 06:18:30	\nready for release\n	\N	\N	\N	\N	\N	\N	\N	\N	5429	\N	\N	\N
-22004	326	5107	2007-10-21 15:48:08	\nAdd build dependency on libfile-next-perl (Closes: #447456)\n	\N	\N	\N	\N	\N	\N	\N	\N	5400	\N	\N	\N
-22005	326	5107	2007-10-17 17:51:42	\nReleasing...\n	\N	\N	\N	\N	\N	\N	\N	\N	5351	\N	\N	\N
-22007	327	5108	2006-12-20 18:09:59	\nIgnore adduser warnings\n	\N	\N	\N	\N	\N	\N	\N	\N	2089	\N	\N	\N
-22013	308	5109	2007-12-11 11:28:51	\nDepend on debconf and fix the lintian warnings related to the wording of the questions\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6528	\N	\N	\N
-26114	394	5955	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-22014	308	5109	2007-12-11 11:23:21	\nAdd a French debconf translation\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6527	\N	\N	\N
-23486	365	5414	2007-10-29 20:22:10	\nAdd upstream source location to debian/copyright\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8664	\N	\N	\N
-22015	308	5109	2007-12-11 11:16:12	\nUpdate the debconf l10n template\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6526	\N	\N	\N
-26115	386	5955	2005-09-23 18:16:28	\nlibxml-commons-resolver1.1-java (1.1-5) unstable; urgency=low\n\n  * build with kaffe, no more with sablevm\n  * policy 3.6.2, no change needed\n  * ant transition (closes: #326437)\n\n -- Arnaud Vandyck <avdyk at debian.org>  Fri, 23 Sep 2005 17:47:14 +0200\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1372	\N	\N	\N
-22017	302	5110	2007-10-28 23:36:40	\nswitch to ${source:Version} in debian/control\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5498	\N	\N	\N
-23488	366	5415	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-22018	328	5110	2007-10-24 15:33:13	\nNew upstream version 4.1.2\n	\N	\N	\N	\N	\N	\N	\N	\N	5439	\N	\N	\N
-22019	302	5110	2007-08-08 13:48:35	\nrelease\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4330	\N	\N	\N
-23489	366	5415	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-22020	328	5110	2007-06-08 12:48:44	\nWe were removing useful files\n	\N	\N	\N	\N	\N	\N	\N	\N	3645	\N	\N	\N
-26116	390	5956	2007-12-04 09:55:44	\nAdded debian/watch file\n	\N	f	\N	\N	1.0	\N	\N	\N	4970	2	\N	\N
-23490	366	5415	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-22022	308	5111	2007-12-11 01:21:56	\nBump Standards-Version to 3.7.3\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6509	\N	\N	\N
-23491	331	5415	2007-12-01 13:05:22	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10231	\N	\N	\N
-22023	308	5111	2007-11-30 06:21:51	\nFix the watch file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6094	\N	\N	\N
-26898	325	6139	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-22024	308	5111	2007-11-20 21:30:05	\nSync with Ubuntu (GNOME applet position and category)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5845	\N	\N	\N
-22025	308	5111	2007-11-20 03:54:46	\nRename XS-Vcs fields to Vcs\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5840	\N	\N	\N
-23493	367	5416	2007-11-08 18:09:33	\nRemove superfluous quotes around group name\n	\N	\N	\N	\N	\N	\N	\N	\N	9047	\N	\N	\N
-22027	299	5112	2007-10-06 10:44:45	\n[svn-inject] Forking initrd-netboot source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	5166	\N	\N	\N
-23494	365	5416	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-22028	299	5112	2007-10-06 10:44:42	\n[svn-inject] Installing original source of initrd-netboot\n	\N	\N	\N	\N	\N	\N	\N	\N	5164	\N	\N	\N
-23495	366	5416	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22030	329	5113	2007-10-22 07:10:53	\n  - Use the new "Homepage:" field to specify the upstream URL.\n* debian/README.Debian\n  - Update the FAQ with regard to boot message logging. Closes: #426598\n  - Add some notes that initramfs generators other than initramfs-tools can\n    cause problems. Closes: #410836\n	\N	\N	\N	\N	\N	\N	\N	\N	5409	\N	\N	\N
-23496	366	5416	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22031	329	5113	2007-10-22 05:47:26	\n* New upstream release.\n* debian/watch\n  - Find the latest tarball by parsing the download.html page.\n* debian/upstart-compat-sysv.preinst\n  - Do not parse /var/lib/dpkg/status directly but use dpkg-query instead.\n* debian/control\n  - Use new "Homepage:" field to specify the upstream URL.\n  - Drop versioned Build-Depends on dpkg-dev as the version in etch is\n    recent enough.\n  - Use quilt instead of dpatch for the patch management. Update the\n    Build-Depends accordingly.\n* debian/rules\n  - Do not ignore "make clean" errors.\n  - Include quilt.make which provides the patch and unpatch target.\n	\N	\N	\N	\N	\N	\N	\N	\N	5408	\N	\N	\N
-22032	329	5113	2007-03-13 19:11:05	\nImprove naming of the function and make it more consistent.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2608	\N	\N	\N
-22033	329	5113	2007-03-13 19:10:23	\nUpdate copyright year\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2607	\N	\N	\N
-22035	331	5114	2007-12-03 14:33:39	\nNew upstream release 3.6\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6325	\N	\N	\N
-22036	331	5114	2007-12-03 12:38:57	\nswitch to v3 debian/watch\n	\N	\N	\N	\N	\N	\N	\N	\N	6324	\N	\N	\N
-22037	330	5114	2007-10-22 10:21:58	\nprepared for next upload\n	\N	\N	\N	\N	\N	\N	\N	\N	5419	\N	\N	\N
-22038	330	5114	2007-10-22 10:20:42	\nprepared and uploaded taktuk 3.5.2-1\n	\N	\N	\N	\N	\N	\N	\N	\N	5416	\N	\N	\N
-22040	332	5115	2007-11-24 17:03:04	\nModified debian/changelog\n	\N	\N	\N	\N	\N	\N	\N	\N	5883	\N	\N	\N
-22041	332	5115	2007-11-06 05:11:43	\nfix nostrip issue : (1) Add CFLAGS (2) Remove -s(strip) option from install command. (3) Add ifneq sentense (4)Correct install binary path\n	\N	\N	\N	\N	\N	\N	\N	\N	5635	\N	\N	\N
-22042	332	5115	2007-11-06 03:28:56	\nUpgrade Makefile in yc-el-4.0.13-7(current version)\n	\N	\N	\N	\N	\N	\N	\N	\N	5634	\N	\N	\N
-22043	332	5115	2007-11-06 03:20:34	\nAdd dependency for emacs22 in debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	5633	\N	\N	\N
-22045	319	5116	2007-12-15 21:40:09	\n* Make libpurple0 shlibs slightly looser by making it\n  >= MAJOR.MINOR.0 instead of >= VERSION.\n* Change browser command in /etc/purple/prefs.xml to be of type\n  'path' instead of 'string', to match what is set by pidgin.\n  Thanks to Will Thompson for the fix. (Closes: #456441)\n	\N	\N	\N	\N	\N	\N	\N	\N	6620	\N	\N	\N
-22047	319	5116	2007-12-03 05:18:46	\nreleasing version 2.3.0-1\n	\N	\N	\N	\N	\N	\N	\N	\N	6314	\N	\N	\N
-23499	366	5417	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22048	319	5116	2007-11-19 04:08:23	\n* Remove 14_xulrunner_nss patch and bump build-depends for libnss3-dev\n  (Closes: #450402)\n	\N	\N	\N	\N	\N	\N	\N	\N	5811	\N	\N	\N
-23500	366	5417	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26118	386	5957	2006-04-24 23:13:45	\nlibjdom-java (0.99.b10-6) unstable; urgency=low\n\n  * Removed Takashi Okamoto from the uploaders (closes: #352987).\n  * Removed ant-launcher.jar from the classpath.\n  * Removed the reference to jikes.\n  * Updated Standards Version to 3.6.2 (nothing to do).\n  * debian/watch: added.\n\n	\N	f	\N	\N	0.99.b10	\N	\N	\N	2072	6	\N	\N
-22050	333	5117	2007-10-20 15:14:32	\nadapt new homepage field\n	\N	\N	\N	\N	\N	\N	\N	\N	5389	\N	\N	\N
-23501	334	5417	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-22051	333	5117	2007-10-10 15:57:34	\nrecognize DEB_BUILD_OPTIONS\n	\N	\N	\N	\N	\N	\N	\N	\N	5214	\N	\N	\N
-22052	333	5117	2007-10-04 00:54:06	\nremoved obsolete part of patch\n	\N	\N	\N	\N	\N	\N	\N	\N	5129	\N	\N	\N
-23502	366	5418	2007-12-01 23:00:26	\n* Don't install empty /usr/lib/perl5 directory.\n* Let build-stamp depend on configure-stamp to make parallel builds\n  possible.\n	\N	f	\N	\N	1:0.1.3	1	\N	\N	10639	5	\N	\N
-22053	333	5117	2007-10-04 00:45:31	\nprepared 3.4.4-2, fixed #445197\n	\N	\N	\N	\N	\N	\N	\N	\N	5128	\N	\N	\N
-26119	386	5957	2006-04-24 22:33:42	\ndebian/control: corrected a typo in my name, thanks to Thijs Kinkhorst (closes: #337235).\n	\N	\N	\N	\N	\N	\N	\N	\N	2065	\N	\N	\N
-23503	365	5418	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-22055	299	5118	2007-09-02 15:20:04	\n* Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	4656	\N	\N	\N
-23504	366	5418	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22056	299	5118	2007-09-02 14:58:14	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4638	\N	\N	\N
-26120	394	5957	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-22057	299	5118	2007-09-02 14:58:05	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	4637	\N	\N	\N
-23505	366	5418	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23506	357	5418	2007-09-28 13:56:58	\n* Put the team in the Maintainer field.\n	\N	\N	\N	\N	\N	\N	\N	\N	7983	\N	\N	\N
-22059	308	5119	2007-12-06 06:19:58	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	6392	\N	\N	\N
-22060	308	5119	2007-12-06 06:19:35	\n[svn-inject] Forking unhide source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	6391	\N	\N	\N
-22061	308	5119	2007-12-06 06:18:46	\n[svn-inject] Installing original source of unhide\n	\N	\N	\N	\N	\N	\N	\N	\N	6388	\N	\N	\N
-23508	366	5419	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22063	334	5120	2007-12-11 00:05:46	\nupdates\n	\N	\N	\N	\N	\N	\N	\N	\N	6503	\N	\N	\N
-23509	366	5419	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22064	334	5120	2007-12-11 00:03:15	\nadd watch file\n	\N	\N	\N	\N	\N	\N	\N	\N	6502	\N	\N	\N
-22065	334	5120	2007-12-10 23:56:58	\n* Add a symbols file.\n* Misc packaging fixes.\n	\N	\N	\N	\N	\N	\N	\N	\N	6499	\N	\N	\N
-23510	366	5419	2007-09-19 23:00:19	\nAdd patch utf8 to make t/test_non_ascii.t work.\n	\N	\N	\N	\N	\N	\N	\N	\N	7779	\N	\N	\N
-22066	334	5120	2007-12-10 23:18:55	\nconflict tslib, the old name I used for the binary package\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6497	\N	\N	\N
-23511	365	5419	2007-09-17 14:07:30	\nTODO: test suite is failing\n	\N	\N	\N	\N	\N	\N	\N	\N	7650	\N	\N	\N
-22068	299	5121	2007-09-02 15:16:37	\n* Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	4653	\N	\N	\N
-23512	366	5420	2007-10-28 18:23:18	\ns/UNRELEASED/unstable/\n	\N	f	\N	\N	0.003	\N	\N	\N	8615	1	\N	\N
-22069	299	5121	2007-09-02 14:57:13	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4632	\N	\N	\N
-22070	299	5121	2007-09-02 14:57:07	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	4631	\N	\N	\N
-23513	366	5420	2007-10-28 18:22:12	\nDon't create .packlist file.\n	\N	\N	\N	\N	\N	\N	\N	\N	8614	\N	\N	\N
-23514	366	5420	2007-10-28 18:19:18	\nNew upstream release.\n	\N	\N	\N	\N	\N	\N	\N	\N	8613	\N	\N	\N
-22072	301	5122	2007-12-04 12:44:16	\ndebian/control: description improvements\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6352	\N	\N	\N
-22073	301	5122	2007-12-03 17:44:18	\nupdate policy to 3.7.3\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6331	\N	\N	\N
-23515	365	5420	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-22074	301	5122	2007-12-01 03:04:32	\nadd build-dep on libical-dev\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6157	\N	\N	\N
-22075	301	5122	2007-11-28 15:59:07	\nchangelog: urgency=medium (FTBFS)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6062	\N	\N	\N
-23516	366	5420	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23924	366	5502	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22077	315	5123	2007-12-13 05:38:32	\nThe rule for "build" should not be there!\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6573	\N	\N	\N
-22078	315	5123	2007-12-13 03:36:36	\nRevert to keeping /etc/texmf in tex4ht-common because of confile considerations.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6571	\N	\N	\N
-22079	315	5123	2007-12-13 02:45:05	\nAdded local texmf.cnf on top of the default one since that gives it\npriority.\nFile 90tex4ht.cnf was not being installed. Fixed.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6570	\N	\N	\N
-22080	315	5123	2007-12-12 09:18:12	\nAdded Build-Depends-Indep.\nFixed litbuild to not depend on patching texmf.cnf\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6551	\N	\N	\N
-22082	306	5124	2007-12-12 00:58:57	\ncleaning .wapi\n	\N	\N	\N	\N	\N	\N	\N	\N	6545	\N	\N	\N
-22083	306	5124	2007-12-12 00:44:45	\n* Set MONO_SHARED_DIR=$(CURDIR) to avoid writing in ~/.wapi. Thanks to Kurt\n  Roeckx.  (Closes: #454973)\n* Add configure --disable-scrollkeeper flag. It's needed to avoid writing in\n  /var/log/scrollkeeper.log during the build.\n	\N	\N	\N	\N	\N	\N	\N	\N	6544	\N	\N	\N
-22084	306	5124	2007-12-05 00:50:25	\nusing new policy version\n	\N	\N	\N	\N	\N	\N	\N	\N	6365	\N	\N	\N
-22085	306	5124	2007-12-05 00:44:24	\nfixes patch 10 typo\n	\N	\N	\N	\N	\N	\N	\N	\N	6363	\N	\N	\N
-22088	315	5125	2007-08-27 08:17:19	\nReally install README.Debian-source.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4533	\N	\N	\N
-26121	386	5957	2005-09-22 23:48:29	\nlibjdom-java (0.99.b10-4) unstable; urgency=low\n\n  * debian/control, debian/rules: ant transition\n\n -- Arnaud Vandyck <avdyk at debian.org>  Thu, 22 Sep 2005 23:45:42 +0200\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1358	\N	\N	\N
-22092	299	5126	2007-09-29 13:08:54	\n* Move Homepage to own field (from pseudo-field in long description).\n	\N	\N	\N	\N	\N	\N	\N	\N	5013	\N	\N	\N
-23519	366	5421	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-22093	299	5126	2007-09-29 13:08:42	\nFix distribution tag.\n	\N	\N	\N	\N	\N	\N	\N	\N	5012	\N	\N	\N
-26122	386	5957	2005-03-22 23:33:37	\nant1.6\n\n	\N	\N	\N	\N	\N	\N	\N	\N	902	\N	\N	\N
-22094	299	5126	2007-09-02 15:18:33	\n* Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	4654	\N	\N	\N
-23520	366	5421	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-22095	299	5126	2007-09-02 14:57:35	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4634	\N	\N	\N
-23521	366	5421	2007-12-01 18:53:01	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10612	\N	\N	\N
-26123	394	5958	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	f	\N	\N	2.5.1	\N	\N	\N	1687	1	\N	\N
-22097	299	5127	2007-09-02 15:09:00	\n* Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	4645	\N	\N	\N
-23522	366	5422	2007-11-28 23:01:56	\ns/UNRELEASED/unstable/\n	\N	f	\N	\N	3.00	\N	\N	\N	9974	1	\N	\N
-22098	299	5127	2007-09-02 14:52:18	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4606	\N	\N	\N
-22099	299	5127	2007-09-02 14:52:08	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	4605	\N	\N	\N
-23523	366	5422	2007-11-28 22:45:06	\nadd new patch catch_ssl_attribute.patch to catch the Ssl attribute intriduced by the now removed patch 20_ssl_support.dpatch; do some editing on the changelog\n	\N	\N	\N	\N	\N	\N	\N	\N	9973	\N	\N	\N
-26124	397	5958	2005-09-04 22:06:55	\no Removing java1-runtime dependency.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1271	\N	\N	\N
-23524	366	5422	2007-11-28 21:46:09	\nremove README.Debian, update note in changelog\n	\N	\N	\N	\N	\N	\N	\N	\N	9966	\N	\N	\N
-22101	300	5128	2007-09-16 17:12:27	\nnew menu section\n	\N	\N	\N	\N	\N	\N	\N	\N	4839	\N	\N	\N
-22102	300	5128	2007-09-16 10:34:39	\nadded XS-Vcs-* and homepage tags to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	4822	\N	\N	\N
-23525	366	5422	2007-11-28 21:43:45	\nmove libio-socket-ssl-perl from Depends to Recommends\n	\N	\N	\N	\N	\N	\N	\N	\N	9965	\N	\N	\N
-22103	300	5128	2007-09-16 10:22:26	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4821	\N	\N	\N
-22104	300	5128	2007-09-16 10:22:20	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	4820	\N	\N	\N
-23526	366	5422	2007-11-28 21:41:40	\nlibio-socket-ssl-perl from build dependencies\n	\N	\N	\N	\N	\N	\N	\N	\N	9964	\N	\N	\N
-22106	299	5129	2007-10-12 01:35:08	\n* Rewrite debian/copyright to conform to proposed new format at\n  http://wiki.debian.org/Proposals/CopyrightFormat .\n	\N	\N	\N	\N	\N	\N	\N	\N	5244	\N	\N	\N
-22107	299	5129	2007-10-11 23:59:21	\nPrepare for release.\n	\N	\N	\N	\N	\N	\N	\N	\N	5229	\N	\N	\N
-23528	366	5423	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22108	299	5129	2007-10-11 23:58:54	\n* New upstream release.\n* Unfuxx patches.\n	\N	\N	\N	\N	\N	\N	\N	\N	5228	\N	\N	\N
-22109	299	5129	2007-10-11 23:54:52	\nAdjust Vcs-* also in real control file.\n	\N	\N	\N	\N	\N	\N	\N	\N	5227	\N	\N	\N
-23529	366	5423	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22111	335	5130	2007-10-10 11:08:47	\noops! forgot to commit those changes. Should unbreak compilation on mips\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5207	\N	\N	\N
-22112	335	5130	2007-10-08 13:33:10	\nprepare for 5.1.4 upload\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5199	\N	\N	\N
-22113	335	5130	2007-08-14 19:49:35	\nupload a new, fixed 5.1.3-3 release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4382	\N	\N	\N
-22114	335	5130	2007-08-13 23:53:23	\nfix the patch level of the library; drop NEWS file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4378	\N	\N	\N
-22116	299	5131	2007-10-13 15:47:35	\n* Add Vcs-Svn and Vcs-Browser fields to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	5260	\N	\N	\N
-22117	299	5131	2007-10-13 15:46:49	\n* Instruct dh_perl to only depend on perl-base, instead of avoiding\n  its dependency-resolving altogether.\n	\N	\N	\N	\N	\N	\N	\N	\N	5259	\N	\N	\N
-22118	299	5131	2007-09-29 12:21:13	\n* Move Homepage to own field (from pseudo-field in long description).\n	\N	\N	\N	\N	\N	\N	\N	\N	4999	\N	\N	\N
-22119	299	5131	2007-09-02 15:07:23	\n* Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	4643	\N	\N	\N
-22121	312	5132	2007-01-27 07:23:03	\n[svn-inject] Forking pydb source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	2257	\N	\N	\N
-22122	312	5132	2007-01-27 07:22:34	\n[svn-inject] Installing original source of pydb\n	\N	\N	\N	\N	\N	\N	\N	\N	2255	\N	\N	\N
-21801	298	5064	2006-11-16 23:31:20	\nFix optimization problems\n\n	\N	f	\N	\N	1:3.6.1	1	\N	\N	1876	5	\N	\N
-21806	298	5065	2006-08-30 07:51:51	\nFix typo in description\n\n	\N	f	\N	\N	1.2.1	\N	\N	\N	1212	2	\N	\N
-21808	299	5066	2007-10-27 02:16:42	\nAdd TODO item found at test build dir...\n	\N	f	\N	\N	0.61	\N	\N	\N	5475	1	\N	\N
-21818	300	5068	2007-12-15 22:21:45	\nversion 0.96\n	\N	f	\N	\N	0.96.dfsg	\N	\N	\N	6626	1	\N	\N
-21823	299	5069	2007-10-06 10:41:11	\n[svn-inject] Applying Debian modifications to trunk\n	\N	f	\N	\N	0.2.1	\N	\N	\N	5159	6	\N	\N
-21826	302	5070	2007-02-14 22:04:57	\n* Refresh one patch (no functional change).\n\n\n	\N	f	\N	\N	5.0.3	\N	\N	\N	2356	1	\N	\N
-21831	304	5071	2007-07-22 13:37:02	\nremove ${misc:Depends} from control file\n	\N	f	\N	\N	0.2	\N	\N	\N	3970	3	\N	\N
-21836	305	5072	2007-06-07 17:42:08	\nimport of Pollux's current debian directory\n\n	\N	f	\N	\N	1.01	\N	\N	\N	3635	5	\N	\N
-21837	306	5073	2007-06-16 16:04:42	\n* update the dependencies and fix postinst for php4 removal process.\n	\N	f	\N	\N	0.4.6	\N	\N	\N	3691	10	\N	\N
-21842	307	5074	2007-04-19 18:26:11	\n* Upload.\n\n	\N	f	\N	\N	0.9.1	\N	\N	\N	3157	2	\N	\N
-21847	308	5075	2007-11-20 03:42:19	\nRename XS-Vcs fields to Vcs\n\n	\N	f	\N	\N	0.1.1	\N	\N	\N	5831	3	\N	\N
-21852	266	5076	2007-08-15 17:55:02	\nnostrip patch added\n\n	\N	f	\N	\N	2.1.0	\N	\N	\N	4395	4	\N	\N
-21857	309	5077	2007-12-07 01:56:53	\nAdded empty changelog entry for the next revision.\n\n	\N	f	\N	\N	1.61.0	\N	\N	\N	6418	5	\N	\N
-21862	311	5078	2006-04-25 23:08:42	\nSet Priority: standard\n	\N	f	\N	\N	0.52.2	\N	\N	\N	197	5	\N	\N
-21941	320	5094	2006-11-07 22:19:18	\n[ Philipp Kern ]\n* Change the default permissions for `/etc/bopm/bopm.conf' from\n  0644 to 0640, as the old setting might possibly leak passwords\n  to local users. Already created configuration files are not\n  touched explicitly, though. (Closes: #397261)\n\n	\N	f	\N	\N	3.1.2	\N	\N	\N	1807	11	\N	\N
-21946	299	5095	2007-09-29 14:59:54	\n* Cleanup duplicate build-dependencies in debian/rules, and semi-auto-\n  update debian/control:\n    DEB_BUILD_OPTIONS=cdbs-autoupdate fakeroot debian/rules pre-build\n	\N	f	\N	\N	2.7.4	\N	\N	\N	5024	1	\N	\N
-21956	299	5097	2007-10-06 10:48:33	\n[svn-inject] Applying Debian modifications to trunk\n	\N	f	\N	\N	0.2.4	\N	\N	\N	5175	4	\N	\N
-21959	302	5098	2007-12-09 21:24:39	\nIgnore errors from 'make check' because they are probably errors of the\n  buildd environment. (Closes: #447246)\n	\N	f	\N	\N	0.7.0	\N	\N	\N	6467	3	\N	\N
-21964	299	5099	2007-09-29 13:03:28	\n* Add Homepage to field.\n	\N	f	\N	\N	1.04	\N	\N	\N	5010	3	\N	\N
-21968	321	5100	2007-11-06 23:00:16	\n r2890 at viaza:  enrico | 2007-11-06 22:59:54 +0100\n Fixed comments\n\n	\N	t	\N	\N	0.4	\N	\N	\N	5651	\N	\N	\N
-21973	322	5101	2007-06-16 23:44:29	\nupstream update: 0.10.4\nmakefile_distclean.diff was integrated upstream -> removed\nperl_installdir.diff was partly integrated upstream -> adapted\n\n	\N	f	\N	\N	0.10.4	\N	\N	\N	3712	1	\N	\N
-21978	304	5102	2007-07-14 17:06:50	\n* Added a vim-addons registry file;\n  thanks to Jan Schumacher (closes: #432891).\n\n	\N	f	\N	\N	0.3.4	\N	\N	\N	3901	8	\N	\N
-21983	308	5103	2007-12-09 21:35:37	\nMove back to /usr/games because it unfortunately is in the games section\n\n	\N	f	\N	\N	1.6.1	\N	\N	\N	6469	9	\N	\N
-21988	325	5104	2007-08-05 12:29:18	\nChanges for the new release\n\n	\N	f	\N	\N	3.0pre7	\N	\N	\N	4109	1	\N	\N
-21991	308	5105	2007-12-04 21:14:07	\nFix typo in version number\n\n	\N	f	\N	\N	0.9.0	\N	\N	\N	6360	1	\N	\N
-21996	308	5106	2007-11-02 01:32:20	\nFix the include file path\n\n	\N	f	\N	\N	4.1	\N	\N	\N	5565	8	\N	\N
-22001	326	5107	2007-11-12 08:35:25	\nReleasing ack-grep 1.72-1\n	\N	f	\N	\N	1.72	\N	\N	\N	5693	1	\N	\N
-22006	327	5108	2006-12-22 08:11:53	\n * wwsympa and soap must be restarted before database upgrade\n\n	\N	f	\N	\N	5.2.3	\N	\N	\N	2093	0.5	\N	\N
-22011	308	5109	2007-12-11 11:52:06	\nThe user needs a shell to run perl scripts apparently.\nMust chown the spooled files\n\n	\N	f	\N	\N	0.7.0	\N	\N	\N	6530	1	\N	\N
-22016	302	5110	2007-11-25 18:21:46	\n* Move architecture dependent files from package scilab to scilab-bin.\n  (Closes: #452461)\n* Support binary NMUs.\n* Fix desktop and menu files.\n\n\n	\N	f	\N	\N	4.1.2	\N	\N	\N	6042	2	\N	\N
-22021	308	5111	2007-12-11 01:30:52	\nAdd a call to dh_desktop and remove the /usr/sbin dir\n\n	\N	f	\N	\N	1.8.5	\N	\N	\N	6511	4	\N	\N
-22026	299	5112	2007-10-06 10:44:54	\n[svn-inject] Applying Debian modifications to trunk\n	\N	f	\N	\N	0.7.0b	\N	\N	\N	5167	2	\N	\N
-22029	329	5113	2007-12-04 10:07:33	\n* debian/control\n  - The Vcs-* fields are now officially supported, so remove the XS- prefix.\n  - Bump Standards-Version to 3.7.3. No further changes required. \n    cause problems when using the --debug option. Closes: #410836\n	\N	f	\N	\N	0.3.9	\N	\N	\N	6346	2	\N	\N
-22039	332	5115	2007-11-27 05:07:25	\nadd yc.html document.\n	\N	f	\N	\N	4.0.13	\N	\N	\N	6052	8	\N	\N
-22044	319	5116	2007-12-16 03:25:03	\nreleasing version 2.3.1-2\n	\N	f	\N	\N	2.3.1	\N	\N	\N	6651	2	\N	\N
-22049	333	5117	2007-10-28 16:10:50	\n3.4.4-3\n	\N	f	\N	\N	3.4.4	\N	\N	\N	5492	3	\N	\N
-22054	299	5118	2007-09-29 13:13:11	\n* Move Homepage to own field (from pseudo-field in long description).\n	\N	f	\N	\N	20021019	\N	\N	\N	5017	7	\N	\N
-22058	308	5119	2007-12-06 06:22:04	\nPrepare for unstable upload\n\n	\N	f	\N	\N	20071102	\N	\N	\N	6393	1	\N	\N
-22062	334	5120	2007-12-11 00:17:27	\nreleasing version 1.0-2\n	\N	f	\N	\N	1.0	\N	\N	\N	6504	2	\N	\N
-22067	299	5121	2007-09-29 13:05:10	\n* Move Homepage to own field (from pseudo-field in long description).\n  Fix typo in the Homepage URL.\n	\N	f	\N	\N	1.41	\N	\N	\N	5011	2	\N	\N
-22076	315	5123	2007-12-13 05:56:18	\nFixed earlier changelog entry.\n\n	\N	f	\N	\N	20071211	\N	\N	\N	6575	3	\N	\N
-22081	306	5124	2007-12-12 14:23:34	\n* Remove mplayer as Suggests since 0.7 uses gstreamer instead.\n	\N	f	\N	\N	0.7	\N	\N	\N	6564	2	\N	\N
-22100	300	5128	2007-09-19 10:45:39	\nminor changes\n	\N	f	\N	\N	0.5	\N	\N	\N	4899	5	\N	\N
-22105	299	5129	2007-10-12 01:35:45	\nFix typo in changelog.\n	\N	f	\N	\N	1.6.9	\N	\N	\N	5245	1	\N	\N
-22115	299	5131	2007-10-13 15:48:32	\nManually sync with control.in.\n	\N	f	\N	\N	2.39	\N	\N	\N	5261	3	\N	\N
-22120	312	5132	2007-01-27 07:23:48	\n[svn-inject] Applying Debian modifications to trunk\n	\N	f	\N	\N	1.01	\N	\N	\N	2258	8.3	\N	\N
-23531	334	5423	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-22126	336	5133	2007-04-29 17:52:22	\nupdate debian/patches/61_rescan.dpatch: Block SIGHUP and SIGALRM in the\nparent. Fix rescan_devs not to skip every other input handler. Taken from\nUbuntu.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3255	\N	\N	\N
-22127	336	5133	2007-04-29 17:13:12	\ndebian/patches/dual_devices.dpatch: Handle input devices that provide both keyboard and mouse events.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3254	\N	\N	\N
-22128	299	5134	2007-10-06 10:58:20	\n[svn-inject] Applying Debian modifications to trunk\n	\N	f	\N	\N	2.02	\N	\N	\N	5179	1	\N	\N
-26126	397	5958	2005-08-15 01:59:16	\no Cleaning up debian/changelog and debian/control after advice from Barry\n  Hawkins:\n  - Changing version to 2.5.1-1\n  - Adding myself in Uploaders:\no Setting the correct Build-Depends-Indep.\no Setting JAVA_HOME_DIRS to kaffe.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1161	\N	\N	\N
-22129	299	5134	2007-10-06 10:58:14	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	5178	\N	\N	\N
-23533	365	5424	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-22131	326	5135	2007-10-16 20:05:57	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	5333	\N	\N	\N
-23534	366	5424	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22132	326	5135	2007-10-16 20:05:52	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	5332	\N	\N	\N
-26127	397	5958	2005-08-06 17:39:52	\nInitial revision\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1126	\N	\N	\N
-23535	366	5424	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22134	299	5136	2007-09-02 15:19:18	\n* Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	4655	\N	\N	\N
-22135	299	5136	2007-09-02 14:57:52	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4636	\N	\N	\N
-23536	366	5424	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22136	299	5136	2007-09-02 14:57:46	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	4635	\N	\N	\N
-22137	299	5137	2007-10-21 17:57:13	\nPrepare for release.\n	\N	f	\N	\N	1.5.8	\N	\N	\N	5406	5	\N	\N
-23537	365	5425	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	f	\N	\N	0.05	\N	\N	\N	8503	2	\N	\N
-22138	299	5137	2007-10-21 17:56:31	\n* Use Vcs-* fields (not XS-Vcs-* fields) in debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	5405	\N	\N	\N
-22139	299	5137	2007-10-21 17:54:41	\n* Acknowledge NMU.\n  + Rename patch to 10011 (to match documented naming scheme).\n  + Unfuzz patch.\n	\N	\N	\N	\N	\N	\N	\N	\N	5404	\N	\N	\N
-23538	365	5425	2007-10-16 21:34:24	\n* Fix debian/watch to not capture orig.tar.gz file extension\n	\N	\N	\N	\N	\N	\N	\N	\N	8279	\N	\N	\N
-22140	299	5137	2007-10-21 17:39:19	\nInclude NMU.\n	\N	\N	\N	\N	\N	\N	\N	\N	5402	\N	\N	\N
-22141	299	5137	2007-10-21 17:38:47	\nInclude NMU.\n	\N	\N	\N	\N	\N	\N	\N	\N	5401	\N	\N	\N
-23539	365	5425	2007-10-15 10:16:01	\n* Move testsuite from install to build target\n	\N	\N	\N	\N	\N	\N	\N	\N	8269	\N	\N	\N
-22142	333	5138	2007-10-20 15:15:23	\nadapt new homepage field\n	\N	f	\N	\N	2.0.2	\N	\N	\N	5390	2	\N	\N
-22143	337	5138	2007-08-06 16:40:42	\nupdated patch\n	\N	\N	\N	\N	\N	\N	\N	\N	4176	\N	\N	\N
-23540	365	5425	2007-10-15 10:15:03	\n* added create_pachlist=0 to install call to avoid creating .packlist files.\n  Thanks, lintian\n	\N	\N	\N	\N	\N	\N	\N	\N	8268	\N	\N	\N
-22144	337	5138	2007-08-06 16:28:42	\nupdated patch\n	\N	\N	\N	\N	\N	\N	\N	\N	4175	\N	\N	\N
-22145	337	5138	2007-08-06 16:19:30	\nadded changelog entry\n	\N	\N	\N	\N	\N	\N	\N	\N	4174	\N	\N	\N
-23541	365	5425	2007-10-15 09:57:19	\n* Bumped urgency to medium, as we fix FTBFS bug\n* Adding patch from Niko Tiny <ntyni at iki.fi>\n	\N	\N	\N	\N	\N	\N	\N	\N	8265	\N	\N	\N
-22146	337	5138	2007-08-06 16:18:55	\nadded dpatch stuff and patch for desktop files\n	\N	\N	\N	\N	\N	\N	\N	\N	4173	\N	\N	\N
-24143	365	5546	2007-12-05 10:52:01	\nReplace gregoa by myself in Uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	10824	\N	\N	\N
-22148	299	5139	2007-09-02 15:10:58	\n* Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	4647	\N	\N	\N
-22149	299	5139	2007-09-02 14:53:16	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4612	\N	\N	\N
-22150	299	5139	2007-09-02 14:53:12	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	4611	\N	\N	\N
-22152	309	5140	2007-12-06 21:32:56	\n* Changed my maintainer address to fst at debian.org.\n* Changed the Subversion URL to point to deb-maint/curlftpfs.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6410	\N	\N	\N
-22153	309	5140	2007-12-06 21:21:40	\nMove curlftpfs from ext-maint to deb-maint.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6408	\N	\N	\N
-22154	310	5140	2007-12-03 15:31:38	\nBumped Standards-Version from 3.7.2 to 3.7.3, no changes were required.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6326	\N	\N	\N
-22155	310	5140	2007-09-21 09:26:41	\nDooh, the last commit should have changed debian/control.in also.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4923	\N	\N	\N
-22156	302	5141	2006-11-26 21:41:35	\n* Add XS-X-Vcs-Svn header to debian/control.\n\n\n	\N	f	\N	\N	0.1.9	\N	\N	\N	1935	2	\N	\N
-22157	302	5141	2006-11-26 21:38:12	\n* Add debian/watch.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1934	\N	\N	\N
-22158	302	5141	2006-10-04 17:20:31	\n* new upstream release\n* cleaned up debian/copyright after upstream has fixed its COPYING file\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1465	\N	\N	\N
-22159	302	5141	2006-08-08 23:34:53	\n* release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1054	\N	\N	\N
-22160	302	5141	2006-07-29 10:52:25	\n* set priority of libsexymm2-dbg to extra\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	947	\N	\N	\N
-22161	300	5142	2007-12-09 20:07:16	\nconverted debian/copyright to utf-8\n	\N	f	\N	\N	1:2.0.0	1	\N	\N	6464	27	\N	\N
-22162	300	5142	2007-12-09 19:44:58	\nstandards version 3.7.3\n	\N	\N	\N	\N	\N	\N	\N	\N	6461	\N	\N	\N
-22163	300	5142	2007-12-01 14:31:56	\n  * Fixed debian-rules-ignores-make-clean-error.\n  * Added Vcs-Browser and Vcs-Svn fields.\n  * Machine interpretable copyright file.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6159	\N	\N	\N
-22164	300	5142	2007-09-15 20:58:02	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4810	\N	\N	\N
-23544	366	5426	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22170	325	5143	2007-09-12 22:41:15	\nThe new release will be 5.01\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4758	\N	\N	\N
-26129	280	5959	2007-11-12 20:15:40	\n* Fix description. build-depends and copyright\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4737	\N	\N	\N
-22171	338	5144	2007-09-18 12:38:19	\nUnreleased.\n\n	\N	f	\N	\N	0.5.3	\N	\N	\N	4891	2	\N	\N
-23545	365	5426	2007-09-20 15:04:15	\nreleasing version 1.14-1\n	\N	\N	\N	\N	\N	\N	\N	\N	7792	\N	\N	\N
-22172	338	5144	2007-09-18 12:05:57	\nRelease to unstable.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4889	\N	\N	\N
-22173	339	5144	2007-09-18 09:07:46	\nNew upstream release 0.5.3.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4888	\N	\N	\N
-23546	365	5426	2007-09-20 13:03:43	\nWrap all long lines in debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	7790	\N	\N	\N
-22174	339	5144	2007-08-31 09:01:28	\nRemove extra newline from templates file, fixes builds on sarge.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4581	\N	\N	\N
-26130	302	5959	2007-11-11 23:17:06	\nmergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4725	\N	\N	\N
-22175	338	5144	2007-06-03 19:22:14	\nUnreleased.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3610	\N	\N	\N
-23547	365	5427	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	f	\N	\N	1.861	\N	\N	\N	10669	1	\N	\N
-22176	299	5145	2007-10-06 10:59:22	\n[svn-inject] Applying Debian modifications to trunk\n	\N	f	\N	\N	4.2.1	\N	\N	\N	5181	3	\N	\N
-22177	299	5145	2007-10-06 10:59:16	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	5180	\N	\N	\N
-23548	370	5427	2007-11-23 19:44:26	\n* Fixed Maintainer field in control file.\n* Fixed copyright and control file with a better URL.\n	\N	\N	\N	\N	\N	\N	\N	\N	9672	\N	\N	\N
-22178	302	5146	2007-12-03 22:06:58	\nUpdate our patches.\n	\N	f	\N	\N	1.0beta3	\N	\N	\N	6336	1	\N	\N
-26131	302	5959	2007-11-11 23:15:41	\nnew package libhibernate-annotations-java\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4724	\N	\N	\N
-22179	302	5146	2007-12-03 21:51:27	\n* new upstream release\n* Simplify debian/watch.\n	\N	\N	\N	\N	\N	\N	\N	\N	6335	\N	\N	\N
-23549	365	5427	2007-11-15 14:11:27	\n* debian/control:\n  + wrap long fields\n  + drop leading space in short description\n  + add muself to Uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	9303	\N	\N	\N
-22180	340	5146	2007-11-18 15:14:27	\nadd dutch translation\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5792	\N	\N	\N
-22181	302	5146	2007-09-18 21:44:12	\nrelease\n	\N	\N	\N	\N	\N	\N	\N	\N	4896	\N	\N	\N
-23550	365	5427	2007-11-15 14:05:50	\n* debian/rules: fix stamp/non-stamp dependencies. Fixes parallel build\n	\N	\N	\N	\N	\N	\N	\N	\N	9302	\N	\N	\N
-22182	340	5146	2007-09-09 16:10:54	\n* add Portuguese translation, closes: #433676\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4717	\N	\N	\N
-26132	390	5960	2007-12-04 09:53:44	\nAdded debian/watch file\n	\N	f	\N	\N	1.0	\N	\N	\N	4968	2	\N	\N
-22183	299	5147	2007-10-06 10:40:10	\n[svn-inject] Applying Debian modifications to trunk\n	\N	f	\N	\N	3.2.1	\N	\N	\N	5155	4	\N	\N
-23551	365	5427	2007-11-15 14:02:45	\n* debian/watch: version=3; stop capturing file extensions; escape periods\n	\N	\N	\N	\N	\N	\N	\N	\N	9301	\N	\N	\N
-22184	299	5147	2007-10-06 10:40:03	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	5154	\N	\N	\N
-22185	312	5148	2007-11-20 22:52:45	\nUpload current cvs to experimental\n	\N	f	\N	\N	1.11.4.dfsg+cvs20071120	\N	\N	\N	5848	1	\N	\N
-22186	312	5148	2007-04-17 20:07:07	\nadd RCS fields\n	\N	\N	\N	\N	\N	\N	\N	\N	3118	\N	\N	\N
-22187	312	5148	2007-04-17 18:54:38	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	3115	\N	\N	\N
-23553	366	5428	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22188	312	5148	2007-04-17 18:54:21	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	3114	\N	\N	\N
-22189	282	5149	2007-11-08 10:04:03	\n* recommendation updates:\n  - XForms 1.0 Third Edition\n	\N	f	\N	\N	20070917	\N	\N	\N	5675	2	\N	\N
-22190	282	5149	2007-10-17 13:33:37	\n* register a w3-recs "book" with the GNOME documentation browser, based on a\n  patch by Simon McVittie (closes: #446876)\n	\N	\N	\N	\N	\N	\N	\N	\N	5348	\N	\N	\N
-22191	282	5149	2007-10-17 12:53:42	\n* use relative links in index.html (enable using the index as\n  http://localhost/doc/...), thanks to Simon McVittie for the patch\n  (closes: #444593)\n	\N	\N	\N	\N	\N	\N	\N	\N	5347	\N	\N	\N
-22192	282	5149	2007-09-21 13:51:54	\n* promote Homepage to a real debian/control field\n	\N	\N	\N	\N	\N	\N	\N	\N	4925	\N	\N	\N
-22193	282	5149	2007-09-17 10:28:50	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	4881	\N	\N	\N
-22194	341	5150	2007-10-19 20:36:48	\nDuplicated dependency (already provided by {cli:Depends})\n\n	\N	f	\N	\N	0.2.2	\N	\N	\N	5387	4	\N	\N
-22195	341	5150	2007-10-19 20:31:51	\nFixing dependency\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5386	\N	\N	\N
-22196	341	5150	2007-10-19 17:12:46	\nRemoving auto-generated .pot and useless debian/docs\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5384	\N	\N	\N
-22197	341	5150	2007-10-02 09:10:11	\nIt is ready now :)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5067	\N	\N	\N
-22198	341	5150	2007-09-15 21:05:37	\nAnother missing dependency :'(\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4813	\N	\N	\N
-22200	331	5151	2007-12-03 19:42:18	\nNew upstream release 1.2\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6333	\N	\N	\N
-22201	331	5151	2007-12-03 18:52:32	\nupgrade watch file to version 3\n	\N	\N	\N	\N	\N	\N	\N	\N	6332	\N	\N	\N
-22202	330	5151	2007-10-22 10:23:31	\nprepared for net upload\n	\N	\N	\N	\N	\N	\N	\N	\N	5423	\N	\N	\N
-22203	330	5151	2007-10-22 10:22:20	\nprepared and uploaded kanif 1.1-2\n	\N	\N	\N	\N	\N	\N	\N	\N	5420	\N	\N	\N
-22204	342	5152	2007-08-06 22:42:31	\ntest release.\n\n	\N	f	\N	\N	0.8.29	\N	\N	\N	4186	WIP4-3~unreleased.1	\N	\N
-22205	342	5152	2007-08-06 22:37:40	\n  * copyright: Trying to get "most" of the advised information in; don't\n    know how to handle the "dozens of contributers" properly, though ;(.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4185	\N	\N	\N
-22206	342	5152	2007-08-06 21:16:48	\nadd home page url\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4184	\N	\N	\N
-22207	342	5152	2007-08-06 21:14:58	\n  * Fix: Update README.debian for e-uae.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4183	\N	\N	\N
-22208	342	5152	2007-08-06 21:08:25	\n  * Remove README-0.7.6 and README-UNIX-0.7.6; these are really\n    obsoleted in e-uae by the various files under docs/.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4182	\N	\N	\N
-22209	312	5153	2007-11-15 20:53:52	\nAutodetect python version and regenerate swig files\n	\N	f	\N	\N	1.16	\N	\N	\N	5758	7	\N	\N
-23555	334	5428	2007-08-12 04:49:08	\nThere is no need to add a new dummy UNRELEASED changelog entry to try and\navoid people making changes to the previous, released entry. Instead,\nsimply:\n\necho DEBCHANGE_RELEASE_HEURISTIC=changelog >>~/.devscripts\n\nThis will make dch automatically start a new changelog entry if the package\nhas been released, and add to existing UNRELEASED changlog entries.\n\nI'm removing all the "NOT RELEASED YET" dummy entries since:\n\n* They are not needed when dch is used correctly as descrived above.\n* They make grepping for actually UNRELEASED packages unncessarily hard.\n* They were added quite inconsistently, being present in only a small \n  fraction of pkg-perl's package, and thus being of even less benefit since\n  nobody could count on them being there.\n* They demonstratably have led to cruft appearing in released changelogs,\n  when people forgot to remove them and added a new changelog entry above\n  the dummy entry. (I've fixed all of that cruft, too).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6543	\N	\N	\N
-26133	390	5960	2007-12-04 09:40:26	\nlibgrinvin-graphs-java (1.0-1) unstable; urgency=low\n\n  * Initial release\n\n -- Adriaan Peeters <apeeters at lashout.net>  Tue, 20 Nov 2007 21:03:42 +0100\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4956	\N	\N	\N
-22213	312	5153	2007-04-17 17:56:26	\nReintroduce python-liblcms1 and upload into experimental for NEW queue processing\n	\N	\N	\N	\N	\N	\N	\N	\N	3100	\N	\N	\N
-22215	343	5154	2007-12-16 09:42:25	\nRemoved NEWS.Debian, updated rules, postinst and config.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6658	\N	\N	\N
-22216	343	5154	2007-12-16 09:26:07	\nRemoved old patches, applied upstream.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6657	\N	\N	\N
-26134	389	5961	2007-07-12 15:00:33	\nAdded maven-ant-helper to Build-Depends\n	\N	f	\N	\N	1.0	\N	\N	\N	3823	alpha-7-1	\N	\N
-22217	343	5154	2007-12-16 09:25:44	\nNew upstream release, merge with upstream.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6656	\N	\N	\N
-23558	366	5429	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22218	343	5154	2007-10-11 13:40:44	\nPreparing the new release.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5218	\N	\N	\N
-22219	344	5155	2007-12-12 22:32:17	\nRemove myself from Uploaders and debian/changelog, put Jure there\n	\N	f	\N	\N	0.0~cvs20070927	\N	\N	\N	6569	1	\N	\N
-23559	366	5429	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22220	344	5155	2007-09-28 03:06:13	\nAdjust Maintainer and Uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	4980	\N	\N	\N
-22221	344	5155	2007-09-28 03:00:59	\nPrepare a patch to make the package installable for python2.4 too\n	\N	\N	\N	\N	\N	\N	\N	\N	4979	\N	\N	\N
-23879	366	5493	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-22222	344	5155	2007-09-28 02:44:38	\nAdd a patch to drop -lstdc++. Also use g++ as linker\n	\N	\N	\N	\N	\N	\N	\N	\N	4978	\N	\N	\N
-22223	344	5155	2007-09-28 02:32:09	\nRe-enable the ?\\226?\\128?\\156make clean?\\226?\\128?\\157 call at top-level. Adjust TODO\n	\N	\N	\N	\N	\N	\N	\N	\N	4977	\N	\N	\N
-23880	366	5493	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-22224	299	5156	2007-09-29 12:20:47	\n* Move Homepage to own field (from pseudo-field in long description).\n	\N	f	\N	\N	3.05.01	\N	\N	\N	4998	2	\N	\N
-22225	299	5156	2007-09-02 15:06:23	\n* Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	4642	\N	\N	\N
-23881	331	5493	2007-12-01 13:23:17	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10405	\N	\N	\N
-22226	299	5156	2007-09-02 14:54:43	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4618	\N	\N	\N
-22227	299	5156	2007-09-02 14:54:38	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	4617	\N	\N	\N
-22228	308	5157	2007-11-29 22:49:57	\nThe runAsUser config option has changed to be more generic now\n\n	\N	f	\N	\N	3.3+svn20071107	\N	\N	\N	6090	1	\N	\N
-22229	308	5157	2007-11-20 03:29:42	\nRename the XS-Vcs fields\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5824	\N	\N	\N
-22230	308	5157	2007-11-19 09:34:18	\nDepend on php5-tidy instead of tidy\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5817	\N	\N	\N
-22231	308	5157	2007-11-07 11:40:36	\nFix the display and home environment variables\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5669	\N	\N	\N
-22232	308	5157	2007-11-07 11:33:36	\nFix permissions on docvert's home directory\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5668	\N	\N	\N
-22233	345	5158	2007-11-20 05:26:43	\ncrosscompile patch for #423707\n	\N	t	\N	\N	0.45	\N	\N	\N	5841	\N	\N	\N
-22234	345	5158	2007-10-23 01:16:43	\ninit.d.lsb fixes\n	\N	\N	\N	\N	\N	\N	\N	\N	5428	\N	\N	\N
-22235	345	5158	2007-10-15 22:21:42	\ndpatch option\n	\N	\N	\N	\N	\N	\N	\N	\N	5288	\N	\N	\N
-22236	345	5158	2007-10-09 01:25:25	\ncmakelist is not in docs\n	\N	\N	\N	\N	\N	\N	\N	\N	5203	\N	\N	\N
-22237	345	5158	2007-10-09 00:58:45	\nHomepage tag in control added\n	\N	\N	\N	\N	\N	\N	\N	\N	5202	\N	\N	\N
-22238	346	5159	2006-05-01 14:32:20	\nupdated Standards-Version\n\n	\N	f	\N	\N	0.8	\N	\N	\N	239	5	\N	\N
-22239	346	5159	2006-04-30 19:47:37	\n[svn-inject] Setting properties of gvidm/debian/\n	\N	\N	\N	\N	\N	\N	\N	\N	238	\N	\N	\N
-22240	346	5159	2006-04-30 19:47:00	\nLoad newtrunk into deb-maint/gvidm/trunk.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	237	\N	\N	\N
-22241	346	5159	2006-04-30 19:45:57	\n[svn-inject] Forking gvidm source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	236	\N	\N	\N
-22242	346	5159	2006-04-30 19:45:41	\n[svn-inject] Installing original source of gvidm\n	\N	\N	\N	\N	\N	\N	\N	\N	234	\N	\N	\N
-22243	333	5160	2007-11-12 16:36:04	\nprepare 0.18 release\n\n	\N	f	\N	\N	0.18	\N	\N	\N	5696	1	\N	\N
-22245	337	5160	2007-08-07 13:21:25	\ntagged 0.15-3\n	\N	\N	\N	\N	\N	\N	\N	\N	4206	\N	\N	\N
-22246	337	5160	2007-08-07 12:54:17	\ntagged 0.15-2\n	\N	\N	\N	\N	\N	\N	\N	\N	4205	\N	\N	\N
-22247	337	5160	2007-08-06 01:16:38	\nremoved fPIC from CFLAGS in rules\n	\N	\N	\N	\N	\N	\N	\N	\N	4159	\N	\N	\N
-22248	290	5161	2007-08-01 17:39:55	\nwith the efi taken from refit svn repository, refit 0.10 builds.\nuntested but half done.\n\ntmp/ contains an hacked version of gnu-efi\n\n	\N	f	\N	\N	3.0c	\N	\N	\N	4046	3	\N	\N
-22249	290	5162	2007-08-01 17:39:55	\nwith the efi taken from refit svn repository, refit 0.10 builds.\nuntested but half done.\n\ntmp/ contains an hacked version of gnu-efi\n\n	\N	f	\N	\N	0.10	\N	\N	\N	4046	1	\N	\N
-22250	290	5162	2007-07-30 18:32:18	\nadded some snippets of the patch submitted by J.Blache to #383801\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4035	\N	\N	\N
-22251	290	5162	2007-07-30 18:09:31	\nfist attempts, removed obsolete patches and changed maintainer\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4034	\N	\N	\N
-22252	290	5162	2007-07-30 17:44:55	\ninitial import of refit\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4033	\N	\N	\N
-23560	334	5429	2007-08-12 04:49:08	\nThere is no need to add a new dummy UNRELEASED changelog entry to try and\navoid people making changes to the previous, released entry. Instead,\nsimply:\n\necho DEBCHANGE_RELEASE_HEURISTIC=changelog >>~/.devscripts\n\nThis will make dch automatically start a new changelog entry if the package\nhas been released, and add to existing UNRELEASED changlog entries.\n\nI'm removing all the "NOT RELEASED YET" dummy entries since:\n\n* They are not needed when dch is used correctly as descrived above.\n* They make grepping for actually UNRELEASED packages unncessarily hard.\n* They were added quite inconsistently, being present in only a small \n  fraction of pkg-perl's package, and thus being of even less benefit since\n  nobody could count on them being there.\n* They demonstratably have led to cruft appearing in released changelogs,\n  when people forgot to remove them and added a new changelog entry above\n  the dummy entry. (I've fixed all of that cruft, too).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6543	\N	\N	\N
-26136	389	5961	2007-06-19 01:37:04	\ndebian/control: added descriptions and dependencies.\ndebian/rules: tidied Classpath; corrected location of API docs.\n	\N	\N	\N	\N	\N	\N	\N	\N	3728	\N	\N	\N
-22259	342	5164	2007-08-05 13:56:34	\n  * Moving pkg development to alioth, collab-maint.\n  * control: Add Xs-Vcs-Svn and -Browser information.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4144	\N	\N	\N
-23563	366	5430	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-22260	342	5164	2007-07-24 19:21:25	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	3988	\N	\N	\N
-22261	342	5164	2007-07-24 19:21:17	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	3987	\N	\N	\N
-23564	366	5430	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-22263	299	5165	2007-09-02 15:11:45	\n* Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	4648	\N	\N	\N
-23565	366	5430	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-22264	299	5165	2007-09-02 14:55:52	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4624	\N	\N	\N
-22265	299	5165	2007-09-02 14:55:47	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	4623	\N	\N	\N
-23566	331	5430	2007-12-01 13:32:41	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10507	\N	\N	\N
-22266	308	5166	2007-11-20 03:44:53	\nRename XS-Vcs fields to Vcs\n\n	\N	f	\N	\N	1.50	\N	\N	\N	5833	9	\N	\N
-22267	308	5166	2007-10-19 05:47:00	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	5383	\N	\N	\N
-22268	308	5166	2007-10-19 05:46:33	\n[svn-inject] Forking jumpnbump source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	5382	\N	\N	\N
-22269	308	5166	2007-10-19 05:46:17	\n[svn-inject] Installing original source of jumpnbump\n	\N	\N	\N	\N	\N	\N	\N	\N	5380	\N	\N	\N
-22270	347	5167	2007-08-21 18:52:20	\n* Create /dev/null in the chroot in mkchroot.sh.\n	\N	f	\N	\N	2.3.2	\N	\N	\N	4455	6	\N	\N
-22271	347	5167	2007-05-22 04:12:27	\n* Add XS-Vcs-Svn and XS-Vcs-Browser control fields.\n	\N	\N	\N	\N	\N	\N	\N	\N	3441	\N	\N	\N
-22272	347	5167	2007-05-22 03:40:51	\n* Fix the build system to not run configure twice.\n	\N	\N	\N	\N	\N	\N	\N	\N	3440	\N	\N	\N
-22273	347	5167	2007-05-22 03:39:11	\n* Remove the obsolete security note from the config script.\n	\N	\N	\N	\N	\N	\N	\N	\N	3438	\N	\N	\N
-22274	347	5167	2007-05-22 03:35:30	\nFurther simplification of the dpkg-statoverride logic.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3437	\N	\N	\N
-22275	308	5168	2007-11-20 03:17:02	\nRename the XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	0.4	\N	\N	\N	5820	10	\N	\N
-22276	308	5168	2007-10-19 04:15:35	\nAdd the homepage field in debian/control\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5364	\N	\N	\N
-22277	308	5168	2007-08-20 04:40:53	\natitvout.1 is automatically generated\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4445	\N	\N	\N
-22278	308	5168	2007-08-20 04:36:04	\nRefer to svn repo in debian/control\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4444	\N	\N	\N
-22279	308	5168	2007-08-09 00:25:09	\nRefer specifically to GPL-2 in debian/copyright\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4338	\N	\N	\N
-22280	348	5169	2007-12-06 09:31:36	\ntagging\n	\N	f	\N	\N	1:1.4.2	1	\N	\N	6404	5	\N	\N
-22281	348	5169	2007-12-06 09:21:19	\n...\n	\N	\N	\N	\N	\N	\N	\N	\N	6402	\N	\N	\N
-22282	348	5169	2007-12-06 09:18:55	\npatch for 1.4.x not 1.1.4 woohoo need coffee\n	\N	\N	\N	\N	\N	\N	\N	\N	6401	\N	\N	\N
-22283	348	5169	2007-12-06 09:15:40	\nfix unstable\n	\N	\N	\N	\N	\N	\N	\N	\N	6400	\N	\N	\N
-22284	343	5169	2007-09-20 23:23:55	\nBug #443354\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4906	\N	\N	\N
-22285	349	5170	2007-05-12 09:03:57	\nRemove a deplicated patch: debian/patches/01_linux_syscall_support_h.diff\n	\N	f	\N	\N	0.91	\N	\N	\N	3367	1	\N	\N
-22286	349	5170	2007-05-12 08:59:35	\n* New upstream release\n* The hosting site of the upstream has been changed. \n	\N	\N	\N	\N	\N	\N	\N	\N	3366	\N	\N	\N
-22287	349	5170	2007-05-12 08:55:54	\nUpdate watch file.\n	\N	\N	\N	\N	\N	\N	\N	\N	3365	\N	\N	\N
-22288	349	5170	2006-11-13 13:32:06	\nCorrect the filename of the patch.\n	\N	\N	\N	\N	\N	\N	\N	\N	1855	\N	\N	\N
-22289	349	5170	2006-11-13 13:20:45	\n* Apply a patch from Yauheni Kaliuta to fix an error, 'sys_mmap' has not\n  been declared, which may happen with Linux kernel 2.6.18.\n  (Closes: #397908)\n	\N	\N	\N	\N	\N	\N	\N	\N	1854	\N	\N	\N
-22290	336	5171	2007-09-24 10:15:27	\n transition project URL to Homepage field\n\n	\N	f	\N	\N	0.7.0	\N	\N	\N	4946	2	\N	\N
-22291	336	5171	2007-09-14 21:18:36	\n  * New upstream version\n    - remove 01_gnomecanvasmm.dpatch, 02_gcc-4.0.dpatch,\n      03_windowmenus.dpatch, 05_clean_doc.dpatch, 06_freetype_makefile.dpatch,\n      07_gcc-4.1.dpatch (all included ubstream)\n    - obsoletes 99_autotools.dpatch\n  * add gcc-4.2.dpatch to fix building with GCC 4.2 (closes: #370549)\n  * build with --with-gnome\n    - obsoletes 04_webbrowser.dpatch\n  * fix handling of EPS files by calling gs without -dSAFER\n  * change menu section to Applications\n  * upgrade standards version to 3.7.2.2 (no changes needed)\n  * Use pixel-based sizes for PostscriptViewents (fix taken form upstream\n    bugtracker)\n  * Thanks to tbm for his NMU for gcc 4.1 (closes: #358075)\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4792	\N	\N	\N
-22292	336	5171	2007-09-14 14:28:43	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4790	\N	\N	\N
-22295	282	5172	2007-09-22 09:09:04	\n* debian/gpscorrelate-gui.menu\n  - change menu section to Applications according to the new menu policy\n	\N	f	\N	\N	1.5.5	\N	\N	\N	4929	1	\N	\N
-22296	282	5172	2007-09-22 09:04:24	\n* new upstream release\n  - make some GPS field availability optional (closes: #429655)\n	\N	\N	\N	\N	\N	\N	\N	\N	4928	\N	\N	\N
-23569	366	5431	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26138	389	5961	2007-06-18 01:00:19	\nTidied doxia build classpath - modello\n	\N	\N	\N	\N	\N	\N	\N	\N	3718	\N	\N	\N
-22298	282	5172	2007-02-25 12:02:56	\nnew upstream release (fixing a segfault), and minor packaging stuff\n	\N	\N	\N	\N	\N	\N	\N	\N	2410	\N	\N	\N
-23570	366	5431	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22299	282	5172	2007-02-19 15:17:09	\nadded xs-vcs-browser field\n	\N	\N	\N	\N	\N	\N	\N	\N	2368	\N	\N	\N
-23571	366	5431	2007-08-17 13:20:35	\n* Add dh_md5sums to debian/rules.\n* Don't ignore errors of make clean.\n	\N	\N	\N	\N	\N	\N	\N	\N	6790	\N	\N	\N
-22301	282	5173	2007-10-29 10:35:31	\ntouching\n	\N	\N	\N	\N	\N	\N	\N	\N	5500	\N	\N	\N
-26139	267	5962	2007-09-20 16:19:28	\n* debian/control:\n  + Add Homepage field\n	\N	f	\N	\N	1:1.3.1	1	\N	\N	4228	2	\N	\N
-22302	282	5173	2007-10-23 09:55:10	\n* debian/control:\n  - s/Source-Version/binary:Version/ (deprecated substvar)\n  - bump t1lib build dep to the minimum required version with the proper Xpm\n    deps (recently NMUed)\n* bump debhelper deps and compatibility level to 5\n	\N	\N	\N	\N	\N	\N	\N	\N	5430	\N	\N	\N
-22303	282	5173	2007-10-15 12:31:16	\n* debian/control: s/Source-Version/binary:Version/ (deprecated substvar)\n	\N	\N	\N	\N	\N	\N	\N	\N	5277	\N	\N	\N
-22304	282	5173	2007-10-15 11:37:08	\n* new upstream release\n  - some cleaning stuff during the build process has been moved from\n    distclean to maintainerclean, fixing FTBFS when built more than once in\n    a row (closes: #442590) ...\n* ... as a consequence revert explicit force in debian/rules to use "clean"\n  as a clean target, "distclean" is just fine\n* promote Homepage, Vcs-Svn, Vcs-Browser to real debian/control fields\n	\N	\N	\N	\N	\N	\N	\N	\N	5276	\N	\N	\N
-23573	365	5432	2007-12-07 21:43:03	\nApply UNRELEASED changes cleanly\n	\N	\N	\N	\N	\N	\N	\N	\N	11012	\N	\N	\N
-22305	319	5174	2007-11-20 22:37:24	\n* Fix grammatical error in package description (Closes: #419453)\n* Fix extraneous punctuation in acroread patch (Closes: #451387)\n	\N	f	\N	\N	1.8.0	\N	\N	\N	5847	4	\N	\N
-26140	280	5962	2007-09-15 21:18:48	\n  + Depend on java-gcj-compat instead of kaffe.\n	\N	\N	\N	\N	\N	\N	\N	\N	4181	\N	\N	\N
-22306	319	5174	2007-04-16 01:21:09	\n* Fixed grammatical error in package description (Closes: #419453)\n	\N	\N	\N	\N	\N	\N	\N	\N	3074	\N	\N	\N
-23574	365	5432	2007-12-07 21:40:26	\nReverting 11009, 11008, 11006 and 11005. Thanks to Niko for noticing the mess (even after I tried to clean up)\n	\N	\N	\N	\N	\N	\N	\N	\N	11011	\N	\N	\N
-22307	319	5174	2007-04-09 00:13:57	\nreleasing version 1.8.0-3\n	\N	\N	\N	\N	\N	\N	\N	\N	2978	\N	\N	\N
-22308	319	5174	2007-04-07 06:39:35	\nreleasing version 1.8.0-2\n	\N	\N	\N	\N	\N	\N	\N	\N	2866	\N	\N	\N
-23575	365	5432	2007-12-07 12:56:06	\nAdd UNRELEASED notes in a new changelog entry\n	\N	\N	\N	\N	\N	\N	\N	\N	11009	\N	\N	\N
-22309	319	5174	2007-03-09 05:06:31	\nreleasing version 1.8.0-1\n	\N	\N	\N	\N	\N	\N	\N	\N	2569	\N	\N	\N
-22310	304	5175	2007-10-25 20:14:42	\ndocument change for latest rest2web release, which also fixes pathutils compat\n	\N	f	\N	\N	0.5.2~alpha+svn	\N	\N	\N	5452	r248-1	\N	\N
-23576	365	5432	2007-12-07 12:46:48	\nRevert blind changing of distribution to UNRELEASED (r11005)\n	\N	\N	\N	\N	\N	\N	\N	\N	11008	\N	\N	\N
-22311	304	5175	2007-07-10 14:26:18	\nuse CURDIR instead of PWD as per lintian suggestion\n	\N	\N	\N	\N	\N	\N	\N	\N	3874	\N	\N	\N
-22312	304	5175	2006-11-20 08:09:59	\nresync with svn to fix #399359\n	\N	\N	\N	\N	\N	\N	\N	\N	1901	\N	\N	\N
-22313	304	5175	2006-10-24 09:40:41	\nadded xs-vcs info\n	\N	\N	\N	\N	\N	\N	\N	\N	1636	\N	\N	\N
-22314	304	5175	2006-10-18 22:46:37	\n* Removed /usr/bin/rest2web symlink. Use r2w instead.\n	\N	\N	\N	\N	\N	\N	\N	\N	1582	\N	\N	\N
-23578	360	5433	2007-12-10 00:13:52	\n* taking out the patchs from .diff.gz and moving it to quilt\n* s/UNRELEASED/unstable/\n\n	\N	\N	\N	\N	\N	\N	\N	\N	11068	\N	\N	\N
-22315	350	5176	2007-11-11 22:17:22	\nreleasing 0.4.1~svn1301-1\n	\N	f	\N	\N	0.4.1~svn1301	\N	\N	\N	5692	1	\N	\N
-22316	350	5176	2007-03-23 20:29:27	\nupdate packages description according latest DVD progress\n	\N	\N	\N	\N	\N	\N	\N	\N	2753	\N	\N	\N
-22317	351	5176	2007-03-22 10:55:30	\nFixed cdrskin revision\n	\N	\N	\N	\N	\N	\N	\N	\N	2736	\N	\N	\N
-22318	351	5176	2007-03-22 10:01:08	\nCreate new version tag\n	\N	\N	\N	\N	\N	\N	\N	\N	2734	\N	\N	\N
-22319	351	5176	2007-03-22 09:59:03	\nUsing current cdrskin snapshot\n	\N	\N	\N	\N	\N	\N	\N	\N	2732	\N	\N	\N
-22320	306	5177	2006-09-06 00:58:34	\n* add a better description in control file. Thanks to Javier\n  Fern?\\195?\\161ndez-Sanguino Pe?\\195?\\177a (Closes: #209524).\n	\N	f	\N	\N	1.1	\N	\N	\N	1265	2	\N	\N
-22321	306	5177	2006-08-30 16:42:43	\n* Put this package only for Debian, it is in fact a package built for Debian\n  + now using CDBS\n	\N	\N	\N	\N	\N	\N	\N	\N	1213	\N	\N	\N
-22322	306	5177	2006-08-23 18:41:08	\n* Put this package only for Debian, there is no reason to have '-' in its\n  version\n* debian/README.Debian\n  + fixed some old issues\n* debian/copyright\n  + added new FSF address\n  + fixed minor lintian warnings\n	\N	\N	\N	\N	\N	\N	\N	\N	1149	\N	\N	\N
-22323	306	5177	2006-08-20 15:38:35	\n* Removed gnome people icons (gnome-people_all.tar.gz)\n* debian/control\n  + policy version updated\n  + maintainer changed\n* debian/rules\n  + removed obsolet dh_compat line\n  + removed command to install gnome-people_all.tar.gz\n	\N	\N	\N	\N	\N	\N	\N	\N	1136	\N	\N	\N
-22324	306	5177	2006-08-20 15:16:57	\nLoad gnome-extra-icons-1.0 into deb-maint/gnome-extra-icons/trunk.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1135	\N	\N	\N
-22325	352	5179	2007-12-15 17:55:19	\nDebian release ttf2tex_0.70-12\n	\N	f	\N	\N	0.70	\N	\N	\N	6618	12	\N	\N
-22326	352	5179	2007-12-15 17:51:16	\nRemoved bogus file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6617	\N	\N	\N
-22327	352	5179	2007-12-05 13:16:32	\nTypos\n	\N	\N	\N	\N	\N	\N	\N	\N	6380	\N	\N	\N
-22328	352	5179	2007-12-05 13:12:36	\n  * debian/control:\n    + Dropped the Homepage pseudo-header from the extended descriptions\n    + Bumped Standards-Version to 3.7.3\n	\N	\N	\N	\N	\N	\N	\N	\N	6379	\N	\N	\N
-22329	352	5179	2007-10-29 23:49:06	\nIn debian/control, use the now official Vcs-* fields instead of the obsolete XS-Vcs-*\n	\N	\N	\N	\N	\N	\N	\N	\N	5505	\N	\N	\N
-26788	399	6110	2005-01-08 19:29:38	\n* NMU fixing RC bug\n* Fix FTBFS due to jikes being over-eagerly erroring out on implementing\n  deprecated methods on an interface (#289346), by disabling checking for\n  deprecation. Workaround contributed by Lo?\\239?\\191?\\189?\\239?\\191?\\189c Minier <lool at dooz.org>\n  (Closes: 283487)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	803	\N	\N	\N
-22333	302	5180	2006-08-06 17:36:46	\nrelease\n	\N	\N	\N	\N	\N	\N	\N	\N	1011	\N	\N	\N
-22334	302	5180	2006-07-29 10:53:39	\n* set Priority of libview2-dbg to extra\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	948	\N	\N	\N
-23581	366	5433	2007-12-02 01:24:32	\nfix some typos in changelog\n	\N	\N	\N	\N	\N	\N	\N	\N	10657	\N	\N	\N
-22335	318	5181	2007-05-21 06:00:25	\nHaving cache in the repository causes problems.\n\n	\N	f	\N	\N	1.4.5	\N	\N	\N	3431	2	\N	\N
-26789	399	6110	2005-01-08 16:51:08	\nCommitted upstream's 3.3.1a (current debian) version of build.xml, for later\nchanges\n\n	\N	\N	\N	\N	\N	\N	\N	\N	802	\N	\N	\N
-22336	318	5181	2007-05-21 05:24:41	\nChanges from ZhengPeng: Make skim build-depend on libscim-dev 1.4.6-1;\nUse usr/lib/scim-1.0/*/Config/*.so in skim.install to install the scim module \n\n	\N	\N	\N	\N	\N	\N	\N	\N	3430	\N	\N	\N
-23582	365	5434	2007-12-02 19:02:31	\nBetter changelog text for package migration to DPG\n	\N	f	\N	\N	1.351	\N	\N	\N	10738	2	\N	\N
-22337	354	5181	2007-02-25 17:27:53	\nReplaced scim-chinese with scim-pinyin in the control file "Suggests" category.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2413	\N	\N	\N
-23583	365	5434	2007-12-02 19:00:34	\n* Use author-neutral upstream URL and Homepage\n	\N	\N	\N	\N	\N	\N	\N	\N	10737	\N	\N	\N
-22339	318	5181	2007-01-08 07:34:07	\nAnother build fix.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2132	\N	\N	\N
-22340	343	5182	2007-06-09 23:37:23	\nPreparing the new upload.\n\n	\N	f	\N	\N	2:0.7.20	2	\N	\N	3654	2	\N	\N
-23584	365	5434	2007-12-02 18:59:50	\n* Remove extra space from short description's start\n	\N	\N	\N	\N	\N	\N	\N	\N	10736	\N	\N	\N
-22341	343	5182	2007-06-09 23:33:23	\nFxied a few shebang paths.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3653	\N	\N	\N
-22342	343	5182	2007-04-10 08:07:27	\nNew upstream release.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2998	\N	\N	\N
-23585	365	5434	2007-12-02 18:58:13	\n* Don't install README, which copies the POD content\n	\N	\N	\N	\N	\N	\N	\N	\N	10735	\N	\N	\N
-22343	343	5182	2007-03-23 11:44:28	\nNew upstream release.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2748	\N	\N	\N
-22344	343	5182	2007-02-09 12:13:12	\nUpdated debian/watch.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2324	\N	\N	\N
-23586	365	5434	2007-12-02 18:56:23	\n* Use less bandwith-hungry watchfile pattern\n	\N	\N	\N	\N	\N	\N	\N	\N	10734	\N	\N	\N
-22345	304	5183	2006-07-12 00:13:08	\n* Migrated package to dpatch.\n* Pushed Standards-Version to 3.7.2; no changes required.\n* Pushed DH compatibility to 5.\n	\N	f	\N	\N	0.71	\N	\N	\N	820	5	\N	\N
-22346	304	5183	2006-07-11 23:38:04	\n[svn-inject] Setting properties of iprelay/debian/\n	\N	\N	\N	\N	\N	\N	\N	\N	816	\N	\N	\N
-22347	304	5183	2006-07-11 23:37:50	\nLoad newtrunk into deb-maint/iprelay/trunk.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	815	\N	\N	\N
-22348	304	5183	2006-07-11 23:37:33	\n[svn-inject] Forking iprelay source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	814	\N	\N	\N
-23588	365	5435	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-22349	304	5183	2006-07-11 23:37:29	\n[svn-inject] Installing original source of iprelay\n	\N	\N	\N	\N	\N	\N	\N	\N	812	\N	\N	\N
-22350	355	5184	2007-08-12 00:22:07	\ndistinguish between pop versions\n\n	\N	f	\N	\N	2.4b1+debian	\N	\N	\N	4355	17	\N	\N
-23589	366	5435	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22351	355	5184	2007-08-11 07:08:27	\nNew address :)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4351	\N	\N	\N
-22352	355	5184	2007-08-11 07:00:16	\nPatch order fixed.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4350	\N	\N	\N
-23590	366	5435	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22353	355	5184	2007-08-11 01:06:48	\n* obsolete_time.dpatch: CLK_TCK updated to CLOCKS_PER_SEC (closes:#420944).\n* pop_with_version.dpatch: dsniff.services distinguish between pop versions.\n* checksum_libnids.dpatch: Workaround to #420129\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4347	\N	\N	\N
-22354	355	5184	2007-06-22 20:56:42	\n- Cleaning warnings.\n- Merging Ubuntu patches.\n  - 'CLK_TCK' updated to CLOCKS_PER_SEC (closes:#420944).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3747	\N	\N	\N
-22355	315	5185	2007-12-05 07:38:18	\nNew upstream version includes man page. Removing local one.\n\n	\N	f	\N	\N	3.3.1	\N	\N	\N	6371	1	\N	\N
-22356	315	5185	2007-08-16 05:10:36	\nAdded LFLAGS redefinition to prevent stripping by make.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4404	\N	\N	\N
-22357	315	5185	2007-08-07 10:32:14	\nFix typo for XS-Vcs-Svn field.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4204	\N	\N	\N
-22358	315	5185	2007-08-07 10:27:29	\nMoved DH_COMPAT out of debian/rules and into debian/compat.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4203	\N	\N	\N
-22359	315	5185	2007-08-07 10:05:06	\nAdded X-Vc-Svn tag to debian/control\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4200	\N	\N	\N
-22360	298	5186	2006-08-19 16:33:09	\nDon't force PHP5, it's a lintian bug\n\n	\N	f	\N	\N	0.7	\N	\N	\N	1119	1	\N	\N
-22361	298	5186	2006-08-19 14:37:06	\nInitial pgfouine import\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1118	\N	\N	\N
-22362	306	5187	2007-12-05 01:33:58	\n* Add russian po-debconf translation. Thanks to Yuri Kozlov.\n* Add UTF-8 enconding to email header. Thanks to Damyan Ivanov.\n  (Closes: #426682)\n	\N	t	\N	\N	1.1.21	\N	\N	\N	6368	\N	\N	\N
-22363	306	5187	2007-12-05 01:05:53	\nadd tiago as maintainer in manpage\n	\N	\N	\N	\N	\N	\N	\N	\N	6367	\N	\N	\N
-22364	306	5187	2007-12-04 21:59:08	\n  some tasks like downgrading a package. Thanks to J?\\195?\\182 Fahlke.\n* Add russian po-debconf translation. Thanks to Yuri Kozlov. \n  (Closes: #451408)\n	\N	\N	\N	\N	\N	\N	\N	\N	6362	\N	\N	\N
-22365	306	5187	2007-12-01 23:35:37	\n* Add --force-yes to apt-get in order to avoid errors when apt-get has to do\n  some tasks like downgrading a package. Thanks to J?\\195?\\182 Fahlke.  \n  (Closes: #439349)\n	\N	\N	\N	\N	\N	\N	\N	\N	6300	\N	\N	\N
-22366	306	5187	2007-12-01 23:01:31	\n* Downgrade iputils and apt-listchanges from depends to recommends; only use\n  these tools when available. Thanks to Thijs Kinkhorst. (Closes: #410404)\n	\N	\N	\N	\N	\N	\N	\N	\N	6292	\N	\N	\N
-22367	351	5188	2007-12-03 01:08:23	\nAvoid jobserver warnings\n	\N	t	\N	\N	0.6.24	\N	\N	\N	6313	\N	\N	\N
-22368	356	5188	2007-11-26 23:47:02	\nset the executable bit for the prerm\n	\N	\N	\N	\N	\N	\N	\N	\N	6051	\N	\N	\N
-22369	356	5188	2007-11-26 22:54:20	\nregister the howto with doc-base (Closes: 451652)\n	\N	\N	\N	\N	\N	\N	\N	\N	6050	\N	\N	\N
-22374	315	5189	2007-08-06 03:42:15	\nAdded watch file. Changed email to debian one.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4304	\N	\N	\N
-26791	401	6110	2003-09-08 17:30:52	\nDebian release 3.3.1a-1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	261	\N	\N	\N
-22375	315	5189	2007-08-02 18:40:03	\nAdded a provides: editor closing #398745\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4300	\N	\N	\N
-23593	366	5436	2007-12-02 04:18:44	\nChange Maintainer name to Debian Perl _Group_.\n	\N	\N	\N	\N	\N	\N	\N	\N	10666	\N	\N	\N
-22376	315	5189	2006-10-17 12:47:34	\nPatch to help this editor work with subversion! Now ignores the tags \nsubdirectory. Patch from Martin Dietze.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4298	\N	\N	\N
-22377	312	5190	2007-04-17 18:22:55	\nAdded vcs headers\n	\N	f	\N	\N	3.1.0.8	\N	\N	\N	3108	2	\N	\N
-23594	370	5436	2007-11-23 20:14:18	\n* Fixed Maintainer field in control file.\n	\N	\N	\N	\N	\N	\N	\N	\N	9682	\N	\N	\N
-22378	312	5190	2007-04-17 18:14:31	\nclean up upstream files from the trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	3105	\N	\N	\N
-26792	390	6111	2007-12-12 11:22:03	\ngrinvin (1.0.2.dfsg.1-1) unstable; urgency=low\n\n  * Initial release (Closes: #447129)\n\n -- Adriaan Peeters <apeeters at lashout.net>  Thu, 06 Dec 2007 15:45:07 +0100\n\n	\N	f	\N	\N	1.0.2.dfsg.1	\N	\N	\N	4995	1	\N	\N
-22379	312	5190	2007-04-17 18:12:32	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	3104	\N	\N	\N
-23595	365	5436	2007-11-20 16:36:33	\nUse "$@" when touching stamp targets\n	\N	\N	\N	\N	\N	\N	\N	\N	9637	\N	\N	\N
-22380	312	5190	2007-04-17 18:12:13	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	3103	\N	\N	\N
-22381	299	5191	2007-09-30 01:52:47	\n* Rewrite debian/copyright to conform to proposed new format at\n  http://wiki.debian.org/Proposals/CopyrightFormat .\n	\N	f	\N	\N	0.9.20070407	\N	\N	\N	5033	3	\N	\N
-23596	365	5436	2007-11-20 16:33:47	\nDropped the info of "moving the package to pkg-perl SVN" from initial release changelog\n	\N	\N	\N	\N	\N	\N	\N	\N	9635	\N	\N	\N
-22382	299	5191	2007-09-29 12:18:13	\n* Move Homepage to own field (from pseudo-field in long description).\n	\N	\N	\N	\N	\N	\N	\N	\N	4995	\N	\N	\N
-22383	299	5191	2007-09-02 15:02:20	\n* Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	4639	\N	\N	\N
-22384	299	5191	2007-09-02 14:51:41	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4604	\N	\N	\N
-22385	299	5191	2007-09-02 14:51:25	\n[svn-inject] Forking basilisk2 source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4603	\N	\N	\N
-23598	365	5437	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-22387	308	5192	2007-11-30 06:30:28	\nFix the watch file again\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6096	\N	\N	\N
-23599	366	5437	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22388	308	5192	2007-11-20 03:36:19	\nAdd the configure script\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5828	\N	\N	\N
-22389	308	5192	2007-11-20 03:34:10	\nIgnore Makefile.in\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5826	\N	\N	\N
-23600	366	5437	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22390	308	5192	2007-11-20 03:30:55	\nRename the XS-Vcs fields\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5825	\N	\N	\N
-22391	357	5193	2007-12-13 20:34:57	\n* Fix dh_gencontrol invocation to pass "-pacpi-support" before "--".\n	\N	f	\N	\N	0.103	\N	\N	\N	6587	5	\N	\N
-23601	366	5437	2007-08-17 13:11:23	\n* Add dh_md5sums to debian/rules.\n* Don't ignore errors of $(MAKE) clean.\n	\N	\N	\N	\N	\N	\N	\N	\N	6788	\N	\N	\N
-22392	357	5193	2007-12-13 20:30:55	\n* Listen on a wider range of battery and ac events (required on some\n  laptops).\n* Updated Standards-Version to 3.7.3 (no change).\n* Wrap some changelog lines to please lintian.\n    - Move contents of 'wireless.sh' into \n      lib/state-funcs:toggleAllWirelessState()\n	\N	\N	\N	\N	\N	\N	\N	\N	6586	\N	\N	\N
-22393	358	5193	2007-11-30 23:43:24	\nListen to a wider range of ACPI events for battery and AC. Had to fix \nthis for laptop-mode-tools too a while ago, might as well fix it here as \nwell.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6152	\N	\N	\N
-23602	365	5438	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	f	\N	\N	1:0.241	1	\N	\N	8503	5	\N	\N
-22394	358	5193	2007-11-30 23:29:40	\nInstall 90-hdparm in ac.d and battery.d as well.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6151	\N	\N	\N
-22395	358	5193	2007-11-29 23:16:14	\nRe-enable hard drive APM while on battery. Based on a suggestion from \nubuntu_demon on the Ubuntu bug report that discusses the hard drive head \nparking issues.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6093	\N	\N	\N
-22396	359	5194	2007-12-05 12:32:59	\norphaning\n	\N	f	\N	\N	3.0.4.1	\N	\N	\N	6377	3	\N	\N
-22397	359	5194	2007-11-20 01:07:03	\ngot a bug number\n	\N	\N	\N	\N	\N	\N	\N	\N	5819	\N	\N	\N
-22398	359	5194	2007-11-20 00:59:11	\ndisabled propagation to testing\n	\N	\N	\N	\N	\N	\N	\N	\N	5818	\N	\N	\N
-22400	359	5194	2007-11-18 17:18:32	\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5798	\N	\N	\N
-22401	342	5195	2007-07-26 18:04:13	\n-2 non NMU release.\n\n	\N	f	\N	\N	1.0.20040603	\N	\N	\N	4005	2	\N	\N
-22402	342	5195	2007-07-26 17:54:14	\nstandards-version: only use first three components.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4004	\N	\N	\N
-22403	342	5195	2007-07-26 17:48:55	\ncontrol: Update to standards version 3.7.2.2 (no changes needed).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4003	\N	\N	\N
-22404	342	5195	2007-07-26 17:38:44	\nrules: Don't ignore distclean errors.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4002	\N	\N	\N
-22405	342	5195	2007-07-25 15:47:11	\n* control: Use {binary:Version}, not {Source-Version}.\n* cl renicing.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3993	\N	\N	\N
-22406	304	5196	2007-07-02 18:26:50	\n* Pass --short option to hostname to prevent the user from having to type\n  the whole FQDN at times (closes: #431205).\n	\N	f	\N	\N	0.3	\N	\N	\N	3785	2	\N	\N
-22407	304	5196	2007-05-26 15:05:59	\npreparing 0.3-1 release\n	\N	\N	\N	\N	\N	\N	\N	\N	3509	\N	\N	\N
-22408	304	5196	2007-05-25 11:59:43	\n* Fix the regular expression to find the sshd parent process.\n	\N	\N	\N	\N	\N	\N	\N	\N	3470	\N	\N	\N
-22409	304	5196	2007-05-24 18:21:03	\ndo not depend on required procps package\n	\N	\N	\N	\N	\N	\N	\N	\N	3467	\N	\N	\N
-22410	304	5196	2007-05-24 18:20:21	\ndepends update\n	\N	\N	\N	\N	\N	\N	\N	\N	3466	\N	\N	\N
-22411	343	5197	2007-12-12 08:10:49	\nNew upstream release.\n\n	\N	f	\N	\N	1:1.0.9	1	\N	\N	6548	1	\N	\N
-22415	343	5197	2007-11-29 13:37:08	\n* debian/patches/unsupported-sasl-mech.dpatch: merged with upstream.\n	\N	\N	\N	\N	\N	\N	\N	\N	6079	\N	\N	\N
-23604	366	5438	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22416	299	5198	2007-10-06 10:46:31	\n[svn-inject] Applying Debian modifications to trunk\n	\N	f	\N	\N	0.5.3cvs.20040906	\N	\N	\N	5171	17	\N	\N
-22417	299	5198	2007-10-06 10:46:10	\n[svn-inject] Forking lessdisks source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	5170	\N	\N	\N
-23605	366	5438	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22418	299	5198	2007-10-06 10:46:07	\n[svn-inject] Installing original source of lessdisks\n	\N	\N	\N	\N	\N	\N	\N	\N	5168	\N	\N	\N
-26795	414	6113	2006-05-07 04:12:43	\nRemoved .cvsignore files\nUpdated uploader email address\nAdded Section: specifications for binary packages\n\n	\N	f	\N	\N	1.5.3	\N	\N	\N	2112	4	\N	\N
-22419	299	5199	2007-10-06 11:11:23	\n[svn-inject] Applying Debian modifications to trunk\n	\N	f	\N	\N	0.24	\N	\N	\N	5184	4	\N	\N
-23606	334	5438	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-22420	299	5199	2007-10-06 11:11:17	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	5183	\N	\N	\N
-22421	314	5200	2007-11-26 10:12:56	\nrelicenced as discussed with Wesley per mail and irc\n	\N	f	\N	\N	0.2	\N	\N	\N	6045	2	\N	\N
-22422	314	5200	2007-11-25 19:44:16	\n * debian/copyright: fixed the link for batmands licence pointing to the full\n   text of the GPL2 \n * debian/copyright: relicenced the packaging to be GPL2 \n\n<h01ger> mail to wesley written. i'll also reupload with the change to GPL2 packaging, because i'm fairly certain he is happy with relicening. Because if not, his work cannot be used with batman, which is not what he wants. so i think its perfectly fine to fix and upload now and get his ack later\n* d0tslash thinks so too\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6043	\N	\N	\N
-26796	393	6113	2006-01-23 14:06:10	\nUpdate to kaffe transition upload.\n	\N	\N	\N	\N	\N	\N	\N	\N	1714	\N	\N	\N
-22423	314	5200	2007-11-24 00:41:32	\ndebian/copyright: mention list.h explicitly\n	\N	\N	\N	\N	\N	\N	\N	\N	5878	\N	\N	\N
-23608	366	5439	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-22424	314	5200	2007-11-23 20:26:02	\n  * put Wesley and myself into uploaders and batmand at packages.qa.d. as\n    maintainer\n  * added Vcs-* and Homepage: headers to debian/control\n  * debian/rules: removed unused dh_ examples, don't ignore make clean error\n\nand some smaller typo-style fixes not worth mentioning in the changelog\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5877	\N	\N	\N
-22425	314	5200	2007-11-23 20:20:26	\ninitial packaging by Wesley Tsai\n	\N	\N	\N	\N	\N	\N	\N	\N	5876	\N	\N	\N
-23609	366	5439	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-22429	308	5201	2007-10-19 05:14:00	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	5369	\N	\N	\N
-23611	331	5439	2007-12-01 13:34:39	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10525	\N	\N	\N
-22430	308	5201	2007-10-19 05:13:33	\n[svn-inject] Forking ccache source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	5368	\N	\N	\N
-22431	306	5202	2007-10-26 01:30:37	\n* Remove php4 from control file. Thanks to Chris Francy. (Closes: #384258)\n	\N	f	\N	\N	1.02	\N	\N	\N	5456	7	\N	\N
-22432	306	5202	2007-10-12 16:12:50	\nfixes email\n	\N	\N	\N	\N	\N	\N	\N	\N	5254	\N	\N	\N
-22433	306	5202	2007-04-01 15:30:29	\n* debian/rules\n  - fix find warnings\n	\N	\N	\N	\N	\N	\N	\N	\N	2827	\N	\N	\N
-23613	366	5440	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22434	306	5202	2007-01-02 03:08:32	\nreleasing\n	\N	\N	\N	\N	\N	\N	\N	\N	2113	\N	\N	\N
-22435	306	5202	2006-09-06 01:11:44	\n* debian/control\n  - add php5 as a depends option\n  - update policy version\n  - update debhelper version\n  - remove build-depends-indep, using build-depends instead\n* debian/compat\n  - update to 5\n	\N	\N	\N	\N	\N	\N	\N	\N	1266	\N	\N	\N
-22436	304	5203	2006-07-12 00:55:58	\n* Moved build dependency of dpatch and debhelper to arch-specific.\n	\N	f	\N	\N	1.0.1	\N	\N	\N	828	3	\N	\N
-22437	304	5203	2006-07-12 00:53:12	\nnow in dpatch\n	\N	\N	\N	\N	\N	\N	\N	\N	827	\N	\N	\N
-22438	304	5203	2006-07-12 00:52:21	\n  * Document standard profile regexp (closes: #307738).\n  * Include additional documentation and fix links (closes: #311266).\n  * Pushed DH compatibility to 5.\n  * Pushed standards version to 3.7.2; no changes required.\n  * Migrated package to dpatch.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	826	\N	\N	\N
-22439	304	5203	2006-07-12 00:16:10	\n[svn-inject] Setting properties of muttprofile/debian/\n	\N	\N	\N	\N	\N	\N	\N	\N	825	\N	\N	\N
-22440	304	5203	2006-07-12 00:15:54	\nLoad newtrunk into deb-maint/muttprofile/trunk.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	824	\N	\N	\N
-22441	317	5204	2007-07-29 14:58:06	\nadding XS-Vcs-Svn and XS-Vcs-Browse headers to debian/control\n	\N	f	\N	\N	2.0.8	\N	\N	\N	4024	2	\N	\N
-22442	317	5204	2007-07-29 14:55:36	\nGet ready for next release\n	\N	\N	\N	\N	\N	\N	\N	\N	4023	\N	\N	\N
-22443	317	5204	2007-07-29 14:52:06	\nDeleting old cruft\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4021	\N	\N	\N
-22444	317	5204	2007-07-29 14:49:04	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4020	\N	\N	\N
-22445	317	5204	2007-07-29 14:48:58	\n[svn-inject] Forking ht source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4019	\N	\N	\N
-22447	302	5205	2007-09-18 20:22:10	\n* Never strip binaries during the build process. Let dh_strip and cdbs do\n  the job correctly. (Closes: #436377)\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4894	\N	\N	\N
-22448	360	5205	2007-08-07 19:21:41	\n* debian/rules modified according to use DEB_BUILD_OPTIONS=nostrip\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4238	\N	\N	\N
-23614	366	5440	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22451	334	5206	2007-11-16 03:25:10	\n* Build-Depend on bsdmainutils, for hexdump, which is used in the test\n  suite. Closes: #451462\n	\N	f	\N	\N	1:0.0+r104	1	\N	\N	5760	3	\N	\N
-22452	334	5206	2007-11-07 19:30:56	\nreleasing version 1:0.0+r104-2\n	\N	\N	\N	\N	\N	\N	\N	\N	5672	\N	\N	\N
-23615	366	5440	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22453	334	5206	2007-10-11 00:26:15	\nVcs- fields now official\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5216	\N	\N	\N
-26798	414	6113	2005-09-19 19:33:42	\nCorrected syntax on (Closes: #NNNNNN) syntax in debian/changelog\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1330	\N	\N	\N
-22454	334	5206	2007-09-30 01:08:30	\ntypo\n	\N	\N	\N	\N	\N	\N	\N	\N	5032	\N	\N	\N
-23616	334	5440	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-22455	334	5206	2007-09-29 19:08:57	\nremove redundant section\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5026	\N	\N	\N
-22456	308	5207	2007-11-22 00:06:51	\nPre-depend on dpkg 1.10.24\n\n	\N	f	\N	\N	3.30	\N	\N	\N	5867	7	\N	\N
-22457	308	5207	2007-11-21 23:22:07	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	5866	\N	\N	\N
-26799	414	6113	2005-09-17 23:22:51	\nCorrected email address in changelog entry\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1324	\N	\N	\N
-22458	308	5207	2007-11-21 23:21:36	\n[svn-inject] Forking stl-manual source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	5865	\N	\N	\N
-23618	366	5441	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22459	308	5207	2007-11-21 23:20:51	\n[svn-inject] Installing original source of stl-manual\n	\N	\N	\N	\N	\N	\N	\N	\N	5862	\N	\N	\N
-22460	341	5208	2007-11-17 17:55:17	\nMinor fix: $(INSTALL_DATA) instead of $(INSTALL) -m 644.\n\n	\N	f	\N	\N	1.4.1	\N	\N	\N	5784	3	\N	\N
-23619	366	5441	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22461	341	5208	2007-11-17 17:18:44	\nSeems ready for release now\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5782	\N	\N	\N
-22462	341	5208	2007-11-17 17:17:49	\n* debian/docs removed\n	\N	\N	\N	\N	\N	\N	\N	\N	5781	\N	\N	\N
-23620	334	5441	2007-08-12 04:49:08	\nThere is no need to add a new dummy UNRELEASED changelog entry to try and\navoid people making changes to the previous, released entry. Instead,\nsimply:\n\necho DEBCHANGE_RELEASE_HEURISTIC=changelog >>~/.devscripts\n\nThis will make dch automatically start a new changelog entry if the package\nhas been released, and add to existing UNRELEASED changlog entries.\n\nI'm removing all the "NOT RELEASED YET" dummy entries since:\n\n* They are not needed when dch is used correctly as descrived above.\n* They make grepping for actually UNRELEASED packages unncessarily hard.\n* They were added quite inconsistently, being present in only a small \n  fraction of pkg-perl's package, and thus being of even less benefit since\n  nobody could count on them being there.\n* They demonstratably have led to cruft appearing in released changelogs,\n  when people forgot to remove them and added a new changelog entry above\n  the dummy entry. (I've fixed all of that cruft, too).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6543	\N	\N	\N
-22463	341	5208	2007-11-17 17:16:21	\n  - adding addresslist as example\n* debian/patches/fix_Makefile.patch: removing unused library linkings\n  (keeping commented the old one, for any future reference)\n	\N	\N	\N	\N	\N	\N	\N	\N	5780	\N	\N	\N
-22464	341	5208	2007-11-17 17:00:39	\n* Maintainance upload; no new features / bug fixes.\n* Using quilt as patch system now.\n* debian/control:\n  - now the package is in collab-maint, added Vcs-Browser and Vcs-Svn\n    fields\n  - moving deprecated Homepage pseudo-field in the long description\n    to the real one in the source stanza\n  - wrapped Build-Depends\n* debian/rules:\n  - using quilt now; adjusting targets\n  - added new target (packeth.1) for offline static manpage generation\n  - minor changes\n* debian/packeth.1 is now generated offline, not by buildds. This will\n  save some space for Build-Depends and building time on slower machines.\n* debian/manpage.xml moved to debian/packeth.xml\n* debian/dirs removed\n	\N	\N	\N	\N	\N	\N	\N	\N	5779	\N	\N	\N
-23621	365	5441	2007-08-10 12:09:23	\nAdd changelog stanza for next revision to signal package was uploaded\n	\N	\N	\N	\N	\N	\N	\N	\N	6410	\N	\N	\N
-22465	342	5209	2007-08-05 11:00:24	\nrelease -3.\n\n	\N	f	\N	\N	0.30.1	\N	\N	\N	4107	3	\N	\N
-22466	342	5209	2007-08-05 10:56:15	\nnext test release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4106	\N	\N	\N
-22467	342	5209	2007-08-05 10:51:59	\nadd dutch translation.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4105	\N	\N	\N
-22468	342	5209	2007-08-05 10:46:16	\nGerman translations already in NMU.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4103	\N	\N	\N
-22469	342	5209	2007-08-04 15:29:39	\ntest release.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4081	\N	\N	\N
-22471	300	5210	2007-12-09 19:46:51	\nstandards version 3.7.3\n	\N	\N	\N	\N	\N	\N	\N	\N	6462	\N	\N	\N
-22472	300	5210	2007-09-16 17:03:33	\nnew menu section\n	\N	\N	\N	\N	\N	\N	\N	\N	4838	\N	\N	\N
-22473	300	5210	2007-09-16 16:05:31	\nminor changes\n	\N	\N	\N	\N	\N	\N	\N	\N	4837	\N	\N	\N
-22474	300	5210	2007-09-16 10:44:49	\nadded XS-Vcs-* tags to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	4823	\N	\N	\N
-22475	304	5211	2007-10-06 14:18:59	\n* Patch from Joost Cassee to populate the username from HTTP basic\n  autentication, if such has taken place (closes: #384398).\n	\N	f	\N	\N	3	\N	\N	\N	5186	5	\N	\N
-22476	304	5211	2007-10-06 14:08:15	\n* Patch from Antonis Christofides to ignore textual responses from the POP3\n  server and only act on the numeric responses (closes: #445002).\n	\N	\N	\N	\N	\N	\N	\N	\N	5185	\N	\N	\N
-22477	304	5211	2006-07-12 01:14:35	\nforgot compat file\n	\N	\N	\N	\N	\N	\N	\N	\N	837	\N	\N	\N
-22478	304	5211	2006-07-12 01:11:01	\n* Fixing debug mode with a patch by Alexander Klink (closes: #321679).\n* Migrated package to dpatch.\n* Pushed DH compatibility to 5.\n* Pushed Standards-Version to 3.7.2; no changes needed.\n	\N	\N	\N	\N	\N	\N	\N	\N	836	\N	\N	\N
-22479	304	5211	2006-07-12 01:02:34	\n[svn-inject] Setting properties of poppass-cgi/debian/\n	\N	\N	\N	\N	\N	\N	\N	\N	835	\N	\N	\N
-22480	361	5212	2007-07-30 16:55:55	\n\n	\N	f	\N	\N	1:2.2cvs20070730	1	\N	\N	4032	dfsg-1	\N	\N
-22481	361	5212	2006-11-18 09:45:43	\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1881	\N	\N	\N
-22482	361	5212	2006-11-18 09:17:10	\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1880	\N	\N	\N
-22483	361	5212	2006-11-18 09:10:03	\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1879	\N	\N	\N
-22484	361	5212	2006-11-18 08:57:34	\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1878	\N	\N	\N
-22486	326	5213	2007-10-16 19:59:16	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	5329	\N	\N	\N
-22487	304	5214	2006-07-11 23:50:06	\nfixing dpatch call\n	\N	f	\N	\N	0.2.8.3	\N	\N	\N	818	5	\N	\N
-22488	304	5214	2006-07-11 23:20:20	\ncopyright updates\n	\N	\N	\N	\N	\N	\N	\N	\N	811	\N	\N	\N
-22489	304	5214	2006-07-11 23:13:23	\n* Push DH compatibility to 5.\n	\N	\N	\N	\N	\N	\N	\N	\N	810	\N	\N	\N
-23623	366	5442	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22495	302	5215	2006-04-21 21:22:41	\n[svn-inject] Setting properties of libclass-objecttemplate-perl/debian/\n	\N	\N	\N	\N	\N	\N	\N	\N	143	\N	\N	\N
-23624	366	5442	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22496	302	5215	2006-04-21 21:22:29	\nLoad newtrunk into deb-maint/libclass-objecttemplate-perl/trunk.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	142	\N	\N	\N
-22497	308	5216	2007-12-11 01:20:37	\nRemove empty directory (fixes lintian warning)\n\n	\N	f	\N	\N	1:2.84	1	\N	\N	6508	5	\N	\N
-23625	365	5442	2007-09-21 09:21:59	\nExplain perl's licensing in debian/copyright\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7815	\N	\N	\N
-22498	308	5216	2007-12-11 01:16:02	\nSmall maintenance release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6507	\N	\N	\N
-22499	308	5216	2007-12-10 23:48:15	\nMinor cleanups to the control file and the changelog\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6498	\N	\N	\N
-23626	365	5442	2007-09-21 09:21:33	\nAdded libtest-pod-perl to B-D-I\n	\N	\N	\N	\N	\N	\N	\N	\N	7814	\N	\N	\N
-22500	308	5216	2007-11-30 06:23:45	\nFix watch file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6095	\N	\N	\N
-22501	308	5216	2007-11-20 03:50:49	\nRename the XS-Vcs fields to Vcs\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5836	\N	\N	\N
-22503	362	5217	2007-10-27 22:45:30	\n[ejabberd]\niAnother fix.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5485	\N	\N	\N
-23628	366	5443	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22504	362	5217	2007-10-27 22:41:59	\n[ejabberd]\nFixed patch.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5484	\N	\N	\N
-22505	362	5217	2007-10-27 22:40:48	\n[ejabberd]\n  * Added a patch which fixes access rule check in mod_irc.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5483	\N	\N	\N
-23629	366	5443	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22506	362	5217	2007-10-16 08:50:12	\n[ejabberd]\n  * Applied a patch by upstream which fixes usage of relational databases in\n    ejabberd modules while using internal or LDAP-based authentication\n    (closes: #446848). The patch was adopted from ejabberd SVN by Andreas\n    Oberritter.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5301	\N	\N	\N
-22507	363	5218	2007-08-12 19:07:37	\nFix Syntax error in changelog file and fix lintian warning\nin debian/rules\n\n	\N	f	\N	\N	1.0.3	\N	\N	\N	4367	6	\N	\N
-23630	366	5443	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22508	363	5218	2007-08-08 23:18:44	\nAdd 03_check_binary_in_crontab patch to fix #435992\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4337	\N	\N	\N
-22509	363	5218	2006-08-30 01:08:53	\nDon't harcode path to precompiled python modules. Closes #385203\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1207	\N	\N	\N
-23631	334	5443	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-22510	306	5218	2006-08-13 18:55:20	\n* A lot of changes to be in conformity with the new python policy.\n	\N	\N	\N	\N	\N	\N	\N	\N	1095	\N	\N	\N
-22511	363	5218	2006-08-13 12:47:28	\nSwitch to python-support for python transition\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1094	\N	\N	\N
-22512	357	5219	2007-12-01 22:01:07	\nReduce the icon to 32x32 as requested by the menu policy.\n\n	\N	f	\N	\N	0.23	\N	\N	\N	6255	1	\N	\N
-22513	357	5219	2007-12-01 21:59:27	\nFix menu file to refer to the xpm file.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6254	\N	\N	\N
-23925	366	5502	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22514	357	5219	2007-12-01 21:57:45	\n* Updated debian/menu file to conform to the new menu policy and added an\n  icon.\n	\N	\N	\N	\N	\N	\N	\N	\N	6253	\N	\N	\N
-22515	357	5219	2007-12-01 21:41:48	\n* Fix some bad permissions detected by lintian.\n	\N	\N	\N	\N	\N	\N	\N	\N	6252	\N	\N	\N
-22516	357	5219	2007-12-01 21:27:12	\n* Moved libmodule-build-perl to Build-Depends-Indep as it's needed for the\n  clean target.\n	\N	\N	\N	\N	\N	\N	\N	\N	6251	\N	\N	\N
-22517	299	5220	2007-10-06 10:53:01	\n[svn-inject] Applying Debian modifications to trunk\n	\N	f	\N	\N	1.8beta1	\N	\N	\N	5177	8	\N	\N
-22518	299	5220	2007-10-06 10:52:56	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	5176	\N	\N	\N
-22520	299	5221	2007-09-02 15:08:10	\n* Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	4644	\N	\N	\N
-22521	299	5221	2007-09-02 14:55:24	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4622	\N	\N	\N
-22522	299	5221	2007-09-02 14:55:19	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	4621	\N	\N	\N
-22523	308	5222	2007-12-06 00:50:50	\nBump Standards-Version\n\n	\N	f	\N	\N	1.8.1	\N	\N	\N	6385	5	\N	\N
-22524	308	5222	2007-11-28 23:45:19	\nFix lintian warning (RedHat stuff in the .desktop file)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6065	\N	\N	\N
-22525	308	5222	2007-11-24 09:51:54	\nAdd SDL libs to the build depends\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5880	\N	\N	\N
-22526	308	5222	2007-11-20 20:56:36	\nAdd pkg-config to the build-depends\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5843	\N	\N	\N
-22527	308	5222	2007-11-20 03:22:23	\nRename XS-Vcs fields to Vcs\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5821	\N	\N	\N
-22528	304	5223	2006-07-12 01:00:39	\ncleanup and ftpmaster priority change\n	\N	f	\N	\N	0.0.20060329	\N	\N	\N	830	2	\N	\N
-22529	304	5223	2006-07-11 23:45:07	\nadded svn maintenance note\n	\N	\N	\N	\N	\N	\N	\N	\N	817	\N	\N	\N
-22530	304	5223	2006-07-11 23:12:59	\n[svn-inject] Setting properties of libtut/debian/\n	\N	\N	\N	\N	\N	\N	\N	\N	809	\N	\N	\N
-22539	308	5225	2007-12-16 11:32:16	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	6665	\N	\N	\N
-22540	308	5225	2007-12-16 11:30:23	\n[svn-inject] Forking spectools source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	6664	\N	\N	\N
-22541	308	5225	2007-12-16 11:29:40	\n[svn-inject] Installing original source of spectools\n	\N	\N	\N	\N	\N	\N	\N	\N	6661	\N	\N	\N
-23638	366	5445	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22543	366	5226	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23639	366	5445	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22544	366	5226	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22545	366	5226	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23640	366	5445	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22546	334	5226	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23641	334	5445	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-22548	365	5227	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-22549	366	5227	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22550	365	5227	2007-09-28 21:40:47	\nreleasing version 1.49-5\n	\N	\N	\N	\N	\N	\N	\N	\N	8000	\N	\N	\N
-22551	365	5227	2007-09-28 21:34:37	\nchangelog cleanup, comment dh_installexamples, drop dh_installpackages\n	\N	\N	\N	\N	\N	\N	\N	\N	7999	\N	\N	\N
-23643	365	5446	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-22553	366	5228	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-22554	366	5228	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-22555	366	5228	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-22556	331	5228	2007-12-01 12:59:13	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10195	\N	\N	\N
-22558	366	5229	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22559	366	5229	2007-10-06 16:10:39	\nfix typo in debian/copyright\n	\N	\N	\N	\N	\N	\N	\N	\N	8098	\N	\N	\N
-22560	366	5229	2007-10-06 00:34:16	\nremove useless reference to non-existing LICENSE file\n	\N	\N	\N	\N	\N	\N	\N	\N	8092	\N	\N	\N
-22561	366	5229	2007-10-05 21:04:58	\nfix typos in long description\n	\N	\N	\N	\N	\N	\N	\N	\N	8091	\N	\N	\N
-22563	366	5230	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22564	366	5230	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22565	366	5230	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22566	334	5230	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-22567	365	5231	2007-11-26 20:51:48	\n* Add explicit $(MAKE) call. I don't knwo why, but this fixes parallel build\n	\N	f	\N	\N	0.68	\N	\N	\N	9780	1	\N	\N
-22568	366	5231	2007-11-17 22:55:41	\ns/UNRELEASED/unstable/\n	\N	\N	\N	\N	\N	\N	\N	\N	9552	\N	\N	\N
-22569	366	5231	2007-11-17 22:55:21	\nAdd patch fix_typo_in_manpage.patch that fixes typos in the inline docs.\n	\N	\N	\N	\N	\N	\N	\N	\N	9551	\N	\N	\N
-22578	365	5233	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-23648	366	5447	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-22580	366	5233	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22581	366	5233	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23649	366	5447	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-22582	365	5234	2007-11-08 12:28:51	\nNeeds more work\n	\N	f	\N	\N	2.4	\N	\N	\N	9023	1	\N	\N
-22583	365	5234	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-23650	366	5447	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-22584	366	5234	2007-10-20 16:15:22	\nmerge changelog entries\n	\N	\N	\N	\N	\N	\N	\N	\N	8376	\N	\N	\N
-22585	366	5234	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23651	331	5447	2007-12-01 13:11:02	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10273	\N	\N	\N
-22586	366	5234	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22588	366	5235	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22589	366	5235	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23653	366	5448	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-22590	366	5235	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22591	334	5235	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-22593	366	5236	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22594	366	5236	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22595	366	5236	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22596	334	5236	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-22598	366	5237	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22599	366	5237	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22600	366	5237	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22601	334	5237	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-22603	366	5238	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22604	366	5238	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22605	357	5238	2007-09-28 14:07:47	\n* Move myself to Uploaders and put the team as Maintainer.\n	\N	\N	\N	\N	\N	\N	\N	\N	7986	\N	\N	\N
-22606	366	5238	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22614	365	5240	2007-12-07 21:40:26	\nReverting 11009, 11008, 11006 and 11005. Thanks to Niko for noticing the mess (even after I tried to clean up)\n	\N	\N	\N	\N	\N	\N	\N	\N	11011	\N	\N	\N
-23658	366	5449	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22615	365	5240	2007-12-07 12:56:06	\nAdd UNRELEASED notes in a new changelog entry\n	\N	\N	\N	\N	\N	\N	\N	\N	11009	\N	\N	\N
-22616	365	5240	2007-12-07 12:46:48	\nRevert blind changing of distribution to UNRELEASED (r11005)\n	\N	\N	\N	\N	\N	\N	\N	\N	11008	\N	\N	\N
-23659	366	5449	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22617	368	5241	2007-10-31 22:08:49	\nfinally in a releasable state\n\n	\N	f	\N	\N	0.56.dfsg.1	\N	\N	\N	8718	1	\N	\N
-22618	368	5241	2007-10-31 22:08:41	\n* Install the upstream changelog properly.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8717	\N	\N	\N
-23660	366	5449	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22619	368	5241	2007-10-31 22:08:34	\n* Repackage upstream source to remove non-free header files.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8716	\N	\N	\N
-26148	391	5963	2006-09-05 18:06:12	\nImported upstream sources.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2358	\N	\N	\N
-22620	368	5241	2007-10-31 22:08:25	\nRemove the non-free header files from the repository\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8715	\N	\N	\N
-23661	334	5449	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-22621	368	5241	2007-10-31 22:08:17	\n  + use-system-headers: look for glut.h in the system headers, not the\n    bundled ones.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8714	\N	\N	\N
-22622	365	5242	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	f	\N	\N	0.99	\N	\N	\N	10669	3	\N	\N
-22623	366	5242	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-22624	366	5242	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-23663	366	5450	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-22625	366	5242	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-22626	331	5242	2007-12-01 13:29:59	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10477	\N	\N	\N
-23664	366	5450	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-22628	366	5243	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-22629	366	5243	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-22630	366	5243	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-22631	331	5243	2007-12-01 12:51:45	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10117	\N	\N	\N
-22633	365	5244	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-22634	366	5244	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22635	366	5244	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22636	366	5244	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22638	366	5245	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22639	366	5245	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22640	366	5245	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22641	334	5245	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-22650	365	5247	2007-12-07 12:56:06	\nAdd UNRELEASED notes in a new changelog entry\n	\N	\N	\N	\N	\N	\N	\N	\N	11009	\N	\N	\N
-22651	365	5247	2007-12-07 12:46:48	\nRevert blind changing of distribution to UNRELEASED (r11005)\n	\N	\N	\N	\N	\N	\N	\N	\N	11008	\N	\N	\N
-23669	366	5451	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22653	365	5248	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-23670	366	5451	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22654	366	5248	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22655	366	5248	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23671	365	5451	2007-07-30 15:16:27	\nuse authors/ URL\n	\N	\N	\N	\N	\N	\N	\N	\N	6104	\N	\N	\N
-22656	365	5248	2007-09-26 09:28:21	\nreleasing version 0.05-5\n	\N	\N	\N	\N	\N	\N	\N	\N	7952	\N	\N	\N
-23672	368	5452	2007-11-16 15:34:58	\n* fix inter-target dependencies in debian/rules to allow parallel build\n	\N	f	\N	\N	0.976	\N	\N	\N	9411	2	\N	\N
-22658	365	5249	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-22659	366	5249	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22660	366	5249	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22661	366	5249	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23674	368	5452	2007-11-16 15:16:54	\n* Remove leftover symlink /usr/share/man/man1/parldyn.1p.gz,\n  parldyn is in libpar-packer-perl now. (Closes: #450916)\n* High urgency due to an RC bugfix.\n	\N	\N	\N	\N	\N	\N	\N	\N	9405	\N	\N	\N
-22663	366	5250	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23675	365	5452	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-22664	366	5250	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22665	366	5250	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22666	334	5250	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-22668	365	5251	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-22669	366	5251	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22670	366	5251	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22671	366	5251	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22673	365	5252	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-22674	366	5252	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22675	366	5252	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22676	366	5252	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22678	366	5253	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22679	366	5253	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23680	366	5453	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22689	366	5255	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22690	366	5255	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23681	366	5453	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22691	366	5255	2007-08-01 21:05:32	\nadd missing XS-Vcs-Svn field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6212	\N	\N	\N
-23682	365	5454	2007-11-17 13:49:11	\nreleasing version 0.976-6\n	\N	f	\N	\N	0.976	\N	\N	\N	9465	6	\N	\N
-22693	369	5256	2007-10-24 16:31:50	\nfix minor typo\n	\N	\N	\N	\N	\N	\N	\N	\N	8558	\N	\N	\N
-26154	391	5966	2007-10-30 09:48:53	\nRemove XS- prefix from Vcs field. Add Homepage.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4507	\N	\N	\N
-22694	365	5256	2007-10-24 10:07:34	\nreleasing version 1.04-1\n	\N	\N	\N	\N	\N	\N	\N	\N	8547	\N	\N	\N
-23683	365	5454	2007-11-17 13:06:10	\n* Add ${shlibs:Depends} to dependency list.\n  Closes: #451599 -- missing shared library dependencies\n  Thanks go again to Niko Tyni!\n	\N	\N	\N	\N	\N	\N	\N	\N	9459	\N	\N	\N
-22695	365	5256	2007-10-24 09:20:27	\n* Change debian/watch to use dist/ location\n	\N	\N	\N	\N	\N	\N	\N	\N	8546	\N	\N	\N
-22696	365	5256	2007-10-24 08:50:23	\n* Add pointer to upstream sources in debian/copyright\n	\N	\N	\N	\N	\N	\N	\N	\N	8545	\N	\N	\N
-23684	365	5454	2007-11-16 22:50:30	\nreleasing version 0.976-5\n	\N	\N	\N	\N	\N	\N	\N	\N	9445	\N	\N	\N
-22698	366	5257	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23685	365	5454	2007-11-16 22:43:18	\n* debian/rules: Fix inter-target dependencies\n	\N	\N	\N	\N	\N	\N	\N	\N	9444	\N	\N	\N
-22699	366	5257	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22700	366	5257	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23686	368	5454	2007-11-16 19:52:49	\n* Recommend libtk-perl, it's needed for the tkpp script.\n	\N	\N	\N	\N	\N	\N	\N	\N	9436	\N	\N	\N
-22701	334	5257	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23926	334	5502	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-22703	366	5258	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22704	366	5258	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22705	366	5258	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22706	334	5258	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-22708	366	5259	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22709	366	5259	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22710	366	5259	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22711	334	5259	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-22712	365	5260	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	f	\N	\N	0.08	\N	\N	\N	8503	2	\N	\N
-22713	366	5260	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22714	366	5260	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22715	366	5260	2007-08-27 00:14:21	\n* New upstream release.\n* Adapt debian/rules - we don't have a Build.PL anymore.\n* Remove empty /usr/lib/perl5/ directory.\n* Move lib*-perl from Build-Depends to Build-Depends-Indep.\n	\N	\N	\N	\N	\N	\N	\N	\N	7186	\N	\N	\N
-22716	366	5260	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22718	366	5261	2007-10-12 00:35:19	\nAdd Homepage field to debian/control, too.\n	\N	\N	\N	\N	\N	\N	\N	\N	8208	\N	\N	\N
-26156	391	5966	2006-12-21 10:42:35	\nRemove useless .PHONY targets.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2876	\N	\N	\N
-22724	341	5262	2007-12-16 15:48:06	\n* New upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	11227	\N	\N	\N
-23690	366	5455	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-22725	365	5262	2007-12-07 21:51:57	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	11014	\N	\N	\N
-22726	365	5262	2007-12-07 21:43:03	\nApply UNRELEASED changes cleanly\n	\N	\N	\N	\N	\N	\N	\N	\N	11012	\N	\N	\N
-23691	331	5455	2007-12-01 13:42:05	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10585	\N	\N	\N
-22728	366	5263	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22729	366	5263	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22730	366	5263	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23693	366	5456	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22731	334	5263	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23694	366	5456	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22733	366	5264	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22734	366	5264	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22735	366	5264	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22736	334	5264	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23883	366	5494	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-22738	365	5265	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-22739	366	5265	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22740	366	5265	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22741	366	5265	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22743	366	5266	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22744	366	5266	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22745	366	5266	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22746	366	5266	2007-08-01 21:05:32	\nadd missing XS-Vcs-Svn field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6212	\N	\N	\N
-22748	370	5267	2007-11-23 20:11:20	\n* Fixed copyright and control file with a better URL.\n* Fixed Maintainer field in control file.\n	\N	\N	\N	\N	\N	\N	\N	\N	9681	\N	\N	\N
-22749	370	5267	2007-11-15 20:56:20	\n* Fixed watch file to account for a trailing letter in version number.\n	\N	\N	\N	\N	\N	\N	\N	\N	9360	\N	\N	\N
-22750	370	5267	2007-11-15 15:33:00	\n* Fixed watch file.\n	\N	\N	\N	\N	\N	\N	\N	\N	9321	\N	\N	\N
-22751	370	5267	2007-11-09 22:32:43	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	9118	\N	\N	\N
-22753	366	5268	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22754	366	5268	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22755	366	5268	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22760	365	5269	2007-08-20 10:52:05	\nDrop unused dh_link and dh_strip (only useful for arch-dep packages)\nMove $(MAKE) test to the build target\nRemove OPTIMIZE variable in $(MAKE) call (only useful for arch-dep packages)\n	\N	\N	\N	\N	\N	\N	\N	\N	6988	\N	\N	\N
-22761	365	5269	2007-08-20 10:50:27	\n.. and libpad-walker-perl too\n	\N	\N	\N	\N	\N	\N	\N	\N	6987	\N	\N	\N
-23698	365	5457	2007-12-07 21:43:03	\nApply UNRELEASED changes cleanly\n	\N	\N	\N	\N	\N	\N	\N	\N	11012	\N	\N	\N
-22763	366	5270	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23699	365	5457	2007-12-07 21:40:26	\nReverting 11009, 11008, 11006 and 11005. Thanks to Niko for noticing the mess (even after I tried to clean up)\n	\N	\N	\N	\N	\N	\N	\N	\N	11011	\N	\N	\N
-22764	366	5270	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26159	302	5967	2007-11-22 21:45:23	\nuse current packages\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4809	\N	\N	\N
-22765	366	5270	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23700	365	5457	2007-12-07 12:56:06	\nAdd UNRELEASED notes in a new changelog entry\n	\N	\N	\N	\N	\N	\N	\N	\N	11009	\N	\N	\N
-22766	366	5270	2007-08-01 21:05:32	\nadd missing XS-Vcs-Svn field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6212	\N	\N	\N
-23701	365	5457	2007-12-07 12:46:48	\nRevert blind changing of distribution to UNRELEASED (r11005)\n	\N	\N	\N	\N	\N	\N	\N	\N	11008	\N	\N	\N
-22768	366	5271	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26160	302	5967	2007-11-06 19:26:57	\nadd major version\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4644	\N	\N	\N
-22769	366	5271	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22770	366	5271	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22771	334	5271	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-22773	367	5272	2007-11-08 18:25:22	\ndebian/rules clean-up\n\n	\N	\N	\N	\N	\N	\N	\N	\N	9048	\N	\N	\N
-22774	365	5272	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-22775	366	5272	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22776	366	5272	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22778	365	5273	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-22779	366	5273	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22780	366	5273	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22781	334	5273	2007-08-12 04:44:38	\nreleasing version 1.35-2\n	\N	\N	\N	\N	\N	\N	\N	\N	6539	\N	\N	\N
-22782	369	5274	2007-12-05 22:35:08	\nnote upstream bug report url\n	\N	f	\N	\N	2.02	\N	\N	\N	10890	1	\N	\N
-22783	369	5274	2007-12-05 22:23:11	\nadd changelog, fix debhelper version, update watch\n	\N	\N	\N	\N	\N	\N	\N	\N	10885	\N	\N	\N
-22784	369	5274	2007-12-05 22:19:03	\nfix up standards, compat, copyright, add watch -- thanks gregoa\n	\N	\N	\N	\N	\N	\N	\N	\N	10884	\N	\N	\N
-22785	365	5274	2007-12-05 22:18:12	\n* Fix debian/rules' target inter-dependencies to allow for a parallel build\n	\N	\N	\N	\N	\N	\N	\N	\N	10883	\N	\N	\N
-22788	366	5275	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22789	366	5275	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22790	366	5275	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22791	334	5275	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-22793	366	5276	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-22801	334	5277	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23706	334	5458	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-22803	365	5278	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-26801	413	6115	2007-06-05 23:04:50	\nNew version of eclipse-emf-2.2.2\n	\N	f	\N	\N	2.2.2	\N	\N	\N	3596	1	\N	\N
-22804	366	5278	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22805	366	5278	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22806	366	5278	2007-08-17 13:08:02	\n* Add dh_md5sums to debian/rules.\n* Don't ignore errors of make clean.\n	\N	\N	\N	\N	\N	\N	\N	\N	6786	\N	\N	\N
-23708	366	5459	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22807	365	5279	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	f	\N	\N	0.11	\N	\N	\N	10669	3	\N	\N
-26802	413	6115	2007-06-05 23:02:45	\nNew version of eclipse-emf-2.2.2\n	\N	\N	\N	\N	\N	\N	\N	\N	3595	\N	\N	\N
-22808	366	5279	2007-12-02 04:17:27	\nChange Maintainer Name to Debian Perl _Group_.\n	\N	\N	\N	\N	\N	\N	\N	\N	10665	\N	\N	\N
-23709	366	5459	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22809	365	5279	2007-11-25 20:15:16	\n* Use exact quite of copyright in debian/copyright\n	\N	\N	\N	\N	\N	\N	\N	\N	9762	\N	\N	\N
-22810	365	5279	2007-11-25 20:11:11	\n* Bump debhelper compatibility level to 5. Adjust debhelper build-dependency\n  accordingly\n	\N	\N	\N	\N	\N	\N	\N	\N	9761	\N	\N	\N
-23884	366	5494	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-22811	365	5279	2007-11-25 20:05:45	\n* Move CHANGES from debian/docs to dh_installchangelogs\n	\N	\N	\N	\N	\N	\N	\N	\N	9760	\N	\N	\N
-23885	366	5494	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-22813	365	5280	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-22814	366	5280	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23886	331	5494	2007-12-01 13:35:15	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10531	\N	\N	\N
-22815	366	5280	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22816	366	5280	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23964	366	5510	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22817	366	5281	2007-10-25 20:36:00	\nnow really: s/UNRELEASED/unstable/\n	\N	f	\N	\N	1:0.7400	1	\N	\N	8590	1	\N	\N
-22818	366	5281	2007-10-25 20:29:42	\ns/UNRELEASED/unstable/\n	\N	\N	\N	\N	\N	\N	\N	\N	8589	\N	\N	\N
-22819	366	5281	2007-10-25 20:28:16	\n* Don't install .packlist file.\n* \n	\N	\N	\N	\N	\N	\N	\N	\N	8588	\N	\N	\N
-22820	366	5281	2007-10-25 20:22:30	\nNew upstream release.\n	\N	\N	\N	\N	\N	\N	\N	\N	8587	\N	\N	\N
-22821	365	5281	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-22822	365	5282	2007-12-02 18:45:33	\nreleasing version 1.05.01-1\n	\N	f	\N	\N	1.05.01	\N	\N	\N	10729	1	\N	\N
-22823	365	5282	2007-12-02 18:43:01	\n* Clean up debian/rules\n  + fix inter-target dependencies\n  + unpatch before distclean; touch Makefile to avoid it being rebuilt due\n    to unpatched Makefile.PL\n	\N	\N	\N	\N	\N	\N	\N	\N	10728	\N	\N	\N
-22824	365	5282	2007-12-02 18:30:04	\n* Convert from dpatch to quilt\n	\N	\N	\N	\N	\N	\N	\N	\N	10726	\N	\N	\N
-22825	365	5282	2007-12-02 18:27:21	\n* Add myself to Uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	10725	\N	\N	\N
-22826	365	5282	2007-12-02 18:23:38	\nMerge not-uploaded new upstream releases' changelogs\n	\N	\N	\N	\N	\N	\N	\N	\N	10724	\N	\N	\N
-22828	370	5283	2007-11-23 20:02:03	\n* Fixed copyright and control file with a better URL.\n* Fixed maintainer field in control file.\n	\N	\N	\N	\N	\N	\N	\N	\N	9678	\N	\N	\N
-22829	365	5283	2007-11-15 15:47:25	\nForgotten change\n	\N	\N	\N	\N	\N	\N	\N	\N	9326	\N	\N	\N
-22830	365	5283	2007-11-15 15:45:17	\nAdd myself to uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	9325	\N	\N	\N
-22831	365	5283	2007-11-15 15:43:51	\nRestore lib/Lingua/EN/NameParse.pm to the fersion from upstream, without whitespace changes\n	\N	\N	\N	\N	\N	\N	\N	\N	9324	\N	\N	\N
-23711	366	5459	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22835	366	5284	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-22836	331	5284	2007-12-01 13:17:51	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10345	\N	\N	\N
-22838	366	5285	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23713	366	5460	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22839	366	5285	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22840	334	5285	2007-08-12 04:23:14	\nremove NOT RELEASED YET from old changelog entry\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6533	\N	\N	\N
-23714	365	5460	2007-10-03 21:58:37	\nDrop debian/*.examples as its contents are in dh_installexamples line now\n	\N	\N	\N	\N	\N	\N	\N	\N	8057	\N	\N	\N
-22841	334	5285	2007-08-12 04:22:51	\nremove NOT RELEASED YET from old changelog entry\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6532	\N	\N	\N
-23715	365	5460	2007-10-03 21:52:20	\n* Added myself to uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	8056	\N	\N	\N
-22843	366	5286	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-22844	366	5286	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-23716	365	5460	2007-10-03 21:51:04	\n* Add detailed copyright information to debian/copyright\n	\N	\N	\N	\N	\N	\N	\N	\N	8055	\N	\N	\N
-22845	366	5286	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-22846	331	5286	2007-12-01 13:13:20	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10297	\N	\N	\N
-22848	366	5287	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22849	366	5287	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22850	366	5287	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22851	334	5287	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-22853	366	5288	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22854	366	5288	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22855	366	5288	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22856	334	5288	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-22858	366	5289	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-22859	366	5289	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-22860	366	5289	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-22861	331	5289	2007-12-01 13:22:15	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10393	\N	\N	\N
-22863	366	5290	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22864	366	5290	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22865	366	5290	2007-08-26 21:54:19	\nAdd missing XS-Vcs-(Svn|Browser) field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	7169	\N	\N	\N
-22866	371	5290	2007-08-25 00:42:36	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	7137	\N	\N	\N
-22868	366	5291	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22871	365	5291	2007-08-11 09:16:36	\nAdd next changelog stanza to signal that package is uploaded\n	\N	\N	\N	\N	\N	\N	\N	\N	6472	\N	\N	\N
-23718	366	5461	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-26164	396	5968	2007-11-30 11:09:05	\nCVE-2007-5461:\n* Fix absolute path traversal vulnerability. Closes: #448664.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4919	\N	\N	\N
-22873	366	5292	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23719	366	5461	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-22874	366	5292	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22875	366	5292	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23720	366	5461	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-22876	366	5292	2007-08-01 21:05:32	\nadd missing XS-Vcs-Svn field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6212	\N	\N	\N
-23721	331	5461	2007-12-01 13:41:28	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10579	\N	\N	\N
-22878	366	5293	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22879	366	5293	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22880	366	5293	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22881	334	5293	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23723	366	5462	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22883	365	5294	2007-12-07 21:43:03	\nApply UNRELEASED changes cleanly\n	\N	\N	\N	\N	\N	\N	\N	\N	11012	\N	\N	\N
-23724	366	5462	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22884	365	5294	2007-12-07 21:40:26	\nReverting 11009, 11008, 11006 and 11005. Thanks to Niko for noticing the mess (even after I tried to clean up)\n	\N	\N	\N	\N	\N	\N	\N	\N	11011	\N	\N	\N
-22885	365	5294	2007-12-07 12:56:06	\nAdd UNRELEASED notes in a new changelog entry\n	\N	\N	\N	\N	\N	\N	\N	\N	11009	\N	\N	\N
-23725	366	5462	2007-08-17 13:26:19	\n* Add dh_md5sums to debian/rules.\n* Don't ignore errors of make clean.\n* Add $(MAKE) test to debian/rules.\n	\N	\N	\N	\N	\N	\N	\N	\N	6792	\N	\N	\N
-22886	365	5294	2007-12-07 12:46:48	\nRevert blind changing of distribution to UNRELEASED (r11005)\n	\N	\N	\N	\N	\N	\N	\N	\N	11008	\N	\N	\N
-22887	365	5295	2007-12-04 21:25:59	\nreleasing version 0.20-3\n	\N	f	\N	\N	0.20	\N	\N	\N	10812	3	\N	\N
-23726	366	5462	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22888	365	5295	2007-12-04 21:25:01	\n* Put me instead of Ernesto in Uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	10811	\N	\N	\N
-22889	365	5295	2007-12-04 21:23:20	\n* debian/copyright:\n  + verbatim copyright statement\n  + indented a bit\n	\N	\N	\N	\N	\N	\N	\N	\N	10810	\N	\N	\N
-22890	365	5295	2007-12-04 21:16:56	\n* Bump debhelper compat level to 5\n	\N	\N	\N	\N	\N	\N	\N	\N	10809	\N	\N	\N
-22891	365	5295	2007-12-04 21:16:21	\n* Bump standards-version to 3.7.3 (no changes)\n	\N	\N	\N	\N	\N	\N	\N	\N	10808	\N	\N	\N
-22892	365	5296	2007-12-10 10:52:16	\n* Remove unneeded dh_installdirs and dh_installman\n* in clean target: s/clean/distclean/; No more need to remove\n  Makefile.old\n* Move dh_clean stamp files before distclean\n	\N	f	\N	\N	0.89	\N	\N	\N	11077	1	\N	\N
-22893	365	5296	2007-12-10 10:39:55	\n* Bump Standards-Version (no changes)\n	\N	\N	\N	\N	\N	\N	\N	\N	11074	\N	\N	\N
-22894	365	5296	2007-12-10 10:38:10	\nWrap long changelog line\n	\N	\N	\N	\N	\N	\N	\N	\N	11073	\N	\N	\N
-22895	366	5296	2007-12-03 21:19:20	\ns/UNRELEASED/unstable/\n	\N	\N	\N	\N	\N	\N	\N	\N	10784	\N	\N	\N
-22896	366	5296	2007-12-03 21:17:06	\n  - use dh_listpackages instead of pwd/sed to get package name\n	\N	\N	\N	\N	\N	\N	\N	\N	10783	\N	\N	\N
-22898	366	5297	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22899	366	5297	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22900	366	5297	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22901	334	5297	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26167	391	5968	2007-11-22 12:51:07	\nDelete files left over from previous upstream version.\n	\N	\N	\N	\N	\N	\N	\N	\N	4805	\N	\N	\N
-22913	366	5300	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22914	366	5300	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23733	366	5464	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22916	334	5300	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26805	392	6115	2005-12-22 17:57:57	\nAdd parameter buildingOSGi.\nDepend on eclipse rather than eclipse-pde\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1655	\N	\N	\N
-22917	368	5301	2007-11-28 20:38:53	\nready for uploading\n\n	\N	f	\N	\N	0.06	\N	\N	\N	9953	1	\N	\N
-23734	366	5464	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22918	368	5301	2007-11-28 20:38:48	\n* Switch to distribution-based URLs in debian/copyright and debian/watch.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	9952	\N	\N	\N
-22919	368	5301	2007-11-28 20:38:43	\nadd myself to uploaders\n\n	\N	\N	\N	\N	\N	\N	\N	\N	9951	\N	\N	\N
-23735	366	5464	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22920	368	5301	2007-11-28 20:38:38	\n* Minor improvements and cleanups to debian/rules.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	9950	\N	\N	\N
-22921	368	5301	2007-11-28 20:38:33	\n* New upstream release.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	9949	\N	\N	\N
-23736	334	5464	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-22923	366	5302	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22924	366	5302	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22925	366	5302	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23738	366	5465	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22926	334	5302	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-22928	366	5303	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22929	366	5303	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22930	365	5303	2007-08-16 11:06:59	\n* Fixed watch file to match the change in upstream versioning without\n  sacrificing uscan comfort\n	\N	\N	\N	\N	\N	\N	\N	\N	6727	\N	\N	\N
-22931	366	5303	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22933	366	5304	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-22934	366	5304	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-22935	366	5304	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-22936	331	5304	2007-12-01 13:34:08	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10519	\N	\N	\N
-22938	366	5305	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22939	366	5305	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22940	366	5305	2007-10-04 18:12:07	\ns/UNRELEASED/unstable\n	\N	\N	\N	\N	\N	\N	\N	\N	8070	\N	\N	\N
-22941	366	5305	2007-10-04 18:10:08	\nRemove empty /usr/lib/perl5 directory from binary package.\n	\N	\N	\N	\N	\N	\N	\N	\N	8069	\N	\N	\N
-22950	366	5307	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23743	366	5466	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22951	366	5307	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23744	366	5466	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22953	366	5308	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22954	366	5308	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23745	365	5466	2007-09-19 11:47:54	\nRecommend libdata-serializer-perl\n	\N	\N	\N	\N	\N	\N	\N	\N	7760	\N	\N	\N
-22955	366	5308	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-22956	334	5308	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23746	365	5466	2007-09-19 11:44:01	\nCommendet-out unused dh_installexamples\n	\N	\N	\N	\N	\N	\N	\N	\N	7759	\N	\N	\N
-22958	365	5309	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-23747	365	5467	2007-10-29 21:18:33	\nRemove testout/ from SVN, following upstream\n	\N	f	\N	\N	0.42	\N	\N	\N	8676	1	\N	\N
-22959	366	5309	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22960	366	5309	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23748	365	5467	2007-10-29 21:15:05	\nRe-wrap debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	8675	\N	\N	\N
-22961	366	5309	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23749	365	5467	2007-10-29 21:14:27	\n* debian/watch: version=3, stop capturing file extension\n	\N	\N	\N	\N	\N	\N	\N	\N	8674	\N	\N	\N
-22963	366	5310	2007-10-17 17:58:25	\nVcs-* and Homepage fields\n	\N	\N	\N	\N	\N	\N	\N	\N	8323	\N	\N	\N
-22964	326	5310	2007-10-14 09:52:03	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	8257	\N	\N	\N
-23750	366	5467	2007-10-28 18:57:35	\ns/UNRELEASED/unstable/\n	\N	\N	\N	\N	\N	\N	\N	\N	8626	\N	\N	\N
-22965	326	5310	2007-10-14 09:51:57	\n[svn-inject] Forking libfile-next-perl source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	8256	\N	\N	\N
-22966	366	5310	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24144	366	5546	2007-12-04 22:50:17	\ns/UNRELEASED/unstable/\n	\N	\N	\N	\N	\N	\N	\N	\N	10822	\N	\N	\N
-22968	366	5311	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22969	366	5311	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22970	341	5311	2007-09-20 15:47:05	\nSome minor changes\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7795	\N	\N	\N
-22971	365	5311	2007-09-13 15:50:39	\n* Added test suite\n* Added libsvg-perl to Depends\n* Added perl and all the used perl modules to B-D-I\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7539	\N	\N	\N
-22972	365	5312	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	f	\N	\N	0.55	\N	\N	\N	8503	1	\N	\N
-22973	374	5312	2007-10-15 03:51:16	\n* Loosened the versioned dependency on perl.\n	\N	\N	\N	\N	\N	\N	\N	\N	8264	\N	\N	\N
-22974	360	5312	2007-10-14 02:45:02	\n* Merge Mass commit grom Gregor and Mart?\\195?\\173n ones\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8253	\N	\N	\N
-22975	374	5312	2007-10-13 23:52:16	\n* New upstream release.\n* Added myself to uploaders.\n* Added new examples from upstream.\n	\N	\N	\N	\N	\N	\N	\N	\N	8251	\N	\N	\N
-22976	366	5312	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-22978	366	5313	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23753	366	5468	2007-11-02 16:48:26	\nUse "Copyright" and "License" correctly in debian/copyright.\n	\N	\N	\N	\N	\N	\N	\N	\N	8762	\N	\N	\N
-26171	386	5970	2007-06-13 16:01:45	\nxerces-j (1.4.4-3) unstable; urgency=low\n\n  [Arnaud Vandyck]\n  * Maintainer is pkg-java; removed Stefan Gybas, Takashi Okamoto, Ola\n    Lundqvist from uploaders, added myself (closes: #352996)\n  * debian/compat was missing from pkg-java's svn repo (closes: #418841).\n\n -- Arnaud Vandyck <avdyk at debian.org>  Wed, 13 Jun 2007 15:44:10 +0200\n	\N	\N	\N	\N	\N	\N	\N	\N	3639	\N	\N	\N
-22985	370	5314	2007-11-09 22:54:24	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	9123	\N	\N	\N
-23754	366	5468	2007-11-02 16:44:35	\nRemove ${shlib:Depends} from Depends, no shared libraries around.\n	\N	\N	\N	\N	\N	\N	\N	\N	8761	\N	\N	\N
-22986	370	5314	2007-11-09 22:53:51	\n[svn-inject] Forking libnet-subnets-perl source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	9122	\N	\N	\N
-22987	365	5315	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	f	\N	\N	1.442	\N	\N	\N	10669	2	\N	\N
-23755	366	5468	2007-11-02 16:30:37	\nNew upstream release.\n	\N	\N	\N	\N	\N	\N	\N	\N	8760	\N	\N	\N
-22988	365	5315	2007-11-25 13:22:24	\n* Use author-independent upstream homepage in debian/copyright and\n  debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	9755	\N	\N	\N
-22989	370	5315	2007-11-23 14:44:33	\n* Fixed Maintainer field (Closes: #452483)\n	\N	\N	\N	\N	\N	\N	\N	\N	9661	\N	\N	\N
-23756	365	5468	2007-10-31 22:31:30	\n* Drop unneeded dh_installdirs\n	\N	\N	\N	\N	\N	\N	\N	\N	8720	\N	\N	\N
-22990	365	5315	2007-11-15 15:26:28	\nRemove "currenty 2" false comment; also escape the period before the extension :)\n	\N	\N	\N	\N	\N	\N	\N	\N	9318	\N	\N	\N
-22991	370	5315	2007-11-15 14:39:10	\n* Wrap long lines in control file.\n* Fixed watch file.\n	\N	\N	\N	\N	\N	\N	\N	\N	9310	\N	\N	\N
-23757	365	5469	2007-11-13 08:58:45	\nAdd myself to Uploaders\n	\N	f	\N	\N	1.05	\N	\N	\N	9254	1	\N	\N
-22993	366	5316	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23758	365	5469	2007-11-13 08:58:14	\n* debian/rules: remove stamp files before $(MAKE) clean\n	\N	\N	\N	\N	\N	\N	\N	\N	9253	\N	\N	\N
-22994	366	5316	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-22995	365	5316	2007-08-17 14:23:51	\nAdded some forgotteh changelog lines\n	\N	\N	\N	\N	\N	\N	\N	\N	6806	\N	\N	\N
-23759	366	5469	2007-11-10 00:18:46	\ns/UNRELEASED/unstable/\n	\N	\N	\N	\N	\N	\N	\N	\N	9154	\N	\N	\N
-22996	366	5316	2007-08-17 13:31:33	\n* Add dh_md5sums to debian/rules.\n* Don't ignore errors of make clean.\n	\N	\N	\N	\N	\N	\N	\N	\N	6794	\N	\N	\N
-23760	366	5469	2007-11-10 00:17:37	\nAdd sample script chart_test to\n  /usr/share/doc/libchemistry-elements-perl/examples.\n	\N	\N	\N	\N	\N	\N	\N	\N	9153	\N	\N	\N
-22998	341	5317	2007-11-17 19:13:42	\nWas already ready for upload :)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	9504	\N	\N	\N
-22999	341	5317	2007-11-04 00:28:58	\nFixing copyright information\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8806	\N	\N	\N
-23761	366	5469	2007-11-10 00:14:00	\ndebian/rules: Remove some remaining unused dh_* calls/variables and\n  comments.\n	\N	\N	\N	\N	\N	\N	\N	\N	9148	\N	\N	\N
-23000	341	5317	2007-11-04 00:25:29	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	8805	\N	\N	\N
-23001	341	5317	2007-11-04 00:25:15	\n[svn-inject] Forking libpostscript-perl source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	8804	\N	\N	\N
-23003	365	5318	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-23004	366	5318	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23005	366	5318	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23006	366	5318	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23007	365	5319	2007-11-24 22:26:52	\n* Add libtest-pod-perl and libtest-pod-coverage-perl to B-D-I\n	\N	f	\N	\N	1.080	\N	\N	\N	9749	1	\N	\N
-23008	365	5319	2007-11-24 22:21:06	\n* Add myself to Uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	9748	\N	\N	\N
-23009	365	5319	2007-11-24 22:18:46	\n* debian/copyright:\n  + refreshed info, added two more copyright holders\n  + use direct search.cpan.org/dist/ URL as download location\n	\N	\N	\N	\N	\N	\N	\N	\N	9747	\N	\N	\N
-23010	365	5319	2007-11-24 21:33:57	\nAdd pointer to upstream bug filed\n	\N	\N	\N	\N	\N	\N	\N	\N	9746	\N	\N	\N
-23011	365	5319	2007-11-24 21:03:37	\n  TODO: a lot of modules were added. copyright/license needs to be checked\n* Add manpages-whatis.patch fixing whatis lintian warnings of 120 modules\n  Add quilt as a build-dependency\n	\N	\N	\N	\N	\N	\N	\N	\N	9745	\N	\N	\N
-23012	365	5320	2007-12-02 18:51:05	\n* Convert to quilt\n	\N	f	\N	\N	5.48	\N	\N	\N	10732	1	\N	\N
-23013	365	5320	2007-11-30 21:55:27	\n* Use both DESTDIR and PREFIX when calling $(MAKE) install\n	\N	\N	\N	\N	\N	\N	\N	\N	10076	\N	\N	\N
-23014	366	5320	2007-11-30 15:51:44	\ns/UNRELEASED/unstable/\n	\N	\N	\N	\N	\N	\N	\N	\N	10030	\N	\N	\N
-23015	366	5320	2007-11-30 15:49:33	\ndebian/rules: let -stamp targests only depend on other -stamp targets.\n	\N	\N	\N	\N	\N	\N	\N	\N	10029	\N	\N	\N
-23016	366	5320	2007-11-30 15:37:20	\ndebian/watch: use dist-based URL.\n	\N	\N	\N	\N	\N	\N	\N	\N	10028	\N	\N	\N
-23017	334	5321	2007-12-03 22:58:52	\nreleasing version 0.19.1-1\n	\N	f	\N	\N	0.19.1	\N	\N	\N	10791	1	\N	\N
-23027	365	5323	2007-11-24 22:39:23	\n* debian/rules\n  + move removing stamps before distclean\n	\N	f	\N	\N	3.03	\N	\N	\N	9751	1	\N	\N
-23768	366	5471	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23028	374	5323	2007-11-24 06:05:27	\n* Added myself to uploaders.\n	\N	\N	\N	\N	\N	\N	\N	\N	9706	\N	\N	\N
-26174	401	5970	2002-10-23 15:34:33	\nAdded uploaders\n\n	\N	\N	\N	\N	\N	\N	\N	\N	91	\N	\N	\N
-23029	374	5323	2007-11-24 06:04:50	\n* New upstream release.\n	\N	\N	\N	\N	\N	\N	\N	\N	9705	\N	\N	\N
-23769	366	5471	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23030	365	5323	2007-11-16 23:41:10	\nreleasing version 3.02-1\n	\N	\N	\N	\N	\N	\N	\N	\N	9454	\N	\N	\N
-23031	365	5323	2007-11-16 23:38:58	\n* debian/copyright\n  + Add upstream URL\n  + Add detailed copyright information\n	\N	\N	\N	\N	\N	\N	\N	\N	9453	\N	\N	\N
-23770	366	5471	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26175	280	5971	2007-10-15 21:11:49	\n* Replace XS-Vcs-* with Vcs-*\n\n	\N	f	\N	\N	2.0.1	\N	\N	\N	4426	2	\N	\N
-23033	366	5324	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23034	366	5324	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23035	366	5324	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23036	334	5324	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23773	366	5472	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23038	366	5325	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23039	366	5325	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23774	366	5472	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23040	366	5325	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23041	334	5325	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23042	368	5326	2007-12-03 19:47:17	\nretroactively fix a bug number typo in the changelog, although the damage is already done\n\n	\N	f	\N	\N	0.16+dfsg	\N	\N	\N	10763	1	\N	\N
-23043	365	5326	2007-12-03 18:12:24	\n* Add XS-DM-Upload-Allowed: yes to debian/control so Niko Tyni can exercise\n  his DM powers :)\n	\N	\N	\N	\N	\N	\N	\N	\N	10760	\N	\N	\N
-23044	368	5326	2007-12-03 10:39:11	\n* Upload to experimental for now because of the scope of the changes.\n  Test reports welcome, including 'it works for me'.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	10759	\N	\N	\N
-23045	365	5326	2007-12-02 19:23:35	\nBEFORE UPLOADING READ\n* Move $(QUILT_STAMPFN) dependency from build to build-stamp\n	\N	\N	\N	\N	\N	\N	\N	\N	10745	\N	\N	\N
-23046	365	5326	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	\N	\N	\N	\N	\N	\N	\N	10669	\N	\N	\N
-23048	366	5327	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23049	366	5327	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23050	366	5327	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23051	365	5327	2007-07-30 15:32:15	\nuse cannonical authors/ URL\n	\N	\N	\N	\N	\N	\N	\N	\N	6112	\N	\N	\N
-23053	366	5328	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23054	366	5328	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23055	365	5328	2007-09-05 13:51:49	\n* New upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	7228	\N	\N	\N
-23063	365	5330	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-23064	366	5330	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23779	360	5473	2007-10-09 22:45:37	\n* Merging copyright entry from gregoa\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8171	\N	\N	\N
-23065	366	5330	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26806	396	6116	2007-06-27 17:14:58	\nlibstruts1.2-java (1.2.9-3) unstable; urgency=low\n\n  * Build-Depends on java-gcj-compat-dev instead of java-gcj-compat.\n    Closes: #430806.\n\n -- Michael Koch <konqueror at gmx.de>  Wed, 27 Jun 2007 13:41:29 -0100\n\n\n	\N	f	\N	\N	1.2.9	\N	\N	\N	3750	3	\N	\N
-23066	368	5330	2007-09-16 21:01:00	\n* Update to debhelper compatibility level 5.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7617	\N	\N	\N
-23780	366	5473	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23067	365	5331	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	f	\N	\N	0.02	\N	\N	\N	10669	4	\N	\N
-23068	366	5331	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-23781	360	5473	2007-10-09 20:01:31	\n* New upstream release\n* debian/rules - remove "tag" target, move test suite from binary to build target\n* debian/control - Homepage field added, test-pod and test-pod-coverage added to B-D\n* README.debian removed\n* debian/copyright updated\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8140	\N	\N	\N
-23069	366	5331	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-23070	366	5331	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-23071	331	5331	2007-12-01 13:15:05	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10315	\N	\N	\N
-23072	365	5332	2007-11-26 21:35:54	\n* Don't install redundant README\n	\N	f	\N	\N	0.03	\N	\N	\N	9786	1	\N	\N
-23783	366	5474	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-23073	366	5332	2007-11-17 22:01:08	\ns/UNRELEASED/unstable/\n	\N	\N	\N	\N	\N	\N	\N	\N	9536	\N	\N	\N
-23074	366	5332	2007-11-17 22:00:52	\n  - Remove commented out dh_installexamples.\n* debian/control: add ${perl:Depends}, ${misc:Depends} to Depends.\n	\N	\N	\N	\N	\N	\N	\N	\N	9535	\N	\N	\N
-23784	366	5474	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-23075	366	5332	2007-11-17 21:53:28	\ndebian/rules:\n  - Make install-stamp depend on build-stamp.\n  - Remove some comments and blank lines.\n	\N	\N	\N	\N	\N	\N	\N	\N	9534	\N	\N	\N
-23076	366	5332	2007-11-17 21:49:39	\nNew upstream release.\n	\N	\N	\N	\N	\N	\N	\N	\N	9533	\N	\N	\N
-23785	366	5474	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-23078	366	5333	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23786	331	5474	2007-12-01 13:27:46	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10453	\N	\N	\N
-23079	366	5333	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23080	365	5333	2007-09-13 06:42:32	\n* Make (build-)depends on libtemplate-perl and libtext-textile versioned (>=\n  2.15 and 2.03 respectively)\n	\N	\N	\N	\N	\N	\N	\N	\N	7512	\N	\N	\N
-23923	366	5502	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23081	365	5333	2007-09-13 06:38:30	\n* Moved libmodule-build-perl from B-D-I to B-D since it is needed by clean\n  target\n	\N	\N	\N	\N	\N	\N	\N	\N	7511	\N	\N	\N
-23082	366	5334	2007-11-02 17:32:44	\ns/UNRELEASED/unstable/\n	\N	f	\N	\N	0.103	\N	\N	\N	8770	1	\N	\N
-23083	366	5334	2007-11-02 17:27:26	\ndebian/copyright: \n  - Use generic upstream URL instead of versioned one.\n  - Update years of copyright according to README.\n	\N	\N	\N	\N	\N	\N	\N	\N	8769	\N	\N	\N
-23084	366	5334	2007-11-02 17:13:59	\ndebian/rules:\n  - Install upstream changelog.\n  - Remove unused dh_* calls.\n  - Move test to build target.\n  - Remove unused OPTIMIZE variable.\n  - Call dh_clean before make distclean.\n	\N	\N	\N	\N	\N	\N	\N	\N	8768	\N	\N	\N
-23085	366	5334	2007-11-02 17:07:18	\nAdd libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep.\n	\N	\N	\N	\N	\N	\N	\N	\N	8767	\N	\N	\N
-23088	366	5335	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23089	366	5335	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23092	365	5336	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	f	\N	\N	2:0.33	2	\N	\N	8503	8	\N	\N
-23788	365	5475	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-23093	366	5336	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23094	366	5336	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23789	366	5475	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23095	365	5336	2007-09-12 08:36:22	\n* debian/watch - version 3; drop uupdate as we use svn-upgrade\n	\N	\N	\N	\N	\N	\N	\N	\N	7461	\N	\N	\N
-26808	386	6116	2006-04-24 15:25:50	\nnew upstream that fix the 3 security holes, the patch has been modified\n	\N	\N	\N	\N	\N	\N	\N	\N	2057	\N	\N	\N
-23096	365	5336	2007-09-12 08:32:44	\n* Added myself to Uploaders (and wrapped it)\n	\N	\N	\N	\N	\N	\N	\N	\N	7460	\N	\N	\N
-23790	366	5475	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23097	365	5337	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	f	\N	\N	1.888	\N	\N	\N	10669	2	\N	\N
-23098	365	5337	2007-11-26 19:50:33	\n* Use author-neutral URLs in debian/copyright and debian/control's Homepage\n	\N	\N	\N	\N	\N	\N	\N	\N	9776	\N	\N	\N
-23791	366	5475	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23099	365	5337	2007-11-26 19:48:40	\n* Remove debian/docs as:\n  - README copies the manpage and is thus redundant\n  - Changes is installed via dh_installchangelogs already\n  - bench moved to debian/rules' dh_installdocs\n	\N	\N	\N	\N	\N	\N	\N	\N	9775	\N	\N	\N
-23100	370	5337	2007-11-23 14:52:38	\n* Fixed Maintainer field in control file.\n	\N	\N	\N	\N	\N	\N	\N	\N	9667	\N	\N	\N
-23101	370	5337	2007-11-15 16:20:55	\n* Fixed copyright file with a better URL.\n	\N	\N	\N	\N	\N	\N	\N	\N	9338	\N	\N	\N
-23793	366	5476	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23103	366	5338	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23104	366	5338	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23794	366	5476	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23105	366	5338	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23106	334	5338	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23795	366	5476	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23108	365	5339	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-23796	334	5476	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23109	366	5339	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23110	366	5339	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23111	366	5339	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23113	365	5340	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-23114	366	5340	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23115	366	5340	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23118	366	5341	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23119	366	5341	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23121	365	5341	2007-08-09 08:07:38	\nAdd changelog stanza for next revision to signal package was uploaded\n	\N	\N	\N	\N	\N	\N	\N	\N	6350	\N	\N	\N
-26809	394	6116	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-23799	366	5477	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23123	366	5342	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23124	366	5342	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23800	334	5477	2007-08-12 04:49:08	\nThere is no need to add a new dummy UNRELEASED changelog entry to try and\navoid people making changes to the previous, released entry. Instead,\nsimply:\n\necho DEBCHANGE_RELEASE_HEURISTIC=changelog >>~/.devscripts\n\nThis will make dch automatically start a new changelog entry if the package\nhas been released, and add to existing UNRELEASED changlog entries.\n\nI'm removing all the "NOT RELEASED YET" dummy entries since:\n\n* They are not needed when dch is used correctly as descrived above.\n* They make grepping for actually UNRELEASED packages unncessarily hard.\n* They were added quite inconsistently, being present in only a small \n  fraction of pkg-perl's package, and thus being of even less benefit since\n  nobody could count on them being there.\n* They demonstratably have led to cruft appearing in released changelogs,\n  when people forgot to remove them and added a new changelog entry above\n  the dummy entry. (I've fixed all of that cruft, too).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6543	\N	\N	\N
-23125	365	5342	2007-09-19 11:30:45	\nAdded debian/watch\n	\N	\N	\N	\N	\N	\N	\N	\N	7753	\N	\N	\N
-26899	325	6139	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-23126	365	5342	2007-09-19 11:15:06	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	7752	\N	\N	\N
-23801	366	5477	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23127	365	5343	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	f	\N	\N	0.13	\N	\N	\N	8503	server-2	\N	\N
-23128	366	5343	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23802	365	5478	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	f	\N	\N	1.08	\N	\N	\N	8503	4	\N	\N
-23129	366	5343	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23130	366	5343	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23803	366	5478	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23131	334	5343	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23133	366	5344	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23134	366	5344	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23135	366	5344	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23136	366	5344	2007-08-01 21:05:32	\nadd missing XS-Vcs-Svn field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6212	\N	\N	\N
-23137	366	5345	2007-11-01 16:56:23	\ndebian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser\n  field (source stanza).\n	\N	f	\N	\N	0.13	\N	\N	\N	8744	1	\N	\N
-23138	365	5345	2007-10-29 20:47:31	\nSet svn-bp properties for liblinux-lvm-perl\n	\N	\N	\N	\N	\N	\N	\N	\N	8671	\N	\N	\N
-23139	365	5345	2007-10-29 20:15:08	\nUse search.cpan.org for upstream source in debian/copyright\n	\N	\N	\N	\N	\N	\N	\N	\N	8662	\N	\N	\N
-23140	365	5345	2007-10-29 20:11:59	\nDrop executable permissions on examples\n	\N	\N	\N	\N	\N	\N	\N	\N	8661	\N	\N	\N
-23141	365	5345	2007-10-29 20:07:39	\nReally install examples/*\n	\N	\N	\N	\N	\N	\N	\N	\N	8660	\N	\N	\N
-23143	366	5346	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23144	366	5346	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23145	366	5346	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23146	366	5346	2007-08-01 21:05:32	\nadd missing XS-Vcs-Svn field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6212	\N	\N	\N
-23148	366	5347	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23149	366	5347	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23150	366	5347	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23151	334	5347	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23153	366	5348	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23154	366	5348	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23165	366	5350	2007-09-23 20:55:33	\nAdd patch to fix errors in manpage (closes: #443737).\n	\N	\N	\N	\N	\N	\N	\N	\N	7910	\N	\N	\N
-23809	366	5479	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23166	366	5350	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26813	394	6118	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	f	\N	\N	2.0.4	\N	\N	\N	1687	3	\N	\N
-23167	365	5351	2007-12-11 15:26:24	\n  + drop --destdir argument to dh_builddeb\n	\N	f	\N	\N	1.2	\N	\N	\N	11126	6	\N	\N
-23810	366	5479	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23168	365	5351	2007-12-11 15:18:17	\n  + drop unneeded OPTIMIZE setting\n	\N	\N	\N	\N	\N	\N	\N	\N	11125	\N	\N	\N
-23169	365	5351	2007-12-11 15:16:48	\n  + add myself to Uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	11124	\N	\N	\N
-23811	366	5479	2007-08-01 21:05:32	\nadd missing XS-Vcs-Svn field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6212	\N	\N	\N
-23170	365	5351	2007-12-11 15:09:41	\n  + bump standards-version to 3.7.3 (no changes)\n	\N	\N	\N	\N	\N	\N	\N	\N	11122	\N	\N	\N
-23171	365	5351	2007-12-11 15:09:08	\nBump debhelper compat level to 5\n	\N	\N	\N	\N	\N	\N	\N	\N	11121	\N	\N	\N
-23812	365	5480	2007-10-30 09:00:01	\nreleasing version 1.04-1\n	\N	f	\N	\N	1.04	\N	\N	\N	8694	1	\N	\N
-23173	366	5352	2007-12-01 23:55:37	\n* Use dist-based URL in debian/watch.\n* Don't install empty /usr/lib/perl5 directory.\n	\N	\N	\N	\N	\N	\N	\N	\N	10646	\N	\N	\N
-23813	365	5480	2007-10-30 08:58:47	\nRemove empty usr/share/perl5\n	\N	\N	\N	\N	\N	\N	\N	\N	8693	\N	\N	\N
-23174	334	5352	2007-11-12 18:06:06	\nreleasing version 0.01.01-2\n	\N	\N	\N	\N	\N	\N	\N	\N	9237	\N	\N	\N
-23175	334	5352	2007-11-05 00:46:58	\n* Initial upload to Debian.\n  (Note: There are several similar modules in CPAN. I chose to package\n   this one because it returns a simple DateTime object. Astro::Sunrise\n   returns a hard to manipulate time string, and the newer\n   DateTime::Event::Sunrise returns a DateTime::Set that is not compatible\n   with the current 0.25 release of DateTime::Set.)\n* Upstream version number munge 0.01_01 -> 0.01.01.\n* Fixed missing whitespace in pod doc that caused the man page to be\n  broken in several ways.\n* Fix it not to pass hour values out of range to DateTime->new. It seemed\n  to rely on DateTime normalising them to the 0-23 range, but DateTime now\n  crashes instead. Take the hour value mod 24 to avoid this, and the test\n  suite passes now.\n* Fix redefinition warnings under use strict that were caused by POSIX\n  and Math::Trig defining some of the same functions.\n	\N	\N	\N	\N	\N	\N	\N	\N	8868	\N	\N	\N
-23814	365	5480	2007-10-30 08:52:57	\nRecommends: libreadonly-perl\n	\N	\N	\N	\N	\N	\N	\N	\N	8692	\N	\N	\N
-23815	360	5480	2007-10-30 07:05:41	\n* libreadonly-perl is out of NEW\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8685	\N	\N	\N
-23178	341	5353	2007-12-16 13:10:06	\n* New upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	11223	\N	\N	\N
-23179	365	5353	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	\N	\N	\N	\N	\N	\N	\N	10669	\N	\N	\N
-23180	366	5353	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-23181	366	5353	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-23183	366	5354	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23184	366	5354	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23185	366	5354	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23186	334	5354	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23195	366	5356	2007-10-25 20:13:27	\ns/UNRELEASED/unstable/\n	\N	\N	\N	\N	\N	\N	\N	\N	8584	\N	\N	\N
-23196	366	5356	2007-10-25 20:07:58	\nNew upstream release.\n	\N	\N	\N	\N	\N	\N	\N	\N	8583	\N	\N	\N
-23820	366	5481	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26816	401	6118	2004-04-12 19:22:39	\nInitial release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	475	\N	\N	\N
-23198	366	5357	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-23821	334	5481	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23199	366	5357	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-23200	366	5357	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-23201	331	5357	2007-12-01 13:36:51	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10549	\N	\N	\N
-26817	386	6119	2006-08-03 10:44:34	\nput doc into non-free too\n	\N	f	\N	\N	0.0.0.20060319	\N	\N	\N	2320	1	\N	\N
-23823	366	5482	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23203	366	5358	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23204	366	5358	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23824	366	5482	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23205	366	5358	2007-09-11 16:51:01	\n* Add missing parts to debian/copyright.\n	\N	\N	\N	\N	\N	\N	\N	\N	7435	\N	\N	\N
-23206	366	5358	2007-09-11 16:36:45	\n* Remove empty /usr/lib/perl5 directory from binary package.\n	\N	\N	\N	\N	\N	\N	\N	\N	7434	\N	\N	\N
-23825	365	5482	2007-09-17 15:35:01	\n  + Moved (disabled) test suite from install to build target\n	\N	\N	\N	\N	\N	\N	\N	\N	7662	\N	\N	\N
-23208	366	5359	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23826	365	5482	2007-09-17 14:48:31	\n* Added myself to Uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	7661	\N	\N	\N
-23209	366	5359	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23210	366	5359	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23211	334	5359	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23212	365	5360	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	f	\N	\N	0.08	\N	\N	\N	8503	1	\N	\N
-23213	365	5360	2007-10-11 09:33:42	\nFix mangled changelog trailer line. thanks, lintian\n	\N	\N	\N	\N	\N	\N	\N	\N	8206	\N	\N	\N
-23214	365	5360	2007-10-11 09:31:18	\n* Clean up debian/rules\n  + Drop unused dh_link\n  + Drop unused OPTIMIZE="?\\226?\\128?\\166" setting\n  + Move test suitr from install to build target\n  + Remove stamps before distclean\n	\N	\N	\N	\N	\N	\N	\N	\N	8205	\N	\N	\N
-23215	365	5360	2007-10-11 09:28:40	\nRestore wrongly merged changelog entry for 0.06-2\n	\N	\N	\N	\N	\N	\N	\N	\N	8204	\N	\N	\N
-23216	365	5360	2007-10-11 09:24:47	\n* Require at least 0.05 of libdata-random-perl\n* Use narrower upstream source location\n* Add myself to Uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	8203	\N	\N	\N
-23218	366	5361	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23219	366	5361	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23220	366	5361	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23221	334	5361	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23222	365	5362	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	f	\N	\N	1.023	\N	\N	\N	10669	4	\N	\N
-23223	365	5362	2007-11-28 17:23:04	\nAdd myself to Uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	9925	\N	\N	\N
-23224	365	5362	2007-11-28 17:22:29	\nYet another release, *including* README.Debian-source\n	\N	\N	\N	\N	\N	\N	\N	\N	9924	\N	\N	\N
-23225	365	5362	2007-11-28 16:16:36	\nReally add README.Debian-source\n	\N	\N	\N	\N	\N	\N	\N	\N	9923	\N	\N	\N
-23235	366	5364	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26900	325	6139	2007-12-01 00:09:19	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50288	\N	\N	\N
-23236	334	5364	2007-08-12 04:49:08	\nThere is no need to add a new dummy UNRELEASED changelog entry to try and\navoid people making changes to the previous, released entry. Instead,\nsimply:\n\necho DEBCHANGE_RELEASE_HEURISTIC=changelog >>~/.devscripts\n\nThis will make dch automatically start a new changelog entry if the package\nhas been released, and add to existing UNRELEASED changlog entries.\n\nI'm removing all the "NOT RELEASED YET" dummy entries since:\n\n* They are not needed when dch is used correctly as descrived above.\n* They make grepping for actually UNRELEASED packages unncessarily hard.\n* They were added quite inconsistently, being present in only a small \n  fraction of pkg-perl's package, and thus being of even less benefit since\n  nobody could count on them being there.\n* They demonstratably have led to cruft appearing in released changelogs,\n  when people forgot to remove them and added a new changelog entry above\n  the dummy entry. (I've fixed all of that cruft, too).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6543	\N	\N	\N
-23832	365	5484	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	f	\N	\N	0.02	\N	\N	\N	10669	1	\N	\N
-23238	366	5365	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23833	331	5484	2007-11-24 20:02:45	\nfix build-depends and close ITP\n	\N	\N	\N	\N	\N	\N	\N	\N	9740	\N	\N	\N
-23239	366	5365	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23240	366	5365	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23834	331	5484	2007-11-24 18:28:11	\nAdd watch file\n	\N	\N	\N	\N	\N	\N	\N	\N	9728	\N	\N	\N
-23241	334	5365	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23835	331	5484	2007-11-24 17:50:47	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	9727	\N	\N	\N
-23243	331	5366	2007-12-07 03:01:45	\nNew upstream version 1.21\n\n	\N	\N	\N	\N	\N	\N	\N	\N	10949	\N	\N	\N
-23244	331	5366	2007-12-07 02:38:44	\nAdd action in watch file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	10943	\N	\N	\N
-23998	366	5517	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-23245	365	5366	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-23246	366	5366	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23248	365	5367	2007-12-10 10:30:39	\n* Use Build.PL\n  + Add libmodule-build-perl to build-depends\n  + Stop removing (now not installed) /usr/lib/perl5\n  + Add final backslash to download url in debian/copyright\n* Drop unneeded dh_installman call\n	\N	\N	\N	\N	\N	\N	\N	\N	11070	\N	\N	\N
-23249	366	5367	2007-12-05 18:36:12	\ns/UNRELEASED/unstable/\n	\N	\N	\N	\N	\N	\N	\N	\N	10836	\N	\N	\N
-23250	366	5367	2007-12-05 18:34:32	\n  - use $(PERL) instead of perl\n	\N	\N	\N	\N	\N	\N	\N	\N	10835	\N	\N	\N
-23251	366	5367	2007-12-05 18:31:00	\ndebian/control:\n  - move debhelper to Build-Depends-Indep\n  - remove libmodule-build-perl and add libtest-pod-coverage-perl to\n    Build-Depends-Indep\n	\N	\N	\N	\N	\N	\N	\N	\N	10834	\N	\N	\N
-23253	366	5368	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23254	366	5368	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23255	366	5368	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23256	334	5368	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23839	366	5485	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23266	334	5370	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23840	334	5485	2007-08-12 04:49:08	\nThere is no need to add a new dummy UNRELEASED changelog entry to try and\navoid people making changes to the previous, released entry. Instead,\nsimply:\n\necho DEBCHANGE_RELEASE_HEURISTIC=changelog >>~/.devscripts\n\nThis will make dch automatically start a new changelog entry if the package\nhas been released, and add to existing UNRELEASED changlog entries.\n\nI'm removing all the "NOT RELEASED YET" dummy entries since:\n\n* They are not needed when dch is used correctly as descrived above.\n* They make grepping for actually UNRELEASED packages unncessarily hard.\n* They were added quite inconsistently, being present in only a small \n  fraction of pkg-perl's package, and thus being of even less benefit since\n  nobody could count on them being there.\n* They demonstratably have led to cruft appearing in released changelogs,\n  when people forgot to remove them and added a new changelog entry above\n  the dummy entry. (I've fixed all of that cruft, too).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6543	\N	\N	\N
-23268	366	5371	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23841	366	5485	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23269	366	5371	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23270	366	5371	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23271	334	5371	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23272	365	5372	2007-12-07 21:51:57	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	f	\N	\N	1.10	\N	\N	\N	11014	4	\N	\N
-23273	365	5372	2007-12-07 21:43:03	\nApply UNRELEASED changes cleanly\n	\N	\N	\N	\N	\N	\N	\N	\N	11012	\N	\N	\N
-23274	365	5372	2007-12-07 21:40:26	\nReverting 11009, 11008, 11006 and 11005. Thanks to Niko for noticing the mess (even after I tried to clean up)\n	\N	\N	\N	\N	\N	\N	\N	\N	11011	\N	\N	\N
-23275	365	5372	2007-12-07 12:56:06	\nAdd UNRELEASED notes in a new changelog entry\n	\N	\N	\N	\N	\N	\N	\N	\N	11009	\N	\N	\N
-23276	365	5372	2007-12-07 12:46:48	\nRevert blind changing of distribution to UNRELEASED (r11005)\n	\N	\N	\N	\N	\N	\N	\N	\N	11008	\N	\N	\N
-23278	366	5373	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23279	366	5373	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23280	366	5373	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23281	334	5373	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23283	366	5374	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-23284	366	5374	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-23285	366	5374	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-23286	331	5374	2007-12-01 13:30:33	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10483	\N	\N	\N
-23288	366	5375	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23289	366	5375	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23290	334	5375	2007-08-12 04:14:02	\nclean up old "NOT RELEASED YET" entries in changelog\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6527	\N	\N	\N
-23291	366	5375	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23292	365	5376	2007-12-04 21:05:00	\n* Put me instead of Ernesto in Uploaders\n	\N	f	\N	\N	0.01	\N	\N	\N	10804	3	\N	\N
-23293	365	5376	2007-12-04 21:04:11	\n* debian/copyright\n  + convert to utf8\n  + copy verbatim upstream copyright and licensing notices\n	\N	\N	\N	\N	\N	\N	\N	\N	10803	\N	\N	\N
-23294	365	5376	2007-12-04 20:54:10	\n* Remove modification of manpages, that replaced utf8-characters with ascii\n  equivalents\n	\N	\N	\N	\N	\N	\N	\N	\N	10802	\N	\N	\N
-23295	365	5376	2007-12-04 16:48:48	\nAdd a todo\n	\N	\N	\N	\N	\N	\N	\N	\N	10801	\N	\N	\N
-23296	365	5376	2007-12-04 11:16:53	\n* Move making manapges utf8-less in a patch\n  + Add quilt to the build process\n	\N	\N	\N	\N	\N	\N	\N	\N	10800	\N	\N	\N
-23845	374	5486	2007-10-31 16:10:58	\n* FIXME: Still fails on tests, with some strange errors in an infinite loop.\n* Added missing build-deps (Closes: #448687 -- FTBFS: test failures).\n* Added myself to uploaders.\n	\N	\N	\N	\N	\N	\N	\N	\N	8709	\N	\N	\N
-26822	302	6120	2007-11-19 06:48:37	\n* Run testsuite during build process.\n\n\n	\N	f	\N	\N	2.6.0	\N	\N	\N	4789	GA-1	\N	\N
-23846	365	5486	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-23303	365	5378	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-23304	366	5378	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23847	365	5487	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	f	\N	\N	0.87	\N	\N	\N	8503	2	\N	\N
-23305	366	5378	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26823	302	6120	2007-11-18 21:46:50	\nUNRELEASED\n* new upstream release\n* Fix debian/watch to support the new upstream version.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4783	\N	\N	\N
-23848	366	5487	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23307	365	5379	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	f	\N	\N	1.0702	\N	\N	\N	10669	1	\N	\N
-23308	365	5379	2007-11-28 14:32:40	\n* Use http://datetime-format-strptime.googlecode.com/ for Homepage\n* Do not install redundant README\n	\N	\N	\N	\N	\N	\N	\N	\N	9911	\N	\N	\N
-23849	366	5487	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23309	365	5379	2007-11-28 14:28:07	\n* Use http://datetime.perl.org/ for Homepage\n	\N	\N	\N	\N	\N	\N	\N	\N	9910	\N	\N	\N
-23310	365	5379	2007-11-28 14:26:08	\n* Use author neutral upstream URL\n	\N	\N	\N	\N	\N	\N	\N	\N	9909	\N	\N	\N
-23850	366	5487	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23311	368	5379	2007-11-23 20:54:23	\nremove unneeded debian/docs\n\n	\N	\N	\N	\N	\N	\N	\N	\N	9699	\N	\N	\N
-23312	366	5380	2007-12-01 23:32:40	\n* Don't install empty empty /usr/lib/perl5 directory.\n* Set debhelper compatibility level to 5.\n* Use $(CURDIR) instead of pwd in debian/rules.\n* Move perl from Build-Depends to Build-Depends-Indep.\n	\N	f	\N	\N	0.06	\N	\N	\N	10645	7	\N	\N
-23851	366	5487	2007-08-01 21:05:32	\nadd missing XS-Vcs-Svn field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6212	\N	\N	\N
-23313	365	5380	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-23314	366	5380	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23315	366	5380	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23316	366	5380	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23318	366	5381	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-23319	366	5381	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-23320	366	5381	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-23321	331	5381	2007-12-01 13:31:37	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10495	\N	\N	\N
-23323	365	5382	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-23324	366	5382	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23325	366	5382	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23326	365	5382	2007-09-22 08:32:39	\n* Remove unneeded dh_installman\n	\N	\N	\N	\N	\N	\N	\N	\N	7851	\N	\N	\N
-23328	366	5383	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-23329	366	5383	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-23330	366	5383	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-23331	331	5383	2007-12-01 13:10:30	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10267	\N	\N	\N
-26826	280	6120	2007-10-29 19:04:21	\n* Finish debian/copyright\n* Move package to non-free as some of the files are licensed under Creative Commons.\n* Close ITP\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4493	\N	\N	\N
-23858	366	5489	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-23345	366	5386	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23346	366	5386	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23859	366	5489	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-26827	387	6121	2007-12-02 23:38:53	\n* Update to the 1.1 release.\n\n	\N	f	\N	\N	1.1	\N	\N	\N	4944	final-1	\N	\N
-23348	366	5387	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23860	366	5489	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-23349	366	5387	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23350	366	5387	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23861	331	5489	2007-12-01 12:58:39	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10189	\N	\N	\N
-23351	366	5387	2007-08-01 21:05:32	\nadd missing XS-Vcs-Svn field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6212	\N	\N	\N
-23353	366	5388	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23354	366	5388	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23355	366	5388	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23356	334	5388	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23358	366	5389	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-23359	366	5389	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-23360	366	5389	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-23361	331	5389	2007-12-01 13:40:19	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10567	\N	\N	\N
-23363	365	5390	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-23364	366	5390	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23365	366	5390	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23366	366	5390	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23368	365	5391	2007-12-07 21:43:03	\nApply UNRELEASED changes cleanly\n	\N	\N	\N	\N	\N	\N	\N	\N	11012	\N	\N	\N
-23369	365	5391	2007-12-07 21:40:26	\nReverting 11009, 11008, 11006 and 11005. Thanks to Niko for noticing the mess (even after I tried to clean up)\n	\N	\N	\N	\N	\N	\N	\N	\N	11011	\N	\N	\N
-26828	389	6121	2007-06-17 00:41:31	\nMerged Trygve's changes into current package.\n\nclassworlds (1.1-alpha-2-1) unstable; urgency=low\n\n  * New maintainer (Closes: #382813).\n  * Fix FTBFS: build-depends on j2sdk1.4 (Closes: #397566).\n  * Moved from contrib/devel to main/libs.\n  * Changed to use CDBS (pkg-java standard).\n  * Bumped to compat 5 and standards version 3.7.2.\n  * Provides a doc-base.\n\n -- Paul Cager <paul-debian at home.paulcager.org>  Sat, 16 Jun 2007 23:06:46 +0100\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3672	\N	\N	\N
-23375	365	5392	2007-11-30 19:10:21	\n* Bump debhelper compatibility level to 5. Adjust build-dependencies\n  accordingly\n	\N	\N	\N	\N	\N	\N	\N	\N	10056	\N	\N	\N
-23376	365	5392	2007-11-30 19:09:23	\n* Move shipment of examples from dedicated debian/$P.examples to\n  debian/rules\n	\N	\N	\N	\N	\N	\N	\N	\N	10055	\N	\N	\N
-23866	366	5490	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23378	366	5393	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23379	366	5393	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23380	366	5393	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23868	331	5491	2007-12-01 14:04:41	\nfix typo in Homepage field\n	\N	\N	\N	\N	\N	\N	\N	\N	10587	\N	\N	\N
-23381	334	5393	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26830	397	6121	2007-06-02 14:31:36	\no Adding a classworlds package. The plexus-container-default alpha-9 release requires this.\n	\N	\N	\N	\N	\N	\N	\N	\N	3563	\N	\N	\N
-23869	331	5491	2007-11-24 19:49:36	\nfix (build-)depends and close ITP\n	\N	\N	\N	\N	\N	\N	\N	\N	9736	\N	\N	\N
-23383	366	5394	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23384	360	5394	2007-10-09 04:04:31	\n* New Upstream version\n* Improve upstream URLs at debian/watch and debian/copyright\n* Homepage field added to debian/control\n* Remove usr/lib/perl5 and remove unused dh_calls at debian/rules\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8108	\N	\N	\N
-23870	331	5491	2007-11-24 19:13:02	\ntypo in description\n	\N	\N	\N	\N	\N	\N	\N	\N	9733	\N	\N	\N
-23385	334	5394	2007-08-25 20:06:11	\nreleasing version 1.06-2\n	\N	\N	\N	\N	\N	\N	\N	\N	7164	\N	\N	\N
-23386	334	5394	2007-08-15 03:13:42	\ndebianisation\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6615	\N	\N	\N
-23871	331	5491	2007-11-24 18:28:16	\nAdd watch file\n	\N	\N	\N	\N	\N	\N	\N	\N	9729	\N	\N	\N
-23387	365	5395	2007-11-19 22:45:33	\n* debian/control\n  + Wrap long fields\n  + Add myself to Uploaders\n	\N	f	\N	\N	1.18	\N	\N	\N	9601	1	\N	\N
-23388	365	5395	2007-11-19 22:44:20	\n  + Use '$@' when touching stamps\n	\N	\N	\N	\N	\N	\N	\N	\N	9600	\N	\N	\N
-23389	365	5395	2007-11-19 22:43:35	\n  + Move stamp-cleaning before distclean\n	\N	\N	\N	\N	\N	\N	\N	\N	9599	\N	\N	\N
-23390	365	5395	2007-11-19 22:43:00	\n  + Let build: depend in 'install', stamps still do their job\n	\N	\N	\N	\N	\N	\N	\N	\N	9598	\N	\N	\N
-23873	366	5492	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23391	365	5395	2007-11-19 22:41:24	\n* More debian/rules cleanup\n  + Drop DESTDIR= setting and parameter to dh_builddeb\n  + Properly use DESTDIR and PREFIX when invoking $(MAKE) install\n	\N	\N	\N	\N	\N	\N	\N	\N	9597	\N	\N	\N
-23874	366	5492	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23393	366	5396	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23394	366	5396	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23875	365	5492	2007-08-17 13:37:23	\n* Drop unused dh_installdirs\n* Honour errors from $(MAKE) distclean\n	\N	\N	\N	\N	\N	\N	\N	\N	6796	\N	\N	\N
-23395	334	5396	2007-08-12 04:49:08	\nThere is no need to add a new dummy UNRELEASED changelog entry to try and\navoid people making changes to the previous, released entry. Instead,\nsimply:\n\necho DEBCHANGE_RELEASE_HEURISTIC=changelog >>~/.devscripts\n\nThis will make dch automatically start a new changelog entry if the package\nhas been released, and add to existing UNRELEASED changlog entries.\n\nI'm removing all the "NOT RELEASED YET" dummy entries since:\n\n* They are not needed when dch is used correctly as descrived above.\n* They make grepping for actually UNRELEASED packages unncessarily hard.\n* They were added quite inconsistently, being present in only a small \n  fraction of pkg-perl's package, and thus being of even less benefit since\n  nobody could count on them being there.\n* They demonstratably have led to cruft appearing in released changelogs,\n  when people forgot to remove them and added a new changelog entry above\n  the dummy entry. (I've fixed all of that cruft, too).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6543	\N	\N	\N
-23396	366	5396	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23876	366	5492	2007-08-17 12:58:20	\n* Add dh_md5sums to debian/rules.\n	\N	\N	\N	\N	\N	\N	\N	\N	6784	\N	\N	\N
-23877	365	5493	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	f	\N	\N	2.010	\N	\N	\N	10669	2	\N	\N
-23888	365	5495	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-23889	366	5495	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23890	366	5495	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23891	366	5495	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26180	401	5972	2004-08-13 11:45:03	\nDebian release 2.0.1-2\n\n	\N	\N	\N	\N	\N	\N	\N	\N	637	\N	\N	\N
-23892	365	5496	2007-11-06 10:02:38	\n[debian/watch] Stop capturing file extension\n	\N	f	\N	\N	1.0.1	\N	\N	\N	8897	2	\N	\N
-23893	365	5496	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-26181	386	5972	2004-07-14 17:44:02	\nNMU back to contrib at the moment because of bcel\n\n	\N	\N	\N	\N	\N	\N	\N	\N	612	\N	\N	\N
-23894	366	5496	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23895	366	5496	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26182	280	5973	2007-11-04 16:30:45	\n* Set Section to contrib because libjgroups-java is in non-free.\n	\N	f	\N	\N	1.0RC2+cvs20071027	\N	\N	\N	4613	2	\N	\N
-23896	366	5496	2007-08-27 00:24:25	\n* New upstream release.\n	\N	\N	\N	\N	\N	\N	\N	\N	7187	\N	\N	\N
-26183	302	5973	2007-10-30 23:23:08	\nbugfix\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4528	\N	\N	\N
-23898	365	5497	2007-11-06 10:02:38	\n[debian/watch] Stop capturing file extension\n	\N	\N	\N	\N	\N	\N	\N	\N	8897	\N	\N	\N
-23899	365	5497	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-23900	366	5497	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23901	366	5497	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23903	374	5498	2007-12-03 04:55:13	\n* Added version mangle to avoid confusion between 2 digit and 4 digit minor\n  versions. (Currently only affects qareport, because CPAN's by-dist only\n  shows latest release, and ours is mimicked from the ls-lR file)\n	\N	\N	\N	\N	\N	\N	\N	\N	10757	\N	\N	\N
-23904	365	5498	2007-12-02 22:28:42	\nreleasing version 0.92-1\n	\N	\N	\N	\N	\N	\N	\N	\N	10750	\N	\N	\N
-23905	365	5498	2007-12-02 22:14:07	\n* Wrap Depends\n	\N	\N	\N	\N	\N	\N	\N	\N	10749	\N	\N	\N
-23906	365	5498	2007-12-02 22:13:06	\n* Use www.alzabo.org for Homepage\n	\N	\N	\N	\N	\N	\N	\N	\N	10748	\N	\N	\N
-23907	366	5499	2007-11-17 15:04:13	\ns/UNRELEASED/unstable/\n	\N	f	\N	\N	1.18	\N	\N	\N	9484	1	\N	\N
-23908	366	5499	2007-11-17 15:03:47	\nInstall README from debian/rules, remove debian/docs.\n	\N	\N	\N	\N	\N	\N	\N	\N	9483	\N	\N	\N
-23909	366	5499	2007-11-17 15:00:53	\ndebian/rules:\n  - Enable additional tests.\n  - Remove CFLAGS and OPTIMIZE, this is an architecture independent\n    package.\n  - Move tests to build target.\n  - Remove comments and empty lines.\n  - Remove commented out and unneeded dh_* calls (dh_link, dh_strip).\n	\N	\N	\N	\N	\N	\N	\N	\N	9482	\N	\N	\N
-23910	366	5499	2007-11-17 14:55:10	\nNew upstream release.\n	\N	\N	\N	\N	\N	\N	\N	\N	9481	\N	\N	\N
-23911	365	5499	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-23913	366	5500	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23914	366	5500	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23915	366	5500	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23916	334	5500	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-23917	365	5501	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	f	\N	\N	0.25	\N	\N	\N	10669	2	\N	\N
-23918	366	5501	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-23919	366	5501	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-23920	366	5501	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-23921	331	5501	2007-12-01 13:18:28	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10351	\N	\N	\N
-23940	366	5505	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23941	334	5505	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26191	386	5975	2007-07-20 11:24:34	\nrepo for pentaho-reportdesigner\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3887	\N	\N	\N
-23943	366	5506	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26192	302	5976	2007-12-13 22:24:06	\nAdd Homepage and Vcs headers to debian/control.\n	\N	f	\N	\N	0.09	\N	\N	\N	5022	2	\N	\N
-23944	366	5506	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23945	357	5506	2007-09-28 14:11:14	\n* Put the team as Maintainer and move myself to Uploaders.\n	\N	\N	\N	\N	\N	\N	\N	\N	7988	\N	\N	\N
-26193	302	5976	2007-11-29 06:45:20	\nfix changelog\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4893	\N	\N	\N
-23946	366	5506	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26194	302	5976	2007-11-29 06:14:42	\nvarious fixes\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4892	\N	\N	\N
-23948	366	5507	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23949	366	5507	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26195	302	5976	2007-11-28 23:15:06	\nthe package builds now\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4891	\N	\N	\N
-23950	365	5507	2007-09-11 15:46:06	\nreleasing version 0.0005-2\n	\N	\N	\N	\N	\N	\N	\N	\N	7421	\N	\N	\N
-23951	365	5507	2007-09-11 15:35:23	\nInstead of patching Makefile.PL, call perl Maakefile.PL with PERL_AUTOINSTALL=--skip in the environment\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7418	\N	\N	\N
-26196	302	5976	2007-11-28 22:21:21	\nimport mockobjects\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4890	\N	\N	\N
-23953	365	5508	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-23954	366	5508	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23955	366	5508	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23956	366	5508	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23958	366	5509	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-23959	366	5509	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-23960	366	5509	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-23961	331	5509	2007-12-01 13:12:11	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10285	\N	\N	\N
-23963	366	5510	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26198	267	5977	2007-09-21 03:29:52	\n* debian/control\n  + Add Homepage field.\n  + Add XS-Vcs Svn and XS-Vcs-Browser.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4245	\N	\N	\N
-23968	372	5511	2007-12-14 01:08:00	\nNew upstream version; finishing the adoption by the pkg-perl team\n\n	\N	\N	\N	\N	\N	\N	\N	\N	11188	\N	\N	\N
-23969	365	5511	2007-12-07 21:51:57	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	11014	\N	\N	\N
-26199	400	5977	2007-08-06 11:32:30	\nUpdated packaging svn location\n	\N	\N	\N	\N	\N	\N	\N	\N	3994	\N	\N	\N
-23970	365	5511	2007-12-07 21:43:03	\nApply UNRELEASED changes cleanly\n	\N	\N	\N	\N	\N	\N	\N	\N	11012	\N	\N	\N
-23971	365	5511	2007-12-07 21:40:26	\nReverting 11009, 11008, 11006 and 11005. Thanks to Niko for noticing the mess (even after I tried to clean up)\n	\N	\N	\N	\N	\N	\N	\N	\N	11011	\N	\N	\N
-26200	400	5977	2007-08-01 08:06:07	\nUpdated changelog for Commons move to Apache top-level\n	\N	\N	\N	\N	\N	\N	\N	\N	3936	\N	\N	\N
-23973	366	5512	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26201	400	5977	2007-08-01 08:01:41	\nCommons is now a top-level Apache project\n	\N	\N	\N	\N	\N	\N	\N	\N	3935	\N	\N	\N
-23974	366	5512	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-23975	366	5512	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26202	386	5978	2007-10-03 15:16:17	\npatches not needed?\n	\N	f	\N	\N	0.24	\N	\N	\N	4298	1	\N	\N
-23976	334	5512	2007-07-30 06:20:19	\n* Fix watch file to deal with mangled version number.\n	\N	\N	\N	\N	\N	\N	\N	\N	6026	\N	\N	\N
-26203	386	5978	2007-08-24 11:23:03	\nupdated infos about how I built the source tarball\n	\N	\N	\N	\N	\N	\N	\N	\N	4051	\N	\N	\N
-23978	365	5513	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-23979	365	5513	2007-10-23 09:19:37	\nMark UNRELEASED. Add things to be dobe before uploading is possible\n	\N	\N	\N	\N	\N	\N	\N	\N	8489	\N	\N	\N
-26204	386	5978	2007-08-24 11:15:47	\nadded a patch to solve ISSUE4840 and comments about the override of JAVACMD\n	\N	\N	\N	\N	\N	\N	\N	\N	4050	\N	\N	\N
-23980	366	5513	2007-10-20 16:14:13	\nmerge changelog entries\n	\N	\N	\N	\N	\N	\N	\N	\N	8375	\N	\N	\N
-23981	366	5513	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26205	386	5978	2007-08-24 11:01:36	\nworking on new upstream\n	\N	\N	\N	\N	\N	\N	\N	\N	4049	\N	\N	\N
-23983	365	5514	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-26206	386	5978	2006-08-03 16:58:48	\nargouml now builds fine for me... but does not start\n	\N	\N	\N	\N	\N	\N	\N	\N	2331	\N	\N	\N
-23984	366	5514	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-23985	366	5514	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26207	396	5979	2007-10-28 09:16:55	\njavax-servletapi2.3 (4.0-10) unstable; urgency=low\n\n  * Fixed Depends on java-gcj-compat.\n\n -- Michael Koch <konqueror at gmx.de>  Sun, 28 Oct 2007 09:15:59 +0100\n\n\n	\N	f	\N	\N	4.0	\N	\N	\N	4480	10	\N	\N
-23986	366	5514	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-23988	366	5515	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-23989	366	5515	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-23990	366	5515	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-23991	331	5515	2007-12-01 13:31:05	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10489	\N	\N	\N
-23992	365	5516	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	f	\N	\N	0.03	\N	\N	\N	10669	1	\N	\N
-23994	331	5516	2007-11-24 19:13:49	\ntypo + build-depends for tests\n	\N	\N	\N	\N	\N	\N	\N	\N	9734	\N	\N	\N
-23995	331	5516	2007-11-24 18:28:19	\nAdd watch file\n	\N	\N	\N	\N	\N	\N	\N	\N	9730	\N	\N	\N
-23996	331	5516	2007-11-24 17:50:16	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	9719	\N	\N	\N
-23997	365	5517	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	f	\N	\N	1.20	\N	\N	\N	10669	2	\N	\N
-24009	366	5519	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26213	389	5980	2007-07-03 00:18:40	\nFixed extra trunk / branches directories\n	\N	\N	\N	\N	\N	\N	\N	\N	3773	\N	\N	\N
-24010	366	5519	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24011	365	5519	2007-07-30 15:56:08	\nuse cannonical authors/ URL\n	\N	\N	\N	\N	\N	\N	\N	\N	6118	\N	\N	\N
-26214	386	5980	2006-03-09 23:58:14	\n[svn-inject] Setting properties of jflex/debian/\n	\N	\N	\N	\N	\N	\N	\N	\N	1987	\N	\N	\N
-24013	366	5520	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26215	386	5980	2006-03-09 23:58:04	\nLoad newtrunk into trunk/jflex/trunk.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1984	\N	\N	\N
-24014	366	5520	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24015	366	5520	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26216	386	5980	2006-03-09 23:57:40	\n[svn-inject] Forking jflex source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	1983	\N	\N	\N
-24016	334	5520	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26217	391	5981	2007-10-30 10:31:52	\nRemove XS- prefix from Vcs field. Add Homepage.\n	\N	f	\N	\N	1.1.1	\N	\N	\N	4511	2	\N	\N
-24018	365	5521	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-24019	366	5521	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24020	366	5521	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24021	367	5521	2007-10-09 02:31:44	\nbuild-stamp should depend on Makefile, not build. Fixes\nparallel build. Found by Daniel Schepler.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8101	\N	\N	\N
-24023	366	5522	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24024	366	5522	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24025	366	5522	2007-08-26 21:54:19	\nAdd missing XS-Vcs-(Svn|Browser) field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	7169	\N	\N	\N
-24026	371	5522	2007-08-25 00:44:18	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	7147	\N	\N	\N
-24028	366	5523	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24029	366	5523	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24030	318	5523	2007-08-27 08:14:18	\nAdded location of upstream tarball to debian/copyright and updated \ndebian/changelog accordingly.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7189	\N	\N	\N
-24031	366	5523	2007-08-26 23:07:46	\n* Add watch file.\n* Patch viewperl to make it use the actual library we're installing.\n* Add manpage for viewperl.\n	\N	\N	\N	\N	\N	\N	\N	\N	7172	\N	\N	\N
-24033	366	5524	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24034	366	5524	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26223	389	5982	2007-07-02 23:38:06	\n4.2.0-3 Missing from svn\n	\N	\N	\N	\N	\N	\N	\N	\N	3768	\N	\N	\N
-24046	334	5526	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26224	393	5982	2006-01-23 14:08:59	\nUpdate to kaffe transition upload.\n	\N	\N	\N	\N	\N	\N	\N	\N	1716	\N	\N	\N
-24048	366	5527	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-24049	366	5527	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-24050	366	5527	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-24051	331	5527	2007-12-01 12:50:40	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10105	\N	\N	\N
-26226	393	5982	2005-10-06 15:07:53	\nInitial revision\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1440	\N	\N	\N
-24053	366	5528	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-26227	396	5983	2007-09-18 21:41:34	\nqdox (1.6.1-3) unstable; urgency=low\n\n  [Arnaud Vandyck]\n  * debian/control: libqdox-java-doc in section doc\n\n  [Michael Koch]\n  * debian/rules:\n    + delete target dir in clean target. Closes: #442716.\n  * debian/control:\n    + Fixed numerations in long descriptions.\n    + Moved debhelper and cdbs to Build-Depends.\n    + Upgraded debhelper level to 5.\n    + Added java1-runtime to Depends.\n    + Added myself to Uploaders.\n\n -- Michael Koch <konqueror at gmx.de>  Tue, 18 Sep 2007 21:11:10 +0200\n\n\n	\N	f	\N	\N	1.6.1	\N	\N	\N	4204	3	\N	\N
-24054	366	5528	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-24055	366	5528	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-24056	331	5528	2007-12-01 13:04:15	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10219	\N	\N	\N
-24058	366	5529	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24059	366	5529	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24060	367	5529	2007-10-09 02:34:17	\nbuild-stamp should depend on configure-stamp, not build. Fixes\nparallel build. Found by Daniel Schepler.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8102	\N	\N	\N
-24061	366	5529	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24062	365	5530	2007-11-28 13:42:48	\nreleasing version 0.48-1\n	\N	f	\N	\N	0.48	\N	\N	\N	9894	1	\N	\N
-24063	365	5530	2007-11-28 12:40:42	\n* Add Conflicts: libmoose-perl (<< 0.31) to avoid partial upgrade breakage.\n  Thanks go to Niko Tyni\n	\N	\N	\N	\N	\N	\N	\N	\N	9888	\N	\N	\N
-24064	365	5530	2007-11-28 12:36:55	\nAdd myself to Uploaders; add bug title when closing\n	\N	\N	\N	\N	\N	\N	\N	\N	9887	\N	\N	\N
-24065	368	5530	2007-11-28 12:33:19	\nadd bug number\n\n	\N	\N	\N	\N	\N	\N	\N	\N	9886	\N	\N	\N
-24066	368	5530	2007-11-28 12:29:29	\nadd TODO item\n\n	\N	\N	\N	\N	\N	\N	\N	\N	9885	\N	\N	\N
-24068	365	5531	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-24069	365	5531	2007-10-23 10:36:19	\nAdd series to SVN\n	\N	\N	\N	\N	\N	\N	\N	\N	8499	\N	\N	\N
-24070	365	5531	2007-10-23 10:36:07	\n* debian/watch: add upstream version mangling to allow future versions of\n  x.yy become x.yy0 forcing three digit minor\n	\N	\N	\N	\N	\N	\N	\N	\N	8498	\N	\N	\N
-24071	365	5531	2007-10-23 10:30:13	\n* Homepage: http://dbi.perl.org/\n	\N	\N	\N	\N	\N	\N	\N	\N	8497	\N	\N	\N
-26231	386	5983	2007-04-12 10:22:31	\nupdated the generated files\n	\N	\N	\N	\N	\N	\N	\N	\N	3175	\N	\N	\N
-24081	366	5533	2007-11-09 17:00:56	\nNew upstream release.\n	\N	\N	\N	\N	\N	\N	\N	\N	9083	\N	\N	\N
-24082	365	5534	2007-11-08 14:59:58	\ns/UNRELEASED/unstable/; waiting for ries to come up\n	\N	f	\N	\N	1.16	\N	\N	\N	9043	1	\N	\N
-26232	302	5984	2007-12-16 14:05:18	\n* new upstream version\n* Bump up Standards-Version: 3.7.3 (no changes needed).\n	\N	f	\N	\N	1.5.1	\N	\N	\N	5058	1	\N	\N
-24083	365	5534	2007-11-08 14:58:00	\n* Switch to search.cpan.org/dist/... URL in debian/copyright\n	\N	\N	\N	\N	\N	\N	\N	\N	9042	\N	\N	\N
-24084	365	5534	2007-11-08 14:32:25	\n* Switch to a by-dist URL in debian/watch\n	\N	\N	\N	\N	\N	\N	\N	\N	9037	\N	\N	\N
-26233	302	5984	2007-11-27 20:17:51	\nupdate metadata\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4859	\N	\N	\N
-24085	365	5534	2007-11-08 14:29:23	\n* Clean up debian/rules:\n  + Move test suite from install to build target\n  + Drop unneeded OPTIMIZE=".." setting\n  + Drop unneeded dh_strip and dh_link calls\n  + Clean stamps before distclean\n	\N	\N	\N	\N	\N	\N	\N	\N	9036	\N	\N	\N
-24086	365	5534	2007-11-08 14:27:41	\n* Add myself to Uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	9035	\N	\N	\N
-26234	302	5984	2007-11-23 23:40:31	\n* rename binary package\n* close ITP\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4824	\N	\N	\N
-24088	366	5535	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26235	302	5984	2007-11-23 23:34:53	\nmake the package buildable\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4823	\N	\N	\N
-24089	366	5535	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24090	366	5535	2007-09-17 17:51:54	\nAdd missing XS-Vcs-(Svn|Browser) field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	7667	\N	\N	\N
-26236	302	5984	2007-11-23 23:23:59	\nnew package joda-time\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4822	\N	\N	\N
-24091	365	5535	2007-09-17 13:12:15	\nPoint to LGPL-2 with notes aboit -2.1 and -3\n	\N	\N	\N	\N	\N	\N	\N	\N	7643	\N	\N	\N
-26237	280	5985	2007-10-31 14:35:14	\n* Closing ITP\n\n	\N	f	\N	\N	1.0	\N	\N	\N	4543	1	\N	\N
-24093	365	5536	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-24094	366	5536	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24095	366	5536	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24096	334	5536	2007-08-12 04:49:08	\nThere is no need to add a new dummy UNRELEASED changelog entry to try and\navoid people making changes to the previous, released entry. Instead,\nsimply:\n\necho DEBCHANGE_RELEASE_HEURISTIC=changelog >>~/.devscripts\n\nThis will make dch automatically start a new changelog entry if the package\nhas been released, and add to existing UNRELEASED changlog entries.\n\nI'm removing all the "NOT RELEASED YET" dummy entries since:\n\n* They are not needed when dch is used correctly as descrived above.\n* They make grepping for actually UNRELEASED packages unncessarily hard.\n* They were added quite inconsistently, being present in only a small \n  fraction of pkg-perl's package, and thus being of even less benefit since\n  nobody could count on them being there.\n* They demonstratably have led to cruft appearing in released changelogs,\n  when people forgot to remove them and added a new changelog entry above\n  the dummy entry. (I've fixed all of that cruft, too).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6543	\N	\N	\N
-24098	366	5537	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24099	366	5537	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24100	366	5537	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24101	334	5537	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-24103	365	5538	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-24104	366	5538	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24105	366	5538	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24115	334	5540	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-24116	365	5541	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	f	\N	\N	1.14	\N	\N	\N	10669	2	\N	\N
-26243	302	5987	2007-11-30 10:07:27	\nmerge Rafal's changes\n\n	\N	f	\N	\N	20060626	\N	\N	\N	4916	1	\N	\N
-24117	366	5541	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-24118	366	5541	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-26244	302	5987	2007-11-23 23:01:54	\nsome fixes\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4821	\N	\N	\N
-24119	366	5541	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-24120	331	5541	2007-12-01 13:19:00	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10357	\N	\N	\N
-26245	302	5987	2007-11-23 22:55:05	\n* implement get-orig-source in debian/rules\n* switch to date based version number\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4820	\N	\N	\N
-24121	365	5542	2007-12-07 21:51:57	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	f	\N	\N	1.20	\N	\N	\N	11014	2	\N	\N
-24122	365	5542	2007-12-07 21:43:03	\nApply UNRELEASED changes cleanly\n	\N	\N	\N	\N	\N	\N	\N	\N	11012	\N	\N	\N
-26246	302	5987	2007-11-22 22:53:18	\nfix debian/rules\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4812	\N	\N	\N
-24123	365	5542	2007-12-07 21:40:26	\nReverting 11009, 11008, 11006 and 11005. Thanks to Niko for noticing the mess (even after I tried to clean up)\n	\N	\N	\N	\N	\N	\N	\N	\N	11011	\N	\N	\N
-24124	365	5542	2007-12-07 12:56:06	\nAdd UNRELEASED notes in a new changelog entry\n	\N	\N	\N	\N	\N	\N	\N	\N	11009	\N	\N	\N
-26247	302	5987	2007-11-22 22:50:14	\nthe package builds now\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4811	\N	\N	\N
-24125	365	5542	2007-12-07 12:46:48	\nRevert blind changing of distribution to UNRELEASED (r11005)\n	\N	\N	\N	\N	\N	\N	\N	\N	11008	\N	\N	\N
-24126	375	5543	2007-12-12 15:02:01	\ncopy the format of libdbix-searchbuilder-perl/debian\n\n	\N	f	\N	\N	1.02	\N	\N	\N	11149	1	\N	\N
-26248	396	5988	2007-10-23 21:04:14	\nlibcommons-cli-java (1.0-11) unstable; urgency=low\n\n  * Fixed Homepage field in debian/control. Closes: #446792.\n\n\n	\N	f	\N	\N	1.0	\N	\N	\N	4448	11	\N	\N
-24127	375	5543	2007-12-11 14:05:37	\nmust check urls before committing...\n\n	\N	\N	\N	\N	\N	\N	\N	\N	11118	\N	\N	\N
-24128	375	5543	2007-12-11 13:59:57	\nlibapp-control-perl/debian/copyright: switch to new format.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	11117	\N	\N	\N
-26249	396	5988	2007-10-09 22:10:33	\nlibcommons-cli-java (1.0-10) unstable; urgency=low\n\n  * Fixed jar name and link to jar. Closes: #446008.\n\n -- Michael Koch <konqueror at gmx.de>  Tue, 09 Oct 2007 22:02:45 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4331	\N	\N	\N
-24129	365	5543	2007-12-11 12:47:37	\nPut me instead of Davin in Uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	11116	\N	\N	\N
-24130	365	5543	2007-12-11 12:46:16	\nRemove extra spaces from short description beginning; re-wrap long description at 79 col\n	\N	\N	\N	\N	\N	\N	\N	\N	11115	\N	\N	\N
-26901	419	6139	2007-11-27 13:09:24	\nfix mangling of Eddy's surname in old changelog entry\n	\N	\N	\N	\N	\N	\N	\N	\N	50253	\N	\N	\N
-24132	366	5544	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-24133	366	5544	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-24134	366	5544	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-24135	331	5544	2007-12-01 13:09:50	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10261	\N	\N	\N
-24137	366	5545	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24138	366	5545	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24139	365	5545	2007-09-13 09:34:49	\n* Added upstream download URL to debian/copyright\n	\N	\N	\N	\N	\N	\N	\N	\N	7519	\N	\N	\N
-24140	365	5545	2007-09-13 09:25:26	\n* Cleanup debian/rules\n  + Drop unneeded OPTIMIZE="..."\n  + Move test suite from install to build target\n	\N	\N	\N	\N	\N	\N	\N	\N	7518	\N	\N	\N
-24141	365	5546	2007-12-05 12:06:32	\n* Refresh debian/copyright\n	\N	f	\N	\N	1.31	\N	\N	\N	10826	3	\N	\N
-24142	365	5546	2007-12-05 11:11:14	\n* Remove unnecessary removing of executable bit of examples\n* Do not ship redundant README\n* Give TODO as a parameter to dh_installdocs\n* Give examples/* as a parameter to dh_installexamples\n* Remove debian/libxml-rss-perl.{examples,docs}\n	\N	\N	\N	\N	\N	\N	\N	\N	10825	\N	\N	\N
-26252	394	5988	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-24150	334	5547	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-24151	365	5548	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	f	\N	\N	2.12	\N	\N	\N	8503	2	\N	\N
-26253	267	5989	2007-12-06 13:45:06	\n* NOT RELEASED YET\n* debian/control:\n  + Change XS-Vcs-* to Vcs-*.\n  + Add Homepage field, shift homepage from description.\n\n	\N	f	\N	\N	0.0+cvs20070825	\N	\N	\N	4975	2	\N	\N
-24152	366	5548	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24153	366	5548	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26254	280	5989	2007-09-09 10:37:17	\ndebian/orig-tar.sh: extract the image *.tgz and remove them later.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4137	\N	\N	\N
-24154	366	5548	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24155	334	5548	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26255	267	5989	2007-09-09 08:17:11	\n* Ensure that *.properties and *.tgz is included in the JAR.\n	\N	\N	\N	\N	\N	\N	\N	\N	4136	\N	\N	\N
-24156	366	5549	2007-11-30 16:18:14	\ns/UNRELEASED/unstable/\n	\N	f	\N	\N	1.21	\N	\N	\N	10039	1	\N	\N
-24157	366	5549	2007-11-30 16:16:21	\ndebian/copyright: \n  - add generic upstream URL\n  - update copyright and license information from upstream README\n	\N	\N	\N	\N	\N	\N	\N	\N	10038	\N	\N	\N
-26256	280	5989	2007-09-08 23:24:49	\n* debian/rules: Use "install" command to install the jar.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4132	\N	\N	\N
-24158	366	5549	2007-11-30 16:11:54	\n  - use $(PERL) instead of perl\n* Remove debian/libroman-perl.install, remove call to dh_install in\n  debian/rules, rewrite usage of temporary build directory in\n  debian/rules.\n	\N	\N	\N	\N	\N	\N	\N	\N	10037	\N	\N	\N
-24159	366	5549	2007-11-30 16:02:58	\nRemove debian/libroman-perl.docs and don't install README anymore\n  (doesn't provide any additional information).\n	\N	\N	\N	\N	\N	\N	\N	\N	10036	\N	\N	\N
-26257	267	5989	2007-09-07 23:01:52	\nOverall package cleanup:\n\nMove the build.* to debian/\nFix symlink\nVersioned as 0.0+cvs<date>\nCleaned control, copyright\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4130	\N	\N	\N
-26258	267	5990	2007-09-19 21:08:41	\n* Add XS-Vcs-{Svn,Browser}.\n	\N	f	\N	\N	0+svn533492	\N	\N	\N	4221	2	\N	\N
-26259	389	5990	2007-05-09 13:20:57	\nAdded debian version number\n	\N	\N	\N	\N	\N	\N	\N	\N	3422	\N	\N	\N
-26260	389	5990	2007-05-08 14:30:07	\nCorrected version number (now 0+svnXXX as upstream have never released).\n	\N	\N	\N	\N	\N	\N	\N	\N	3407	\N	\N	\N
-26261	389	5990	2007-04-29 22:04:55	\nCorrected doc-base.\nMinor cosmetic changes\n	\N	\N	\N	\N	\N	\N	\N	\N	3383	\N	\N	\N
-26262	389	5990	2007-04-29 20:52:15	\nDraft libcommons-openpgp-java package.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3382	\N	\N	\N
-26263	391	5991	2007-06-03 20:55:32	\nConvert from DOS to Unix EOL format (the upstream tarball is in Unix\nformat).\n  --Denna och nedanst?\\195?\\165ende rader kommer inte med i loggmeddelandet--\n\nM    patches/01-mx4j-javaxssl.patch\nM    patches/mx4j-no-iiop.patch\nM    patches/mx4j-build.patch\nM    patches/mx4j-caucho-build.patch\nM    patches/mx4j-docbook.patch\n\n	\N	f	\N	\N	3.0.1	\N	\N	\N	3583	2	\N	\N
-26264	396	5991	2007-03-04 18:13:57	\nFixed version number for Debian.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3034	\N	\N	\N
-26265	396	5991	2007-03-04 18:10:33	\nlibmx4j-java (3.0.1-1ubuntu3) experimental; urgency=low\n\n  * Merged from Ubuntu.\n  * Upload to experimental.\n\n -- Michael Koch <konqueror at gmx.de>  Sun,  4 Mar 2007 16:40:48 +0100\n\nlibmx4j-java (3.0.1-1ubuntu2) feisty; urgency=low\n\n  * Build a -gcj package.\n\n -- Matthias Klose <doko at ubuntu.com>  Thu, 15 Feb 2007 15:41:17 +0100\n\nlibmx4j-java (3.0.1-1ubuntu1) edgy; urgency=low\n\n  * Upload to edgy.\n\n -- Matthias Klose <doko at ubuntu.com>  Wed, 27 Sep 2006 10:59:47 +0000\n\nlibmx4j-java (3.0.1-1) unstable; urgency=low\n\n  * New upstream version.\n  * Added several patches to build with GCJ.\n  * Build and Depend on java-gcj-compat.\n  * Updated Standards-Version to 3.7.2.\n  (All changes by Vladim?\\195?\\131?\\194?\\173r Lap?\\195?\\131?\\194?\\161?\\195?\\132?\\194?\\141ek and Matthias Klose)\n\n -- Michael Koch <konqueror at gmx.de>  Wed, 20 Sep 2006 21:13:57 +0000\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3033	\N	\N	\N
-26266	393	5991	2006-02-09 22:43:25	\nlibmx4j-java (2.1.1-4) unstable; urgency=low\n\n  * Removed forgotten files in debian directory and unused patches.\n  * Added jython to build-depends to build the jython mbeans\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1889	\N	\N	\N
-26267	394	5991	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-26268	302	5992	2007-12-02 22:34:34	\nminor fixes\n\n	\N	f	\N	\N	7~b23	\N	\N	\N	4943	1.5~20071124-1ubuntu3	\N	\N
-26269	302	5992	2007-12-02 15:23:22	\nminor fixes\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4940	\N	\N	\N
-26270	302	5992	2007-12-02 10:52:39	\nmake debian/rules executable\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4939	\N	\N	\N
-26275	393	5993	2005-09-24 01:41:36	\nlibxpp2-java (2.1.10-3) unstable; urgency=low\n\n  * Added ant-optional due to ant reorganization\n  * Registered javadoc apis with doc-base\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1379	\N	\N	\N
-24171	365	5552	2007-12-07 09:31:32	\nreleasing version 0.31-1\n	\N	f	\N	\N	0.31	\N	\N	\N	11001	1	\N	\N
-24172	365	5552	2007-11-30 08:57:58	\n* Add manpage-whatis.patch to correct bad whatis entry\n  + Add quilt to Build-Depends and debian/rules\n	\N	\N	\N	\N	\N	\N	\N	\N	10023	\N	\N	\N
-26276	393	5993	2005-08-14 14:41:20	\nlibxpp2-java (2.1.10-2) unstable; urgency=low\n\n  * Upload to unstable\n  * Changed libant1.6-java build-dep to ant\n  * Standards-Version 3.6.2 (no changes)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1142	\N	\N	\N
-24173	365	5552	2007-11-28 20:23:26	\nNote needs newer (but uploaded) libclass-mop-perl\n	\N	\N	\N	\N	\N	\N	\N	\N	9943	\N	\N	\N
-24174	368	5552	2007-11-28 15:43:36	\nremove a leftover comma\n\n	\N	\N	\N	\N	\N	\N	\N	\N	9917	\N	\N	\N
-24175	368	5552	2007-11-28 15:41:37	\n  + libtest-longstring-perl is only a build dependency now\n\n	\N	\N	\N	\N	\N	\N	\N	\N	9916	\N	\N	\N
-26278	410	5994	2007-12-12 08:38:04	\nchange version to +dfsg instead of +nosun\n\n	\N	f	\N	\N	2.3.1+dfsg	\N	\N	\N	4990	1	\N	\N
-24177	366	5553	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-24178	366	5553	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-26279	410	5994	2007-12-09 16:40:58	\nBe a bit more verbose about the nosun patch.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4984	\N	\N	\N
-24179	366	5553	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-24180	331	5553	2007-12-01 13:40:53	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10573	\N	\N	\N
-26280	410	5994	2007-12-09 16:29:50	\nForgot to mention Readme.Debian in changelog\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4983	\N	\N	\N
-24182	365	5554	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-26281	410	5994	2007-12-09 16:19:49	\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4982	\N	\N	\N
-24183	366	5554	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24184	366	5554	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26282	410	5994	2007-12-09 16:17:19	\n* Added patch to build with gcj.\n* Move package to main.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4981	\N	\N	\N
-24185	365	5554	2007-08-10 10:55:01	\n* Add debian/watch\n* debian/copyright improvements\n  + Added Mark Stosberg to the authors\n  + Added years of copyright\n  + Cite the Perl license\n  + Add pointer to GPL location\n	\N	\N	\N	\N	\N	\N	\N	\N	6391	\N	\N	\N
-24187	366	5555	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24188	366	5555	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24189	366	5555	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24190	334	5555	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-24191	365	5556	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	f	\N	\N	1.01	\N	\N	\N	8503	2	\N	\N
-24192	365	5556	2007-10-17 09:51:21	\nreleasing version 1.01-2\n	\N	\N	\N	\N	\N	\N	\N	\N	8299	\N	\N	\N
-24193	365	5556	2007-10-17 09:35:41	\n* Add myself to Uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	8298	\N	\N	\N
-24194	365	5556	2007-10-17 09:34:51	\n* Use by-module URL in debian/watch\n	\N	\N	\N	\N	\N	\N	\N	\N	8297	\N	\N	\N
-24195	365	5556	2007-10-17 09:31:45	\n* Use author-independent upstream URL in debian/copyright\n	\N	\N	\N	\N	\N	\N	\N	\N	8296	\N	\N	\N
-26287	280	5995	2007-11-02 01:44:16	\n* Fix debian/orig-tar.sh\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4574	\N	\N	\N
-24205	376	5558	2007-08-15 19:32:18	\nRemove unwanted dh_* from debian/rule\n	\N	\N	\N	\N	\N	\N	\N	\N	6685	\N	\N	\N
-26288	280	5996	2007-10-15 21:11:49	\n* Replace XS-Vcs-* with Vcs-*\n\n	\N	f	\N	\N	0.2	\N	\N	\N	4426	4	\N	\N
-24207	366	5559	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24208	366	5559	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26289	280	5996	2007-10-15 14:54:34	\n* Move liblaf-plugin-java to pkg-java svn.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4413	\N	\N	\N
-24209	366	5559	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24210	334	5559	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26290	396	5997	2007-07-21 10:19:31	\njaxme (0.5.2+dfsg-1) unstable; urgency=low\n\n  * New upstream release. Closes: #429523.\n  * Added myself to Uploaders.\n\n -- Michael Koch <konqueror at gmx.de>  Mon, 16 Jul 2007 19:24:29 +0200\n\n\n	\N	f	\N	\N	0.5.2+dfsg	\N	\N	\N	3898	1	\N	\N
-24211	360	5560	2007-12-14 10:11:14	\n\nUNCLEAR LICENSE\n    ( CPAN RT#31527 )\n* New upstream release\n* Bump standard version to 3.7.3 (no changes requiered)\n* debian/compat set to 5\n* debian/control\n  + Add Build-Depends \n  + Move deheleper from B-D-I to Build-Dependss\n  + Raise debhelper version to >= 5\n  + Add ${misc:Depends} to Depends\n* debian/rules\n  + add (build/install)-stamp targets\n  + don't ignore make clean output\n    + use 'realclean' instead 'clean'\n  + remove unused/unneeded dh_* calls\n  + move 'tests' to build target\n	\N	f	\N	\N	0.09	\N	\N	\N	11195	1	\N	\N
-24212	365	5560	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	\N	\N	\N	\N	\N	\N	\N	10669	\N	\N	\N
-26291	391	5997	2006-10-03 07:41:26	\nCloned debian branch (r2453).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2535	\N	\N	\N
-24213	366	5560	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-24214	366	5560	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-26292	391	5997	2006-10-03 07:39:39	\nParse +dfsg part of version correctly.\n	\N	\N	\N	\N	\N	\N	\N	\N	2534	\N	\N	\N
-24215	366	5560	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-24216	365	5561	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	f	\N	\N	2.26	\N	\N	\N	8503	3	\N	\N
-26293	391	5997	2006-10-01 11:25:33	\nAdded +dfsg to version number.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2533	\N	\N	\N
-24217	366	5561	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24218	366	5561	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26294	391	5997	2006-10-01 10:45:04	\nBump compat level.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2532	\N	\N	\N
-24219	366	5561	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24220	334	5561	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-24221	365	5562	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	f	\N	\N	0.1.2	\N	\N	\N	10669	1	\N	\N
-24222	334	5562	2007-11-29 00:23:54	\n* Initial debianisation.\n	\N	\N	\N	\N	\N	\N	\N	\N	9983	\N	\N	\N
-24223	334	5562	2007-11-28 23:41:02	\ninitial import\n\n	\N	\N	\N	\N	\N	\N	\N	\N	9976	\N	\N	\N
-24225	366	5563	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24226	366	5563	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24227	366	5563	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24228	334	5563	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26296	280	5998	2007-09-15 22:30:02	\n* New upstream release\n* Add debian/orig-tar.sh\n* debian/rules: implement get-orig-source\n* move debian/README.Debian to debian/REAMDE.Debian-source and update the file.\n* debian/control: \n  + Add Homepage and Build-Depend on debhelper (>= 5)\n  + Add XS-Vcs-{Svn, Browser} headers.\n  + Add myself to Uploaders.\n* debian/compat: Bump compat to 5\n* Remove debian/libc3p0-java.* files and install and link jars in\n  debian/rules using DEB_UPSTREAM VERSION.\n* Fix the package version, dfsg not required as the changes have been\n  documented in debian/README.Debian-source.\n	\N	\N	\N	\N	\N	\N	\N	\N	4182	\N	\N	\N
-26297	396	5998	2007-07-10 23:31:14	\nc3p0 (0.9.1.1.dfsg.1-2) unstable; urgency=low\n\n  * Upload to unstable.\n  * Clean out correctly.\n  * Moved debhelper and cdbs from Build-Depends-Indep to Build-Depends.\n  * Fixed address of FSF in debian/copyright.\n  * Added myself to Uploaders.\n\n -- Michael Koch <konqueror at gmx.de>  Tue, 10 Jul 2007 23:27:20 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3809	\N	\N	\N
-24235	365	5565	2007-10-25 21:42:57	\n* debian/rules:\n  + Clean stamps before distclean\n  + Drop unneeded OPTIMIZE="..."\n  + Move test suite from install to build target\n	\N	\N	\N	\N	\N	\N	\N	\N	8592	\N	\N	\N
-24236	366	5565	2007-10-25 19:33:54	\ns/UNRELEASED/unstable/\n	\N	\N	\N	\N	\N	\N	\N	\N	8575	\N	\N	\N
-26298	386	5998	2007-04-03 15:06:53	\ninitial upload of c3p0\n	\N	\N	\N	\N	\N	\N	\N	\N	3148	\N	\N	\N
-24237	366	5565	2007-10-25 19:30:43	\nAdd missing pieces to debian/copyright and convert the file to UTF-8.\n	\N	\N	\N	\N	\N	\N	\N	\N	8574	\N	\N	\N
-24238	366	5565	2007-10-25 19:25:08	\nUpdate watch file.\n	\N	\N	\N	\N	\N	\N	\N	\N	8573	\N	\N	\N
-26299	386	5998	2007-03-29 13:55:38	\nrepository to package c3p0\n	\N	\N	\N	\N	\N	\N	\N	\N	3124	\N	\N	\N
-24239	366	5566	2007-11-02 18:16:36	\ns/UNRELEASED/unstable/\n	\N	f	\N	\N	1.423	\N	\N	\N	8781	1	\N	\N
-24240	366	5566	2007-11-02 18:12:49	\nuse 'real' homepage in debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	8780	\N	\N	\N
-26300	280	5999	2007-11-25 12:28:44	\n* debian/rules: remove ecj from Build-Depends - not required.\n	\N	f	\N	\N	1.1	\N	\N	\N	4832	2	\N	\N
-24241	366	5566	2007-11-02 18:10:08	\nUpdate debian/watch.\n	\N	\N	\N	\N	\N	\N	\N	\N	8779	\N	\N	\N
-24242	366	5566	2007-11-02 18:05:10	\ndebian/rules:\n  - Move tests to build target.\n  - Remove OPTIMIZE variable.\n  - Call dh_clean before make realclean.\n	\N	\N	\N	\N	\N	\N	\N	\N	8778	\N	\N	\N
-26301	280	5999	2007-11-25 11:34:34	\n* Clean up debian/rules and remove useless stuff.\n	\N	\N	\N	\N	\N	\N	\N	\N	4831	\N	\N	\N
-24243	366	5566	2007-11-02 17:54:25	\nNew upstream release: Adds versioned dependency on Email::Simple,\n  adapting debian/control accordingly.\n	\N	\N	\N	\N	\N	\N	\N	\N	8777	\N	\N	\N
-26302	280	5999	2007-11-23 22:52:34	\n* Add 05_build.patch to fix javadoc build\n* Add libxom-java-doc.doc-base\n	\N	\N	\N	\N	\N	\N	\N	\N	4819	\N	\N	\N
-24245	366	5567	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-24246	366	5567	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-26303	302	5999	2007-11-22 21:04:54	\n* Fix Depends: libjaxen-java.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4808	\N	\N	\N
-24247	366	5567	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-24248	331	5567	2007-12-01 13:05:56	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10237	\N	\N	\N
-24249	365	5568	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	f	\N	\N	1.04	\N	\N	\N	10669	2	\N	\N
-24251	365	5568	2007-11-30 20:48:54	\n* Do not install redundant README\n	\N	\N	\N	\N	\N	\N	\N	\N	10067	\N	\N	\N
-24252	365	5568	2007-11-30 20:47:44	\n* Use author-neutral upstream URL in debian/copyright\n	\N	\N	\N	\N	\N	\N	\N	\N	10066	\N	\N	\N
-24253	370	5568	2007-11-23 14:49:39	\n* Fixed Maintainer field in control file.\n	\N	\N	\N	\N	\N	\N	\N	\N	9665	\N	\N	\N
-24254	372	5569	2007-12-14 00:50:05	\nAdded a warning _not_ to upload before the dependencies are fulfillable\n\n	\N	f	\N	\N	3.021	\N	\N	\N	11185	1	\N	\N
-24255	372	5569	2007-12-14 00:43:51	\nNew upstream version, with some stupid dependency changes :-/\n\n	\N	\N	\N	\N	\N	\N	\N	\N	11184	\N	\N	\N
-24256	365	5569	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-24257	366	5569	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24258	366	5569	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24260	366	5570	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24261	365	5570	2007-09-22 23:46:12	\nreleasing version 0.04-1\n	\N	\N	\N	\N	\N	\N	\N	\N	7884	\N	\N	\N
-24262	365	5570	2007-09-22 23:44:49	\nPromote Homepage to a real control field\n	\N	\N	\N	\N	\N	\N	\N	\N	7883	\N	\N	\N
-24263	365	5570	2007-09-22 23:08:16	\nLong description: s/This module/Hash::WithDefaults/; Added Homepage\n	\N	\N	\N	\N	\N	\N	\N	\N	7882	\N	\N	\N
-24265	365	5571	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-24266	366	5571	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24272	366	5572	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26306	396	6000	2007-10-09 20:48:09	\nlibcommons-modeler-java (2.0.1-4) unstable; urgency=low\n\n  * Do "include /usr/share/cdbs/1/rules/simple-patchsys.mk" in debian/rules to\n    make our patches apply during build time.\n\n -- Michael Koch <konqueror at gmx.de>  Tue, 09 Oct 2007 20:34:47 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4329	\N	\N	\N
-24273	334	5572	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26307	396	6000	2007-09-30 20:51:08	\nlibcommons-modeler-java (2.0.1-3) unstable; urgency=low\n\n  * Don't use external DTD. Closes: #444547.\n   Thanks for the patch to Kumar Appaiah.\n\n -- Michael Koch <konqueror at gmx.de>  Sun, 30 Sep 2007 20:42:53 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4293	\N	\N	\N
-24275	366	5573	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24276	366	5573	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26308	386	6000	2007-08-25 16:09:23	\nlibcommons-modeler-java (2.0.1-2) unstable; urgency=low\n\n  * debian/control: split build-dep and build-dep-indep, added junit\n  * debian/rule: removed ant-launcher, added junit (closes: #439479)\n\n -- Arnaud Vandyck <avdyk at debian.org>  Sat, 25 Aug 2007 16:08:58 +0200\n	\N	\N	\N	\N	\N	\N	\N	\N	4060	\N	\N	\N
-24277	366	5573	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24278	334	5573	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26309	396	6000	2007-08-01 06:17:21	\n* Run JUnit tests during build time.\n* Fixed debian/watch file to use new upstream tarball name.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3926	\N	\N	\N
-24280	366	5574	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24281	366	5574	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24282	366	5574	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24283	365	5574	2007-07-30 16:12:32	\nAppended CPAN url for the module\n	\N	\N	\N	\N	\N	\N	\N	\N	6119	\N	\N	\N
-24284	366	5575	2007-12-01 23:08:09	\n* debian/rules:\n  - remove compiler flags, we don't compile anything.\n  - don't ignore errors of $(MAKE) realclean.\n  - let install-stamp depend on build-stamp to enable parallel builds.\n  - don't install empty /usr/lib/perl5 directory.\n  - remove unused dh_lin call.\n* Set debhelper compatibility level to 5.\n* Set Standards-Version to 3.7.2 (no changes needed).\n	\N	f	\N	\N	1.13	\N	\N	\N	10642	2	\N	\N
-24285	365	5575	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-24286	366	5575	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24287	366	5575	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24288	366	5575	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24290	366	5576	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24291	366	5576	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24292	366	5576	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24293	366	5576	2007-08-01 21:05:32	\nadd missing XS-Vcs-Svn field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6212	\N	\N	\N
-24294	365	5577	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	f	\N	\N	1.12	\N	\N	\N	8503	1	\N	\N
-24295	365	5577	2007-10-10 09:08:20	\nA bit longer "long" description\n	\N	\N	\N	\N	\N	\N	\N	\N	8190	\N	\N	\N
-24296	365	5577	2007-10-10 08:53:16	\nAdd libtest-pod-coverage-perl to B-D-I; add myself as an uploader\n	\N	\N	\N	\N	\N	\N	\N	\N	8189	\N	\N	\N
-24297	365	5577	2007-10-10 08:51:25	\nAdd THANKS to docs\n	\N	\N	\N	\N	\N	\N	\N	\N	8188	\N	\N	\N
-24298	365	5577	2007-10-10 08:50:50	\nUpgrade to 1.12; Use better upstream URL in debian/copyright; Drop the patch to page.pm (and quilt as a whole)\n	\N	\N	\N	\N	\N	\N	\N	\N	8187	\N	\N	\N
-24300	366	5578	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24301	366	5578	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24302	366	5578	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24303	366	5578	2007-08-01 21:05:32	\nadd missing XS-Vcs-Svn field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6212	\N	\N	\N
-24315	366	5581	2007-11-17 14:25:15	\ndebian/rules: Improve dependencies between targets.\n	\N	\N	\N	\N	\N	\N	\N	\N	9471	\N	\N	\N
-26315	280	6002	2007-11-09 13:04:50	\n* Initial inject of libjboss-integration\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4667	\N	\N	\N
-24316	366	5581	2007-11-17 14:09:00	\nrevert last commit with itemsearch_pod.patch, doesn't work (the files don't get recreated, and even if, the script would need net access\n	\N	\N	\N	\N	\N	\N	\N	\N	9470	\N	\N	\N
-24317	366	5581	2007-11-17 13:56:24	\nAdd patch itemsearch_pod.patch: Don't create faulty manpages instead of\n  removing them from debian/rules (closes: #449290).\n	\N	\N	\N	\N	\N	\N	\N	\N	9469	\N	\N	\N
-26316	302	6003	2007-11-11 16:38:50	\ntypo\n\n	\N	f	\N	\N	3.6.GA	\N	\N	\N	4700	1	\N	\N
-24318	366	5581	2007-11-17 13:53:01	\ncheck in original lib/Net/Amazon/Request/Sort.pm, take 2\n	\N	\N	\N	\N	\N	\N	\N	\N	9468	\N	\N	\N
-26317	280	6003	2007-11-09 15:33:01	\n* New usptream release.\n* debian/control:\n  + Add Homepage, Vcs-{Svn, Browser} Headers.\n  + Build-Depend on debhelper >=5\n  + Build-Depend on sun-java6-jdk instead of ibm compiler.\n* debian/compat: switch to 5\n* debian/rules:\n  + Clean up old comments.\n  + Add install target.\n  + Implement get-orig-source.\n* Remove libjavassist-java.install, libjavassist-java.links and\n  libjavassist-java.dirs - not required.\n* Fix typo in debian/libjavassist-java-doc.install\n* Add debian/orig-tar.sh to repackage the source (zip) and create\n  orig.tar.gz\n	\N	\N	\N	\N	\N	\N	\N	\N	4671	\N	\N	\N
-24320	366	5582	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24321	366	5582	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26318	386	6003	2007-05-09 11:32:10	\njavassist (3.4.dfsg.1-2) UNRELEASED; urgency=low\n\n  [Arnaud Vandyck]\n  * debian/control: fixed a typo in description, thanks to Marcus Better.\n	\N	\N	\N	\N	\N	\N	\N	\N	3420	\N	\N	\N
-24322	366	5582	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24323	365	5582	2007-07-30 16:14:27	\nuse cannonical authors/ URL\n	\N	\N	\N	\N	\N	\N	\N	\N	6120	\N	\N	\N
-26319	386	6003	2007-05-08 13:37:40	\nlink to LGPL in /usr/share/common-licenses\n	\N	\N	\N	\N	\N	\N	\N	\N	3406	\N	\N	\N
-24325	366	5583	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24326	366	5583	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24327	366	5583	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24328	334	5583	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-24329	365	5584	2007-11-25 22:20:50	\n* debian/rules:\n  + Drop unneeded dh_installman\n  + Use proper DESTDIR and PREFIX when installing\n  + Make install target depend on build\n	\N	f	\N	\N	2.03	\N	\N	\N	9770	1	\N	\N
-24330	365	5584	2007-11-25 22:14:08	\n* add myself to Uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	9769	\N	\N	\N
-24331	366	5584	2007-11-09 18:04:20	\ns/UNRELEASED/unstable/\n	\N	\N	\N	\N	\N	\N	\N	\N	9100	\N	\N	\N
-24332	366	5584	2007-11-09 17:59:12	\nAdd current upstream URL to debian/copyright.\n	\N	\N	\N	\N	\N	\N	\N	\N	9099	\N	\N	\N
-24333	366	5584	2007-11-09 17:56:50	\nMinor cleanup in debian/rules (empty lines, indentations).\n	\N	\N	\N	\N	\N	\N	\N	\N	9098	\N	\N	\N
-24335	367	5585	2007-11-01 16:47:54	\ndebian/rules: Fix target dependencies to allow building with\ndpkg-buildpackage -j. Found by Daniel Schepler.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8743	\N	\N	\N
-24336	365	5585	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-24337	366	5585	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24338	366	5585	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24339	377	5586	2007-12-16 15:20:52	\nAdded homepage URL to copyright file\n	\N	f	\N	\N	2.00	\N	\N	\N	11224	04-2	\N	\N
-24340	374	5586	2007-12-09 14:13:50	\nCorrected my gaffe\n	\N	\N	\N	\N	\N	\N	\N	\N	11059	\N	\N	\N
-24348	366	5587	2007-11-04 18:12:31	\nNew upstream release.\n	\N	\N	\N	\N	\N	\N	\N	\N	8842	\N	\N	\N
-26324	335	6004	2007-05-15 15:24:43	\nadd libgnome-java-dev package, and fix .pc file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3474	\N	\N	\N
-24350	365	5588	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-24351	366	5588	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26325	335	6004	2007-05-08 22:40:55	\nenhance debian/copyright\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3418	\N	\N	\N
-24352	366	5588	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24353	366	5588	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26326	396	6005	2007-10-07 12:39:14	\nlibservlet2.4-java (5.0.30-6) unstable; urgency=low\n\n  * Fix XSS bug (CVE-2007-4724) in cal2.jsp.\n\n -- Michael Koch <konqueror at gmx.de>  Sat, 06 Oct 2007 23:50:14 +0200\n\n\n	\N	f	\N	\N	5.0.30	\N	\N	\N	4318	6	\N	\N
-24354	365	5589	2007-12-09 21:47:31	\nreleasing version 0.03-1\n	\N	f	\N	\N	0.03	\N	\N	\N	11063	1	\N	\N
-24355	378	5589	2007-12-08 12:44:30	\n- dh_installexamples\n	\N	\N	\N	\N	\N	\N	\N	\N	11022	\N	\N	\N
-26327	387	6005	2007-06-26 09:49:02	\n- upload to unstable\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3741	\N	\N	\N
-24356	378	5589	2007-12-08 12:42:51	\nbumped Standards-Version\n	\N	\N	\N	\N	\N	\N	\N	\N	11021	\N	\N	\N
-24357	365	5589	2007-12-07 22:42:13	\nNote the patch is forwarded to RT\n	\N	\N	\N	\N	\N	\N	\N	\N	11016	\N	\N	\N
-26328	387	6005	2007-06-26 09:44:45	\n* Build a libservlet2.4-java-gcj package.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3740	\N	\N	\N
-24358	378	5589	2007-12-07 21:29:40	\n+ missing Build-Depends-Indep\n	\N	\N	\N	\N	\N	\N	\N	\N	11010	\N	\N	\N
-26329	387	6005	2007-06-26 09:30:47	\nlibservlet2.4-java (5.0.30-4) unstable; urgency=low\n\n  * Use java-gcj-compat instead of kaffe.\n  * Moved Build-Depends-Indep to Build-Depends.\n  * Removed Wolfgang and added myself to Uploaders.\n  * Updated Standards-Version.\n\n -- Michael Koch <konqueror at gmx.de>  Sun, 17 Jun 2007 20:13:28 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3739	\N	\N	\N
-24360	366	5590	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24361	366	5590	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26330	393	6005	2006-01-23 15:13:29	\nUpdate to kaffe transition upload.\n	\N	\N	\N	\N	\N	\N	\N	\N	1770	\N	\N	\N
-24362	366	5590	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24363	334	5590	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26331	393	6006	2006-01-26 20:48:01	\nUpdate to kaffe transition upload.\n	\N	f	\N	\N	1.0.0FCS	\N	\N	\N	1831	6	\N	\N
-24364	372	5591	2007-12-14 01:17:00	\nUpdated standards-version\n\n	\N	f	\N	\N	0.4	\N	\N	\N	11191	1	\N	\N
-24365	365	5591	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	\N	\N	\N	\N	\N	\N	\N	10669	\N	\N	\N
-26332	394	6006	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-24366	360	5591	2007-11-24 01:40:09	\n* Adding  references to Artistic/GPL licenses\n\n	\N	\N	\N	\N	\N	\N	\N	\N	9702	\N	\N	\N
-24367	360	5591	2007-11-23 21:04:10	\n* fixing a typo\n\n	\N	\N	\N	\N	\N	\N	\N	\N	9700	\N	\N	\N
-24368	360	5591	2007-11-23 20:51:12	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	9691	\N	\N	\N
-24370	366	5592	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24371	366	5592	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24372	366	5592	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24373	334	5592	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-24375	366	5593	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24376	366	5593	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24377	366	5593	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24378	334	5593	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-24380	366	5594	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24381	366	5594	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24391	366	5596	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24392	366	5596	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24393	334	5596	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26338	386	6007	2004-11-21 21:21:56	\nrevert bad changes\n\n	\N	\N	\N	\N	\N	\N	\N	\N	770	\N	\N	\N
-24395	366	5597	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26339	386	6007	2004-11-21 19:17:49	\ntypo in clean\n\n	\N	\N	\N	\N	\N	\N	\N	\N	768	\N	\N	\N
-24396	366	5597	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24397	334	5597	2007-08-12 04:44:43	\nreleasing version 1.13-2\n	\N	\N	\N	\N	\N	\N	\N	\N	6541	\N	\N	\N
-26340	280	6008	2007-11-09 22:27:29	\n* Close ITPs\n\n	\N	f	\N	\N	1.2.9	\N	\N	\N	4677	1	\N	\N
-24398	366	5597	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26341	280	6008	2007-11-08 19:02:05	\n* Improve description\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4664	\N	\N	\N
-24400	366	5598	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-24401	366	5598	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-26342	280	6008	2007-11-06 16:49:35	\n* Fix typo in filenames\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4636	\N	\N	\N
-24402	366	5598	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-24403	331	5598	2007-12-01 13:03:41	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10213	\N	\N	\N
-26343	280	6008	2007-11-06 16:40:13	\n* Add junit to Build-Depends\n* Remove useless files\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4635	\N	\N	\N
-24405	365	5599	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-26344	280	6008	2007-11-06 16:26:14	\n* Initial inject of opennms\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4634	\N	\N	\N
-24406	366	5599	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24407	366	5599	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24408	366	5599	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24409	379	5600	2007-12-10 16:18:58	\nreleasing version 1.04-3\n	\N	f	\N	\N	1.04	\N	\N	\N	11087	3	\N	\N
-24410	380	5600	2007-12-05 00:45:10	\nM    debian/control\n   * Change Recommends: to Suggests: and netdisco-mibs to\n     netdisco-mibs-installer after that package is rewritten and moved from\n     category main to contrib\n\n	\N	\N	\N	\N	\N	\N	\N	\N	10823	\N	\N	\N
-24411	365	5600	2007-11-06 10:02:38	\n[debian/watch] Stop capturing file extension\n	\N	\N	\N	\N	\N	\N	\N	\N	8897	\N	\N	\N
-24412	365	5600	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-24413	379	5600	2007-10-18 10:32:14	\nreleasing version 1.04-1\n	\N	\N	\N	\N	\N	\N	\N	\N	8328	\N	\N	\N
-24415	365	5601	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-24416	366	5601	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24417	366	5601	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24426	366	5603	2007-10-21 17:00:59	\nAdd patch 06_module_build: Change Build.PL to work with newer\n  Module::Build, which doesn't import %Config automatically anymore\n  (closes: #447461).\n	\N	\N	\N	\N	\N	\N	\N	\N	8427	\N	\N	\N
-24427	366	5603	2007-10-21 16:13:06	\n* Don't create .packlist file.\n* Remove empty /usr/share/perl5 directory.\n	\N	\N	\N	\N	\N	\N	\N	\N	8426	\N	\N	\N
-26349	386	6009	2007-07-16 12:50:42	\nehcache really done ;-)\n	\N	\N	\N	\N	\N	\N	\N	\N	3864	\N	\N	\N
-24428	366	5603	2007-10-21 13:28:48	\nremove pseudo-field homepage\n	\N	\N	\N	\N	\N	\N	\N	\N	8416	\N	\N	\N
-26350	408	6010	2007-09-27 15:59:15	\nnew upstream release\n	\N	f	\N	\N	1:0.8.8	1	\N	\N	4287	1	\N	\N
-24430	366	5604	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24431	366	5604	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26351	408	6010	2007-09-27 15:27:41	\nmake executable\n	\N	\N	\N	\N	\N	\N	\N	\N	4286	\N	\N	\N
-24432	381	5604	2007-08-18 16:22:04	\nDon't ignore errors from make clean\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6912	\N	\N	\N
-24433	366	5604	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26352	408	6010	2007-09-27 01:33:54	\nadd add watch file and orig-tar.sh; use DEB_UPSTREAM_VERSION\n	\N	\N	\N	\N	\N	\N	\N	\N	4282	\N	\N	\N
-24435	365	5605	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-26353	408	6010	2007-08-30 13:23:05	\nnew upstream release; move to main\n	\N	\N	\N	\N	\N	\N	\N	\N	4074	\N	\N	\N
-24436	366	5605	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24437	366	5605	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26902	419	6140	2007-12-04 20:03:50	\n* Allow 'preseed' to take just two arguments, equivalent to an empty\n  value.\n	\N	t	\N	\N	0.48	\N	\N	\N	50309	\N	\N	\N
-24438	366	5605	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24440	366	5606	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24441	366	5606	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24442	366	5606	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24443	366	5606	2007-08-01 21:05:32	\nadd missing XS-Vcs-Svn field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6212	\N	\N	\N
-24445	366	5607	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24446	366	5607	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24447	366	5607	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24448	334	5607	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-24450	366	5608	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24451	366	5608	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24452	366	5608	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24453	334	5608	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-24455	366	5609	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24461	374	5610	2007-12-06 10:58:51	\n* Include OFL.txt in debian/copyright (now in machine-readable format).\n* Fixed debian/rules for parallel building.\n* Manpages patch sent upstream and documented.\n	\N	\N	\N	\N	\N	\N	\N	\N	10895	\N	\N	\N
-26357	404	6012	2006-09-24 23:07:50	\nadded gconf-java to path\n\n	\N	f	\N	\N	1.2.2	\N	\N	\N	2492	1	\N	\N
-24463	374	5610	2007-12-06 09:50:19	\n* Include OFL.txt in debian/copyright.\n	\N	\N	\N	\N	\N	\N	\N	\N	10893	\N	\N	\N
-24464	365	5611	2007-12-12 12:12:01	\n* New examples-shebang.patch -- add "#!/usr/bin/perl" to examples.\n  Reported upstream as http://rt.cpan.org/Public/Bug/Display.html?id=31403\n  + Add quilt to Build-Depends\n  + Add quilt support to debian/rules\n	\N	f	\N	\N	0.18	\N	\N	\N	11143	1	\N	\N
-26358	404	6012	2006-09-24 22:59:31	\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2491	\N	\N	\N
-24465	365	5611	2007-12-12 11:55:15	\n* Put me instead of Gregor in Uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	11142	\N	\N	\N
-24466	365	5611	2007-12-12 11:54:22	\n* Bump standards-version to 3.7.3 (no changes)\n* Wrap long control fields\n	\N	\N	\N	\N	\N	\N	\N	\N	11141	\N	\N	\N
-26359	404	6012	2006-09-24 22:46:59	\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2490	\N	\N	\N
-24467	365	5611	2007-12-12 11:52:01	\n* debian/rules:\n  + switch to Build.PL\n  + introduce also install-stamp\n  + add dh_installexamples examples/*\n  + drop unneeded dh_installdirs\n  + drop removal of emppty usr/lib/perl5\n* Added libmodule-build-perl to Build-Depends\n	\N	\N	\N	\N	\N	\N	\N	\N	11140	\N	\N	\N
-24468	365	5611	2007-12-12 11:42:40	\nAdd trailing slash to upstream URL\n	\N	\N	\N	\N	\N	\N	\N	\N	11139	\N	\N	\N
-26360	404	6012	2006-09-24 22:38:14	\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2489	\N	\N	\N
-24470	341	5612	2007-12-16 16:11:23	\n* New upstream version\n	\N	\N	\N	\N	\N	\N	\N	\N	11230	\N	\N	\N
-26361	404	6012	2006-09-24 22:16:58	\nFixed some paths\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2488	\N	\N	\N
-24471	365	5612	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	\N	\N	\N	\N	\N	\N	\N	10669	\N	\N	\N
-24472	366	5612	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-26362	394	6013	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	f	\N	\N	0.1.1	\N	\N	\N	1687	1	\N	\N
-24473	366	5612	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-26363	392	6013	2005-12-23 17:16:39	\nAdd initial package for eclipse-bugzilla.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1659	\N	\N	\N
-24475	366	5613	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24476	366	5613	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26364	392	6014	2006-05-05 08:17:08	\nMake links to /usr/share and /usr/lib absolute to decrease problems with patches.\n\n	\N	f	\N	\N	1.1.0.1	\N	\N	\N	2106	1	\N	\N
-24477	366	5613	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24478	334	5613	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26365	392	6014	2006-04-23 07:17:12	\nUsing eclipse pdebuild cdbs script.\nAdded targets to fetch additional stuff.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2054	\N	\N	\N
-24480	366	5614	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26366	394	6014	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-24481	366	5614	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24482	341	5614	2007-09-13 19:55:20	\nAdded the Homepage to debian/control\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7554	\N	\N	\N
-24483	373	5614	2007-09-12 12:20:58	\nchanged URL in copyright so that should a new version become available \nthe URL will show that as well.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7475	\N	\N	\N
-24485	366	5615	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24486	366	5615	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24490	365	5616	2007-12-11 22:20:57	\n* Use libapache2-mod-perl2 as a "main" alternative dependency before\n  deprecated libapache-mod-perl\n	\N	\N	\N	\N	\N	\N	\N	\N	11134	\N	\N	\N
-26368	392	6014	2005-12-19 02:15:45	\nAdd patches to add the subs in perfmsr.jar to the classpath of\norg.eclipse.jem.util\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1649	\N	\N	\N
-24491	365	5616	2007-12-11 22:19:08	\n* Bump Standards-version to 3.7.3 (no changes)\n	\N	\N	\N	\N	\N	\N	\N	\N	11133	\N	\N	\N
-24492	365	5616	2007-12-11 22:14:48	\n* Ship README and traces.txt\n	\N	\N	\N	\N	\N	\N	\N	\N	11132	\N	\N	\N
-26369	394	6015	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	f	\N	\N	0.8.3c	\N	\N	\N	1687	5	\N	\N
-24493	365	5616	2007-12-11 22:14:03	\n* Ship README\n	\N	\N	\N	\N	\N	\N	\N	\N	11131	\N	\N	\N
-26370	411	6015	2005-04-29 20:35:59	\nRELEASE_0_8_3c-5\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1039	\N	\N	\N
-24495	366	5617	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-24496	366	5617	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-26371	411	6015	2005-04-28 23:07:03	\nRELEASE_0_8_3c-4\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1029	\N	\N	\N
-24497	366	5617	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-24498	331	5617	2007-12-01 13:09:08	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10255	\N	\N	\N
-26372	411	6015	2005-02-08 20:31:22	\nAdded dependancy on bsh and solved a problem with debian_patch non runnable\n\n	\N	\N	\N	\N	\N	\N	\N	\N	831	\N	\N	\N
-24500	366	5618	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26373	411	6015	2005-01-03 00:18:01	\nRELEASE_0_8_3c-2 correct some dependancy problems\n\n	\N	\N	\N	\N	\N	\N	\N	\N	776	\N	\N	\N
-24501	366	5618	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24502	366	5618	2007-08-27 00:05:00	\nfix typo in changelog\n	\N	\N	\N	\N	\N	\N	\N	\N	7183	\N	\N	\N
-26374	267	6016	2007-09-20 16:12:10	\n  + Add Homepage.\n	\N	f	\N	\N	1.21a	\N	\N	\N	4225	3	\N	\N
-24503	366	5618	2007-08-26 23:59:36	\n* New upstream release.\n* Removed libtest-inle-perl from build dependencies, not needed anymore.\n	\N	\N	\N	\N	\N	\N	\N	\N	7182	\N	\N	\N
-24504	365	5619	2007-11-25 20:59:39	\nrelease\n	\N	f	\N	\N	0.74	\N	\N	\N	9767	1	\N	\N
-26375	267	6016	2007-09-20 15:58:05	\n* Add watch file.\n* debian/control:\n  + Add XS-Vcs-Broswer and XS-Vcs-Svn.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4224	\N	\N	\N
-24505	365	5619	2007-11-25 20:33:46	\n* New upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	9766	\N	\N	\N
-24506	366	5619	2007-11-17 23:29:07	\ns/UNRELEASED/unstable/\n	\N	\N	\N	\N	\N	\N	\N	\N	9571	\N	\N	\N
-26376	396	6016	2007-08-01 06:56:28	\nlibdtdparser-java (1.21a-2) unstable; urgency=low\n\n  * Fixed typo in Depends.\n  * Moved debhelper and cdbs to Build-Depends.\n  * Use java-gcj-compat instead of kaffe.\n  * Updated Standards-Version to 3.7.2.\n  * Added myself to Uploaders.\n\n -- Michael Koch <konqueror at gmx.de>  Wed, 01 Aug 2007 06:53:20 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3929	\N	\N	\N
-24507	366	5619	2007-11-17 23:27:46	\ndebian/rules:\n  - Make install-stamp depend on build-stamp.\n  - Remove comments and blank lines.\n	\N	\N	\N	\N	\N	\N	\N	\N	9570	\N	\N	\N
-24508	366	5619	2007-11-17 23:24:07	\nAdd NEWS.Debian that warns about a possible backward compatibility\n  problem.\n	\N	\N	\N	\N	\N	\N	\N	\N	9569	\N	\N	\N
-24510	366	5620	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-24511	366	5620	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-24512	366	5620	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-24513	331	5620	2007-12-01 13:06:59	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10249	\N	\N	\N
-24515	367	5621	2007-10-30 08:01:33	\ndebian/rules: Fix target dependencies so that the package can be\nbuild with dpkg-buildpackage -j. Found by Daniel Schepler.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8688	\N	\N	\N
-24516	365	5621	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-24517	366	5621	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24518	366	5621	2007-09-30 23:20:11	\nRemove useless LD_RUN_PATH variable and dh_* calls from debian/rules.\n	\N	\N	\N	\N	\N	\N	\N	\N	8029	\N	\N	\N
-24519	365	5622	2007-12-02 19:09:20	\n* Don't install redundant README\n	\N	f	\N	\N	1.014	\N	\N	\N	10743	2	\N	\N
-24520	365	5622	2007-12-02 19:08:27	\n* Use Homepage as stated by README\n	\N	\N	\N	\N	\N	\N	\N	\N	10742	\N	\N	\N
-24521	365	5622	2007-12-02 19:06:31	\nNote SquOnk is in Uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	10741	\N	\N	\N
-26381	267	6017	2007-11-12 02:17:01	\n* New Upstream Release\n* debian/orig-tar.sh:  \n  + Automate repackaging.\n  + Remove example Format.java, since it is not allowed for\n    commercial use.\n* debian/README.Debian-source:\n  + Update for new repackaging information.\n* debian/libjcifs-java.examples:\n  + Include upstream supplied examples.\n* debian/copyright:\n  + Add upstream authors, update licenses and copyrights.\n  + Point to LGPL 2.1, instead of LGPL (for common-license).\n  + Add Vcs-Svn and Vcs-Browser.\n  + Update description.\n  + Build-Depend on java-gcj-compat-dev instead of kaffe.\n  + Depend on java-gcj-compat instead of kaffe.\n  + Update standards version.\n  + Move debhelper and cdbs to Build-Depends.\n* debian/rules:\n  + Use java-gcj to build.\n  + Use DEB_UPSTREAM_VERSION instead of parsing the changelog.\n  + Add get-orig-source rule.\n  + Don't compress examples.\n* debian/patches/01_build_xml.patch:\n  + Removed, since not necessary with java-gcj.\n	\N	\N	\N	\N	\N	\N	\N	\N	4727	\N	\N	\N
-24532	366	5624	2007-11-17 22:32:10	\ns/UNRELEASED/unstable/\n	\N	\N	\N	\N	\N	\N	\N	\N	9545	\N	\N	\N
-26382	280	6017	2007-10-15 21:11:49	\n* Replace XS-Vcs-* with Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4426	\N	\N	\N
-24533	366	5624	2007-11-17 22:31:33	\n* debian/rules:\n  - Move dh_clean before make distclean.\n* Create install-stamp target, depending on build-stamp.\n	\N	\N	\N	\N	\N	\N	\N	\N	9544	\N	\N	\N
-26383	267	6017	2007-09-20 16:44:45	\n* debian/control:\n  + Add Homepage field.\n  + Add XS-Vcs-Svn and XS-Vcs-Browser.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4233	\N	\N	\N
-24535	366	5625	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24536	366	5625	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24537	366	5625	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26903	419	6140	2007-10-28 16:31:36	\nreleasing version 0.47\n	\N	\N	\N	\N	\N	\N	\N	\N	49920	\N	\N	\N
-24538	334	5625	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-24539	365	5626	2007-11-19 12:54:03	\n  + Drop unused dh_shlibdeps (binary-indep)\n	\N	f	\N	\N	2.008	\N	\N	\N	9593	1	\N	\N
-24540	365	5626	2007-11-16 06:46:50	\n* debian/rules:\n  + make stamp targets depend only on stamp targets\n  + Drop unused dh_installdirs\n	\N	\N	\N	\N	\N	\N	\N	\N	9371	\N	\N	\N
-24541	366	5626	2007-11-11 15:52:06	\nadd NOTE about needed dependencies\n	\N	\N	\N	\N	\N	\N	\N	\N	9205	\N	\N	\N
-24542	366	5626	2007-11-11 15:50:15	\ndebian/copyright: add upstream URL, update years of copyright, add\n  copyright/license informations for files in ./t/Test/.\n	\N	\N	\N	\N	\N	\N	\N	\N	9204	\N	\N	\N
-24543	366	5626	2007-11-11 15:41:32	\ndebian/control: bump (build-)dependencies of libio-compress-zlib-perl\n  and libio-compress-base-perl to (>= 2.008).\n	\N	\N	\N	\N	\N	\N	\N	\N	9203	\N	\N	\N
-24545	366	5627	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-24546	366	5627	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-24547	366	5627	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-24548	331	5627	2007-12-01 13:28:52	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10465	\N	\N	\N
-24550	366	5628	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24551	366	5628	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24552	366	5628	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24553	334	5628	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-24555	366	5629	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24556	366	5629	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24557	365	5629	2007-09-05 14:02:18	\n* debian/rules:\n  + move test suite from install to build target\n  + drop unneeded OPTIMIZE parameter to $(MAKE)\n	\N	\N	\N	\N	\N	\N	\N	\N	7234	\N	\N	\N
-24558	365	5629	2007-09-05 13:58:26	\n* Add myself to Uploaders:\n	\N	\N	\N	\N	\N	\N	\N	\N	7233	\N	\N	\N
-26386	386	6018	2006-07-31 15:37:16	\nlibgnucrypto-java (2.0.1-7) unstable; urgency=low\n\n  * using java-gcj-compat-dev to build (closes: #377065).\n  * split build-dep-indep and build-depends.\n\n -- Arnaud Vandyck <avdyk at debian.org>  Mon, 31 Jul 2006 15:34:49 +0200\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2290	\N	\N	\N
-26387	386	6018	2006-06-06 09:49:08	\nupdated Standards Version, dependency to gcj\n	\N	\N	\N	\N	\N	\N	\N	\N	2185	\N	\N	\N
-24566	366	5631	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24567	357	5631	2007-09-28 13:59:28	\n* Move myself to Uploaders and put the team as Maintainer.\n	\N	\N	\N	\N	\N	\N	\N	\N	7984	\N	\N	\N
-26388	386	6018	2006-04-25 22:48:05	\ndebian/control: changed build-deps to gcj-4.0 (closes: #359733).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2092	\N	\N	\N
-24568	334	5631	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-24569	365	5632	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	f	\N	\N	1.05	\N	\N	\N	10669	2	\N	\N
-26389	391	6019	2007-10-30 10:31:33	\nRemove XS- prefix from Vcs field. Add Homepage.\n	\N	f	\N	\N	210	\N	\N	\N	4509	2	\N	\N
-24570	366	5632	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-24571	366	5632	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-24572	366	5632	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-24573	331	5632	2007-12-01 13:23:49	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10411	\N	\N	\N
-24575	365	5633	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-24576	366	5633	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24577	366	5633	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24578	334	5633	2007-08-12 04:49:08	\nThere is no need to add a new dummy UNRELEASED changelog entry to try and\navoid people making changes to the previous, released entry. Instead,\nsimply:\n\necho DEBCHANGE_RELEASE_HEURISTIC=changelog >>~/.devscripts\n\nThis will make dch automatically start a new changelog entry if the package\nhas been released, and add to existing UNRELEASED changlog entries.\n\nI'm removing all the "NOT RELEASED YET" dummy entries since:\n\n* They are not needed when dch is used correctly as descrived above.\n* They make grepping for actually UNRELEASED packages unncessarily hard.\n* They were added quite inconsistently, being present in only a small \n  fraction of pkg-perl's package, and thus being of even less benefit since\n  nobody could count on them being there.\n* They demonstratably have led to cruft appearing in released changelogs,\n  when people forgot to remove them and added a new changelog entry above\n  the dummy entry. (I've fixed all of that cruft, too).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6543	\N	\N	\N
-24580	370	5634	2007-11-23 20:23:51	\n* Fixed Maintainer field in control file.\n	\N	\N	\N	\N	\N	\N	\N	\N	9685	\N	\N	\N
-24581	370	5634	2007-11-19 12:21:58	\n* Initial Release (Closes: #451545).\n	\N	\N	\N	\N	\N	\N	\N	\N	9587	\N	\N	\N
-24582	370	5634	2007-11-16 21:17:58	\n* Fixed watch file. This package is in an unusual location.\n	\N	\N	\N	\N	\N	\N	\N	\N	9443	\N	\N	\N
-24583	370	5634	2007-11-16 21:10:11	\n* Fixed watch file.\n	\N	\N	\N	\N	\N	\N	\N	\N	9442	\N	\N	\N
-24585	366	5635	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24586	366	5635	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24587	318	5635	2007-08-27 08:46:59	\nAdded location of upstream tarball to debian/copyright and updated \ndebian/changelog accordingly.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7191	\N	\N	\N
-24588	366	5635	2007-08-26 23:13:46	\n* Add watch file.\n* Move lib*-perl from Build-Depends to Build-Depends-Indep.\n* Add libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep.\n	\N	\N	\N	\N	\N	\N	\N	\N	7173	\N	\N	\N
-24589	365	5636	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	f	\N	\N	0.09	\N	\N	\N	8503	1	\N	\N
-24590	372	5636	2007-10-09 23:13:03	\nIntegrated 0.09-2 changes into the (not yet uploaded) 0.09-1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8175	\N	\N	\N
-24595	365	5637	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-26392	391	6019	2006-12-21 12:49:02	\nClone upstream branch.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2878	\N	\N	\N
-24596	366	5637	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24597	366	5637	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26393	391	6019	2006-12-21 12:47:42	\nImport upstream sources.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2877	\N	\N	\N
-24598	366	5637	2007-08-17 13:46:03	\n* Update to debhelper compatibility level 5.\n* Add dh_md5sums to debian/rules.\n* Don't ignore errors from make clean.\n	\N	\N	\N	\N	\N	\N	\N	\N	6798	\N	\N	\N
-26394	396	6020	2007-07-14 21:24:26	\naxis (1.4-3) unstable; urgency=low\n\n  * Added xmlParserAPIs.jar and xercesImpl.jar to classpath.\n    Closes: #432538.\n\n -- Michael Koch <konqueror at gmx.de>  Sat, 14 Jul 2007 21:10:45 +0200\n\naxis (1.4-2) unstable; urgency=low\n\n  * Upload to unstable.\n  * Inlcude javadocs.\n\n -- Michael Koch <konqueror at gmx.de>  Fri, 20 Apr 2007 17:32:10 -0100\n\n\n	\N	f	\N	\N	1.4	\N	\N	\N	3827	3	\N	\N
-24600	366	5638	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24601	366	5638	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26395	396	6020	2007-03-03 11:44:54	\naxis (1.4-1) experimental; urgency=low\n\n  * Merged from Ubuntu.\n  * Upload to experimental.\n\n -- Michael Koch <konqueror at gmx.de>  Sat,  3 Mar 2007 10:48:11 +0100\n\naxis (1.4-0ubuntu5) feisty; urgency=low\n\n  * Fix build failure for binary arch builds.\n\n -- Matthias Klose <doko at ubuntu.com>  Wed, 28 Feb 2007 17:10:36 +0100\n\naxis (1.4-0ubuntu4) feisty; urgency=low\n\n  * Recommend ant, instead of depending on it.\n  * Install axis-ant.jar into usr/share/ant/lib.\n\n -- Matthias Klose <doko at ubuntu.com>  Wed, 28 Feb 2007 12:22:49 +0100\n\naxis (1.4-0ubuntu3) feisty; urgency=low\n\n  * Build a libaxis-java-gcj package.\n  * Set Ubuntu maintainer address.\n\n -- Matthias Klose <doko at ubuntu.com>  Wed, 28 Feb 2007 01:06:05 +0100\n\naxis (1.4-0ubuntu2) feisty; urgency=low\n\n  * Added axis-ant.jar to the binary package\n\n -- Vladim?\\195?\\131?\\194?\\173r Lap?\\195?\\131?\\194?\\161?\\195?\\132?\\194?\\141ek <vladimir.lapacek at gmail.com>  Sat, 20 Jan 2007 11:09:48 +0100\n\naxis (1.4-0ubuntu1) edgy; urgency=low\n\n  * New upstream release.\n\n -- Vladim?\\195?\\131?\\194?\\173r Lap?\\195?\\131?\\194?\\161?\\195?\\132?\\194?\\141ek <vladimir.lapacek at gmail.com>  Wed,  6 Sep 2006 22:31:39 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3027	\N	\N	\N
-24602	366	5638	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24603	334	5638	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-24605	366	5639	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24606	366	5639	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24607	281	5639	2007-08-11 20:10:55	\nCleaner debian/rules, removed unused debhelper calls.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6483	\N	\N	\N
-24609	365	5640	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	f	\N	\N	1.41	\N	\N	\N	8503	1	\N	\N
-24610	365	5640	2007-10-19 23:09:00	\nreleasing version 1.41-1\n	\N	\N	\N	\N	\N	\N	\N	\N	8358	\N	\N	\N
-24611	365	5640	2007-10-19 23:04:14	\n* Add myself to Uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	8356	\N	\N	\N
-24612	365	5640	2007-10-19 23:03:17	\n* Cleaned debian/rules more\n  + `pwd` --> $(CURDIR)\n  + package is arch:all, so build in binary-indep target\n  + drop unused dh_link, dh_installdirs, dh_shlibdeps, dh_strip\n  + stop exporting DH_COMPAT and use debian/compat\n	\N	\N	\N	\N	\N	\N	\N	\N	8355	\N	\N	\N
-24613	341	5640	2007-10-19 22:36:46	\nSeems ready for upload, testing it now\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8353	\N	\N	\N
-24614	365	5641	2007-12-05 21:12:04	\n* Put me in Uploaders instead of Ernesto\n	\N	f	\N	\N	0.05	\N	\N	\N	10860	2	\N	\N
-24615	365	5641	2007-12-05 20:39:08	\n* Further fix watch file\n	\N	\N	\N	\N	\N	\N	\N	\N	10852	\N	\N	\N
-24616	365	5641	2007-12-05 20:36:35	\n* Further bump standards-version to 3.7.3 (no changes)\n	\N	\N	\N	\N	\N	\N	\N	\N	10851	\N	\N	\N
-24617	365	5641	2007-12-05 20:32:29	\n* Bump debhelper compat level to 5\n	\N	\N	\N	\N	\N	\N	\N	\N	10849	\N	\N	\N
-24618	365	5641	2007-12-05 20:31:43	\n* Do not ship redundant README\n* Drop debian/docs (CHANGES already installed via dh_installchangelogs)\n	\N	\N	\N	\N	\N	\N	\N	\N	10848	\N	\N	\N
-24619	365	5642	2007-12-05 21:53:25	\nreleasing version 1.01-3\n	\N	f	\N	\N	1.01	\N	\N	\N	10877	3	\N	\N
-24620	365	5642	2007-12-05 21:51:50	\n* Bump standards-version to 3.7.3 (no changes)\n	\N	\N	\N	\N	\N	\N	\N	\N	10876	\N	\N	\N
-24621	365	5642	2007-12-05 21:50:58	\n* Put me in Uploaders instead of Ernesto\n	\N	\N	\N	\N	\N	\N	\N	\N	10875	\N	\N	\N
-24622	365	5642	2007-12-05 21:50:18	\n* Bump debhelper compat level to 5\n	\N	\N	\N	\N	\N	\N	\N	\N	10873	\N	\N	\N
-24623	365	5642	2007-12-05 21:48:44	\n* debian/rules: add explicit $(MAKE) call\n	\N	\N	\N	\N	\N	\N	\N	\N	10872	\N	\N	\N
-24625	366	5643	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24626	366	5643	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24627	365	5643	2007-08-16 11:20:46	\nNote debian/rules' changes in changelog\n	\N	\N	\N	\N	\N	\N	\N	\N	6731	\N	\N	\N
-24628	365	5643	2007-08-16 11:16:00	\nDropped OPTIMIZE parameter of $(MAKE) - useless for arch-indep module; Drop dh_strop (arch-indep) and dh_link (unused - no debian/links)\n	\N	\N	\N	\N	\N	\N	\N	\N	6730	\N	\N	\N
-26396	392	6020	2006-01-22 11:24:37	\nCopy docs and javadocs in the correct location.\nlib*-java-doc should go in "section: doc"\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1709	\N	\N	\N
-24630	366	5644	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-24631	366	5644	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-26397	392	6020	2006-01-19 13:03:33	\nInitial version for Axis (http://ws.apache.org/axis/)\nRequired for eclipse-wst and AFAIK for jonas\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1701	\N	\N	\N
-24632	366	5644	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-24633	331	5644	2007-12-01 13:26:08	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10435	\N	\N	\N
-26398	393	6021	2006-01-23 14:23:06	\nUpdate to kaffe transition upload.\n	\N	f	\N	\N	0.9.5+cvs20060115	\N	\N	\N	1728	1	\N	\N
-24635	366	5645	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-26399	394	6021	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-24636	366	5645	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-24637	366	5645	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-26400	393	6021	2005-10-07 14:41:49	\nInitial revision\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1444	\N	\N	\N
-24638	331	5645	2007-12-01 13:39:46	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10561	\N	\N	\N
-26401	302	6022	2007-11-11 16:49:49	\nadd myself to Uploaders\n\n	\N	f	\N	\N	1.6.2	\N	\N	\N	4702	1	\N	\N
-24640	366	5646	2007-12-02 04:16:34	\nChange maintainer name to Debian Perl _Group_.\n	\N	\N	\N	\N	\N	\N	\N	\N	10664	\N	\N	\N
-24641	365	5646	2007-11-28 21:07:40	\n* Use distribution-based watchfile URL (saving 95% of the uscan index\n  download)\n	\N	\N	\N	\N	\N	\N	\N	\N	9957	\N	\N	\N
-26402	280	6022	2007-11-09 13:17:04	\n* Fix install target in debian/rules.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4669	\N	\N	\N
-24642	365	5646	2007-11-28 20:29:10	\n* debian/copyright\n  + Add full author info as supplied by upstream\n  + Add a little structure\n	\N	\N	\N	\N	\N	\N	\N	\N	9945	\N	\N	\N
-24643	370	5646	2007-11-23 20:16:00	\n* Fixed Maintainer field in control file.\n	\N	\N	\N	\N	\N	\N	\N	\N	9683	\N	\N	\N
-26403	280	6022	2007-11-08 18:08:37	\n* New upstream release\n* debian/control:\n  + Add Homepage, Vcs-{Svn, Browser} Headers.\n  + Build-Depend on debhelper >=5\n* debian/compat: switch to 5\n* debian/rules:\n  + Clean up old comments.\n  + Add install target to install jars and create symbolic links\n* Remove debian/libwsdl4j-java.install and debian/libwsdl4j-java.links\n* Add debian/orig-tar.sh to repackage the source (zip) and create\n  orig.tar.gz\n* Add build.diff patch to fix the broken build.xml file.\n	\N	\N	\N	\N	\N	\N	\N	\N	4662	\N	\N	\N
-24645	366	5647	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26404	389	6022	2007-07-03 11:22:55	\nVersion 1.5.2-4 missing from svn\n	\N	\N	\N	\N	\N	\N	\N	\N	3780	\N	\N	\N
-24646	366	5647	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24647	366	5647	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26905	419	6140	2007-10-28 16:23:43	\n* Use /lib/partman/display.d rather than /lib/partman/auto.d.\n	\N	\N	\N	\N	\N	\N	\N	\N	49918	\N	\N	\N
-24648	334	5647	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-24650	374	5648	2007-12-09 07:42:53	\nAvoid the redirect in dist/ uscan\n	\N	\N	\N	\N	\N	\N	\N	\N	11040	\N	\N	\N
-24651	374	5648	2007-12-09 07:19:15	\n* debian/watch: Added by-dist URL.\n* Bumped Standards-Version.\n* Moved Jos?\\195?\\169 to Uploaders, put the Perl Group as maintainer.\n* Added module name to the description to make it searchable.\n* Removed homepage from description.\n	\N	\N	\N	\N	\N	\N	\N	\N	11039	\N	\N	\N
-24652	365	5648	2007-12-07 21:51:57	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	11014	\N	\N	\N
-24653	365	5648	2007-12-07 21:43:03	\nApply UNRELEASED changes cleanly\n	\N	\N	\N	\N	\N	\N	\N	\N	11012	\N	\N	\N
-24654	366	5649	2007-10-28 18:27:22	\ns/UNRELEASED/unstable/\n	\N	f	\N	\N	1.17	\N	\N	\N	8619	1	\N	\N
-24655	366	5649	2007-10-28 18:26:11	\nNew upstream release.\n	\N	\N	\N	\N	\N	\N	\N	\N	8618	\N	\N	\N
-24656	366	5649	2007-10-26 14:46:07	\ns/UNRELEASED/unstable/\n	\N	\N	\N	\N	\N	\N	\N	\N	8605	\N	\N	\N
-24657	366	5649	2007-10-26 14:43:19	\nAdd upstream URL to debian/copyright.\n	\N	\N	\N	\N	\N	\N	\N	\N	8604	\N	\N	\N
-24658	366	5649	2007-10-26 14:41:09	\nAdapt patch 01_manpage-section.patch accordingly.\n	\N	\N	\N	\N	\N	\N	\N	\N	8603	\N	\N	\N
-24660	366	5650	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24661	366	5650	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24662	366	5650	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24663	334	5650	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-24665	365	5651	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-24666	366	5651	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24667	366	5651	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26405	396	6022	2007-03-03 11:28:14	\nwsdl4j (1.5.2-3) experimental; urgency=low\n\n  * Merged from Ubuntu.\n  * Upload to experimental.\n\n -- Michael Koch <konqueror at gmx.de>  Sat,  3 Mar 2007 10:52:34 +0100\n\nwsdl4j (1.5.2-2ubuntu1) edgy; urgency=low\n\n  * Upload to edgy.\n\n -- Matthias Klose <doko at ubuntu.com>  Wed, 27 Sep 2006 11:02:28 +0000\n\nwsdl4j (1.5.2-2) unstable; urgency=low\n\n  * Initial upload to Debian archive (Closes: #).\n  * Added build-dependencies and dependencies.\n  * Upgraded Standards-Version to 3.7.2.\n  * Changed rules to use cdbs.\n  * Changed installation files.\n  (Patches by Vladim?\\195?\\131?\\194?\\173r Lap?\\195?\\131?\\194?\\161?\\195?\\132?\\194?\\141ek)\n\n -- Michael Koch <konqueror at gmx.de>  Tue, 26 Sep 2006 04:17:59 +0000\n\nwsdl4j (1.5.2-1) unstable; urgency=low\n\n  * Initial release.\n\n -- Steffen Moeller <steffen_moeller at gmx.de>  Sun,  7 May 2006 22:37:09 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3024	\N	\N	\N
-24668	366	5651	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26406	280	6023	2007-11-18 15:43:37	\n* debian/control: Set section to contrib because libcglib2.1-java is in contrib.\n	\N	f	\N	\N	0.9.0~rc3	\N	\N	\N	4778	2	\N	\N
-24670	366	5652	2007-11-30 17:01:37	\ndebian/rules:\n  - let install-stamp depend on build-stamp\n  - remove unused call to dh_installexamples\n	\N	\N	\N	\N	\N	\N	\N	\N	10045	\N	\N	\N
-24671	366	5652	2007-11-30 16:57:36	\nUse dist-based URL in debian/watch.\n	\N	\N	\N	\N	\N	\N	\N	\N	10044	\N	\N	\N
-26407	302	6023	2007-10-30 20:12:13	\nadd ~ before rc in upstream version number\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4518	\N	\N	\N
-24672	366	5652	2007-11-30 16:56:29	\nSet debian/compat to 5 (the versioned dependency on debhelper in\n  debian/control was already correct).\n	\N	\N	\N	\N	\N	\N	\N	\N	10043	\N	\N	\N
-24673	366	5652	2007-11-30 16:51:08	\nNew upstream release.\n	\N	\N	\N	\N	\N	\N	\N	\N	10042	\N	\N	\N
-26408	280	6023	2007-10-30 08:29:01	\n* Build javadoc\n* Add doc-base\n* Fix orig-tar.sh add orig-tar.exclude\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4503	\N	\N	\N
-24675	366	5653	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26409	280	6023	2007-10-30 06:23:23	\n* Initial inject of proxool.\n* Builds with java-gcj\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4500	\N	\N	\N
-24676	366	5653	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24677	366	5653	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26410	280	6024	2007-11-21 04:08:24	\n* Fix jnpserver jar name\n\n	\N	f	\N	\N	2.2.0.GA	\N	\N	\N	4800	2	\N	\N
-24678	334	5653	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26411	280	6024	2007-11-19 12:16:35	\n* debian/control: Set section to contrib because\n  libjboss-serialization-java is in contrib.\n	\N	\N	\N	\N	\N	\N	\N	\N	4790	\N	\N	\N
-24680	366	5654	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24681	366	5654	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26412	302	6024	2007-11-06 09:51:08	\nreplace libconcurrent-java by java.util.concurrent\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4629	\N	\N	\N
-24682	366	5654	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24683	334	5654	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26413	302	6024	2007-11-05 19:34:13	\nminor fixes\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4625	\N	\N	\N
-24685	366	5655	2007-11-03 14:39:55	\nmove lib*-perl packages from B-D to B-D-I\n	\N	\N	\N	\N	\N	\N	\N	\N	8783	\N	\N	\N
-26414	280	6024	2007-11-05 12:53:07	\n* Closing ITPs\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4622	\N	\N	\N
-24686	365	5655	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-24687	366	5655	2007-10-20 16:18:54	\nmerge changelog entries\n	\N	\N	\N	\N	\N	\N	\N	\N	8379	\N	\N	\N
-26415	390	6025	2007-12-04 09:54:47	\nAdded debian/watch file\n	\N	f	\N	\N	1.0	\N	\N	\N	4969	2	\N	\N
-24688	366	5655	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26906	419	6140	2007-10-28 16:22:57	\n* Use in-target to run chrooted %post scripts.\n	\N	\N	\N	\N	\N	\N	\N	\N	49917	\N	\N	\N
-24690	366	5656	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24691	366	5656	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24692	381	5656	2007-08-18 15:33:58	\nchange clean rule not to ignore errors\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6908	\N	\N	\N
-24693	366	5656	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24695	366	5657	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24696	366	5657	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24697	366	5657	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24698	334	5657	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-24700	366	5658	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24701	366	5658	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24702	381	5658	2007-08-18 15:52:07	\nupdated standards version to 3.7.2\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6910	\N	\N	\N
-24703	334	5658	2007-08-12 04:49:08	\nThere is no need to add a new dummy UNRELEASED changelog entry to try and\navoid people making changes to the previous, released entry. Instead,\nsimply:\n\necho DEBCHANGE_RELEASE_HEURISTIC=changelog >>~/.devscripts\n\nThis will make dch automatically start a new changelog entry if the package\nhas been released, and add to existing UNRELEASED changlog entries.\n\nI'm removing all the "NOT RELEASED YET" dummy entries since:\n\n* They are not needed when dch is used correctly as descrived above.\n* They make grepping for actually UNRELEASED packages unncessarily hard.\n* They were added quite inconsistently, being present in only a small \n  fraction of pkg-perl's package, and thus being of even less benefit since\n  nobody could count on them being there.\n* They demonstratably have led to cruft appearing in released changelogs,\n  when people forgot to remove them and added a new changelog entry above\n  the dummy entry. (I've fixed all of that cruft, too).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6543	\N	\N	\N
-26416	390	6025	2007-12-04 09:40:52	\nlibgrinvin-help-java (1.0-1) unstable; urgency=low\n\n  * Initial release\n\n -- Adriaan Peeters <apeeters at lashout.net>  Wed, 21 Nov 2007 17:28:37 +0100\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4957	\N	\N	\N
-24705	365	5659	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-26417	393	6026	2006-01-23 14:21:40	\nUpdate to kaffe transition upload.\n	\N	f	\N	\N	1.0.2	\N	\N	\N	1726	2	\N	\N
-24706	366	5659	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24707	366	5659	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26418	394	6026	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-24708	334	5659	2007-08-12 03:20:47	\nreleasing version 0.901-2\n	\N	\N	\N	\N	\N	\N	\N	\N	6505	\N	\N	\N
-24709	366	5660	2007-12-02 15:17:23	\ndebian/rules: don't install empty /usr/lib/perl5 directory.\n	\N	f	\N	\N	1:1.999.1	1	\N	\N	10686	4	\N	\N
-26419	393	6026	2005-08-10 19:28:39	\njama (1.0.2-1) unstable; urgency=low\n\n  * New upstream release\n  * Upload to unstable\n  * Standards-Version 3.6.2 (no changes needed)\n  * Adjusted debian/control description to fix lintian warnings\n  * rm ChangeLog from libjama-java.docs - installed by dh_installchangelogs\n  * Changed libant1.6-java build-dep to ant (now in main)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1139	\N	\N	\N
-24710	365	5660	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-24711	366	5660	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26420	386	6026	2005-05-06 13:05:33	\nInitial revision\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1046	\N	\N	\N
-24712	366	5660	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24713	366	5660	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26421	387	6027	2007-01-04 08:36:32	\n- revert wrong checkin\n\n	\N	f	\N	\N	2.5.2	\N	\N	\N	2907	1	\N	\N
-24715	365	5661	2007-12-07 21:43:03	\nApply UNRELEASED changes cleanly\n	\N	\N	\N	\N	\N	\N	\N	\N	11012	\N	\N	\N
-26422	387	6027	2007-01-03 14:28:20	\n  * Merge from Ubuntu:\n    - build libxalan2-java-gcj and libxsltc-java-gcj packages.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2904	\N	\N	\N
-24716	365	5661	2007-12-07 21:40:26	\nReverting 11009, 11008, 11006 and 11005. Thanks to Niko for noticing the mess (even after I tried to clean up)\n	\N	\N	\N	\N	\N	\N	\N	\N	11011	\N	\N	\N
-24717	365	5661	2007-12-07 12:56:06	\nAdd UNRELEASED notes in a new changelog entry\n	\N	\N	\N	\N	\N	\N	\N	\N	11009	\N	\N	\N
-26423	387	6027	2007-01-03 13:40:49	\n- checkin current state of the 2.7.0-1 upload\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2902	\N	\N	\N
-24718	365	5661	2007-12-07 12:46:48	\nRevert blind changing of distribution to UNRELEASED (r11005)\n	\N	\N	\N	\N	\N	\N	\N	\N	11008	\N	\N	\N
-24719	366	5662	2007-12-02 15:21:22	\n* Set Standards-Version to 3.7.2 (no changes needed).\n* debian/rules:\n  - don't install empty /usr/lib/perl5 directory\n  - remove compiler flags, we don't compile anything\n  - don't ignore errors of $(MAKE) distclean\n  - remove unneeded dh_link and dh_strip calls\n	\N	f	\N	\N	1.65	\N	\N	\N	10687	3	\N	\N
-26424	394	6027	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-24720	365	5662	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-24721	366	5662	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26425	401	6027	2004-02-18 19:26:47	\nNew package in main, based on libxalan2-java in contrib\n\n	\N	\N	\N	\N	\N	\N	\N	\N	436	\N	\N	\N
-24722	366	5662	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24725	366	5663	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24726	366	5663	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24727	366	5663	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24728	366	5663	2007-08-01 21:05:32	\nadd missing XS-Vcs-Svn field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6212	\N	\N	\N
-24730	365	5664	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-24731	366	5664	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24732	366	5664	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24733	366	5664	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24735	366	5665	2007-11-09 23:19:23	\n* debian/rules:\n  - activate dh_md5sum\n  - move tests to build target\n  - don't ignore errors\n  - removed unused dh_* calls, comments, targets, variables\n  - don't install empty /usr/lib/perl5 directory\n* debian/rules:\n  - set debhelper compatibility level to 5\n  - move debhelper to Build-Depends\n  - set Standards-Version to 3.7.2 (no changes needed)\n	\N	\N	\N	\N	\N	\N	\N	\N	9126	\N	\N	\N
-26426	391	6028	2006-12-14 13:16:17	\nMerge debian branch (r2860).\n\n	\N	f	\N	\N	1.6.1+dfsg	\N	\N	\N	2862	2	\N	\N
-24736	366	5665	2007-11-09 23:07:11	\n* Activate dh_md5sums in debian/rules.\n* Set debhelper compatibility level to 5.\n* Move debhelper to Build-Depends.\n* Set Standards-Version to 3.7.2.\n	\N	\N	\N	\N	\N	\N	\N	\N	9125	\N	\N	\N
-24737	366	5665	2007-11-09 22:59:53	\nChange URL in watch file.\n	\N	\N	\N	\N	\N	\N	\N	\N	9124	\N	\N	\N
-26427	391	6028	2006-12-14 12:50:41	\nMerge debian branch (r2856).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2857	\N	\N	\N
-24738	365	5665	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-26428	391	6028	2006-12-14 12:31:28	\nMerge debian branch (r2854).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2855	\N	\N	\N
-24740	366	5666	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-24741	366	5666	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-26429	391	6028	2006-11-03 15:19:19	\nMerge debian branch (r2710).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2711	\N	\N	\N
-24742	366	5666	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-24743	331	5666	2007-12-01 13:20:40	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10375	\N	\N	\N
-26430	391	6028	2006-11-01 22:04:26	\nMerge debian branch (r2708).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2709	\N	\N	\N
-24745	366	5667	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26431	396	6029	2007-06-17 19:44:10	\nlibgnujaf-java (1.1.1-4) unstable; urgency=low\n\n  * Use java-gcj-compat instead of kaffe.\n\n -- Michael Koch <konqueror at gmx.de>  Sun, 17 Jun 2007 19:39:13 +0200\n\nlibgnujaf-java (1.1.1-3) unstable; urgency=low\n\n  * Really added binary-arch build target\n\n -- Kalle Kivimaa <killer at debian.org>  Sun, 29 Oct 2006 13:00:00 +0200\n\n\n	\N	f	\N	\N	1.1.1	\N	\N	\N	3701	4	\N	\N
-24746	366	5667	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24747	334	5667	2007-08-12 04:49:08	\nThere is no need to add a new dummy UNRELEASED changelog entry to try and\navoid people making changes to the previous, released entry. Instead,\nsimply:\n\necho DEBCHANGE_RELEASE_HEURISTIC=changelog >>~/.devscripts\n\nThis will make dch automatically start a new changelog entry if the package\nhas been released, and add to existing UNRELEASED changlog entries.\n\nI'm removing all the "NOT RELEASED YET" dummy entries since:\n\n* They are not needed when dch is used correctly as descrived above.\n* They make grepping for actually UNRELEASED packages unncessarily hard.\n* They were added quite inconsistently, being present in only a small \n  fraction of pkg-perl's package, and thus being of even less benefit since\n  nobody could count on them being there.\n* They demonstratably have led to cruft appearing in released changelogs,\n  when people forgot to remove them and added a new changelog entry above\n  the dummy entry. (I've fixed all of that cruft, too).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6543	\N	\N	\N
-26432	412	6029	2006-10-29 12:01:12	\nMissing binary-arch\n	\N	\N	\N	\N	\N	\N	\N	\N	2667	\N	\N	\N
-24748	366	5667	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26433	412	6029	2006-10-29 11:58:47	\nMissing binary-arch\n	\N	\N	\N	\N	\N	\N	\N	\N	2666	\N	\N	\N
-24750	366	5668	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24751	366	5668	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26434	386	6029	2006-09-11 16:12:56	\nhead -n6 debian/changelog\n	\N	\N	\N	\N	\N	\N	\N	\N	2387	\N	\N	\N
-24752	366	5668	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24753	334	5668	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26435	394	6029	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-24755	366	5669	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26985	422	6156	2007-11-29 09:10:38	\nAdd support for the Orion (ARM) platform.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50267	\N	\N	\N
-24756	366	5669	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24757	366	5669	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24758	334	5669	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-24759	365	5670	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	f	\N	\N	1.6.0+dfsg	\N	\N	\N	8503	1	\N	\N
-24760	365	5670	2007-10-15 11:14:18	\nNote afsquota.c non-freeness is reported in RT#28599)\n	\N	\N	\N	\N	\N	\N	\N	\N	8273	\N	\N	\N
-24761	366	5670	2007-10-14 18:13:39	\nadd copyright for afsquota.c, unfortunately no license information available\n	\N	\N	\N	\N	\N	\N	\N	\N	8263	\N	\N	\N
-24762	366	5670	2007-10-14 18:09:07	\nfix typo in old changelog entry and add /me to uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	8262	\N	\N	\N
-24763	366	5670	2007-10-14 17:58:27	\ncommit new upstream release and merge changelog entries\n	\N	\N	\N	\N	\N	\N	\N	\N	8261	\N	\N	\N
-24764	365	5671	2007-12-11 08:59:59	\n* Fix depends: s/xmlpath/xpath/.\n  Urgency medium, as the package is uninstallable.\n	\N	f	\N	\N	0.09	\N	\N	\N	11112	2	\N	\N
-24765	365	5671	2007-12-04 21:54:01	\nreleasing version 0.09-1\n	\N	\N	\N	\N	\N	\N	\N	\N	10818	\N	\N	\N
-24766	365	5671	2007-12-04 21:51:44	\nPut me in Uploaders instead of gregor and Jeremiah\n	\N	\N	\N	\N	\N	\N	\N	\N	10817	\N	\N	\N
-24767	365	5671	2007-12-04 21:39:52	\nRemove unneeded Makefile.PL parameters\n	\N	\N	\N	\N	\N	\N	\N	\N	10816	\N	\N	\N
-26436	396	6030	2007-08-24 22:28:13	\nant (1.7.0-3) unstable; urgency=low\n\n  * Upgrade source and target version from 1.2 to 1.3.\n\n -- Michael Koch <mkoch at quadriga.konqueror.de>  Fri, 24 Aug 2007 19:39:32 +0200\n\n\n	\N	f	\N	\N	1.7.0	\N	\N	\N	4058	3	\N	\N
-24768	365	5671	2007-12-04 21:35:38	\nStop removing .packlist files as they are not there\n	\N	\N	\N	\N	\N	\N	\N	\N	10815	\N	\N	\N
-26437	396	6030	2007-07-17 20:26:39	\nant (1.7.0-2) unstable; urgency=low\n\n  * Added debian/patches/05_ant-bug433444.patch. Closes: #433444.\n\n -- Michael Koch <konqueror at gmx.de>  Tue, 17 Jul 2007 13:25:02 -0100\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3871	\N	\N	\N
-24770	366	5672	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24771	366	5672	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26438	396	6030	2007-07-08 09:24:22	\nant (1.7.0-1) unstable; urgency=low\n\n  * New upstream version. Closes: #412716.\n  * Updated debian/patches/01_gjdoc_task.patch.\n  * Removed debian/patches/03_SplashTaskPatch_b.patch. Obsoleted.\n  * Removed debian/patches/03_SplashTaskPatch_c.patch. Obsoleted.\n  * Removed debian/patches/04_UUMailerReflection.patch. Obsoleted.\n  * Removed debian/patches/05_TaskAvailabilityFix_ANT_PR38260.patch.\n    Obsoleted.\n\n -- Michael Koch <konqueror at gmx.de>  Sat, 07 Jul 2007 09:13:08 -0100\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3801	\N	\N	\N
-24772	366	5672	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24773	334	5672	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26439	396	6030	2007-07-07 12:26:41	\nant (1.6.5-9) unstable; urgency=low\n\n  * Fixed generation of binary-arch only packages. Closes: #430662.\n\n -- Michael Koch <konqueror at gmx.de>  Sun, 01 Jul 2007 21:06:38 -0100\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3797	\N	\N	\N
-24775	365	5673	2007-11-06 10:02:38	\n[debian/watch] Stop capturing file extension\n	\N	\N	\N	\N	\N	\N	\N	\N	8897	\N	\N	\N
-26440	396	6030	2007-06-26 17:52:07	\nant (1.6.5-8) unstable; urgency=low\n\n  * Only compile to native on certain archs. Closes: #430662.\n  * Use ${source:Version} instead of ${Source-Version}.\n  * Removed Wolfgang from Uploaders.\n\n -- Michael Koch <konqueror at gmx.de>  Tue, 26 Jun 2007 14:30:53 -0100\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3744	\N	\N	\N
-24776	365	5673	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-24777	366	5673	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24778	366	5673	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26907	325	6141	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1:0.32	1	\N	\N	50441	\N	\N	\N
-24780	366	5674	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24781	366	5674	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24782	365	5674	2007-08-20 10:45:55	\n* Fixed debian/watch\n	\N	\N	\N	\N	\N	\N	\N	\N	6984	\N	\N	\N
-24783	366	5674	2007-08-18 02:06:32	\nAdd missing XS-Vcs-(Svn|Browser) field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	6906	\N	\N	\N
-24784	365	5675	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	f	\N	\N	1.10	\N	\N	\N	8503	4	\N	\N
-24785	366	5675	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24786	366	5675	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24787	366	5675	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24788	334	5675	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-24789	341	5676	2007-12-16 12:52:06	\n* New upstream release\n* debian/rules:\n  - don't ignore the return value of $(MAKE) clean\n  - updated to use quilt patch system\n  - adding quilt to Build-Depends\n* debian/patches:\n  - 01-add_GNU-kFreeBSD.patch added (Closes: #416459)\n* the use of libncursesw instead of libncurses, when available,\n  was already implemented in 1.16 in August 2007. (Closes: #346476)\n	\N	f	\N	\N	1.20	\N	\N	\N	11220	1	\N	\N
-24790	341	5676	2007-12-16 12:32:39	\nUhm... seems like svn-upgrade had problems, manually upgrading.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	11219	\N	\N	\N
-24791	341	5676	2007-12-16 12:15:20	\nFixing some more things\n\n	\N	\N	\N	\N	\N	\N	\N	\N	11218	\N	\N	\N
-24792	341	5676	2007-12-16 11:48:15	\nNEEDS Devel::PPPort\n\n* debian/rules: don't ignore the return value of $(MAKE) clean\n* debian/control:\n  - added myself to Uploaders\n  - updating Standards-Version to 3.7.3\n	\N	\N	\N	\N	\N	\N	\N	\N	11217	\N	\N	\N
-24793	341	5676	2007-12-16 11:33:47	\n* (NOT RELEASED YET) New upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	11216	\N	\N	\N
-24795	326	5677	2007-11-12 13:22:21	\nAdd libexpect-simple-perl as depends\n	\N	\N	\N	\N	\N	\N	\N	\N	9225	\N	\N	\N
-24796	374	5677	2007-11-12 12:58:51	\nremove myself from the changelog\n	\N	\N	\N	\N	\N	\N	\N	\N	9223	\N	\N	\N
-24797	374	5677	2007-11-12 12:54:21	\n* This fix also Closes: #450929, which was just filed after a rebuild of the\n  archive failed.\n	\N	\N	\N	\N	\N	\N	\N	\N	9222	\N	\N	\N
-24798	367	5677	2007-11-06 22:27:46	\nAdd libexpect-simple-perl to build-depends-indep since it\nis used during make test.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8926	\N	\N	\N
-24800	366	5678	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24801	366	5678	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24802	366	5678	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24803	334	5678	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26442	280	6031	2007-12-13 16:06:23	\n* New upstream release to address security issues\n  + (Fixes: CVE-2007-6306) and (Closes: #456148)\n* Fix debian/watch to include letters also in upstream version.\n* Make some minor fixes in debian.orig-tar.sh file.\n* debian/control: Bumped up Standards-Version to 3.7.3\n	\N	\N	\N	\N	\N	\N	\N	\N	5005	\N	\N	\N
-24805	366	5679	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-24806	366	5679	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-24807	366	5679	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-24808	331	5679	2007-12-01 13:13:51	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10303	\N	\N	\N
-26444	267	6031	2007-11-26 02:44:51	\n* New upstream release.\n* Upstream changelog name fixed.\n* Update copyright, with license LGPL 2.1.\n* Use Vcs-Svn and Vcs-Browser in place of XS-* fields.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4844	\N	\N	\N
-24810	366	5680	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26445	396	6031	2007-10-13 08:23:34	\nlibjfreechart-java (1.0.6-2) unstable; urgency=low\n\n  * Removed j2re1.4 from Depends.\n\n -- Michael Koch <konqueror at gmx.de>  Mon, 08 Oct 2007 08:18:02 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4368	\N	\N	\N
-24811	366	5680	2007-10-08 21:34:15	\ns/UNRELEASED/unstable/ -- libtest-assertions-perl is out of NEW\n	\N	\N	\N	\N	\N	\N	\N	\N	8100	\N	\N	\N
-24812	366	5680	2007-10-08 21:32:32	\nAdd liburi-perl to Build-Depends-Indep.\n	\N	\N	\N	\N	\N	\N	\N	\N	8099	\N	\N	\N
-26446	389	6032	2007-07-20 00:23:29	\nAdded components.xml to the Jar - otherwise it fails to find default handlers\n	\N	f	\N	\N	1.0	\N	\N	\N	3886	alpha-6-2	\N	\N
-24813	365	5680	2007-10-01 22:35:38	\nFix B-D-I (s/assertion/assertions/), Homepage is a real control field; note libtest-asswerionS-perl is NEW\n	\N	\N	\N	\N	\N	\N	\N	\N	8043	\N	\N	\N
-26447	389	6032	2007-06-16 00:25:04	\nNeed epoched plexus-utils to build\n	\N	\N	\N	\N	\N	\N	\N	\N	3661	\N	\N	\N
-24815	366	5681	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-24816	366	5681	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-26448	389	6032	2007-06-16 00:11:35	\nplexus-interactivity-api (1.0-alpha-6-1) unstable; urgency=low\n\n  * Revert to stable release.\n  * Sanitise rules.\n\n -- Paul Cager <paul-debian at home.paulcager.org>  Fri, 15 Jun 2007 23:05:15 +0100\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3660	\N	\N	\N
-24817	366	5681	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-24818	331	5681	2007-12-01 13:21:44	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10387	\N	\N	\N
-26449	389	6032	2007-04-02 01:10:45	\nTidied package descriptions.\nCorrected dependencies.\n	\N	\N	\N	\N	\N	\N	\N	\N	3143	\N	\N	\N
-24819	365	5682	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	f	\N	\N	1.43	\N	\N	\N	10669	5	\N	\N
-24820	366	5682	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-26450	389	6032	2007-03-27 17:38:35	\nplexus-interactivity-api - Initial import\n	\N	\N	\N	\N	\N	\N	\N	\N	3123	\N	\N	\N
-24821	366	5682	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-24822	366	5682	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-24823	331	5682	2007-12-01 13:26:42	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10441	\N	\N	\N
-24824	365	5683	2007-12-07 09:33:37	\nAdd forgotten test_pod_coverage_with_separate_env_var.patch. already uploaded with 1.0.4.0-1\n	\N	f	\N	\N	1.0.4.0	\N	\N	\N	11003	1	\N	\N
-24825	365	5683	2007-11-14 15:39:09	\nreleasing version 1.0.4.0-1\n	\N	\N	\N	\N	\N	\N	\N	\N	9277	\N	\N	\N
-24826	365	5683	2007-11-14 15:37:01	\n* Add patch siggested by upstream for avoiding failing in t/threads.t\n  See http://thread.gmane.org/gmane.comp.search.xapian.general/5425\n* Migrate the change to t/03podcoverage.t to a separate patch\n* Add quilt to Build-Depends and debian/rules\n* Add myself to Uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	9276	\N	\N	\N
-24827	365	5683	2007-11-14 15:10:31	\nRestore t/03podcoverage.t to the orig.tar.gz content\n	\N	\N	\N	\N	\N	\N	\N	\N	9275	\N	\N	\N
-24828	365	5683	2007-11-14 12:25:41	\n* Update copyright years and download URL\n	\N	\N	\N	\N	\N	\N	\N	\N	9274	\N	\N	\N
-24830	366	5684	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-24831	366	5684	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-24832	366	5684	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-24833	331	5684	2007-12-01 12:54:43	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10147	\N	\N	\N
-24835	370	5685	2007-11-23 20:22:30	\n* Fixed Maintainer address in control file.\n* Fixed copyright and control file with a better URL.\n	\N	\N	\N	\N	\N	\N	\N	\N	9684	\N	\N	\N
-24836	370	5685	2007-11-15 15:37:57	\n* Cleanup debian/rules.\n* Fixed watch file.\n* Wrapped long lines in control file.\n	\N	\N	\N	\N	\N	\N	\N	\N	9322	\N	\N	\N
-24837	370	5685	2007-11-09 23:21:04	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	9132	\N	\N	\N
-24838	370	5685	2007-11-09 23:20:33	\n[svn-inject] Forking libtie-cphash-perl source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	9130	\N	\N	\N
-26451	394	6033	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	f	\N	\N	20030713	\N	\N	\N	1687	4	\N	\N
-24840	366	5686	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24841	366	5686	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26452	411	6033	2005-04-28 23:11:09	\nRELEASE_20030713-4\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1033	\N	\N	\N
-24842	366	5686	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24843	334	5686	2007-07-30 06:23:22	\n* Fix watch file to deal with mangled version number.\n	\N	\N	\N	\N	\N	\N	\N	\N	6029	\N	\N	\N
-26453	411	6033	2004-09-05 22:11:17	\npatch to take in account new cvs log format\n\n	\N	\N	\N	\N	\N	\N	\N	\N	672	\N	\N	\N
-24845	366	5687	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26454	411	6033	2004-09-05 22:08:23	\nSome changes on depends and compile\n\n	\N	\N	\N	\N	\N	\N	\N	\N	671	\N	\N	\N
-24846	366	5687	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24847	365	5687	2007-09-11 10:47:45	\nreleasing version 0.05-3\n	\N	\N	\N	\N	\N	\N	\N	\N	7362	\N	\N	\N
-24848	365	5687	2007-09-11 10:44:48	\nDrop executable flag from patches\n	\N	\N	\N	\N	\N	\N	\N	\N	7361	\N	\N	\N
-24849	365	5688	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	f	\N	\N	1.201	\N	\N	\N	10669	1	\N	\N
-26456	394	6034	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	f	\N	\N	4.2.24	\N	\N	\N	1687	1	\N	\N
-24850	365	5688	2007-11-16 10:19:25	\nPrepare for release\n	\N	\N	\N	\N	\N	\N	\N	\N	9393	\N	\N	\N
-24851	365	5688	2007-11-16 10:19:05	\nOoops. Add debian/patches to the repository\n	\N	\N	\N	\N	\N	\N	\N	\N	9392	\N	\N	\N
-26457	397	6034	2005-09-04 22:43:55	\nInitial revision\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1277	\N	\N	\N
-24852	365	5688	2007-11-16 10:18:14	\n  + remove boiler plate manpages for internal modules\n* Add patch t-14_charsets.t-is-utf8.patch to let this test run\n  + brought up quilt to Depends:/rules\n	\N	\N	\N	\N	\N	\N	\N	\N	9391	\N	\N	\N
-24853	326	5688	2007-11-16 09:36:05	\nRemove boiler plate manpages for internal modules (lintian fixes)\n	\N	\N	\N	\N	\N	\N	\N	\N	9390	\N	\N	\N
-26458	394	6035	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	f	\N	\N	1.1	\N	\N	\N	1687	3	\N	\N
-24855	366	5689	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26459	386	6035	2005-09-24 03:12:12	\nlibstruts1.1-java (1.1-3) unstable; urgency=low\n\n  * libant1.6-java to ant transition\n\n -- Arnaud Vandyck <avdyk at debian.org>  Sat, 24 Sep 2005 03:09:31 +0200\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1389	\N	\N	\N
-24856	366	5689	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24857	366	5689	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26460	401	6035	2004-08-12 13:48:45	\nDebian release 1.1-2\n\n	\N	\N	\N	\N	\N	\N	\N	\N	630	\N	\N	\N
-24858	334	5689	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26461	401	6035	2003-09-09 16:07:33	\nDebian release 1.1-1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	268	\N	\N	\N
-24860	366	5690	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-24861	366	5690	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-26462	401	6035	2003-09-09 14:42:41	\nRenamed the source package to libstruts1.1-java\nUse CDBS in debian/rules\n\n	\N	\N	\N	\N	\N	\N	\N	\N	267	\N	\N	\N
-24862	366	5690	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-24863	331	5690	2007-12-01 13:32:09	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10501	\N	\N	\N
-26463	389	6036	2007-07-02 23:48:13	\nAdded missing versions (and NMUs) to svn\n	\N	f	\N	\N	3.4.10	\N	\N	\N	3771	3.4	\N	\N
-24864	366	5691	2007-11-01 13:31:19	\ns/UNRELEASED/unstable/\n	\N	f	\N	\N	0.40	\N	\N	\N	8740	1	\N	\N
-24865	366	5691	2007-11-01 13:30:34	\n* Add libxml-libxml-perl, libclass-accessor-perl, and\n  libdatetime-format-strptime-perl to Build-Depends-Indep.\n* Remove empty /usr/lib/perl5 directory.\n	\N	\N	\N	\N	\N	\N	\N	\N	8739	\N	\N	\N
-24866	366	5691	2007-11-01 13:18:28	\nNew upstream release.\n	\N	\N	\N	\N	\N	\N	\N	\N	8738	\N	\N	\N
-24867	365	5691	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-24868	366	5691	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24869	365	5692	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	f	\N	\N	2.05	\N	\N	\N	8503	36-3	\N	\N
-24870	366	5692	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24871	366	5692	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24872	365	5692	2007-09-20 22:52:27	\nadd gwolf to Uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	7797	\N	\N	\N
-24873	372	5692	2007-09-20 15:45:22	\nRemoved PODism from description\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7794	\N	\N	\N
-24874	365	5693	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	f	\N	\N	1.07	\N	\N	\N	10669	2	\N	\N
-24875	366	5693	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-24876	366	5693	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-26464	394	6036	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-24877	366	5693	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-24878	331	5693	2007-12-01 13:19:33	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10363	\N	\N	\N
-26465	401	6036	2003-07-25 16:56:19	\nDebian release 3.4.10-2\n\n	\N	\N	\N	\N	\N	\N	\N	\N	213	\N	\N	\N
-24880	366	5694	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26466	401	6036	2003-05-19 16:12:18	\nDebian release 3.4.10-1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	138	\N	\N	\N
-24881	366	5694	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24882	366	5694	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26467	401	6036	2002-10-23 15:34:33	\nAdded uploaders\n\n	\N	\N	\N	\N	\N	\N	\N	\N	91	\N	\N	\N
-24883	334	5694	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26468	386	6037	2006-04-25 23:02:01	\nRemoved Takashi Okamoto from the uploaders (closes: #352993).\n	\N	f	\N	\N	1.4	\N	\N	\N	2095	5	\N	\N
-24885	366	5695	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24886	366	5695	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26469	393	6037	2006-02-09 23:05:30	\nUpdate to kaffe compiler transition\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1893	\N	\N	\N
-24887	372	5695	2007-08-15 18:29:17	\n- Changed the description to be more general, not getting into API\n  digressions\n- debian/watch follows module's directory instead of author's\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6674	\N	\N	\N
-26470	394	6037	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-24890	366	5696	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-26471	393	6037	2005-10-07 16:06:01	\nvelocity (1.4-3) unstable; urgency=low\n\n  * Changed to depend on ant instead of libant1.6-java\n  * Added ant-optional to build-deps due to ant reorganization\n  * Registered javadoc api and manual with doc-base\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1456	\N	\N	\N
-24891	366	5696	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-24892	366	5696	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-26472	386	6037	2005-08-17 02:42:05	\nvelocity (1.4-2) unstable; urgency=low\n\n  * Changed libant1.6-java build-dep to ant\n  * Standards-Version: 3.6.2 (no changes required)\n  * Changed libxerces-java dep to libxerces2-java\n  * Removed libcrimson-java alternative\n\n  * Upload sponsored by Arnaud Vandyck\n\n -- Wolfgang Baer <WBaer at gmx.de>  Tue, 16 Aug 2005 22:17:07 +0200\n'\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1171	\N	\N	\N
-24893	331	5696	2007-12-01 12:55:49	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10159	\N	\N	\N
-26859	396	6128	2007-06-17 14:30:32	\nxml-crimson (1:1.1.3-9) unstable; urgency=low\n\n  * Use java-gcj-compat(-dev) instead of kaffe.\n  * Moved Build-Depends-Indep to Build-Depends.\n  * Removed Wolfgang and added myself to Uploaders.\n  * Updated Standards-Version.\n\n -- Michael Koch <konqueror at gmx.de>  Sun, 17 Jun 2007 11:15:04 -0100\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3677	\N	\N	\N
-24895	366	5697	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24896	366	5697	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24897	366	5697	2007-08-26 21:54:19	\nAdd missing XS-Vcs-(Svn|Browser) field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	7169	\N	\N	\N
-24898	371	5697	2007-08-25 00:41:58	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	7132	\N	\N	\N
-24899	365	5698	2007-11-12 13:23:44	\n* Add myself to Uploaders. Wrapped Uploaders.\n	\N	f	\N	\N	1.06	\N	\N	\N	9226	1	\N	\N
-24900	365	5698	2007-11-12 13:21:54	\n* Move test suite from install to build target\n	\N	\N	\N	\N	\N	\N	\N	\N	9224	\N	\N	\N
-24901	366	5698	2007-11-09 16:44:28	\ns/UNRELEASED/unstable/\n	\N	\N	\N	\N	\N	\N	\N	\N	9076	\N	\N	\N
-24902	366	5698	2007-11-09 16:41:58	\ndebian/rules:\n  - Don't ignore errors of make distclean.\n  - Cleanup (comments, compiler arguments, unused dh_* calls).\n	\N	\N	\N	\N	\N	\N	\N	\N	9075	\N	\N	\N
-24903	366	5698	2007-11-09 16:36:27	\ndebian/copyright: Add upstream URL and update copyright information and\n  list of authors.\n	\N	\N	\N	\N	\N	\N	\N	\N	9074	\N	\N	\N
-24905	366	5699	2007-12-16 17:03:29	\ndebian/copyright:\n  - add upstream URL\n  - clarify referenced perl license terms\n  - be more verbose on listing authors\n	\N	\N	\N	\N	\N	\N	\N	\N	11239	\N	\N	\N
-24906	366	5699	2007-12-16 16:47:25	\ndebian/rules:\n  - build in $(CURDIR)/debian/$(PACKAGE) instead of debian/tmp\n  - drop call to dh_install and remove .install file\n  - move dh_clean before make realclean\n  - use PREFIX and DESTDIR for $(MAKE) install\n  - let install-stamp depend on build-stamp\n  - don't install empty /usr/share/perl5 directory\n	\N	\N	\N	\N	\N	\N	\N	\N	11238	\N	\N	\N
-24907	366	5699	2007-12-16 16:35:20	\nInstall README directly from debian/rules.\n	\N	\N	\N	\N	\N	\N	\N	\N	11237	\N	\N	\N
-24908	366	5699	2007-12-16 16:33:54	\nSet Standards-Version to 3.7.3 (no further changes needed).\n	\N	\N	\N	\N	\N	\N	\N	\N	11236	\N	\N	\N
-24910	366	5700	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24911	366	5700	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24912	365	5700	2007-09-11 11:52:02	\nAlways generate Makefile from Makefile.PL\n	\N	\N	\N	\N	\N	\N	\N	\N	7390	\N	\N	\N
-26473	386	6038	2006-08-03 16:24:53	\nlibswidgets-java (0.1.4-1) unstable; urgency=low\n\n  * New upstream release\n  * Standards-Version: updated to 3.7.2; put debhelper and cdbs to\n    Build-Depends\n  * Build with java-gcj-compat-dev\n  * debian/rules: removed ant-launcher from classpath\n\n -- Arnaud Vandyck <avdyk at debian.org>  Thu,  3 Aug 2006 15:46:22 +0200\n	\N	f	\N	\N	0.1.4	\N	\N	\N	2326	1	\N	\N
-24913	360	5700	2007-09-11 08:35:41	\n* typos\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7351	\N	\N	\N
-26474	393	6038	2006-02-01 21:26:27	\nkaffe transition upload\n	\N	\N	\N	\N	\N	\N	\N	\N	1850	\N	\N	\N
-24915	365	5701	2007-12-07 21:43:03	\nApply UNRELEASED changes cleanly\n	\N	\N	\N	\N	\N	\N	\N	\N	11012	\N	\N	\N
-24916	365	5701	2007-12-07 21:40:26	\nReverting 11009, 11008, 11006 and 11005. Thanks to Niko for noticing the mess (even after I tried to clean up)\n	\N	\N	\N	\N	\N	\N	\N	\N	11011	\N	\N	\N
-26475	394	6038	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-24917	365	5701	2007-12-07 12:56:06	\nAdd UNRELEASED notes in a new changelog entry\n	\N	\N	\N	\N	\N	\N	\N	\N	11009	\N	\N	\N
-24918	365	5701	2007-12-07 12:46:48	\nRevert blind changing of distribution to UNRELEASED (r11005)\n	\N	\N	\N	\N	\N	\N	\N	\N	11008	\N	\N	\N
-24920	365	5702	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-26477	387	6039	2007-01-06 15:27:31	\n- new upstream versions comes without examples\n\n	\N	f	\N	\N	8.2	\N	\N	\N	2914	504-1	\N	\N
-24921	366	5702	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24922	366	5702	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26478	387	6039	2007-01-06 15:24:46	\n  * New upstream version, supporting Postgresql 8.2.\n  * Build using java-gcj-compat-dev.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2913	\N	\N	\N
-24923	366	5702	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24924	366	5703	2007-11-10 13:45:05	\nrevert changes from r9158 and r9159 concerning the dependencies in debian/rules; thanks to djpig for showing me the error\n	\N	f	\N	\N	0.9937	\N	\N	\N	9186	1	\N	\N
-26479	386	6039	2006-04-25 00:20:57	\nlibpgjava (8.1-405-1) unstable; urgency=low\n\n  * Drop support for the old jdbc2 driver (can be reverted if wanted)\n    (closes: #358345).\n  * New upstream (thanks to Wolfgang Baer).\n\n -- Arnaud Vandyck <avdyk at debian.org>  Tue, 25 Apr 2006 00:07:07 +0200\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2077	\N	\N	\N
-24925	366	5703	2007-11-10 00:43:30	\ns/UNRELEASED/unstable/\n	\N	\N	\N	\N	\N	\N	\N	\N	9160	\N	\N	\N
-24926	366	5703	2007-11-10 00:39:13	\n* debian/rules:\n  - remove unused variable version\n  - change dependencies of targets to avoid double invocations\n* Refresh patch invalid_char_pod.patch.\n	\N	\N	\N	\N	\N	\N	\N	\N	9159	\N	\N	\N
-26480	386	6039	2006-04-24 18:23:21	\nthis patch drop support for jdbc2 and add a source argument in javac task in the build.xml\n	\N	\N	\N	\N	\N	\N	\N	\N	2059	\N	\N	\N
-24927	366	5703	2007-11-10 00:33:40	\ndebian/rules: Remove unused variable version.\n	\N	\N	\N	\N	\N	\N	\N	\N	9158	\N	\N	\N
-24928	366	5703	2007-11-10 00:27:18	\nNew upstream release.\n	\N	\N	\N	\N	\N	\N	\N	\N	9157	\N	\N	\N
-26481	394	6039	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-24930	366	5704	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-26482	390	6040	2007-12-04 09:52:20	\nAdded debian/watch file\n	\N	f	\N	\N	1.0	\N	\N	\N	4967	2	\N	\N
-24931	366	5704	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-24932	366	5704	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-24933	331	5704	2007-12-01 13:29:23	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10471	\N	\N	\N
-24935	366	5705	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24936	366	5705	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24937	366	5705	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24938	334	5705	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-24940	366	5706	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24941	366	5706	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24942	366	5706	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24943	334	5706	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-24945	366	5707	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24946	366	5707	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24947	366	5707	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24948	334	5707	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-24949	365	5708	2007-12-09 21:49:39	\n* Put me in Uploaders instead of Ernesto\n	\N	f	\N	\N	1.0.8	\N	\N	\N	11065	2	\N	\N
-24950	374	5708	2007-12-09 15:22:01	\n* debian/rules: added create_packlist=0 option to inhibit creation of\n  packlist.\n* debian/control: bumped standards-version.\n* debian/copyright: converted to UTF-8.\n	\N	\N	\N	\N	\N	\N	\N	\N	11060	\N	\N	\N
-24951	365	5708	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	\N	\N	\N	\N	\N	\N	\N	10669	\N	\N	\N
-24952	365	5708	2007-11-30 20:40:41	\nCleaned changelog. As this is the initial release, there is no need to document any changes\n	\N	\N	\N	\N	\N	\N	\N	\N	10064	\N	\N	\N
-26484	267	6041	2007-09-20 16:28:07	\n* debian/control:\n  + Add XS-Svn-*\n  + Add Homepage field.\n\n	\N	f	\N	\N	1.1.debian	\N	\N	\N	4229	2	\N	\N
-24953	365	5708	2007-11-30 20:38:41	\nRemove .packlist files (pfff)\n	\N	\N	\N	\N	\N	\N	\N	\N	10063	\N	\N	\N
-24954	365	5709	2007-12-03 22:00:06	\nreleasing version 0.39-1\n	\N	f	\N	\N	0.39	\N	\N	\N	10785	1	\N	\N
-26485	267	6041	2007-09-19 19:47:47	\nActually add the watch file for dresden-ocl\n	\N	\N	\N	\N	\N	\N	\N	\N	4210	\N	\N	\N
-24955	365	5709	2007-12-03 21:14:17	\n* Remove Gregor from Uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	10782	\N	\N	\N
-24956	365	5709	2007-12-03 21:05:35	\n* Do not install redundant README\n	\N	\N	\N	\N	\N	\N	\N	\N	10780	\N	\N	\N
-26486	267	6041	2007-09-19 19:37:24	\n* Add a watch file.\n	\N	\N	\N	\N	\N	\N	\N	\N	4208	\N	\N	\N
-24957	365	5709	2007-12-03 20:56:50	\n* use verbatim copyright info\n	\N	\N	\N	\N	\N	\N	\N	\N	10779	\N	\N	\N
-24958	366	5709	2007-11-17 21:23:31	\ns/UNRELEASED/unstable/\n	\N	\N	\N	\N	\N	\N	\N	\N	9524	\N	\N	\N
-26487	396	6041	2007-02-17 14:57:10	\n* New upload with orig tarball to work around bug in archive software\n  (Closes: #358736, #384690)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3006	\N	\N	\N
-24960	366	5710	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26488	393	6041	2006-02-09 23:10:10	\ndresden-ocl (1.1-9) unstable; urgency=low\n\n  * Move to main - build with kaffe and passes junit tests\n  * Added build-dependency on libxerces2-java\n  * Added ant.properties file to make xerces known to junit tests\n  * kaffe compiler transition\n  * Bumped debhelper version to fix linda error\n  * Enable junit tests\n  * Added myself to uploaders\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1895	\N	\N	\N
-24961	366	5710	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24962	334	5710	2007-08-12 04:49:08	\nThere is no need to add a new dummy UNRELEASED changelog entry to try and\navoid people making changes to the previous, released entry. Instead,\nsimply:\n\necho DEBCHANGE_RELEASE_HEURISTIC=changelog >>~/.devscripts\n\nThis will make dch automatically start a new changelog entry if the package\nhas been released, and add to existing UNRELEASED changlog entries.\n\nI'm removing all the "NOT RELEASED YET" dummy entries since:\n\n* They are not needed when dch is used correctly as descrived above.\n* They make grepping for actually UNRELEASED packages unncessarily hard.\n* They were added quite inconsistently, being present in only a small \n  fraction of pkg-perl's package, and thus being of even less benefit since\n  nobody could count on them being there.\n* They demonstratably have led to cruft appearing in released changelogs,\n  when people forgot to remove them and added a new changelog entry above\n  the dummy entry. (I've fixed all of that cruft, too).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6543	\N	\N	\N
-24963	365	5710	2007-08-10 11:59:17	\nAdd changelog stanza for next revision to signal package was uploaded\n	\N	\N	\N	\N	\N	\N	\N	\N	6406	\N	\N	\N
-26490	267	6042	2007-09-19 21:03:27	\n* Added XS-Vcs-{Svn,Browser}\n* Updated watch file.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4220	\N	\N	\N
-24965	365	5711	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-24966	326	5711	2007-10-13 19:39:50	\nReady for release\n	\N	\N	\N	\N	\N	\N	\N	\N	8243	\N	\N	\N
-24967	366	5711	2007-10-13 00:45:29	\nAdd watch file.\n	\N	\N	\N	\N	\N	\N	\N	\N	8236	\N	\N	\N
-24968	366	5711	2007-10-12 23:40:49	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8234	\N	\N	\N
-24970	365	5712	2007-12-07 21:43:03	\nApply UNRELEASED changes cleanly\n	\N	\N	\N	\N	\N	\N	\N	\N	11012	\N	\N	\N
-24971	365	5712	2007-12-07 21:40:26	\nReverting 11009, 11008, 11006 and 11005. Thanks to Niko for noticing the mess (even after I tried to clean up)\n	\N	\N	\N	\N	\N	\N	\N	\N	11011	\N	\N	\N
-24972	365	5712	2007-12-07 12:56:06	\nAdd UNRELEASED notes in a new changelog entry\n	\N	\N	\N	\N	\N	\N	\N	\N	11009	\N	\N	\N
-24973	365	5712	2007-12-07 12:46:48	\nRevert blind changing of distribution to UNRELEASED (r11005)\n	\N	\N	\N	\N	\N	\N	\N	\N	11008	\N	\N	\N
-24975	365	5713	2007-12-13 16:08:02	\nMerge gregor's unreleased changelog entry\n	\N	\N	\N	\N	\N	\N	\N	\N	11160	\N	\N	\N
-24976	365	5713	2007-12-12 14:28:32	\n* Add list of previous maintainers to debian/copyright. Also add list of all\n  authors from AUTHORS file.\n	\N	\N	\N	\N	\N	\N	\N	\N	11148	\N	\N	\N
-24977	365	5713	2007-12-12 12:56:51	\n* Clean debian/rules:\n  + drop unneeded arrange target\n  + drop unnecessary binary-stamp, binary-arch-stamp and binary-indep-stamp\n  + fix target inter-dependencies\n    - make install-stamp depend on build-stamp\n  + drop unused dh_installexamples\n  + move cleaning of -stamp files before distclean\n	\N	\N	\N	\N	\N	\N	\N	\N	11146	\N	\N	\N
-24978	365	5713	2007-12-12 12:24:48	\n* Add a bit more text to debian/copyright to make it clearer:\n  + Note perl's licensing terms\n  + A few more words to packaging license\n* Add myself to Uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	11145	\N	\N	\N
-24980	366	5714	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24981	366	5714	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24982	366	5714	2007-08-17 13:08:10	\nfix typo in changelog\n	\N	\N	\N	\N	\N	\N	\N	\N	6787	\N	\N	\N
-24983	366	5714	2007-08-17 13:03:13	\n* Add dh_md5sums to debian/rules.\n* Remove empty /usr/lib/perl5 directory from binary package.\n* Add ($MAKE) test to debian/rules.\n	\N	\N	\N	\N	\N	\N	\N	\N	6785	\N	\N	\N
-26491	396	6042	2007-09-01 20:28:05	\nlibcommons-fileupload-java (1.2-2) unstable; urgency=low\n\n  * Added Depends on libcommons-io-java. Closes: #439860.\n\n -- Michael Koch <konqueror at gmx.de>  Sat, 01 Sep 2007 22:19:03 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4084	\N	\N	\N
-24985	366	5715	2007-11-17 14:47:13	\n  - Enable additional tests.\n	\N	\N	\N	\N	\N	\N	\N	\N	9477	\N	\N	\N
-26492	396	6042	2007-09-01 20:24:13	\nlibcommons-fileupload-java (1.2-1) unstable; urgency=low\n\n  * New upstream release. Closes: #429638.\n    - added README.Debian with info about disabled portlet support\n    - updated patches/01-build-jar-without-test-fix.patch\n  * Use java-gcj-compat instead of kaffe.\n  * Renamed debian/patches/02_jikes_1.3.patch to\n    debian/patches/02_java13.patch and to make sure to have compatibility with\n    Java 1.3.\n  * Moved cdbs and debhelper from Build-Depends-Indep to Build-Depends.\n  * Fixed usage of Homepage: tag in package description.\n  * Removed Wolfgang and added myself to Uploads\n  * Updated Standards-Version.\n  * Removed ant-launcher.jar from explicit list of jars.\n  * Removed debian/libcommons-fileupload-java.links, debian/install and\n    debian/links and do the needed stuff in debian/rules.\n\n -- Michael Koch <konqueror at gmx.de>  Sat, 21 Jul 2007 13:08:32 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4082	\N	\N	\N
-24986	366	5715	2007-11-17 14:44:44	\ndebian/rules:\n  - Remove CFLAGS and OPTIMIZE, we don't compile anything.\n  - Remove comments and empty lines.\n  - Remove unused and useless dh_* calls (dh_link, dh_strip).\n	\N	\N	\N	\N	\N	\N	\N	\N	9476	\N	\N	\N
-24987	366	5715	2007-11-17 14:37:37	\ndebian/copyright: Add upstream URL, update author's email address and\n  years of copyright.\n	\N	\N	\N	\N	\N	\N	\N	\N	9475	\N	\N	\N
-26493	393	6042	2006-02-09 22:49:03	\nlibcommons-fileupload-java (1.0-14) unstable; urgency=low\n\n  * kaffe compiler transition\n  * Bump debhelper version to fix linda error\n  * Removed version constraints already fulfilled by stable\n  * Formatted description\n  * Removed unused and wrong README.Debian\n  * Standards-Version 3.6.2 (no changes)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1891	\N	\N	\N
-24988	366	5715	2007-11-17 14:33:52	\nNew upstream release.\n	\N	\N	\N	\N	\N	\N	\N	\N	9474	\N	\N	\N
-24989	365	5716	2007-11-26 19:00:32	\nreleasing version 2.134-1\n	\N	f	\N	\N	2.134	\N	\N	\N	9773	1	\N	\N
-26494	408	6043	2007-09-27 01:25:28	\ncommit 3.0.1.dfsg-1 changes\n	\N	f	\N	\N	3.0.1.dfsg	\N	\N	\N	4278	1	\N	\N
-24990	366	5716	2007-11-17 17:06:26	\ns/UNRELEASED/unstable/\n	\N	\N	\N	\N	\N	\N	\N	\N	9501	\N	\N	\N
-24991	366	5716	2007-11-17 17:05:48	\ndebian/rules:\n  - Move tests to build target.\n  - Introduce install-stamp target.\n  - Remove OPTIMIZE, we don't compile anything.\n  - Remove comments and empty lines; remove unused dh_link call. \n	\N	\N	\N	\N	\N	\N	\N	\N	9500	\N	\N	\N
-26495	396	6043	2007-09-18 20:54:59	\nlibjakarta-poi-java (3.0.1-2) unstable; urgency=low\n\n  * Fix build for environments without locale set. Closes: #443034.\n  * Removed Wolfgang from Uploaders and added myself.\n\n -- Michael Koch <konqueror at gmx.de>  Tue, 18 Sep 2007 20:33:07 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4200	\N	\N	\N
-24992	366	5716	2007-11-17 16:58:38	\ndebian/copyright: Add upstream URL and second author.\n	\N	\N	\N	\N	\N	\N	\N	\N	9499	\N	\N	\N
-24993	366	5716	2007-11-17 16:50:23	\nUpdate debian/watch.\n	\N	\N	\N	\N	\N	\N	\N	\N	9498	\N	\N	\N
-24995	366	5717	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-24996	366	5717	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-24997	366	5717	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-24998	334	5717	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-25000	366	5718	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25001	366	5718	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25002	366	5718	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25003	334	5718	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-25005	365	5719	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-25006	366	5719	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25007	366	5719	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25008	366	5719	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25009	365	5720	2007-11-16 16:17:31	\n* Fix inter-target dependencies to allow parallel build\n	\N	f	\N	\N	1.13	\N	\N	\N	9426	1	\N	\N
-25010	366	5720	2007-11-09 16:57:11	\ns/UNRELEASED/unstable/\n	\N	\N	\N	\N	\N	\N	\N	\N	9080	\N	\N	\N
-25011	366	5720	2007-11-09 16:48:10	\nNew upstream release.\n	\N	\N	\N	\N	\N	\N	\N	\N	9079	\N	\N	\N
-25012	365	5720	2007-10-23 15:49:22	\nreleasing version 1.12-1\n	\N	\N	\N	\N	\N	\N	\N	\N	8505	\N	\N	\N
-25013	365	5720	2007-10-23 15:30:15	\n* New upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	8504	\N	\N	\N
-25015	366	5721	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25016	366	5721	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25017	366	5721	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25018	366	5721	2007-08-01 21:05:32	\nadd missing XS-Vcs-Svn field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6212	\N	\N	\N
-25020	366	5722	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25021	366	5722	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25022	366	5722	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26496	408	6043	2007-09-05 00:56:20	\nnew upstream, add myself to Uploaders:, add watch file\n	\N	\N	\N	\N	\N	\N	\N	\N	4100	\N	\N	\N
-26497	386	6043	2006-10-30 14:20:03	\nlibjakarta-poi-java (2.5.1-3) unstable; urgency=low\n\n  * Standards-Version: updated to 3.7.2, no change needed\n  * built with java-gcj-compat-dev\n  * no more run the tests (closes: #393151). I was able to run a lot of\n    tests with java-gcj-compat, but got a problem 'cannot open\n    display'. Maybe it'll be a problem with pbuilders.\n  * removed the patches\n\n -- Arnaud Vandyck <avdyk at debian.org>  Mon, 30 Oct 2006 14:19:36 +0100\n	\N	\N	\N	\N	\N	\N	\N	\N	2685	\N	\N	\N
-25025	365	5723	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-25026	366	5723	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26498	393	6043	2006-03-12 16:34:53	\nUpload to unstable\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1993	\N	\N	\N
-25027	366	5723	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25028	366	5723	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26499	394	6044	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	f	\N	\N	1.5.4	\N	\N	\N	1687	4	\N	\N
-25030	366	5724	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26500	401	6044	2004-03-09 22:30:35	\nDebian release 1.5.4-4\n\n	\N	\N	\N	\N	\N	\N	\N	\N	446	\N	\N	\N
-25031	366	5724	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25032	366	5724	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25034	365	5725	2007-11-13 06:35:38	\n* [debian/rules]\n  + Move build-stamp dependency from install to install-stamp\n  + Clean stamp files before distclean\n  + Drop unneeded dh_strip\n	\N	f	\N	\N	2.008	\N	\N	\N	9249	1	\N	\N
-25035	366	5725	2007-11-11 16:04:59	\ns/UNRELEASED/unstable/\n	\N	\N	\N	\N	\N	\N	\N	\N	9210	\N	\N	\N
-25036	366	5725	2007-11-11 16:01:26	\ndebian/rules: move $(MAKE) test to build-stamp target, remove unused\n  dh_* calls.\n	\N	\N	\N	\N	\N	\N	\N	\N	9209	\N	\N	\N
-26503	401	6044	2003-09-09 12:06:15	\nDebian release 1.5.4-2\n\n	\N	\N	\N	\N	\N	\N	\N	\N	264	\N	\N	\N
-25037	366	5725	2007-11-11 15:55:58	\nNew upstream release.\n	\N	\N	\N	\N	\N	\N	\N	\N	9208	\N	\N	\N
-25038	365	5725	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-26504	280	6045	2007-09-20 18:30:02	\n* New upstream release\n* debian/control:\n  + Add myself and Kumar Appaiah to Uploaders.\n  + move cdbs and debhelper to Build-Depends.\n  + modify Description.\n* debian/compat: switch to 5\n* remove links file from debian/\n* debian/rules:\n  + Use DEB_UPSTREAM_VERSION to install jar\n  + Create a versioned symbolic link to the jar.\n  + implement get-orig-source\n* Add debian/orig-tar.sh to remove CRLF line terminators from upstream files.\n* Update debian/watch to call debian/orig-tar.sh\n	\N	f	\N	\N	1.8	\N	\N	\N	4238	1	\N	\N
-25039	365	5726	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	f	\N	\N	1.03	\N	\N	\N	8503	1	\N	\N
-25040	360	5726	2007-10-23 07:37:50	\n* Adding vcs-Svn and vcs-Browser\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8485	\N	\N	\N
-25041	360	5726	2007-10-23 06:51:33	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	8479	\N	\N	\N
-25042	360	5726	2007-10-23 06:51:19	\n[svn-inject] Forking libreadonly-perl source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	8478	\N	\N	\N
-25043	360	5726	2007-10-23 06:50:49	\n[svn-inject] Installing original source of libreadonly-perl\n	\N	\N	\N	\N	\N	\N	\N	\N	8475	\N	\N	\N
-25045	366	5727	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-25046	366	5727	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-25047	366	5727	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-25048	331	5727	2007-12-01 12:55:16	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10153	\N	\N	\N
-25050	365	5728	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-25051	366	5728	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25052	366	5728	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25053	366	5728	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25055	365	5729	2007-12-07 21:43:03	\nApply UNRELEASED changes cleanly\n	\N	\N	\N	\N	\N	\N	\N	\N	11012	\N	\N	\N
-25056	365	5729	2007-12-07 21:40:26	\nReverting 11009, 11008, 11006 and 11005. Thanks to Niko for noticing the mess (even after I tried to clean up)\n	\N	\N	\N	\N	\N	\N	\N	\N	11011	\N	\N	\N
-25057	365	5729	2007-12-07 12:56:06	\nAdd UNRELEASED notes in a new changelog entry\n	\N	\N	\N	\N	\N	\N	\N	\N	11009	\N	\N	\N
-25058	365	5729	2007-12-07 12:46:48	\nRevert blind changing of distribution to UNRELEASED (r11005)\n	\N	\N	\N	\N	\N	\N	\N	\N	11008	\N	\N	\N
-26505	280	6045	2007-09-20 18:02:39	\nFixing debian/rules permissions\n	\N	\N	\N	\N	\N	\N	\N	\N	4237	\N	\N	\N
-25060	365	5730	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-25061	366	5730	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26506	267	6045	2007-09-20 16:35:00	\n* debian/control:\n  + Add XS-Vcs-{Svn,Browser}.\n  + Add Homepage field.\n	\N	\N	\N	\N	\N	\N	\N	\N	4232	\N	\N	\N
-25062	366	5730	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25063	366	5730	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26507	267	6045	2007-09-19 20:44:28	\n* Add XS-Vcs-{Svn,Browser} to debian/control\n* Add watch file.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4217	\N	\N	\N
-25064	366	5731	2007-11-16 15:58:13	\ns/UNRELEASED/unstable/\n	\N	f	\N	\N	1.22	\N	\N	\N	9421	1	\N	\N
-25065	366	5731	2007-11-16 15:55:30	\nMove '$(MAKE)' above '$(MAKE) test' in debian/rules.\n	\N	\N	\N	\N	\N	\N	\N	\N	9420	\N	\N	\N
-26508	396	6045	2007-06-17 18:13:29	\nlibcommons-digester-java (1.7-3) unstable; urgency=low\n\n  * Use java-gcj-compat instead of kaffe\n  * Moved Build-Depends-Indep to Build-Depends\n  * Removed Wolfgang from Uploaders\n  * Updated Standards-Version\n\n -- Michael Koch <konqueror at gmx.de>  Sun, 17 Jun 2007 14:29:25 -0100\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3689	\N	\N	\N
-25066	366	5731	2007-11-16 15:48:17	\nNew upstream release.\n	\N	\N	\N	\N	\N	\N	\N	\N	9417	\N	\N	\N
-25067	365	5731	2007-11-14 21:54:22	\n  Reopens: #165940 -- MIME::Types hard-codes the list of types, instead of\n                      reading /etc/mime.types\n	\N	\N	\N	\N	\N	\N	\N	\N	9284	\N	\N	\N
-26509	280	6046	2007-10-08 15:00:44	\n* debian/patches: Add 02_no_mkdir_in_homedir.dpatch to stop creating\n  .maven directory in user homedir (Closes: #445804)\n	\N	f	\N	\N	1.3.2	\N	\N	\N	4326	2	\N	\N
-25068	366	5731	2007-11-14 21:36:53	\n* Drop patch etc_mime_types.patch on advice of upstream author\n  (cf. #448887).\n* Drop patch tests.patch; not needed anymore without the former patch.\n* Remove quilt from build dependencies and (un)patch targets from\n  debian/rules.\n	\N	\N	\N	\N	\N	\N	\N	\N	9283	\N	\N	\N
-25069	365	5732	2007-10-25 08:00:14	\nAdd myslef to Uploaders\n	\N	f	\N	\N	0.16	\N	\N	\N	8564	1	\N	\N
-26510	267	6046	2007-09-21 20:59:56	\n  + Fix Build-Depends-Indep to depend only on ant-optional and not ant.\n  + libcommons-io-java suggests the doc package and vice-versa.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4246	\N	\N	\N
-25070	365	5732	2007-10-25 07:59:39	\nAlso clean t/perlpath and t/TestManPage.pm\n	\N	\N	\N	\N	\N	\N	\N	\N	8563	\N	\N	\N
-25071	365	5732	2007-10-25 07:58:11	\nDrop t/perlpath from source\n	\N	\N	\N	\N	\N	\N	\N	\N	8562	\N	\N	\N
-26831	396	6122	2007-09-30 22:03:00	\nlibcommons-lang-java (2.3-2) unstable; urgency=low\n\n  * Use ecj instead of ecj-bootstrap in Build-Depends. Closes: #444506.\n  * Moved debhelper and cdbs from Build-Depends-Indep to Build-Depends.\n  * Use Homepage field in debian/control instead of naming it in the\n    long description.\n  * Updated debhelper level to 5.\n  * Added myself to Uploaders.\n\n -- Michael Koch <konqueror at gmx.de>  Sun, 30 Sep 2007 21:49:22 +0200\n\n\n	\N	f	\N	\N	2.3	\N	\N	\N	4295	2	\N	\N
-25072	365	5732	2007-10-25 07:54:44	\n* Initial Release. Dependency of libwww-mechanize-shell-perl 0.46\n	\N	\N	\N	\N	\N	\N	\N	\N	8561	\N	\N	\N
-26892	325	6138	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.22	\N	\N	\N	50441	\N	\N	\N
-25075	366	5733	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25076	366	5733	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25077	366	5733	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25078	334	5733	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-25079	374	5734	2007-11-07 23:19:52	\nLet's try now\n	\N	f	\N	\N	1.01	\N	\N	\N	9003	1	\N	\N
-25080	374	5734	2007-11-07 22:25:52	\nchanging watchfile to test what's happening with the qa script\n	\N	\N	\N	\N	\N	\N	\N	\N	9000	\N	\N	\N
-25081	366	5734	2007-10-23 23:11:05	\nremove whitespace (only for test purposes)\n	\N	\N	\N	\N	\N	\N	\N	\N	8531	\N	\N	\N
-25082	360	5734	2007-10-23 19:51:22	\n* Adding a manpage for podspell\n* Removing UNRELEASED an TODO from changelog\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8514	\N	\N	\N
-25083	365	5734	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-25084	365	5735	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	f	\N	\N	1.10	\N	\N	\N	8503	2	\N	\N
-25085	366	5735	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25086	366	5735	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25087	366	5735	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25088	334	5735	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-25090	366	5736	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25091	366	5736	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25092	305	5736	2007-08-08 16:03:05	\ninitial import of libaudio-wav-perl and libthread-pool-simple-perl\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6330	\N	\N	\N
-25094	366	5737	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25095	366	5737	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25096	366	5737	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26511	280	6046	2007-09-21 02:46:17	\n* New upstream release\n* debian/control:\n  + add myself and Kumar Appaiah to Uploaders.\n  + move cdbs and debhelper to Build-Depends.\n  + add dpatch to Build-Depends.\n  + modify Description.\n  + add a separate doc package.\n* debian/compat: switch to 5\n* remove unnecessary links and dirs files from debian dir.\n* debian/rules:\n  + build javadoc\n  + create a versioned symbolic link to the jar.\n  + implement get-orig-source\n* Add debian/orig-tar.sh to remove CRLF line terminators from upstream files.\n* Add debian/libcommons-io-java-doc.doc-base and\n  debian/libcommons-io-java-doc.install to install the docs.\n* Update debian/watch to call debian/orig-tar.sh\n* debian/patches:\n  + remove old patches which are no longer required.\n  + add a patch to remove external links from build.xml\n* Remove debian/README.Debian - not required.\n	\N	\N	\N	\N	\N	\N	\N	\N	4244	\N	\N	\N
-25097	334	5737	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26512	267	6046	2007-09-20 16:14:39	\n* debian/control:\n  + Add XS-Vcs-Svn, XS-Vcs-Browser\n  + Add Homepage field.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4226	\N	\N	\N
-25099	365	5738	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	\N	\N	\N	\N	\N	\N	\N	10669	\N	\N	\N
-25100	366	5738	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-26513	267	6046	2007-09-19 19:25:54	\n* Update watch file.\n	\N	\N	\N	\N	\N	\N	\N	\N	4207	\N	\N	\N
-25101	366	5738	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-25102	366	5738	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-26514	280	6047	2007-10-15 21:11:49	\n* Replace XS-Vcs-* with Vcs-*\n\n	\N	f	\N	\N	1.2	\N	\N	\N	4426	3	\N	\N
-25104	366	5739	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26515	280	6047	2007-10-15 14:48:00	\n* Inject libkjdsp-java to pkg-java svn\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4412	\N	\N	\N
-25105	366	5739	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25106	366	5739	2007-08-17 13:15:55	\n* Add dh_md5sums to debian/rules.\n* Remove empty /usr/lib/perl5 directory from binary package.\n	\N	\N	\N	\N	\N	\N	\N	\N	6789	\N	\N	\N
-26516	391	6048	2006-11-16 10:16:54	\nMerge debian and xerces-2.8-build-fix branches (r2764).\n\n	\N	f	\N	\N	0.9.5+dfsg	\N	\N	\N	2765	1.1	\N	\N
-25107	366	5739	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26517	391	6048	2006-09-29 12:56:43	\nMerge debian branch (r2516).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2517	\N	\N	\N
-25109	366	5740	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25110	366	5740	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26518	391	6048	2006-09-29 11:46:21	\nMerge debian branch (r2514).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2515	\N	\N	\N
-25111	366	5740	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25112	366	5740	2007-08-01 21:05:32	\nadd missing XS-Vcs-Svn field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6212	\N	\N	\N
-25114	365	5741	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-25115	366	5741	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25116	366	5741	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25118	367	5742	2007-11-02 13:31:52	\nLet dh_strip handle nostrip support\n\n	\N	f	\N	\N	1.00.3	\N	\N	\N	8754	4	\N	\N
-25119	365	5742	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-25120	366	5742	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25121	366	5742	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25122	366	5742	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25124	366	5743	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25125	366	5743	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25126	365	5743	2007-09-12 10:05:27	\nreleasing version 0.05-1\n	\N	\N	\N	\N	\N	\N	\N	\N	7471	\N	\N	\N
-25127	365	5743	2007-09-12 09:54:17	\n* debian/copyright: improved\n  + more precise download URL\n  + added explicit upstream copyright notice with year\n	\N	\N	\N	\N	\N	\N	\N	\N	7470	\N	\N	\N
-25129	366	5744	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25130	366	5744	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25131	366	5744	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26519	391	6048	2006-09-29 07:54:47	\nCompleted copyright information.\n	\N	\N	\N	\N	\N	\N	\N	\N	2500	\N	\N	\N
-25132	334	5744	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26520	391	6048	2006-09-14 12:00:02	\nMerged debian branch (r2416).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2417	\N	\N	\N
-25134	366	5745	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25135	366	5745	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26521	413	6049	2007-06-05 23:08:48	\nNew version of eclipse-gef-3.2.1\n	\N	f	\N	\N	3.2.1	\N	\N	\N	3597	1	\N	\N
-25136	366	5745	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25137	334	5745	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26522	392	6049	2006-04-17 21:06:43	\nUsing a modified cdbs script from the eclipse-pdebuild project\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2051	\N	\N	\N
-25139	366	5746	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26523	394	6049	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-25140	366	5746	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25141	366	5746	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26524	392	6049	2005-12-17 20:29:39	\n* debian/control: Add the package itself to the Build-Conflicts, because\n  it would disturb the pdebuild process.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1639	\N	\N	\N
-25142	334	5746	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26525	392	6049	2005-12-17 13:01:49	\nInitial version for the package of the Eclipse GEF plugins.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1635	\N	\N	\N
-25144	366	5747	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-25145	366	5747	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-26526	389	6050	2007-03-25 00:41:55	\nJTidy - provide copyright file.\nRename README.Debian as README.Debian-source\n	\N	f	\N	\N	7+svn20070309	\N	\N	\N	3105	1	\N	\N
-25146	366	5747	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-25147	331	5747	2007-12-01 13:39:12	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10555	\N	\N	\N
-26527	389	6050	2007-03-23 00:46:19	\nTidied long description\n	\N	\N	\N	\N	\N	\N	\N	\N	3083	\N	\N	\N
-25148	365	5748	2007-12-02 09:30:00	\nsvn-add forgotten (and already uploaded) debian/patches\n	\N	f	\N	\N	1.43	\N	\N	\N	10668	1	\N	\N
-25149	365	5748	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-26528	389	6050	2007-03-23 00:32:00	\ntypo\n	\N	\N	\N	\N	\N	\N	\N	\N	3082	\N	\N	\N
-25150	365	5748	2007-10-12 06:46:22	\n* Migrate from CDBS to DH\n* Add 01_fix-man-name.patch to fix CodeData whatis entry\n* Drop cdbs and patchutils from Build-Depends\n* Add myself as an Uploader\n	\N	\N	\N	\N	\N	\N	\N	\N	8209	\N	\N	\N
-25151	372	5748	2007-10-09 22:56:20	\nModified changelog to show we're ready to commit...\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8172	\N	\N	\N
-26529	389	6050	2007-03-23 00:27:58	\njtidy - corrected clean rule. Standardised build.xml\n	\N	\N	\N	\N	\N	\N	\N	\N	3081	\N	\N	\N
-25152	366	5748	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25154	366	5749	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26893	325	6138	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-25155	366	5749	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25156	366	5749	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25157	334	5749	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-25159	366	5750	2007-10-20 16:29:29	\nmerge changelog entries\n	\N	\N	\N	\N	\N	\N	\N	\N	8383	\N	\N	\N
-25160	366	5750	2007-10-14 02:22:24	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8252	\N	\N	\N
-25161	381	5750	2007-10-13 19:06:59	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	8242	\N	\N	\N
-25162	381	5750	2007-10-13 19:06:45	\n[svn-inject] Forking libwwwbrowser-perl source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	8241	\N	\N	\N
-25164	365	5751	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-25165	366	5751	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25166	366	5751	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25167	366	5751	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26530	389	6050	2007-03-10 02:02:00	\n*Draft* packaging of JTidy.\nThis will close ITP 413526.\nNotes:\n  1)  An svn snapshot is used since the source tarballs are rather out of date.\n  2)  Upstream do not provide a build.xml file. I have added one as debian/build.xml\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3042	\N	\N	\N
-25169	366	5752	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-25170	366	5752	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-26531	302	6051	2007-11-25 18:58:12	\nadd --rename again to uscan\n\n	\N	f	\N	\N	1.0.3	\N	\N	\N	4834	1	\N	\N
-25171	366	5752	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-25172	331	5752	2007-12-01 12:58:07	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10183	\N	\N	\N
-26532	280	6051	2007-11-24 09:52:01	\n* Some fixes in watch and orig-tar.sh files.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4826	\N	\N	\N
-25174	360	5753	2007-12-02 03:16:04	\n* clarification about ${misc::Depends}\n\n	\N	\N	\N	\N	\N	\N	\N	\N	10662	\N	\N	\N
-26533	302	6051	2007-11-22 23:31:44	\nremove Build-Depends: kaffe\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4815	\N	\N	\N
-25175	366	5753	2007-12-02 02:28:53	\nfix small typos\n	\N	\N	\N	\N	\N	\N	\N	\N	10661	\N	\N	\N
-25176	360	5753	2007-12-02 02:26:00	\n\n\n* New upstream release\n* debian/copyright\n  + refresh copyright info\n  + Add copyright info for the Debian Packaging\n* debian/control\n  + Bump standart-version to 3.7.2\n    + raise debhelper version\n    + change compat to 5\n  + Move debhelper to  Build-Depends\n  + Wrap Build-Depends-indep\n  + add ${misc:Depends} to be binNMU safe\n	\N	\N	\N	\N	\N	\N	\N	\N	10660	\N	\N	\N
-26534	302	6051	2007-11-22 23:30:38	\n* New upstream version\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4814	\N	\N	\N
-25177	366	5753	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-26535	280	6051	2007-10-15 21:11:49	\n* Replace XS-Vcs-* with Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4426	\N	\N	\N
-25179	366	5754	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25180	366	5754	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26536	396	6052	2007-06-19 23:17:41	\njmp (0.51-1) unstable; urgency=low\n\n  * New upstream release. Closes: #381324, #399688.\n  * Removed tora and Wolfgang and added myself to Uploaders. Closes: #352981.\n  * Updated Standards-Version.\n\n -- Michael Koch <konqueror at gmx.de>  Tue, 19 Jun 2007 23:13:54 +0200\n\n\n	\N	f	\N	\N	0.51	\N	\N	\N	3731	1	\N	\N
-25181	366	5754	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25182	334	5754	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-25184	366	5755	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26538	394	6052	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-25185	366	5755	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25186	366	5755	2007-08-26 21:54:19	\nAdd missing XS-Vcs-(Svn|Browser) field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	7169	\N	\N	\N
-26539	393	6052	2005-10-24 19:28:46	\nInitial revision\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1507	\N	\N	\N
-25187	371	5755	2007-08-25 01:55:00	\nCommitting new upstream \n\n	\N	\N	\N	\N	\N	\N	\N	\N	7149	\N	\N	\N
-26540	302	6053	2007-11-06 11:01:54	\nmake debian/copyright more verbose\n\n	\N	f	\N	\N	3.2.44	\N	\N	\N	4631	1	\N	\N
-25189	366	5756	2007-11-30 18:21:24	\n* Split out the changes from -2 in a separate patch; add quilt to\n  debian/control and adapt debian/rules accordingly.\n* debian/rules: remove unneeded compiler flags; move dh_clean before\n  $(MAKE) distclean; remove unneeded dh_link call.\n	\N	\N	\N	\N	\N	\N	\N	\N	10050	\N	\N	\N
-25190	372	5756	2007-11-30 17:59:51	\nFixing my latest fix\n\n	\N	\N	\N	\N	\N	\N	\N	\N	10048	\N	\N	\N
-25191	372	5756	2007-11-30 17:53:46	\nFixing some warnings (#450955)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	10047	\N	\N	\N
-25192	365	5756	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-25194	366	5757	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25195	366	5757	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25196	366	5757	2007-08-26 23:31:39	\n* New upstream release.\n* Remove empty /usr/lib/perl5 directory.\n	\N	\N	\N	\N	\N	\N	\N	\N	7176	\N	\N	\N
-25197	366	5757	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25199	366	5758	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-25200	366	5758	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-25201	366	5758	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-25202	331	5758	2007-12-01 13:25:36	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10429	\N	\N	\N
-25204	365	5759	2007-10-22 11:31:52	\nAdd libtest-pod-perl to B-D-I\n	\N	\N	\N	\N	\N	\N	\N	\N	8456	\N	\N	\N
-25206	341	5759	2007-10-21 11:27:45	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	8414	\N	\N	\N
-25207	341	5759	2007-10-21 11:27:29	\n[svn-inject] Forking libtest-without-module-perl source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	8413	\N	\N	\N
-26543	280	6053	2007-11-04 15:57:10	\n* Finish copyright file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4612	\N	\N	\N
-25209	366	5760	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-25210	366	5760	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-26544	280	6053	2007-11-04 07:17:47	\n* Initial inject of Database Java Edition\n   - rdepends on jboss-cache\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4608	\N	\N	\N
-25211	366	5760	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-25212	331	5760	2007-12-01 13:28:17	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10459	\N	\N	\N
-26545	267	6054	2007-09-20 20:45:14	\n* New upstream release.\n* Acknowledge NMU. Thanks to Michael Meskes for the upload.\n* debian/ant.properties:\n  + Correct Java directory spelling.\n* debian/control:\n  + Add Varun Hiremath and Kumar Appaiah to Uploaders.\n  + Add XS-Vcs-Browser and XS-Vcs-Browser.\n  + Move section of libcommons-httpclient-doc to doc.\n  + Add Homepage Field.\n* debian/patches:\n  + Remove 00b_build_xml_dont_copy_lib_dir.patch\n  + Update patches/01_build_xml_version_jar.patch and\n    patches/02_upstream_disable_examples_classes.patch for the new\n    upstream version\n* debian/rules:\n  + Remove dependence on package version; use DEB_UPSTREAM_VERSION for version\n* debian/libcommons-httpclient-java.install:\n  + Not needed, since functionality written in debian.rules.\n* debian/watch\n  + Update watch file to new upstream tarball directory.\n* debian/libcommons-httpclient-java.link:\n  + Not needed, since functionality written in debian.rules.\n* Upstream has fixed some RFC violations. (Closes: #329245)\n* Remove .cvsignore files.\n* Put the coppyright holders in debian/copyright\n  done by James Westby <jw+debian at jameswestby.net>  Mon, 14 Aug 2006 02:29:47 +0100\n	\N	f	\N	\N	3.1	\N	\N	\N	4242	1	\N	\N
-25214	365	5761	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-26546	386	6054	2006-09-18 17:25:46	\nforgot to add new files\n	\N	\N	\N	\N	\N	\N	\N	\N	2472	\N	\N	\N
-25215	366	5761	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25216	366	5761	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26894	325	6138	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-25217	366	5761	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25219	366	5762	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25220	366	5762	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25221	366	5762	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25222	366	5762	2007-08-01 21:05:32	\nadd missing XS-Vcs-Svn field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6212	\N	\N	\N
-25223	365	5763	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	f	\N	\N	0.104	\N	\N	\N	10669	2	\N	\N
-25224	366	5763	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-25225	366	5763	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-25226	366	5763	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-25227	331	5763	2007-12-01 13:06:28	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10243	\N	\N	\N
-25229	366	5764	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25230	366	5764	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25231	366	5764	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25232	334	5764	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-25233	365	5765	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	\N	f	\N	\N	0.66	\N	\N	\N	10669	2	\N	\N
-25234	331	5765	2007-11-20 00:55:50	\nAdd debian watch file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	9616	\N	\N	\N
-25235	331	5765	2007-11-20 00:44:45	\nFix gliches for first release\n	\N	\N	\N	\N	\N	\N	\N	\N	9614	\N	\N	\N
-25236	331	5765	2007-11-19 23:56:25	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	9613	\N	\N	\N
-25237	331	5765	2007-11-19 23:56:14	\n[svn-inject] Forking libhtml-template-pro-perl source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	9612	\N	\N	\N
-25239	366	5766	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25240	366	5766	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25241	334	5766	2007-08-12 04:44:13	\nreleasing version 1.11-6\n	\N	\N	\N	\N	\N	\N	\N	\N	6537	\N	\N	\N
-26547	386	6054	2006-09-18 17:23:37	\ncommons-httpclient (3.0.1-0.1) unstable; urgency=medium\n\n  * Non-maintainer upload.\n  * Bump debhelper Build-Depends to (>= 4.1.0) as required by cdbs' \n    debhelper.mk\n  * Put the coppyright holders in debian/changelog\n  * Include the jar file in the package. (Closes: #381354)\n  * Only include one copy of the docs.\n  * Fixes RC bug, hence urgency medium.\n\n -- James Westby <jw+debian at jameswestby.net>  Mon, 14 Aug 2006 02:29:47 +0100\n	\N	\N	\N	\N	\N	\N	\N	\N	2471	\N	\N	\N
-25243	365	5767	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	f	\N	\N	0.14	\N	\N	\N	8503	5	\N	\N
-25244	366	5767	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26548	386	6054	2006-08-01 10:52:52	\ncommons-httpclient (3.0.1-0) unstable; urgency=low\n\n  * New upstream (closes: #340307)\n  * Build with cdbs and java-gcj-compat-dev\n  * Updated to Standards-Version 3.7.2; split build-dep and\n    build-dep-indep.\n  * Added libcommons-codec-java to build-dep.\n  * Using simple-patchsys and no more dpatch\n\n -- Arnaud Vandyck <avdyk at debian.org>  Mon, 31 Jul 2006 17:11:32 +0200\n	\N	\N	\N	\N	\N	\N	\N	\N	2298	\N	\N	\N
-25245	366	5767	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25247	366	5767	2007-08-03 17:13:45	\nminor tweaks to debian/rules\n	\N	\N	\N	\N	\N	\N	\N	\N	6237	\N	\N	\N
-26550	396	6055	2007-09-15 09:17:33	\nlibapache-mod-jk (1:1.2.25-1) unstable; urgency=low\n\n  * New upstream release.\n  * Don't suggest tomcat5 anymore.\n  * Use Homepage: field in debian/control\n\n -- Michael Koch <konqueror at gmx.de>  Sat, 15 Sep 2007 09:07:30 +0200\n\n\n	\N	f	\N	\N	1:1.2.25	1	\N	\N	4177	1	\N	\N
-25249	366	5768	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-25250	366	5768	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-26832	386	6122	2007-04-20 10:36:14	\nlibcommons-lang-java (2.3-1) unstable; urgency=low\n\n  * New upstream (closes: #419850)\n  * Removed Ola Lundqvist and Stefan Gybas from co-maintainers.\n  * Standards-Version to 3.7.2, nothing to do.\n  * Removed PROPOSAL.html from docs files (it does not exist anymore)\n\n -- Arnaud Vandyck <avdyk at debian.org>  Fri, 20 Apr 2007 09:14:04 +0200\n	\N	\N	\N	\N	\N	\N	\N	\N	3280	\N	\N	\N
-25251	366	5768	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-25252	331	5768	2007-12-01 12:52:50	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10129	\N	\N	\N
-26895	325	6138	2007-11-16 07:48:02	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50154	\N	\N	\N
-25254	365	5769	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-25255	366	5769	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25256	366	5769	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25257	366	5769	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25259	366	5770	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25260	366	5770	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25261	366	5770	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25262	334	5770	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-25264	366	5771	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-25265	366	5771	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-25266	366	5771	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-25267	331	5771	2007-12-01 13:21:12	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10381	\N	\N	\N
-25269	366	5772	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-25270	366	5772	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-25271	366	5772	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-25272	331	5772	2007-12-01 13:27:15	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10447	\N	\N	\N
-25273	365	5773	2007-11-19 23:01:56	\n* Add dh_shlibdeps; add ${shlibs:Depends} and ${misc:Depends} to Depends\n	\N	f	\N	\N	0.23	\N	\N	\N	9606	1	\N	\N
-25274	365	5773	2007-11-19 22:53:32	\n* Re-wrapped Uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	9605	\N	\N	\N
-25275	365	5773	2007-11-19 22:52:21	\n* Use '$@' when touching stamps\n	\N	\N	\N	\N	\N	\N	\N	\N	9604	\N	\N	\N
-25276	365	5773	2007-11-19 22:51:40	\n* Fix usage of DESTDIR and PREFIX when invoking $(MAKE) install\n	\N	\N	\N	\N	\N	\N	\N	\N	9603	\N	\N	\N
-25277	366	5773	2007-11-17 23:03:29	\ns/UNRELEASED/unstable/\n	\N	\N	\N	\N	\N	\N	\N	\N	9557	\N	\N	\N
-25279	365	5774	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-25280	366	5774	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26551	396	6055	2007-07-12 00:56:01	\nlibapache-mod-jk (1:1.2.23-4) unstable; urgency=low\n\n  * libapache2-mod-jk: Removed Suggests on tomcat4.\n  * libapache-mod-jk-doc: Removed Suggests on libapache-mod-jk.\n\n -- Michael Koch <konqueror at gmx.de>  Thu,  5 Jul 2007 13:44:24 +0200\n\nlibapache-mod-jk (1:1.2.23-3) unstable; urgency=low\n\n  * Don't build libapache-mod-jk binary package anymore. Closes: #429125.\n  * Removed Wolfgang from Uploaders.\n\n -- Michael Koch <konqueror at gmx.de>  Sun, 24 Jun 2007 18:34:33 -0100\n\nlibapache-mod-jk (1:1.2.23-2) unstable; urgency=low\n\n  * Point workers.tomcat_home to /usr/share/tomcat5 and\n    workers.java_home to /usr/lib/jvm/java-gcj.\n  * Generate changelog from changelog.html correctly.\n\n -- Michael Koch <konqueror at gmx.de>  Sat, 09 Jun 2007 16:06:13 -0100\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3817	\N	\N	\N
-25281	366	5774	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25282	366	5774	2007-08-18 02:06:32	\nAdd missing XS-Vcs-(Svn|Browser) field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	6906	\N	\N	\N
-26552	396	6055	2007-06-03 18:41:16	\n* New upstream release.\n  - Forward unparsed URI to tomcat. Closes: #425836.\n    CVE-2007-1860\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3579	\N	\N	\N
-25283	365	5775	2007-11-14 12:10:23	\nreleasing version 2.008-1\n	\N	f	\N	\N	2.008	\N	\N	\N	9272	1	\N	\N
-25284	366	5775	2007-11-11 16:13:46	\ndebian/rules: move $(MAKE) test to build-stamp target, remove unused\n  dh_* calls.\n	\N	\N	\N	\N	\N	\N	\N	\N	9215	\N	\N	\N
-26553	396	6055	2007-04-17 21:21:26	\nlibapache-mod-jk (1:1.2.22-1) unstable; urgency=low\n\n  * New upstream release\n    - works when no JkWorkersFile option set (Closes: #419448).\n  * Added debian/patches/04_no-worker-error.dpatch to make the message\n    "Could not find worker" an error and more visible (Closes: #418887).\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3259	\N	\N	\N
-25285	366	5775	2007-11-11 16:12:11	\nbump dependency on libcompress-raw-zlib-perl and libio-compress-base-perl to (>= 2.008); add NOTE to changelog to wait for those packages\n	\N	\N	\N	\N	\N	\N	\N	\N	9214	\N	\N	\N
-25286	366	5775	2007-11-11 16:08:50	\nNew upstream release.\n	\N	\N	\N	\N	\N	\N	\N	\N	9213	\N	\N	\N
-26554	396	6055	2007-04-14 18:13:52	\nlibapache-mod-jk (1:1.2.21-1) unstable; urgency=low\n\n  * New upstream release\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3209	\N	\N	\N
-25287	365	5775	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-26555	280	6056	2007-12-01 13:47:05	\n* New upstream release\n* debian/build.xml: exclude test/* files which require sun-java-jdk to build.\n	\N	f	\N	\N	0.97.4	\N	\N	\N	4936	1	\N	\N
-25289	368	5776	2007-11-29 22:17:28	\n* Don't install the README file, it's just a copy of the Mail::Tools\n  POD documentation.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	10016	\N	\N	\N
-25290	368	5776	2007-11-29 22:17:23	\n  + Add libtest-pod-perl build-dependency: better test coverage.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	10015	\N	\N	\N
-26556	302	6056	2007-11-04 19:29:31	\n* Reupload the package with the orig.tar.gz file from contrib.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4615	\N	\N	\N
-25291	368	5776	2007-11-29 22:17:18	\nupdate upstream author information\n\n	\N	\N	\N	\N	\N	\N	\N	\N	10014	\N	\N	\N
-26557	280	6056	2007-11-04 15:54:27	\n* Fix version number to move orig.tar.gz to section main\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4611	\N	\N	\N
-25293	365	5777	2007-11-28 22:37:21	\n* Remove unused dh_installdirs and dh_installman calls\n	\N	f	\N	\N	1.50	\N	\N	\N	9971	1	\N	\N
-25294	368	5777	2007-11-28 20:21:33	\nready for uploading\n\n	\N	\N	\N	\N	\N	\N	\N	\N	9942	\N	\N	\N
-25295	368	5777	2007-11-28 20:21:28	\n* Update debian/watch.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	9941	\N	\N	\N
-25296	368	5777	2007-11-28 20:21:23	\nremove the DESTDIR variable from dh_builddeb, reword changelog\n\n	\N	\N	\N	\N	\N	\N	\N	\N	9940	\N	\N	\N
-25297	368	5777	2007-11-28 20:07:56	\n* Remove obsolete build-dependency on libextutils-autoinstall-perl.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	9938	\N	\N	\N
-25299	366	5778	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25300	366	5778	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25301	366	5778	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25302	334	5778	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-25304	366	5779	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25305	366	5779	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25306	366	5779	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25307	334	5779	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-25309	366	5780	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25310	366	5780	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25312	360	5780	2007-09-17 06:21:13	\n* New upstream release\n* 'Homepage:' added\n* debian/copyright updated\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7629	\N	\N	\N
-25314	366	5781	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-25315	366	5781	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-25316	366	5781	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-25317	331	5781	2007-12-01 12:57:01	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10171	\N	\N	\N
-25319	366	5782	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25320	366	5782	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26559	302	6057	2007-10-13 19:14:59	\n* NOT RELEASED YET\n* remove reference to substance in README.Debian-source\n\n\n	\N	f	\N	\N	2.0.1.dfsg.1	\N	\N	\N	4382	2	\N	\N
-25321	334	5782	2007-08-12 04:49:08	\nThere is no need to add a new dummy UNRELEASED changelog entry to try and\navoid people making changes to the previous, released entry. Instead,\nsimply:\n\necho DEBCHANGE_RELEASE_HEURISTIC=changelog >>~/.devscripts\n\nThis will make dch automatically start a new changelog entry if the package\nhas been released, and add to existing UNRELEASED changlog entries.\n\nI'm removing all the "NOT RELEASED YET" dummy entries since:\n\n* They are not needed when dch is used correctly as descrived above.\n* They make grepping for actually UNRELEASED packages unncessarily hard.\n* They were added quite inconsistently, being present in only a small \n  fraction of pkg-perl's package, and thus being of even less benefit since\n  nobody could count on them being there.\n* They demonstratably have led to cruft appearing in released changelogs,\n  when people forgot to remove them and added a new changelog entry above\n  the dummy entry. (I've fixed all of that cruft, too).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6543	\N	\N	\N
-25322	365	5782	2007-08-01 22:41:24	\nadd changelog stanza for next revision\n	\N	\N	\N	\N	\N	\N	\N	\N	6220	\N	\N	\N
-26560	302	6057	2007-10-12 19:37:07	\n* change GPL -> LGPL in debian/copyright\n* add another license from README-license.txt to debian/copyright\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4359	\N	\N	\N
-25324	366	5783	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26561	302	6057	2007-10-12 19:28:33	\nadd myself to Uploaders\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4357	\N	\N	\N
-25325	366	5783	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25326	366	5783	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-26562	302	6057	2007-10-12 19:16:19	\n* update debian/copyright to the current FSF address\n* add a pointer to the local GPL text\n* add debian/README.Debian-source\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4356	\N	\N	\N
-25327	334	5783	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-25328	374	5784	2007-12-09 08:01:28	\n* debian/watch:\n - Added by-dist URL.\n* debian/control:\n - Bumped Standards-Version.\n - Moved Jos?\\195?\\169 to Uploaders, put the Perl Group as maintainer.\n - Removed homepage from description, and changed the wording a bit.\n	\N	f	\N	\N	3.24	\N	\N	\N	11042	2	\N	\N
-26563	302	6057	2007-10-12 19:06:54	\n* move the package to main\n* new upstream version\n* fix the patch for build.xml\n* clean up\n* update debian/watch and implement get-orig-source in debian/rules\n* fix Build-Depends\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4355	\N	\N	\N
-25329	365	5784	2007-12-07 21:51:57	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	11014	\N	\N	\N
-25330	365	5784	2007-12-07 21:43:03	\nApply UNRELEASED changes cleanly\n	\N	\N	\N	\N	\N	\N	\N	\N	11012	\N	\N	\N
-26564	302	6058	2007-10-13 20:17:40	\ncleanup\n\n	\N	f	\N	\N	2.1.3.dfsg.1	\N	\N	\N	4390	1	\N	\N
-25331	365	5784	2007-12-07 21:40:26	\nReverting 11009, 11008, 11006 and 11005. Thanks to Niko for noticing the mess (even after I tried to clean up)\n	\N	\N	\N	\N	\N	\N	\N	\N	11011	\N	\N	\N
-25332	365	5784	2007-12-07 12:56:06	\nAdd UNRELEASED notes in a new changelog entry\n	\N	\N	\N	\N	\N	\N	\N	\N	11009	\N	\N	\N
-26565	302	6058	2007-10-13 20:13:08	\n* move the package to contrib because it Build-Depends on aspectwerkz2\n* add the full text of the Apache license to debian/copyright\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4389	\N	\N	\N
-25334	366	5785	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26566	302	6058	2007-10-13 20:09:11	\ninstall doc files\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4388	\N	\N	\N
-25335	366	5785	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25336	366	5785	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25337	366	5785	2007-08-01 21:05:32	\nadd missing XS-Vcs-Svn field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6212	\N	\N	\N
-25338	372	5786	2007-12-14 00:30:20	\nMeta-bumped up standards-version\n\n	\N	t	\N	\N	0.37	\N	\N	\N	11182	\N	\N	\N
-25339	374	5786	2007-12-13 04:50:51	\n* Obtain a list of matching modules when querying CPAN (instead of just the\n  first match) to allow it to correctly choose between module names that\n  only differ in case. (Closes: #451838).\n	\N	\N	\N	\N	\N	\N	\N	\N	11152	\N	\N	\N
-25340	374	5786	2007-12-12 13:53:25	\n* Replace erroneous reference to $opts{basepkgs} in extract_depends, thanks\n  to Hilko Bengen for the correction. (Closes: #452122).\n	\N	\N	\N	\N	\N	\N	\N	\N	11147	\N	\N	\N
-25341	365	5786	2007-12-07 10:38:34	\nBump standards-version to 3.7.3 (no changes)\n	\N	\N	\N	\N	\N	\N	\N	\N	11007	\N	\N	\N
-25342	365	5786	2007-11-16 09:14:24	\n* Fix install dependencies in rules templates\n  Before:\n    install: build install-stamp\n    install-stamp:\n  After:\n    install: install-stamp\n    install-stamp: build-stamp\n  Avoids problems with parallel builds\n* Use "$@" as when touching stamps\n	\N	\N	\N	\N	\N	\N	\N	\N	9387	\N	\N	\N
-25344	366	5787	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25345	366	5787	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25346	365	5787	2007-09-12 08:10:06	\n* fixed debian/watch to not capture file extension\n	\N	\N	\N	\N	\N	\N	\N	\N	7454	\N	\N	\N
-25347	365	5787	2007-09-12 08:08:44	\nreleasing version 0.05-2\n	\N	\N	\N	\N	\N	\N	\N	\N	7452	\N	\N	\N
-25349	366	5788	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-25350	366	5788	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-26567	302	6058	2007-10-13 19:34:33	\n* source package builds now\n* -doc package is still incomplete\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4384	\N	\N	\N
-25351	366	5788	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-25352	331	5788	2007-12-01 12:57:34	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10177	\N	\N	\N
-26568	302	6058	2007-10-13 19:16:07	\n* implement get-orig-source in debian/rules\n* add debian/README.Debian-source\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4383	\N	\N	\N
-25353	360	5789	2007-11-07 05:50:28	\ns/UNRELEASED/unstable/\n\n	\N	f	\N	\N	0.59	\N	\N	\N	8935	2	\N	\N
-25354	360	5789	2007-11-07 05:45:40	\n* Fix debian/watch -> #449697\n* libnet-server-perl added as build-deps\n* Minor Changes to debian/rules\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8934	\N	\N	\N
-25355	365	5789	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-25356	366	5789	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-26570	335	6059	2007-05-16 17:31:47	\nadd new bug number to Closes:\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3490	\N	\N	\N
-25357	366	5789	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25358	366	5790	2007-12-01 21:55:24	\nFix description spelling, thanks to Peter Eisentraut (closes: #357280).\n	\N	f	\N	\N	0.2808	\N	\N	\N	10633	0.3	\N	\N
-26571	335	6059	2007-05-16 14:49:11	\nadd glib-java to the Requires: part of libgconf-java (to be consistent)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3488	\N	\N	\N
-25359	366	5790	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	\N	\N	\N	\N	\N	\N	\N	\N	10632	\N	\N	\N
-25360	366	5790	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-26572	335	6059	2007-05-15 18:04:27	\ndrop 06_add_glib_to_pkgconfig.diff; we don't need it\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3479	\N	\N	\N
-25361	365	5790	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-25362	365	5790	2007-10-21 18:47:38	\nreleasing version 0.2808-0.2\n	\N	\N	\N	\N	\N	\N	\N	\N	8429	\N	\N	\N
-26573	335	6059	2007-05-15 14:42:05	\nwe need to pull in libglib-java-gcj\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3473	\N	\N	\N
-25363	365	5791	2007-12-03 20:46:35	\n* Put me instead of Ernesto in Uploaders\n	\N	f	\N	\N	1.311	\N	\N	\N	10775	2	\N	\N
-25364	365	5791	2007-12-03 20:41:19	\nTypos/style\n	\N	\N	\N	\N	\N	\N	\N	\N	10773	\N	\N	\N
-26574	267	6060	2007-10-11 08:48:10	\n* debian/control:\n  + Add Homepage field.\n	\N	f	\N	\N	1.51~pre3	\N	\N	\N	4343	2	\N	\N
-25365	365	5791	2007-12-03 20:36:28	\n* Make debian/watch use http://search.cpan.org/dist/\n	\N	\N	\N	\N	\N	\N	\N	\N	10772	\N	\N	\N
-25366	365	5791	2007-12-03 20:30:27	\n* Bump debhelper level to 5\n	\N	\N	\N	\N	\N	\N	\N	\N	10771	\N	\N	\N
-26575	280	6060	2007-10-11 03:23:12	\n* debian/control: explicitely depend on sun-java6-jre (Closes: #446117)\n* debian/jftp.run: call /usr/lib/jvm/java-6-sun/bin/java instead of java\n	\N	\N	\N	\N	\N	\N	\N	\N	4340	\N	\N	\N
-25367	365	5791	2007-12-03 20:28:56	\n* Drop debian/docs\n  + do not install radundant README\n  + Changes is installed by dh_installchangelogs\n	\N	\N	\N	\N	\N	\N	\N	\N	10770	\N	\N	\N
-26576	267	6060	2007-09-14 19:01:13	\n* Add jftp.xpm and use it as icon in jftp.desktop.\n	\N	\N	\N	\N	\N	\N	\N	\N	4172	\N	\N	\N
-25369	370	5792	2007-11-23 20:03:56	\n* Fixed Maintainer field in control file.\n	\N	\N	\N	\N	\N	\N	\N	\N	9679	\N	\N	\N
-25370	370	5792	2007-11-19 12:39:54	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	9592	\N	\N	\N
-26577	280	6060	2007-09-14 08:41:12	\n* Add XS-Vcs-{Svn, Browser} headers in debian/control\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4170	\N	\N	\N
-25371	370	5792	2007-11-19 12:39:20	\n[svn-inject] Forking liblocale-us-perl source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	9591	\N	\N	\N
-25372	370	5792	2007-11-19 12:38:21	\n[svn-inject] Installing original source of liblocale-us-perl\n	\N	\N	\N	\N	\N	\N	\N	\N	9588	\N	\N	\N
-25374	366	5793	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25375	366	5793	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25376	334	5793	2007-08-12 04:49:08	\nThere is no need to add a new dummy UNRELEASED changelog entry to try and\navoid people making changes to the previous, released entry. Instead,\nsimply:\n\necho DEBCHANGE_RELEASE_HEURISTIC=changelog >>~/.devscripts\n\nThis will make dch automatically start a new changelog entry if the package\nhas been released, and add to existing UNRELEASED changlog entries.\n\nI'm removing all the "NOT RELEASED YET" dummy entries since:\n\n* They are not needed when dch is used correctly as descrived above.\n* They make grepping for actually UNRELEASED packages unncessarily hard.\n* They were added quite inconsistently, being present in only a small \n  fraction of pkg-perl's package, and thus being of even less benefit since\n  nobody could count on them being there.\n* They demonstratably have led to cruft appearing in released changelogs,\n  when people forgot to remove them and added a new changelog entry above\n  the dummy entry. (I've fixed all of that cruft, too).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6543	\N	\N	\N
-25377	366	5793	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25378	367	5794	2007-11-01 18:18:24	\nFix typo in changelog\n\n	\N	f	\N	\N	0.219	\N	\N	\N	8746	1	\N	\N
-25379	365	5794	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-25380	365	5794	2007-10-22 11:15:36	\nBriefly say why this is packaged at all\n	\N	\N	\N	\N	\N	\N	\N	\N	8451	\N	\N	\N
-25381	366	5794	2007-10-20 20:28:03	\nadd Depends: ${perl:Depends}, ${misc:Depends} to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	8404	\N	\N	\N
-25382	341	5794	2007-10-20 19:51:53	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	8401	\N	\N	\N
-25383	365	5795	2007-11-13 06:49:04	\nUse $(QUILT_STAMPFN) instaed of patch-stamp\n	\N	f	\N	\N	0.46	\N	\N	\N	9251	1	\N	\N
-25384	366	5795	2007-11-06 20:17:37	\nclose newly opened bug in changelog\n	\N	\N	\N	\N	\N	\N	\N	\N	8922	\N	\N	\N
-25385	366	5795	2007-11-04 19:25:10	\ns/UNRELEASED/unstable/\n	\N	\N	\N	\N	\N	\N	\N	\N	8851	\N	\N	\N
-26578	280	6060	2007-09-14 08:27:28	\n* Fix debian/copyright: include missing licenses and copyrights.\n* Add jftp.desktop.\n	\N	\N	\N	\N	\N	\N	\N	\N	4169	\N	\N	\N
-25386	365	5795	2007-10-30 10:48:59	\nlibhtml-display-perl is NEW\n	\N	\N	\N	\N	\N	\N	\N	\N	8705	\N	\N	\N
-25387	365	5795	2007-10-29 20:02:29	\nlibtest-without-module accepted\n	\N	\N	\N	\N	\N	\N	\N	\N	8657	\N	\N	\N
-26579	396	6061	2007-07-16 07:50:40	\now-util-ant-tasks (1.3.2-2) unstable; urgency=low\n\n  * Make libow-util-ant-tasks-java an arch:all package.\n\n -- Michael Koch <konqueror at gmx.de>  Mon, 16 Jul 2007 07:43:52 +0200\n\n\n	\N	f	\N	\N	1.3.2	\N	\N	\N	3850	2	\N	\N
-25389	365	5796	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-26580	396	6061	2007-07-08 09:25:23	\now-util-ant-tasks (1.3.2-1) unstable; urgency=low\n\n  * New upstream version.\n  * Depends on ant (>= 1.7).\n  * Depend on java-gcj-compat instead of kaffe.\n  * Removed Wolfgang and added myself to Uploaders.\n\n -- Michael Koch <konqueror at gmx.de>  Sat, 07 Jul 2007 13:49:32 -0100\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3803	\N	\N	\N
-25390	366	5796	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25391	366	5796	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26581	414	6061	2006-05-07 02:18:05	\nRemoved legacy .cvsignore artifacts\nUpdated standards version to 3.7.2\nUpdated uploader email for Barry Hawkins\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2110	\N	\N	\N
-25392	366	5796	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25393	365	5797	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	f	\N	\N	4.9.10	\N	\N	\N	8503	3	\N	\N
-26582	393	6061	2006-01-23 15:06:41	\nUpdate to kaffe transition upload.\n	\N	\N	\N	\N	\N	\N	\N	\N	1764	\N	\N	\N
-25394	366	5797	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25395	366	5797	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26583	394	6061	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-25396	365	5797	2007-08-14 15:26:28	\nClarification about debhelper version bump\n	\N	\N	\N	\N	\N	\N	\N	\N	6598	\N	\N	\N
-25397	365	5797	2007-08-14 15:18:48	\nNote no changes were needed between 3.6.2 and 3.7.2\n	\N	\N	\N	\N	\N	\N	\N	\N	6597	\N	\N	\N
-26584	404	6062	2006-10-12 22:25:01	\n\n	\N	f	\N	\N	1.4.5	\N	\N	\N	2616	1	\N	\N
-25399	341	5798	2007-11-17 19:11:24	\nSorry, forgot to change the distribution\n\n	\N	\N	\N	\N	\N	\N	\N	\N	9503	\N	\N	\N
-26585	404	6062	2006-10-12 22:16:14	\nnew import\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2615	\N	\N	\N
-25400	341	5798	2007-11-17 19:10:31	\nReady to be uploaded :)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	9502	\N	\N	\N
-25401	341	5798	2007-11-04 01:05:08	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	8811	\N	\N	\N
-26586	404	6062	2006-10-12 22:13:55	\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2614	\N	\N	\N
-25402	341	5798	2007-11-04 01:04:49	\n[svn-inject] Forking libdata-stag-perl source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	8810	\N	\N	\N
-26587	404	6062	2006-10-12 22:04:35	\nnew import\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2613	\N	\N	\N
-25404	366	5799	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25405	366	5799	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26588	413	6063	2006-11-12 11:26:35	\nNew upstream version of eclipse-pydev (1.2.5)\n\n* Added Jython patches\n* including orig sources as there are blob files deleted from the upstream sources.\n	\N	f	\N	\N	1.2.5	\N	\N	\N	2738	1ubuntu1	\N	\N
-25406	365	5799	2007-09-11 11:11:50	\n* Moved libmodule-build-perl from B-D to B-D-I\n	\N	\N	\N	\N	\N	\N	\N	\N	7373	\N	\N	\N
-25407	365	5799	2007-09-11 11:05:28	\n* Added upstream URL to debian/copyright\n	\N	\N	\N	\N	\N	\N	\N	\N	7372	\N	\N	\N
-25409	366	5800	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25410	365	5800	2007-10-01 22:23:57	\nPromote Homepage to a real field\n	\N	\N	\N	\N	\N	\N	\N	\N	8041	\N	\N	\N
-25411	365	5800	2007-09-19 11:53:37	\nNote this waits for liblog-trace-perl\n	\N	\N	\N	\N	\N	\N	\N	\N	7761	\N	\N	\N
-25412	365	5800	2007-09-19 11:40:19	\n* Added libtest-log-perl to B-D-I\n* Removed "^a " from short description\n* commented-out unused dh_installexamples\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7756	\N	\N	\N
-25414	365	5801	2007-12-02 09:23:11	\nRemove note about debian/compat that was really uploaded (just not svn-added)\n	\N	\N	\N	\N	\N	\N	\N	\N	10667	\N	\N	\N
-25415	366	5801	2007-12-01 22:32:45	\ns/UNRELEASED/unstable/\n	\N	\N	\N	\N	\N	\N	\N	\N	10635	\N	\N	\N
-25416	366	5801	2007-12-01 22:31:25	\n* Really add debian/compat; set urgency to medium because the previous\n  revision produced a rather empty package.\n* Don't install empty /usr/share/perl5 directory.\n	\N	\N	\N	\N	\N	\N	\N	\N	10634	\N	\N	\N
-25417	365	5801	2007-11-26 22:46:03	\nreleasing version 2.05-2\n	\N	\N	\N	\N	\N	\N	\N	\N	9792	\N	\N	\N
-25419	365	5802	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-25420	366	5802	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25421	366	5802	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25422	366	5802	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25423	366	5803	2007-11-02 17:46:21	\ns/UNRELEASED/unstable/\n	\N	f	\N	\N	2.192	\N	\N	\N	8774	1	\N	\N
-25424	366	5803	2007-11-02 17:38:58	\nNew upstream release.\n	\N	\N	\N	\N	\N	\N	\N	\N	8773	\N	\N	\N
-26589	413	6063	2006-11-12 11:18:26	\nupdating eclipse-pydev project structure\n	\N	\N	\N	\N	\N	\N	\N	\N	2737	\N	\N	\N
-25425	365	5803	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-25426	365	5803	2007-10-22 08:54:04	\nreleasing version 2.191-1\n	\N	\N	\N	\N	\N	\N	\N	\N	8444	\N	\N	\N
-26590	413	6063	2006-11-12 11:14:58	\nupdating eclipse-pydev project structure\n	\N	\N	\N	\N	\N	\N	\N	\N	2736	\N	\N	\N
-25427	365	5803	2007-10-22 08:50:09	\n* New upstream release. Improves testing suite.\n	\N	\N	\N	\N	\N	\N	\N	\N	8443	\N	\N	\N
-26591	391	6064	2007-10-30 10:32:22	\nRemove XS- prefix from Vcs field. Add Homepage.\n	\N	f	\N	\N	1.0~b3~svn20061109	\N	\N	\N	4515	2	\N	\N
-25429	366	5804	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25430	366	5804	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-26592	396	6064	2007-07-16 07:04:57	\nstylebook (1.0~b3~svn20061109-2) unstable; urgency=low\n\n  * Move to unstable.\n  * Delete build tree in clean target.\n  * Added myself to Uploaders.\n\n -- Michael Koch <konqueror at gmx.de>  Mon, 16 Jul 2007 07:01:18 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3848	\N	\N	\N
-25431	366	5804	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25432	334	5804	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26593	391	6064	2007-07-11 12:44:33	\nClone Debian branch (r3811).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3812	\N	\N	\N
-25433	366	5805	2007-11-11 15:29:08	\ns/UNRELEASED/unstable/\n	\N	f	\N	\N	2.008	\N	\N	\N	9198	1	\N	\N
-25434	366	5805	2007-11-11 15:25:40	\ndebian/copyright: add copyright/license information for ppport.h.\n	\N	\N	\N	\N	\N	\N	\N	\N	9197	\N	\N	\N
-26594	391	6064	2006-12-11 11:38:15	\nUpload to experimental.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2850	\N	\N	\N
-25435	366	5805	2007-11-11 15:20:03	\ndebian/rules: move $(MAKE) test to build-stamp target.\n	\N	\N	\N	\N	\N	\N	\N	\N	9196	\N	\N	\N
-25436	366	5805	2007-11-11 15:16:58	\nNew upstream release.\n	\N	\N	\N	\N	\N	\N	\N	\N	9195	\N	\N	\N
-26595	391	6064	2006-12-11 10:47:25	\nAdd XS-Vcs-* fields.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2844	\N	\N	\N
-25437	365	5805	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	\N	\N	\N	\N	\N	\N	\N	\N	8503	\N	\N	\N
-26596	394	6065	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	f	\N	\N	4.1.31	\N	\N	\N	1687	4	\N	\N
-25439	366	5806	2007-12-01 19:16:56	\nset maintainer to Debian Perl Group and move Jay to Uploaders for all of Jay's imported packages\n	\N	\N	\N	\N	\N	\N	\N	\N	10614	\N	\N	\N
-25440	366	5806	2007-12-01 18:57:58	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	10613	\N	\N	\N
-26597	386	6065	2005-09-25 01:05:14	\ntomcat4 (4.1.31-4) unstable; urgency=low\n\n  * libant1.6 to ant transition\n    + Changed libtomcat4-java.links, rules and control accordingly\n    + Added ant-optional as build-dependency\n    + Moved ant from Suggests to Depends\n  * Fixed typo in README.Debian (closes: #320437)\n  * Extended JDK list (closes: #301761)\n  * Fixed some lintian warnings\n  * Standards-Version 3.6.2 (no changes)\n  * Adde myself as uploader\n\n -- Wolfgang Baer <WBaer at gmx.de>  Sun, 18 Sep 2005 22:06:20 +0200\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1393	\N	\N	\N
-25441	331	5806	2007-12-01 12:52:18	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10123	\N	\N	\N
-25442	331	5806	2007-12-01 12:52:11	\n[svn-inject] Forking libclass-date-perl source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10122	\N	\N	\N
-26598	399	6065	2005-04-12 16:10:18	\nCorrected init script to be bash, as bashisms are used, and set\nJITC_PROCESSOR_TYPE when running on powerpc\n\n	\N	\N	\N	\N	\N	\N	\N	\N	978	\N	\N	\N
-25444	366	5807	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25445	366	5807	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25446	365	5807	2007-08-16 23:17:55	\nRemoved unused dh_link and OPTIMIZE from make call (this is arch-indep package)\n	\N	\N	\N	\N	\N	\N	\N	\N	6736	\N	\N	\N
-25447	382	5807	2007-08-15 16:39:49	\ndebian/control: XS-Vcs-*\ndebian/changelog: timestamp\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6664	\N	\N	\N
-25449	366	5808	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25450	366	5808	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25451	366	5808	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25452	334	5808	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-25454	366	5809	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25455	366	5809	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25457	365	5809	2007-07-30 15:20:35	\nuse cannonical authors/ URL\n	\N	\N	\N	\N	\N	\N	\N	\N	6106	\N	\N	\N
-25459	366	5810	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25460	366	5810	2007-10-09 21:37:36	\nAdd missing XS-Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	8162	\N	\N	\N
-25461	366	5810	2007-08-01 21:14:32	\nadd missing XS-Vcs-Browser field to debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	6213	\N	\N	\N
-25462	334	5810	2007-07-30 05:32:43	\nupdate Vcs-Svn lines for new locations\n	\N	\N	\N	\N	\N	\N	\N	\N	6020	\N	\N	\N
-26599	414	6065	2005-04-11 07:39:51	\nMade small comment change to rules to hopefully force update of permissions to executable.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	970	\N	\N	\N
-25464	383	5811	2007-12-02 23:07:08	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10756	\N	\N	\N
-25465	383	5811	2007-12-02 23:06:59	\n[svn-inject] Forking libtemplate-plugin-number-format-perl source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	10755	\N	\N	\N
-26600	414	6065	2005-04-11 07:31:21	\nChanged Build-Depends to include -Indep suffix.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	969	\N	\N	\N
-25466	383	5811	2007-12-02 23:06:42	\n[svn-inject] Installing original source of libtemplate-plugin-number-format-perl\n	\N	\N	\N	\N	\N	\N	\N	\N	10752	\N	\N	\N
-26601	391	6066	2006-10-17 13:46:33	\nRemove dependency on obsolete libsaxpath-java\n	\N	f	\N	\N	5.0.30	\N	\N	\N	2621	12	\N	\N
-25468	366	5812	2007-10-09 22:38:51	\nChange XS-Vcs-* to Vcs-* in all trunk/*/debian/control files\n	\N	\N	\N	\N	\N	\N	\N	\N	8170	\N	\N	\N
-25469	365	5812	2007-10-03 22:23:17	\nReady for release now. push @uploaders, $self\n	\N	\N	\N	\N	\N	\N	\N	\N	8061	\N	\N	\N
-26602	386	6066	2006-09-14 13:55:49	\napplied a patch for the tag file recursive problem\n	\N	\N	\N	\N	\N	\N	\N	\N	2424	\N	\N	\N
-25470	365	5812	2007-09-30 17:24:55	\nhash-case is accepted. only one more to go\n	\N	\N	\N	\N	\N	\N	\N	\N	8026	\N	\N	\N
-25471	365	5812	2007-09-22 23:50:01	\nAdd short explaination why this module is introduced to archive; Update pkg-perl notes\n	\N	\N	\N	\N	\N	\N	\N	\N	7887	\N	\N	\N
-26603	386	6066	2006-09-12 16:50:59	\nadded the path from Sun package in init script\n	\N	\N	\N	\N	\N	\N	\N	\N	2406	\N	\N	\N
-25473	375	5813	2007-12-15 11:41:03	\nhopefully fixing FTBFS based on bad changelog format. grr.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	11201	\N	\N	\N
-26604	386	6066	2006-09-12 16:23:05	\ntomcat5 (5.0.30-11) UNRELEASED; urgency=low\n\n  * Arnaud Vandyck <avdyk at debian.org>:\n\n    + debian/control: removed apache-utils version and added alternative\n    apache2-utils (that provide the virtual apache-utils package) (closes:\n    #361277)\n\n --\n	\N	\N	\N	\N	\N	\N	\N	\N	2403	\N	\N	\N
-25474	375	5813	2007-12-15 11:32:33	\ncleaned up some unused dh-make-perl boilerplate. Don't install README\n\n	\N	\N	\N	\N	\N	\N	\N	\N	11200	\N	\N	\N
-25475	375	5813	2007-12-15 11:28:30	\nadded pointer to upstream bug report\n\n	\N	\N	\N	\N	\N	\N	\N	\N	11199	\N	\N	\N
-26605	396	6066	2006-07-01 16:33:35	\ntomcat5 (5.0.30-10) unstable; urgency=low\n\n  * debian/patches/30_memory-leak_368864.patch: New patch to fix\n    OutOfMemoryError issue (Closes: #368864). Thanks to Steinar H.\n    Gunderson for the patch.\n  * debian/rules: Build with java-gcj-compat (Closes: #375883).\n  * debian/control: Moved cdbs and debhelper to Build-Depends.\n  * debian/control: Build-Depends-Indep on java-gcj-compat-dev.\n  * debian/tomcat4-admin.postinst, debian/tomcat4-admin.prerm,\n    debian/tomcat4-webapps.postinst, debian/tomcat4-webapps.prerm:\n    Use invoke-rc.d instead of calling /etc/init.d/tomcat5 directly.\n  * Updated Standards-Version to 3.7.2.\n  * Added myself to the Uploaders field.\n\n -- Michael Koch <konqueror at gmx.de>  Sat,  1 Jul 2006 13:32:19 +0000\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2224	\N	\N	\N
-25476	375	5813	2007-12-14 10:54:03	\nexplain why not yet ready for review\n\n	\N	\N	\N	\N	\N	\N	\N	\N	11196	\N	\N	\N
-25477	372	5814	2007-12-14 00:27:52	\n[svn-inject] Applying Debian modifications to trunk\n	\N	f	\N	\N	1.002	\N	\N	\N	11181	1	\N	\N
-26606	386	6067	2007-04-25 13:24:22	\nlibjazzy-java (0.5.1a-3) unstable; urgency=low\n\n  * debian/control: change section to libs\n\n -- Arnaud Vandyck <avdyk at debian.org>  Wed, 25 Apr 2007 13:23:26 +0200\n	\N	f	\N	\N	0.5.1a	\N	\N	\N	3342	3	\N	\N
-25478	372	5814	2007-12-14 00:27:37	\n[svn-inject] Forking libemail-date-format-perl source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	11180	\N	\N	\N
-25479	372	5814	2007-12-14 00:27:07	\n[svn-inject] Installing original source of libemail-date-format-perl\n	\N	\N	\N	\N	\N	\N	\N	\N	11177	\N	\N	\N
-27441	346	6248	2007-11-17 06:34:18	\npreparing new release\n	\N	\N	\N	\N	\N	\N	\N	\N	3645	\N	\N	\N
-25481	341	5815	2007-12-16 02:37:29	\n[svn-inject] Forking libtest-perl-critic-perl source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	11206	\N	\N	\N
-25482	341	5815	2007-12-16 02:37:07	\n[svn-inject] Installing original source of libtest-perl-critic-perl\n	\N	\N	\N	\N	\N	\N	\N	\N	11203	\N	\N	\N
-25484	341	5816	2007-12-16 02:45:55	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	11212	\N	\N	\N
-25485	341	5816	2007-12-16 02:45:43	\n[svn-inject] Forking libxml-atom-service-perl source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	11211	\N	\N	\N
-25486	341	5816	2007-12-16 02:45:19	\n[svn-inject] Installing original source of libxml-atom-service-perl\n	\N	\N	\N	\N	\N	\N	\N	\N	11208	\N	\N	\N
-25487	384	5817	2007-10-29 00:14:53	\nMerge Martin's runtime work onto the trunk\n	\N	f	\N	\N	20060325	\N	\N	\N	1072	5	\N	\N
-25488	304	5817	2007-10-14 17:26:19	\nuse/enable new Vcs-* syntax\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1064	\N	\N	\N
-25489	282	5817	2007-09-22 19:44:57	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	1028	\N	\N	\N
-25491	282	5817	2007-09-22 19:43:44	\n  - add Homepage field\n* Fix installation of lintian-override file (Closes: #439216)\n	\N	\N	\N	\N	\N	\N	\N	\N	1025	\N	\N	\N
-25492	384	5818	2007-12-12 16:39:03	\n* Add disabledby-pythonindent patch, which allows blacklisting the\n  python-indent script.\n	\N	t	\N	\N	7.1.5	\N	\N	\N	1127	\N	\N	\N
-25493	384	5818	2007-12-12 16:35:24	\nRemove old TODO item since scripts should be handled by vim-addons now\n	\N	\N	\N	\N	\N	\N	\N	\N	1126	\N	\N	\N
-25494	384	5818	2007-12-12 15:39:19	\nAdd python-indent webpage and update webpages for the other updated scripts.\n	\N	\N	\N	\N	\N	\N	\N	\N	1125	\N	\N	\N
-25495	384	5818	2007-12-12 15:26:06	\nAdd python-indent script\n	\N	\N	\N	\N	\N	\N	\N	\N	1124	\N	\N	\N
-25496	384	5818	2007-12-12 15:08:58	\nUpdate debPlugin and add bug closure note for new bufexplorer\n	\N	\N	\N	\N	\N	\N	\N	\N	1123	\N	\N	\N
-25497	385	5819	2007-11-08 05:15:01	\n* NOT RELEASED YET\n* Use new Homepage field instead of old pseudo-field\n	\N	f	\N	\N	20070925	\N	\N	\N	1079	2	\N	\N
-25498	304	5819	2007-10-14 17:26:19	\nuse/enable new Vcs-* syntax\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1064	\N	\N	\N
-25499	385	5819	2007-09-29 20:15:13	\n* * NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	1046	\N	\N	\N
-25500	385	5819	2007-09-29 20:01:52	\n* debian/README.Debian: Wrap lines and add more complete information\n	\N	\N	\N	\N	\N	\N	\N	\N	1043	\N	\N	\N
-25501	385	5819	2007-09-29 19:34:40	\ndebian/README.Debian: Warp line to 79 chars\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1042	\N	\N	\N
-25502	282	5820	2007-11-29 14:30:00	\n* remove TODO.Debian, the only item was done in 0.3\n* use "status" as the default command when none is given\n* fix the license header of the vim-addons main executable to GPL v3\n	\N	t	\N	\N	0.4	\N	\N	\N	1099	\N	\N	\N
-25503	304	5820	2007-10-14 17:26:19	\nuse/enable new Vcs-* syntax\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1064	\N	\N	\N
-25504	282	5820	2007-10-14 13:51:29	\n* vim-addons manpage: fix typo, s/linst/list/ (closes: #446527)\n	\N	\N	\N	\N	\N	\N	\N	\N	1063	\N	\N	\N
-26607	386	6067	2007-03-29 16:48:00	\nchanges not to be rejected\n	\N	\N	\N	\N	\N	\N	\N	\N	3128	\N	\N	\N
-25505	282	5820	2007-09-24 10:40:23	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	1037	\N	\N	\N
-25506	282	5820	2007-09-24 10:29:17	\nready for an upload\n	\N	\N	\N	\N	\N	\N	\N	\N	1035	\N	\N	\N
-26608	386	6067	2007-03-29 16:44:41	\nchanges not to be rejected\n	\N	\N	\N	\N	\N	\N	\N	\N	3127	\N	\N	\N
-25507	384	5821	2007-12-14 22:22:51	\nFix a typo in the bug number from my last commit\n	\N	f	\N	\N	1:7.1	1	\N	\N	1130	175+2	\N	\N
-25508	384	5821	2007-12-14 22:20:16	\n* Add tex.vim-update.diff, which syncs from upstream to fix some folding\n  issues.  (Closes: #456166)\n	\N	\N	\N	\N	\N	\N	\N	\N	1129	\N	\N	\N
-26609	386	6067	2007-02-02 16:17:28	\nremoved the source tgz to move to main\n	\N	\N	\N	\N	\N	\N	\N	\N	2969	\N	\N	\N
-25509	384	5821	2007-12-14 21:37:41	\n* debian/rules:\n  - Use bzip2 to compress the vim-runtime package.\n	\N	\N	\N	\N	\N	\N	\N	\N	1128	\N	\N	\N
-25510	384	5821	2007-12-10 18:01:08	\n* runtime/syntax/debcontrol.vim:\n  - Reworked the URL regex so that it should properly match any non-local\n    domain name as specified in RFC 1738.\n	\N	\N	\N	\N	\N	\N	\N	\N	1122	\N	\N	\N
-26610	386	6067	2007-02-01 11:45:41	\nforgot to close the bug\n	\N	\N	\N	\N	\N	\N	\N	\N	2960	\N	\N	\N
-25511	384	5821	2007-12-10 00:39:25	\nRemove /usr/share/bug/ from vim-common.dirs\n	\N	\N	\N	\N	\N	\N	\N	\N	1120	\N	\N	\N
-25512	304	5822	2007-10-14 17:26:19	\nuse/enable new Vcs-* syntax\n\n	\N	f	\N	\N	20060604	\N	\N	\N	1064	2	\N	\N
-26611	393	6068	2006-01-26 20:46:40	\nUpdate to kaffe transition upload.\n	\N	f	\N	\N	1.2	\N	\N	\N	1829	7	\N	\N
-25513	282	5822	2007-02-19 14:41:28	\nadded missing XS-Vcs-* fields (notably XS-Vcs-Browser)\n	\N	\N	\N	\N	\N	\N	\N	\N	914	\N	\N	\N
-25514	384	5822	2006-06-06 01:38:03	\nAdd the two patches I previously had for spell support.\nspell-locales: Updates the recipes to use LC_ALL instead of LANG\nbg_BG.diff: Changes the line-endings of the patch so it applies cleanly\n\n	\N	\N	\N	\N	\N	\N	\N	\N	710	\N	\N	\N
-26612	394	6068	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-25515	282	5822	2006-06-06 00:31:27	\nadded export target\n	\N	\N	\N	\N	\N	\N	\N	\N	709	\N	\N	\N
-25516	282	5822	2006-06-06 00:07:52	\nsnapshot (almost ready for the first experimental upload)\n	\N	\N	\N	\N	\N	\N	\N	\N	708	\N	\N	\N
-26613	393	6068	2005-10-01 14:14:46	\nlibcommons-jxpath-java (1.2-6) unstable; urgency=low\n\n  * Removed useless README.Debian and files from failed builds\n  * Build javadocs and register with doc-base\n  * Split documentation into own package as it is quite big\n  * Move all patches into debian/patches & use cdbs patch system\n  * Removed build-dep and dependency on javacc - not needed\n  * Upgraded build-dep on libjdom0-java to libjdom1-java\n  * Standards-Version 3.6.2 (no changes)\n  * Added myself to uploaders\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1407	\N	\N	\N
-25517	280	5823	2007-11-29 14:05:30	\n* Set JAVA_HOME only for build-indep.\n	\N	f	\N	\N	0.0.20060613	\N	\N	\N	4895	7	\N	\N
-25518	280	5823	2007-11-28 12:45:51	\n  + Do not create symlinks and use java.library.path\n	\N	\N	\N	\N	\N	\N	\N	\N	4874	\N	\N	\N
-26614	386	6068	2005-08-20 20:47:32	\nlibant1.6-java to ant transition\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1216	\N	\N	\N
-25519	280	5823	2007-11-28 05:18:35	\n* Fix broken symbolic links\n* Close bug\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4872	\N	\N	\N
-25520	280	5823	2007-11-27 11:14:40	\n* Move libjdic-java to Recommends.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4855	\N	\N	\N
-26615	386	6068	2005-08-20 20:42:48	\nbuilt with kaffe\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1215	\N	\N	\N
-25521	280	5823	2007-11-27 05:50:56	\n* Fix libjdic-bin version in Depends.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4854	\N	\N	\N
-25522	386	5824	2007-07-03 20:21:39	\nmerged documentation\n	\N	f	\N	\N	2.9.0	\N	\N	\N	3785	1	\N	\N
-26616	396	6069	2007-06-17 20:08:20	\nlibjdepend-java (2.9-4) unstable; urgency=low\n\n  * Use java-gcj-compat instead of kaffe.\n  * Moved Build-Depends-Indep to Build-Depends.\n  * Removed Wolfgang and added myself to Uploaders.\n  * Updated Standards-Version.\n\n -- Michael Koch <konqueror at gmx.de>  Sun, 17 Jun 2007 20:04:42 +0200\n\n\n	\N	f	\N	\N	2.9	\N	\N	\N	3705	4	\N	\N
-25523	386	5824	2007-07-02 23:40:02	\npreliminary work on new libxerces2-java 2.9.0\n	\N	\N	\N	\N	\N	\N	\N	\N	3769	\N	\N	\N
-25524	386	5824	2007-04-12 10:38:11	\nlibxerces2-java (2.8.1-3) UNRELEASED; urgency=low\n\n  [Arnaud Vandyck]\n  * debian/control: removed Stefan Gybas and Wolfgang Baer from uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	3179	\N	\N	\N
-26617	393	6069	2006-01-23 15:22:08	\nUpdate to kaffe transition upload.\n	\N	\N	\N	\N	\N	\N	\N	\N	1776	\N	\N	\N
-25525	387	5824	2007-01-03 13:28:31	\n- package uploaded to unstable\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2901	\N	\N	\N
-25526	387	5824	2007-01-03 12:00:13	\n- Fix libxerces2-java-gcj dependency\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2898	\N	\N	\N
-25528	335	5825	2007-05-16 17:47:20	\nfix last (hopefully) .pc file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3492	\N	\N	\N
-25529	335	5825	2007-05-15 17:09:46	\nsame changes again for libglade; adds libglade-java-dev package\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3477	\N	\N	\N
-25530	335	5825	2007-05-15 16:44:46	\noops! that file should have been added a while ago\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3476	\N	\N	\N
-25531	335	5825	2007-05-08 22:53:33	\nenhance debian/copyright\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3419	\N	\N	\N
-25532	389	5826	2007-12-12 01:13:50	\nConversion to CDBS.\n\njavacc (4.0+cvs20071130-1) experimental; urgency=low\n\n  * New upstream pre-release.\n  * Added watch file.\n  * Converted to use CDBS (pkg-java standard).\n\n -- Paul Cager <paul-debian at home.paulcager.org>  Tue, 30 Oct 2007 23:21:02 +0000\n\n\n	\N	f	\N	\N	4.0+cvs20071130	\N	\N	\N	4989	1	\N	\N
-25533	389	5826	2007-10-31 00:23:30	\nPreparation for upcoming 4.1 release\n	\N	\N	\N	\N	\N	\N	\N	\N	4531	\N	\N	\N
-25534	389	5826	2007-05-16 10:51:08	\njavacc (4.0+cvs20070207-3) unstable; urgency=low\n\n  * Missing build-depends on junit.\n    (Closes: #424481)\n\n -- Paul Cager <paul-debian at home.paulcager.org>  Wed, 16 May 2007 09:48:03 +0100\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3487	\N	\N	\N
-25535	389	5826	2007-04-15 22:10:52	\nChange incorrect "userinput" tags to "command" tags in manpage.sgml. Prevents malformatted manpage and lintian warning\n	\N	\N	\N	\N	\N	\N	\N	\N	3251	\N	\N	\N
-25536	389	5826	2007-04-15 20:57:28	\nJavaCC: Migrate experimental version to unstable.\n	\N	\N	\N	\N	\N	\N	\N	\N	3250	\N	\N	\N
-25538	302	5827	2007-11-19 16:51:37	\n  UNRELEASED\n  * Add README.Debian explaining the state of the package. (Closes: #451976)\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4791	\N	\N	\N
-25539	302	5827	2007-11-11 13:24:13	\n* add Build-Depends: libjboss-remoting and libjboss-serialization\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4693	\N	\N	\N
-25540	302	5827	2007-11-11 13:03:30	\nadd Build-Depends: libjavassist-java\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4692	\N	\N	\N
-25541	302	5827	2007-11-11 12:51:09	\n* always use upstream's jar names (jnp*.jar, jbosssx.jar, jboss.jar)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4690	\N	\N	\N
-25542	390	5828	2007-12-03 09:43:52	\ninclude license for packaging\n	\N	f	\N	\N	0.7~pre	\N	\N	\N	4952	3	\N	\N
-26618	394	6069	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-25545	390	5828	2007-12-03 09:28:30	\nDo not include api directory in binary jar\n	\N	\N	\N	\N	\N	\N	\N	\N	4949	\N	\N	\N
-25546	390	5828	2007-12-03 09:26:34	\nuse DEB_ANT_BUILDFILE instead of ANT_ARGS\n	\N	\N	\N	\N	\N	\N	\N	\N	4948	\N	\N	\N
-26619	386	6069	2005-10-04 14:24:13	\nlibjdepend-java (2.9-2) unstable; urgency=low\n\n  * Standards-Version: 3.6.2, no change needed\n  * ant transition\n\n -- Arnaud Vandyck <avdyk at debian.org>  Tue,  4 Oct 2005 14:11:38 +0200\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1428	\N	\N	\N
-25547	391	5829	2007-10-30 10:32:02	\nRemove XS- prefix from Vcs field. Add Homepage.\n	\N	f	\N	\N	2.7.0	\N	\N	\N	4512	5	\N	\N
-25548	386	5829	2007-07-16 15:27:29	\ngenerate the doc with stylebook\n	\N	\N	\N	\N	\N	\N	\N	\N	3868	\N	\N	\N
-26620	386	6069	2005-03-22 12:26:36	\nnew upstream and move to main\n\n	\N	\N	\N	\N	\N	\N	\N	\N	884	\N	\N	\N
-25549	387	5829	2007-02-14 03:11:28	\nlibxalan2-java (2.7.0-4) unstable; urgency=medium\n\n  * libxalan2-java-gcj: Depend on libjaxp1.3-java. Closes: #408729.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3003	\N	\N	\N
-25550	387	5829	2007-01-04 08:44:40	\n  * Merge from Ubuntu:\n    - build libxalan2-java-gcj and libxsltc-java-gcj packages.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2908	\N	\N	\N
-25551	391	5829	2006-12-11 11:01:50	\nMove README.Debian to -docs package.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2849	\N	\N	\N
-25552	392	5830	2006-05-21 11:18:10	\nInstall all shared object files like libjogl_awt and libjogl_drihack.\n\n	\N	f	\N	\N	20060421	\N	\N	\N	2130	1	\N	\N
-26622	386	6070	2006-06-06 10:14:11	\n  * updated to Standards Version 3.7.2, nothing to do.\n  * changed dependency to gcj (>= 4:4.1) (closes: #369982, #365228)\n  * send all the output of gjdoc to /dev/null, it should closes: #365229.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2187	\N	\N	\N
-25553	392	5830	2006-05-19 09:49:48	\nAdded a new package for JOGL based on the work of Wolfgang Baer.\nThis version used the latest version of JOGL from the 21.4.2006.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2124	\N	\N	\N
-25554	393	5831	2006-01-23 14:40:11	\nUpdate to kaffe transition upload.\n	\N	f	\N	\N	1.3	\N	\N	\N	1742	4	\N	\N
-26623	386	6070	2006-04-25 22:53:51	\ndebian/control: changed build-deps to gcj-4.0 (closes: #359734).\n	\N	\N	\N	\N	\N	\N	\N	\N	2094	\N	\N	\N
-25555	394	5831	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-25556	386	5831	2005-08-20 20:04:06	\nlibant1.6-java to ant transition\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1207	\N	\N	\N
-26624	394	6070	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-25557	386	5831	2005-02-28 11:46:05	\ngenerate the javadoc plus some clean up\n\n	\N	\N	\N	\N	\N	\N	\N	\N	835	\N	\N	\N
-25558	386	5831	2004-08-19 15:14:39	\nInitial revision\n\n	\N	\N	\N	\N	\N	\N	\N	\N	665	\N	\N	\N
-26625	393	6070	2005-09-11 13:39:38	\nlibgnujaxp-java (1.3-4) unstable; urgency=low\n\n  * Changed build-deps to gcj, gcj-dev\n  * Changed gcj from gcj-3.4 to gcj in debian/rules\n  * Applied patch from ubuntu to fix FTBS (closes: #325630)\n  * Updated FSF address\n  * Added dummy postinst/postrm to fix lintian warning useless-call-to-ldconfig\n  * Changed Standards-Version to 3.6.2 - no changes\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1300	\N	\N	\N
-25559	394	5832	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	t	\N	\N	0.10	\N	\N	\N	1687	\N	\N	\N
-25560	395	5832	2004-07-20 15:45:07	\nremove unused files.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	619	\N	\N	\N
-26626	280	6071	2007-10-15 21:11:49	\n* Replace XS-Vcs-* with Vcs-*\n\n	\N	f	\N	\N	1.2	\N	\N	\N	4426	4	\N	\N
-25561	395	5832	2004-07-20 15:43:45	\nremove unused file.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	618	\N	\N	\N
-25562	395	5832	2004-07-20 15:24:19	\nInitial revision\n\n	\N	\N	\N	\N	\N	\N	\N	\N	614	\N	\N	\N
-25563	396	5833	2007-06-17 21:04:25	\nlibregexp-java (1.4-4) unstable; urgency=low\n\n  * Use java-gcj-compat instead of kaffe.\n  * Moved Build-Depends-Indep to Build-Depends.\n  * Removed Wolfgang and added myself to Uploaders.\n  * Updated Standards-Version.\n\n -- Michael Koch <konqueror at gmx.de>  Sun, 17 Jun 2007 21:00:58 +0200\n\n\n	\N	f	\N	\N	1.4	\N	\N	\N	3711	4	\N	\N
-25564	386	5833	2006-04-25 17:13:40	\nlibregexp-java (1.4-3) unstable; urgency=low\n\n  * Removed Takashi Okamoto (closes:#352990).\n  * Added myself.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2088	\N	\N	\N
-25565	393	5833	2006-01-23 15:24:58	\nUpdate to kaffe transition upload.\n	\N	\N	\N	\N	\N	\N	\N	\N	1780	\N	\N	\N
-25566	394	5833	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-25567	393	5833	2005-09-24 03:01:07	\nInitial revision\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1385	\N	\N	\N
-25568	280	5834	2007-11-03 11:53:12	\n* Closing ITP\n\n	\N	f	\N	\N	1.0.3.GA	\N	\N	\N	4601	1	\N	\N
-25569	280	5834	2007-11-02 07:57:55	\n* Initial inject of jboss-serialization\n  - Builds with sun-jdk (requires sun.reflect.ReflectionFactory)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4576	\N	\N	\N
-25570	394	5835	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	f	\N	\N	1.0.1	\N	\N	\N	1687	2	\N	\N
-25571	386	5835	2005-10-20 15:00:44	\njmock (1.0.1-2) unstable; urgency=low\n\n  * Added ant-optional as required by ant reorganization to\n    fix FTBS (closes: #334629)\n  * Removed unneeded build-deps on classpath, libgcj6\n  * Added myself to uploaders\n\n --  Wolfgang Baer <WBaer at gmx.de>  Wed, 19 Oct 2005 13:10:43 +0000\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1498	\N	\N	\N
-25572	397	5835	2005-09-23 15:01:42	\no Cleaning up after some comments from Arnaud.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1367	\N	\N	\N
-25573	397	5835	2005-09-20 17:57:59	\no Correcting Depends.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1343	\N	\N	\N
-25574	397	5835	2005-09-18 16:06:52	\no Renaming 'libjmock-java' to 'jmock'.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1326	\N	\N	\N
-25575	389	5836	2007-06-15 23:01:40	\nmaven-ant-helper (3) unstable; urgency=low\n\n  * Changed "Depends: libmodello-java" to a "Recommends".\n    - Some clients may not use the Modello Ant task.\n\n -- Paul Cager <paul-debian at home.paulcager.org>  Fri, 15 Jun 2007 21:53:48 +0100\n\n	\N	t	\N	\N	3	\N	\N	\N	3659	\N	\N	\N
-25576	389	5836	2007-06-13 17:20:00	\nmaven-ant-helper (2) unstable; urgency=low\n\n  * Initial public release (Closes: #428643)\n\n  * Changes following review by Michael Koch:\n    - Copyright file changed to follow dh_make's format.\n    - Version number changed to single integer.\n    - Ported to CDBS format.\n    - Created ITP closed by this upload.\n\n  * Added brief usage notes in README.\n\n -- Paul Cager <paul-debian at home.paulcager.org>  Wed, 13 Jun 2007 11:03:27 +0100\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3641	\N	\N	\N
-25577	389	5836	2007-06-12 13:26:35	\nAdd run-time dependencies.\nRemoved modello-core from compile classpath\n	\N	\N	\N	\N	\N	\N	\N	\N	3634	\N	\N	\N
-25578	389	5836	2007-06-06 00:14:47	\nCreated files with correct mode to silence lintian.\nAdded (minimal) package description.\nChanged to pkg-java-maintainers\n	\N	\N	\N	\N	\N	\N	\N	\N	3598	\N	\N	\N
-25579	397	5836	2007-06-03 17:26:38	\no Passing the basedir property to the junit run.\n	\N	\N	\N	\N	\N	\N	\N	\N	3571	\N	\N	\N
-26628	280	6072	2007-10-15 21:11:49	\n* Replace XS-Vcs-* with Vcs-*\n\n	\N	f	\N	\N	1.2.0	\N	\N	\N	4426	4	\N	\N
-25584	335	5837	2007-05-04 13:30:03	\nprepare for unstable\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3395	\N	\N	\N
-25585	398	5838	2007-02-11 11:18:05	\nfinished compat reversion\n\n	\N	f	\N	\N	0.6.0	\N	\N	\N	3001	4	\N	\N
-26629	280	6072	2007-10-15 10:11:10	\n* Initial inject of libjgoodies-animation-java to pkg-java svn\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4409	\N	\N	\N
-25586	398	5838	2007-02-11 11:15:53	\nrevert compat for inclusion in etch\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3000	\N	\N	\N
-25587	398	5838	2007-01-15 15:06:43	\nobfuscate copyright holders email per request\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2942	\N	\N	\N
-26630	396	6073	2007-11-29 21:24:19	\njavatar (2.5+dfsg-2) unstable; urgency=low\n\n  * Fixed watch file. Closes: #450359.\n  * Added Homepage tag to debian/control.\n  * Added myself to Uploaders.\n\n -- Michael Koch <konqueror at gmx.de>  Thu, 29 Nov 2007 21:22:30 +0100\n\n\n	\N	f	\N	\N	2.5+dfsg	\N	\N	\N	4907	2	\N	\N
-25588	394	5838	2006-07-06 05:42:37	\ndebhelper >= 5\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2260	\N	\N	\N
-25589	394	5838	2006-07-06 05:14:42	\ndebhelper compat version 5\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2258	\N	\N	\N
-26631	389	6073	2007-03-13 00:32:16	\nAdded README.Debian-source to "docs" rule\n	\N	\N	\N	\N	\N	\N	\N	\N	3069	\N	\N	\N
-25590	396	5839	2007-05-16 07:48:38	\nxml-im-exporter (1.1-3) unstable; urgency=low\n\n  * Clean up correctly (Closes: #424105).\n  * Added myself to uploaders.\n\n	\N	f	\N	\N	1.1	\N	\N	\N	3485	3	\N	\N
-25591	391	5839	2006-10-03 10:50:19	\nMerged debian branch (r2540).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2541	\N	\N	\N
-26632	389	6073	2007-03-13 00:24:52	\nRenamed README.Debian as README.Debian-source\n	\N	\N	\N	\N	\N	\N	\N	\N	3068	\N	\N	\N
-25592	391	5839	2006-09-14 12:08:19	\nMerged debian branch (r2418).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2419	\N	\N	\N
-25593	391	5839	2006-09-12 12:34:06	\nMerged debian branch (r2399).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2400	\N	\N	\N
-26633	389	6073	2007-03-13 00:07:03	\nAlso delete classes / doc/api.\nAdd a README.Debian\n	\N	\N	\N	\N	\N	\N	\N	\N	3067	\N	\N	\N
-25594	391	5839	2006-09-07 21:01:09	\nMerged debian branch (r2385).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2386	\N	\N	\N
-25595	396	5840	2007-11-30 00:11:03	\njava-package (0.38) unstable; urgency=low\n\n  * Mention SUN JDK 6 in REAME.Debian. Closes: #448258.\n  * Fixed typo when creating version number for SUN JDK 6. Closes: #451935.\n  * Fix handling of symlinks for ControlPanel, HtmlConverter and java-rmi.cgi\n    from SUN JDK 6. Closes: #448351.\n\n -- Michael Koch <konqueror at gmx.de>  Fri, 30 Nov 2007 00:03:50 +0100\n\n\n	\N	t	\N	\N	0.38	\N	\N	\N	4913	\N	\N	\N
-26634	389	6073	2007-03-12 23:19:31	\nJavaTar: Restored changelog entry from rejected upload\n	\N	\N	\N	\N	\N	\N	\N	\N	3066	\N	\N	\N
-25596	396	5840	2007-11-29 23:06:38	\njava-package (0.37) unstable; urgency=low\n\n  * Added libstdc++5 to Recommends of generated package. Closes: #446334.\n\n -- Michael Koch <konqueror at gmx.de>  Thu, 25 Oct 2007 22:45:42 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4911	\N	\N	\N
-25597	396	5840	2007-10-24 09:59:07	\njava-package (0.36) unstable; urgency=low\n\n  * Fixed package description to include more supported JDKs.\n    Closes: #447615, #447617.\n\n -- Michael Koch <konqueror at gmx.de>  Wed, 24 Oct 2007 09:56:52 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4450	\N	\N	\N
-25598	396	5840	2007-09-16 07:57:53	\njava-package (0.35) unstable; urgency=low\n\n  * Use 'date -R' instead of the deprecated '822-date'. Closes: #441229.\n  * Fix generation of .changes file. Closes: #332643.\n    Thanks to Christoph Goehre for the patch.\n  * Add possibility to add a configured revision to the version.\n    Closes: #442246. Thanks to Christoph Goehre again for the patch.\n\n -- Michael Koch <konqueror at gmx.de>  Fri, 14 Sep 2007 17:28:13 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4183	\N	\N	\N
-25599	396	5840	2007-08-23 22:50:16	\njava-package (0.34) unstable; urgency=low\n\n  * Fixed SUN JDK on amd64. Closes: #439221.\n\n -- Michael Koch <konqueror at gmx.de>  Fri, 24 Aug 2007 00:41:54 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4047	\N	\N	\N
-25600	396	5841	2007-11-01 07:44:45	\nbsh (2.0b4-7) unstable; urgency=low\n\n  * Fixed menu file to follow new policy.\n  * Recommend libgcj-8-1-awt instead of libgcj-7-1-awt.\n\n -- Michael Koch <konqueror at gmx.de>  Thu, 01 Nov 2007 07:32:43 +0100\n\n\n	\N	f	\N	\N	2.0b4	\N	\N	\N	4546	7	\N	\N
-25601	396	5841	2007-06-26 10:55:16	\nbsh (2.0b4-6) unstable; urgency=low\n\n  * bsh: Removed Recommends on xlibs. Closes: #372852.\n  * bsh: Recommend libgcj7-1-awt. Closes: #401461.\n\n -- Michael Koch <konqueror at gmx.de>  Tue, 26 Jun 2007 09:16:37 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3742	\N	\N	\N
-25602	396	5841	2007-06-17 13:57:27	\nbsh (2.0b4-5) unstable; urgency=low\n\n  * Build a bsh-gcj package.\n  * Move Build-Depends-Indep to Build-Depends.\n  * Added myself to Uploaders and removed Wolfgang.\n\n -- Michael Koch <konqueror at gmx.de>  Sun, 10 Jun 2007 14:30:58 -0100\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3675	\N	\N	\N
-25603	386	5841	2006-06-06 12:02:37	\nbsh (2.0b4-4) unstable; urgency=low\n\n  * depends on java-gcj-compat (closes: #370411)\n  * updated Standards Version to 3.7.2, nothing to do.\n  * build with java-gcj-compat, kaffe removed from build-dep.\n\n -- Arnaud Vandyck <avdyk at debian.org>  Tue,  6 Jun 2006 09:41:10 +0000\n	\N	\N	\N	\N	\N	\N	\N	\N	2190	\N	\N	\N
-25604	386	5841	2006-06-06 10:21:34	\nbsh (2.0b4-4) unstable; urgency=low\n\n  * depends on java-gcj-compat (closes: #370411)\n  * updated Standards Version to 3.7.2, nothing to do.\n\n -- Arnaud Vandyck <avdyk at debian.org>  Tue,  6 Jun 2006 08:21:14 +0000\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2189	\N	\N	\N
-25605	396	5842	2007-10-19 06:56:00	\nkaffe (2:1.1.8-3) unstable; urgency=low\n\n  * Reincluded debian/patches/02_IncludeEcjCompilerInToolsJar_Makefile.patch\n    and debian/patches/02_IncludeEcjCompilerInToolsJar.patch. Closes: #446053.\n  * Add tools.jar link.\n\n -- Michael Koch <konqueror at gmx.de>  Fri, 12 Oct 2007 20:29:48 +0200\n\n\n	\N	f	\N	\N	2:1.1.8	2	\N	\N	4435	3	\N	\N
-25606	396	5842	2007-10-06 22:18:11	\nkaffe (2:1.1.8-2) unstable; urgency=low\n\n  * Fix glibj.zip link for pthreads. Closes: #445469.\n  * Added debian/patches/10_pagesize.patch.\n  * Touch $(BUILD_TREE)/config/parisc/linux/md.c. Fixes Build on hppa.\n\n -- Michael Koch <konqueror at gmx.de>  Sat, 06 Oct 2007 21:51:18 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4314	\N	\N	\N
-25607	396	5842	2007-10-03 23:34:00	\nkaffe (2:1.1.8-1) unstable; urgency=low\n\n  * New upstream release\n    - obsoleted debian/patches/02_IncludeEcjCompilerInToolsJar_Makefile.patch.\n    - obsoleted debian/patches/02_IncludeEcjCompilerInToolsJar.patch,\n    - obsoleted debian/patches/04_gcc4.1_amd64.patch.\n    - obsoleted debian/patches/05_gcc4.1_x86.patch.\n    - obsoleted debian/patches/06_atomic_ia64.patch.\n  * Use debian/compat instead of DH_COMPAT. Increased level to 5. Updated\n    Build-Depends on debhelper.\n  * Replaced ${Source-Version} in debian/control. Fixes binNMU-ability.\n    Closes: #433906.\n  * Removed duplicated build-dependency on libasound2-dev, replaced\n    ecj-bootstrap by ecj and ecj-bootstrap-gcj by ecj-gcj.\n  * Removed x-dev from Build-Depends.\n  * Put kaffe-doc into doc section.\n  * Removed Wolfgang from Uploaders.\n\n -- Michael Koch <konqueror at gmx.de>  Sun, 16 Sep 2007 00:13:08 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4303	\N	\N	\N
-25608	399	5842	2006-08-16 03:37:14	\nFix attribution of ia64 patch, revert using gcc-4.0 for ia64, now use default\ngcc again\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2340	\N	\N	\N
-25610	389	5843	2007-07-03 11:30:01	\nVersion 1.1.1-3 missing from svn\n	\N	f	\N	\N	1.1.1	\N	\N	\N	3783	3	\N	\N
-26636	415	6074	2007-08-27 14:20:45	\nImport fetchexc\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4067	\N	\N	\N
-25611	396	5843	2007-02-08 17:26:55	\n* Removed debian/ant.properties.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2990	\N	\N	\N
-25612	396	5843	2007-02-08 15:47:55	\nlibgnuinet-java (1.1.1-2) experimental; urgency=low\n\n  * Upload to experimental.\n  * Moved cdbs and debhelper from Build-Depends-Indep to Build-Depends.\n  * Removed Build-Depends on libgnucrypto-java and libjessie-java.\n  * Build-Depends-Indep on java-gcj-compat-dev instead of kaffe and jikes\n  * Removed Depends on libgnucrypto-java, libjessie-java, j2re1.4 and j2re1.5.\n  * Replaces Depends on gij, kaffe and sable with java-gcj-compat.\n  * Builde with gcj in debian/rules.\n  * Added myself to Uploaders and remove Wolfgang Baer.\n  * Updated Standard-Version to 3.7.2.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2986	\N	\N	\N
-26637	280	6075	2007-11-16 13:33:01	\n* Closing ITPs\n\n	\N	f	\N	\N	3.0.0.GA	\N	\N	\N	4769	1	\N	\N
-25613	394	5843	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-25614	393	5843	2005-09-11 13:12:58	\nlibgnuinet-java (1.1.1-1) unstable; urgency=low\n\n  * New upstream release\n  * Removed section about library in contrib from README.Debian\n  * libant1.6-java to ant transition\n  * Corrected current download location in debian/copyright\n  * Relaxed dependency on libjessie-java for JDK > 1.4 (closes: #327223)\n  * Removed constructor patch - not needed with new gnumail upstream\n  * Removed debian/install file and install in debian/rules as\n    versioned jar with non-version symlink to comply with java-policy\n  * Updated FSF adress\n  * Registered API doc with doc-base\n  * Standards-Version 3.6.2 (no changes)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1296	\N	\N	\N
-26638	280	6075	2007-11-13 09:42:27	\n* Fix copyright and description\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4743	\N	\N	\N
-25615	396	5844	2007-12-01 11:54:19	\n* Fixed bashism in debian/rules. Closes: #453766.\n* Fixed names of Homepage, Vcs-Svn and Vcs-Browser fields.\n* Added myself to Uploaders.\n	\N	f	\N	\N	1.6.R7	\N	\N	\N	4930	2	\N	\N
-25616	391	5844	2007-10-30 10:32:16	\nRemove XS- prefix from Vcs field. Add Homepage.\n	\N	\N	\N	\N	\N	\N	\N	\N	4514	\N	\N	\N
-26639	302	6075	2007-11-12 03:00:18	\nmergeWithUpstream = 1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4730	\N	\N	\N
-25617	391	5844	2007-10-14 16:46:50	\nCorrect symlink creation.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4398	\N	\N	\N
-25618	391	5844	2007-10-14 16:27:30	\nRemove unused file.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4397	\N	\N	\N
-26640	302	6075	2007-11-12 02:58:58	\nnow package libhibernate-validator-java\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4729	\N	\N	\N
-25619	391	5844	2007-10-12 11:27:36	\nMove build-depends-indep to build-depends, since cdbs stupidly calls ant from the clean target.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4354	\N	\N	\N
-25620	400	5845	2007-11-28 21:47:51	\nFixed ugly empty lines in control file\n	\N	f	\N	\N	1.2.0+ds1	\N	\N	\N	4884	3~pre1	\N	\N
-26641	396	6076	2006-09-19 08:05:12	\n* Removed build dependency on libgnujaxp-java (Closes: #385293).\n* Build-Depends on debhelper and cdbs (instead of Build-Depends-Indep).\n* Build-Depends-Indep on java-gcj-compat-dev.\n* Updated Standards-Version to 3.7.2.\n* Added myself to Uploaders.\n\n	\N	f	\N	\N	1.6	\N	\N	\N	2474	3	\N	\N
-25621	400	5845	2007-11-28 21:46:14	\nUpdated control fields: Vcs-* and Homepage\n	\N	\N	\N	\N	\N	\N	\N	\N	4883	\N	\N	\N
-25622	400	5845	2007-11-28 21:02:12	\nMaking upload candidate\n	\N	\N	\N	\N	\N	\N	\N	\N	4879	\N	\N	\N
-26642	416	6076	2006-08-01 15:50:25	\nCorrect name of installed wrappers.\n	\N	\N	\N	\N	\N	\N	\N	\N	2306	\N	\N	\N
-25623	400	5845	2007-11-23 09:37:48	\nUpdated watch file to take +ds1 in debian source version into account\n	\N	\N	\N	\N	\N	\N	\N	\N	4816	\N	\N	\N
-25624	400	5845	2007-11-20 21:22:46	\nRemove superfluous stuff from debian/copyright\n	\N	\N	\N	\N	\N	\N	\N	\N	4799	\N	\N	\N
-26643	416	6076	2006-06-18 19:58:54	\n  * Add wrapper scripts (rasterizer.sh squiggle.sh svgpp.sh ttf2svg.sh)\n    to start batik applications.  Install them without the .sh prefix in\n    /usr/bin/.  (Closes: #152180)\n	\N	\N	\N	\N	\N	\N	\N	\N	2201	\N	\N	\N
-25625	267	5846	2007-09-20 16:17:05	\n* debian/control:\n  + Add Xs-Vcs-Browser, Xs-Vcs-Svn.\n  + Add Homepage field.\n\n	\N	f	\N	\N	3.1a	\N	\N	\N	4227	3.2	\N	\N
-25626	267	5846	2007-09-19 20:37:08	\n* Add a watch file.\n	\N	\N	\N	\N	\N	\N	\N	\N	4216	\N	\N	\N
-25627	386	5846	2006-09-18 17:28:04	\nlibcommons-collections3-java (3.1a-3.1) unstable; urgency=low\n\n  * Non-maintainer upload.\n  * debian/control: rename first Build-Depends-Indep to Build-Depends and\n    add junit to Build-Depends-Indep to fix FTBFS. (Closes: #384357)\n\n -- Arjan Oosting <arjanoosting at home.nl>  Fri,  8 Sep 2006 00:05:17 +0200\n	\N	\N	\N	\N	\N	\N	\N	\N	2473	\N	\N	\N
-25628	386	5846	2006-08-01 16:23:55	\nlibcommons-collections3-java (3.1a-3) unstable; urgency=low\n\n  * Added myself as an uploader\n  * Build with java-gcj-compat-dev\n  * Updated Standards-Version; put debhelper and cdbs in Build-Depends\n  * Added tf.jar to the build (closes: #268223).\n\n -- Arnaud Vandyck <avdyk at debian.org>  Tue,  1 Aug 2006 16:18:53 +0200\n	\N	\N	\N	\N	\N	\N	\N	\N	2310	\N	\N	\N
-25629	393	5846	2006-01-23 14:41:49	\nUpdate to kaffe transition upload.\n	\N	\N	\N	\N	\N	\N	\N	\N	1744	\N	\N	\N
-25630	386	5847	2006-11-04 16:38:21	\nlibcommons-jexl-java (1.0-5) unstable; urgency=low\n\n  * debian/rules: removed ANT_HOME and DEB_ANT_COMPILER (closes: #396334),\n    thanks to Julien Danjou, and Andreas Jochens\n\n -- Arnaud Vandyck <avdyk at debian.org>  Sat,  4 Nov 2006 16:29:54 +0100\n	\N	f	\N	\N	1.0	\N	\N	\N	2712	5	\N	\N
-25631	386	5847	2006-10-30 10:44:58	\nlibcommons-jexl-java (1.0-4) unstable; urgency=low\n\n  * build with java-gcj-compat-dev (jikes no more needed) (closes:\n    Bug#395366)\n  * debian/rules: ant-launcher.jar no more needed\n  * updated Standard-Version to 3.7.2; no change needed.\n\n -- Arnaud Vandyck <avdyk at debian.org>  Mon, 30 Oct 2006 10:42:33 +0100\n\nI also set svn:executable on debian/rules\n	\N	\N	\N	\N	\N	\N	\N	\N	2682	\N	\N	\N
-25632	393	5847	2006-01-26 20:45:05	\nUpdate to kaffe transition upload.\n	\N	\N	\N	\N	\N	\N	\N	\N	1827	\N	\N	\N
-25633	394	5847	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-25634	386	5847	2005-08-20 20:28:08	\nlibant1.6-java to ant transition\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1214	\N	\N	\N
-25635	396	5848	2007-09-14 20:13:28	\nclasspath (2:0.95-3) unstable; urgency=low\n\n  * Build-Depend on ecj instead of ecj-bootstrap. Closes: #441513.\n  * Make classpath build with GCC 4.2. Closes: #431889.\n\n -- Michael Koch <konqueror at gmx.de>  Fri, 14 Sep 2007 17:51:18 +0200\n\n\n	\N	f	\N	\N	2:0.95	2	\N	\N	4175	3	\N	\N
-25636	396	5848	2007-09-14 20:10:11	\nclasspath (2:0.95-2) unstable; urgency=low\n\n  * Re-enable accidently disabled javadocs. Closes: #435324.\n  * Enable jack on hurd and kfreebsd. Closes: #434430.\n  * Added missing Homepage: tags to long descriptions.\n\n -- Michael Koch <konqueror at gmx.de>  Thu, 02 Aug 2007 11:29:41 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4173	\N	\N	\N
-25637	396	5848	2007-07-12 00:58:07	\nclasspath (2:0.95-1) unstable; urgency=low\n\n  * New upstream release. Closes: #426141.\n    - fixes NPE in BasicToolBarUI.setBorderToNonRollover.\n      Closes: #387425.\n    - fixes FTBFS in gcjwebplugin.cc. Closes: #427183.\n    - fixes includes for XPCOM headers. Closes: #414106.\n    - fixes menubar. Closes: #413295.\n  * debian/control: Use ${source:Version} instead of ${Source-Version}.\n  * debian/rules: Make "${MAKE} distclean" more safe.\n\n -- Michael Koch <konqueror at gmx.de>  Thu, 28 Jun 2007 07:05:44 +0200\n\nclasspath (2:0.93-1) experimental; urgency=low\n\n  * Upload to experimental.\n  * New upstream release.\n  * Updated config.guess and config.sub.\n\n -- Michael Koch <konqueror at gmx.de>  Sat, 17 Feb 2007 08:56:00 +0100\n\nclasspath (2:0.92-4) unstable; urgency=low\n\n  * Include /usr/lib/classpath/libgconfpeer.so.0.0.0 (Closes: #387318).\n  * Always build-depend on libxul-dev, all architectures have it now\n    (Closes: #372851).\n  * Corrected Conflicts and Replaces for classpath-qtpeer: epoch was\n    missing.\n  * Don't set links for libjawt.so. Not needed anymore.\n\n -- Michael Koch <konqueror at gmx.de>  Sun, 14 Jan 2007 21:35:45 +0100\n\nclasspath (2:0.92-3.1) unstable; urgency=low\n\n  * Non-maintainer upload.\n  * Corrected Conflicts and Replaces for classpath-gtkpeer: epoch was\n    missing. (Closes: #387983)\n\n -- Franz Pletz <fpletz at franz-pletz.org>  Sun, 15 Oct 2006 15:59:02 +0200\n\nclasspath (2:0.92-3) unstable; urgency=low\n\n  * Build tools correctly on binary-arch-only builds (Closes: #387033).\n  * Added /usr/lib/classpath/libgconfpeer.so to classpath package\n    (Closes: #387318).\n  * Build-Depends on libmagic-dev.\n\n -- Michael Koch <konqueror at gmx.de>  Wed, 13 Sep 2006 16:35:23 +0000\n\nclasspath (2:0.92-2) unstable; urgency=low\n\n  * debian/control: Added Build-Depends on libgconf2-dev (Closes: #386940).\n  * debian/control: classpath-gtkpeer, classpath-qtpeer: Added Replaces on\n    classpath (<< 0.92-1) and Conflicts (<< 0.92-1) (Closes: #386917, #386919).\n\n -- Michael Koch <konqueror at gmx.de>  Mon, 11 Sep 2006 17:28:17 +0000\n\nclasspath (2:0.92-1) unstable; urgency=low\n\n  * New upstream release (Closes: #385369, #384354).\n    - Adjusted debian/patches/10_appletviewer.dpatch to patch gappletviewer.\n  * debian/control: Don't Build-Depends on cdbs.\n\n -- Michael Koch <konqueror at gmx.de>  Sat,  9 Sep 2006 07:39:01 +0000\n\nclasspath (2:0.91+cvs20060611-2) experimental; urgency=low\n\n  * Honors disabled Java setting in Firefox (Closes: #266906).\n  * debian/control: Moved gcjwebplugin to Section: net.\n  * debian/control: Don't Build-Depends on sound dependencies on kfreebsd-i386,\n    kfreebsd-amd64 and hurd-i386.\n  * debian/rules: Enable sound support only on linux (Closes: #372851).\n  * debian/README.Debian: Removed description for enabling Graphics2D support.\n    It's used by default now.\n  * debian/control: Build-Depends on libxul-dev (Closes: #373791).\n\n -- Michael Koch <konqueror at gmx.de>  Sun, 18 Jun 2006 11:04:50 +0000\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3819	\N	\N	\N
-26644	394	6076	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-25638	396	5848	2006-06-12 05:15:14	\nclasspath (2:0.91+cvs20060611-1) experimental; urgency=low\n\n  * New upstream release\n    - Shows warning before loading an applet (Closes: #267040, #301134).\n    - New package Depends on jamvm or cacao (Closes: #369979).\n    - Crashes with Firefox are not reproducable anymore\n      (Closes: #290498, #336773).\n    - Starts up with Firefox (Closes: #275245).\n    - Fixes NullPointerException during applet loading (Closes: #351518).\n    - Fixes deadlock in image drawing code (Closes: #357830).\n  * debian/control: New package gcjwebplugin\n  * debian/gcjwebplugin.links, debian/gcjwebplugin.install: New files.\n  * debian/classpath-common-unzipped.install: Install classes in sun.*\n    namespace.\n  * debian/classpath.install: Don't install new appletviewer binary.\n  * debian/patches/appletviewer.patch: Added runtime selection to\n    appletviewer (Closes: #359654).\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2197	\N	\N	\N
-25639	396	5848	2006-05-27 20:55:11	\nclasspath (2:0.91-3) unstable; urgency=low\n\n  * Install header files to /usr/include/classpath.\n  * debian/control: classpath: Conflict with jamvm < 1.4.3 and\n    cacao < 0.96 (Closes: #368172).\n\n -- Michael Koch <konqueror at gmx.de>  Sat, 27 May 2006 17:51:11 +0000\n\nclasspath (2:0.91-2) unstable; urgency=low\n\n  * Set the correct version moc for architecture specific builds too.\n\n -- Michael Koch <konqueror at gmx.de>  Tue, 16 May 2006 05:35:36 +0000\n\nclasspath (2:0.91-1) unstable; urgency=low\n\n  * New upstream release\n    - crash when using cairo (Closes: #358356)\n    - includes java.lang.Thread.UncaughtExceptionHandler (Closes: #356805)\n  * debian/rules: Don't build tools.zip when only building architecture\n    specific stuff. (Closes: #356353)\n  * debian/control: Fixed typo. (Closes: #363202)\n  * debian/classpath-common.install: Install tools.zip from correct place.\n  * debian/rules: Make sure to build with the correct version of moc.\n    (Closes: #356663, #356666)\n  * Activated MIDI support. (Closes: #338287)\n  * Updated Standards-Version to 3.7.2.\n\n -- Michael Koch <konqueror at gmx.de>  Mon, 15 May 2006 19:50:11 +0000\n\nclasspath (2:0.90-1) unstable; urgency=low\n\n  * New upstream release\n  * debian/README.Debian: Clarified usage of Graphics2D support.\n  * Enabled DSSI support.\n\n -- Michael Koch <konqueror at gmx.de>  Mon,  6 Mar 2006 22:46:46 +0000\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2142	\N	\N	\N
-26645	393	6076	2005-10-28 15:15:03	\nbatik (1.6-2) unstable; urgency=low\n  * Re-Introduce lost link batik.jar and add 02_fix_jar_target.patch\n    to fix library content (closes: #334878)\n  * Thighten depends on avalon-framework (closes: #335883)\n  * Corrected README.Debian\nbatik (1.6-1) unstable; urgency=low\n  * New upstream release\n    + Updated copyright to Apache 2.0 License\n  * libant1.6-java to ant transition\n  * Use JAVA_HOME dirs as generated by java-package (closes: #306639)\n  * Include, build and ship the pdf-transcoder from fop CVS (closes: #327354)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1543	\N	\N	\N
-25640	386	5849	2007-07-02 22:12:46	\nsync with svn repo\n	\N	f	\N	\N	2.6.1	\N	\N	\N	3766	2	\N	\N
-25641	394	5849	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-26646	396	6077	2007-09-01 17:07:51	\nbouncycastle (1.37-1) unstable; urgency=low\n \n  * New upstream release. Closes: #430560, #430562.\n  * Replaced ${Source-Version} bei ${source:Version}\n  * Added myself to Uploaders.\n  \n -- Michael Koch <konqueror at gmx.de>  Sun, 15 Jul 2007 19:22:07 +0200\n\n\n	\N	f	\N	\N	1.37	\N	\N	\N	4078	1	\N	\N
-25642	401	5849	2004-02-18 14:39:00	\nDebian release 2.6.1-1 (split from libxerces2-java, stays in contrib)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	434	\N	\N	\N
-25643	401	5849	2004-01-14 00:03:34	\nDebian release 2.6.0-1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	371	\N	\N	\N
-26647	398	6077	2007-02-10 16:57:04	\nbegan update to 1.35\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2999	\N	\N	\N
-25644	401	5849	2003-10-17 16:44:11	\nDebian release 2.5.0-1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	335	\N	\N	\N
-25645	393	5850	2006-01-23 15:32:47	\nUpdate to kaffe transition upload.\n	\N	f	\N	\N	0.1.3a	\N	\N	\N	1788	2	\N	\N
-25646	394	5850	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-25647	386	5850	2005-10-07 17:57:10	\n*** empty log message ***\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1465	\N	\N	\N
-25648	386	5850	2005-10-07 17:12:12	\nlibi18n-java (0.1.3-1) unstable; urgency=low\n\n  * New upstream release, built from sources (closes: #323071).\n  * built with kaffe, can move to main (closes: #306772).\n  * debian/build.xml: added.\n  * Standards-Version: 3.6.2; no change needed.\n\n -- Arnaud Vandyck <avdyk at debian.org>  Fri,  7 Oct 2005 16:51:26 +0200\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1461	\N	\N	\N
-25649	386	5850	2004-02-01 01:38:25	\nexperimental release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	405	\N	\N	\N
-25650	302	5851	2007-12-15 15:26:07	\nNew upstream release (Closes: #367010)\n	\N	f	\N	\N	1.5.0	\N	\N	\N	5035	1	\N	\N
-25651	302	5851	2007-12-15 15:23:34	\n* debian/rules:\n* Remove the (binary only) PDF file from orig.tar.gz.\n	\N	\N	\N	\N	\N	\N	\N	\N	5034	\N	\N	\N
-25653	280	5851	2007-12-14 14:33:31	\n  + Set Debian Java maintainers as Maintainer (Closes: #382815)\n  + Add myself and Torsten to Uploaders\n* Add some missing links in debian/groovy.links\n	\N	\N	\N	\N	\N	\N	\N	\N	5030	\N	\N	\N
-25656	396	5852	2007-04-22 09:24:43	\ngjdoc (0.7.7-8) experimental; urgency=low\n\n  * Build-depend on gcj generics backport.\n  * Add gij as an alternative dependency.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3301	\N	\N	\N
-25657	386	5852	2006-12-04 16:41:33	\ngjdoc (0.7.7-7) unstable; urgency=low\n\n  * Use back gcj-dbtool-4.1 and gij-wrapper-4.1 on arm (closes:\n    bug#400791). Thanks to Aurelien Jarno.\n\n -- Arnaud Vandyck <avdyk at debian.org>  Mon,  4 Dec 2006 16:39:35 +0100\n	\N	\N	\N	\N	\N	\N	\N	\N	2837	\N	\N	\N
-25658	386	5852	2006-12-04 16:38:52	\nupdating to current unstable\n	\N	\N	\N	\N	\N	\N	\N	\N	2836	\N	\N	\N
-25659	396	5852	2006-05-20 13:07:02	\ngjdoc (0.7.7-2) unstable; urgency=low\n\n  * debian/control: Build-Depends on libgcj7-dev and gcj-4.1.\n  * debian/rules: Use GCJ 4.1.\n  * Removed Takashi Okamoto from Uploaders (Closes: #352979).\n  * Fixed section of debhelper man-page in debian/scripts/dh_javadoc\n    (Closes: #363155).\n  * Updated Standards-Version to 3.7.2.\n  * Fixed typo in debian/README.Debian.\n\n -- Michael Koch <konqueror at gmx.de>  Sat, 20 May 2006 10:21:45 +0000\n\ngjdoc (0.7.7-1) unstable; urgency=low\n\n  * New upstream release\n\n -- Michael Koch <konqueror at gmx.de>  Sun, 18 Dec 2005 13:40:33 +0000\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2129	\N	\N	\N
-26649	387	6077	2007-02-10 12:09:10	\nbouncycastle (1.33-4) unstable; urgency=low\n\n  * Rebuild the database of security providers in the postrm,\n    not in the prerm.\n\n -- Matthias Klose <doko at debian.org>  Sat, 10 Feb 2007 12:02:19 +0100\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2997	\N	\N	\N
-25660	396	5853	2007-06-19 16:01:20	\nlibcommons-dbcp-java (1.2.2-1) unstable; urgency=low\n\n  * New upstream release\n  * Added watch file\n\n -- Michael Koch <konqueror at gmx.de>  Tue, 19 Jun 2007 15:58:41 +0200\n\n\n	\N	f	\N	\N	1.2.2	\N	\N	\N	3729	1	\N	\N
-25661	396	5853	2007-06-09 16:13:20	\nlibcommons-dbcp-java (1.2.1-5) unstable; urgency=low\n\n  * Merge from Ubuntu.\n  * Fixed Depends of libcommons-dbcp-java to allow all Java runtimes to be\n    used.\n  * Moved debhelper and cdbs to from Builds-Depends-Indep to Build-Depends.\n  * Added myself to Uploaders and removed Wolfgang.\n  * Updated Standards-Version to 3.7.2.\n\n -- Michael Koch <konqueror at gmx.de>  Sat, 09 Jun 2007 12:23:34 -0100\n\nlibcommons-dbcp-java (1.2.1-4ubuntu1) feisty; urgency=low\n\n  * Re-sync with Debian. Changes retained:\n    * Depend java-gcj-compat rather than java runtimes\n\n -- Barry deFreese <bddebian at comcast.net>  Fri, 26 Jan 2007 19:13:45 -0500\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3630	\N	\N	\N
-26650	398	6077	2007-01-13 19:48:27	\nadded cfry back in\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2935	\N	\N	\N
-25662	393	5853	2006-01-23 14:47:04	\nUpdate to kaffe transition upload.\n	\N	\N	\N	\N	\N	\N	\N	\N	1748	\N	\N	\N
-25663	394	5853	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-26651	302	6078	2007-11-30 14:08:32	\n* Move package to contrib because of Build-Depends: glassfish-javaee.\n* Use upstream provided build.xml.\n\n\n	\N	f	\N	\N	1.6.0	\N	\N	\N	4923	2	\N	\N
-25664	386	5853	2005-08-20 20:04:06	\nlibant1.6-java to ant transition\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1207	\N	\N	\N
-25665	386	5854	2006-08-01 10:56:42	\nlibjessie-java (1.0.1-3) unstable; urgency=low\n\n  * building with gcj.\n  * debian/control: updated Standards-Version to 3.7.2 (split\n    Build-Depends and Build-Depends-Indep); replaced kaffe with\n    java-gcj-compat(-dev)\n  * debian/rules: removed ANT_HOME; removed ant-launcher.jar; replaced\n    kaffe path to /usr/lib/jvm/java-gcj; update VERSION variable\n  * version depends to new gnu-crypto upstream (closes: #380139)\n\n -- Arnaud Vandyck <avdyk at debian.org>  Tue,  1 Aug 2006 10:48:14 +0200\n	\N	f	\N	\N	1.0.1	\N	\N	\N	2299	3	\N	\N
-26652	302	6078	2007-11-18 22:35:02	\nfix debian/rules\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4786	\N	\N	\N
-25666	393	5854	2006-01-23 15:23:34	\nUpdate to kaffe transition upload.\n	\N	\N	\N	\N	\N	\N	\N	\N	1778	\N	\N	\N
-25667	394	5854	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-26653	280	6078	2007-11-16 11:58:04	\n* Build only one libquartz-java binary package.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4767	\N	\N	\N
-25668	393	5854	2005-10-24 20:58:12	\nlibjessie-java (1.0.1-1) unstable; urgency=low\n\n  * New upstream release\n    + Removed patch for implementing abstract methods - not needed anymore\n  * Added myself to uploaders\n  * Standards-Version 3.6.2 (no changes)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1525	\N	\N	\N
-25669	386	5854	2005-09-24 15:57:05	\nlibjessie-java (1.0.0-3) unstable; urgency=low\n\n  * debian/patches/05_added_unimplemented_abstract_method.patch: new file\n    to add some methods not implemented in jessie so now we can compile\n    the provider... it's a bit useful ;-)\n\n -- Arnaud Vandyck <avdyk at debian.org>  Sat, 24 Sep 2005 15:50:57 +0200\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1391	\N	\N	\N
-26654	302	6078	2007-11-12 22:20:15	\nreplace jboss-jnpserver by jnpserver\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4740	\N	\N	\N
-25670	389	5855	2007-12-14 23:40:41	\nAdd versioned runtime depndency to libplexus-utils-java\n	\N	f	\N	\N	2.0.8	\N	\N	\N	5033	3	\N	\N
-25671	389	5855	2007-12-14 14:50:49	\nBug 456298: fix version number\n	\N	\N	\N	\N	\N	\N	\N	\N	5031	\N	\N	\N
-26655	280	6078	2007-11-09 22:27:29	\n* Close ITPs\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4677	\N	\N	\N
-25672	389	5855	2007-12-12 09:39:36	\nMarked as compliamt to standards 3.7.3\n	\N	\N	\N	\N	\N	\N	\N	\N	4992	\N	\N	\N
-25673	389	5855	2007-12-06 01:00:49	\n+maven2 (2.0.8-1) unstable; urgency=low\n+\n+  * New upstream release (Closes: #454087).\n+  * Added min version to Build-Depends for libplexus-utils-java.\n+  * Added Vcs-Svn control fields etc.\n+\n+ -- Paul Cager <paul-debian at home.paulcager.org>  Sun, 02 Dec 2007 23:27:21 +0000\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4972	\N	\N	\N
-26656	302	6079	2007-11-02 12:12:31	\nfix jar name in debian/rules\n\n	\N	f	\N	\N	2.0.0.CR4	\N	\N	\N	4585	1	\N	\N
-25674	389	5855	2007-10-28 15:57:56	\nmaven2 (2.0.7-2) unstable; urgency=low\n\n  * Changed to use correct JDK/JRE defined in Debian's alternatives system, or\n    any one the user has specifically set up.\n    (Closes: #445006)\n  * Uses new "Homepage" field in debian/control.\n\n -- Paul Cager <paul-debian at home.paulcager.org>  Sun, 28 Oct 2007 13:58:23 +0000\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4482	\N	\N	\N
-25675	280	5856	2007-10-29 08:07:50	\n\n* New upstream release\n	\N	f	\N	\N	3.2~dev	\N	\N	\N	4486	1	\N	\N
-25676	280	5856	2007-10-15 21:11:49	\n* Replace XS-Vcs-* with Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4426	\N	\N	\N
-25677	280	5856	2007-10-15 15:02:23	\n* Move liblaf-widget-java to pkg-java svn\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4414	\N	\N	\N
-25678	396	5857	2007-12-01 12:14:05	\n* Moved from contrib to main. Closes: #452875.\n* Don't Build-Depend on ibm-j2sdk1.5.\n* Moved debhelper and cdbs from from Build-Depends-Indep to Build-Depends.\n* Removed unused Depends on libasm-java.\n* Cleaned up debian/rules.\n* Updated debhelper level to 5.\n* Added myself to Uploaders.\n	\N	f	\N	\N	1.1.dfsg.3	\N	\N	\N	4932	1	\N	\N
-25679	386	5857	2007-05-07 10:50:38	\nxmlgraphics-commons (1.1.dfsg.2-1) unstable; urgency=low\n\n  * Move to contrib because it needs Sun's proprietary jpeg codecs.\n\n -- Arnaud Vandyck <avdyk at debian.org>  Mon,  7 May 2007 10:46:53 +0200\n	\N	\N	\N	\N	\N	\N	\N	\N	3399	\N	\N	\N
-25680	386	5857	2007-04-13 08:57:16	\nxmlgraphics-commons (1.1.dfsg.1-1) unstable; urgency=low\n\n  * Initial Release (closes: #418896).\n  * No javadoc at the moment.\n\n -- Arnaud Vandyck <avdyk at debian.org>  Fri, 13 Apr 2007 08:55:41 +0200\n	\N	\N	\N	\N	\N	\N	\N	\N	3186	\N	\N	\N
-25681	386	5857	2007-04-13 07:20:39	\nrepo for xmlcommons-graphics\n	\N	\N	\N	\N	\N	\N	\N	\N	3183	\N	\N	\N
-25683	335	5858	2007-05-15 08:25:34	\nenhance changelog\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3465	\N	\N	\N
-25684	335	5858	2007-05-14 21:42:51	\nnitpicking\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3459	\N	\N	\N
-25685	335	5858	2007-05-14 21:11:11	\nadd a missing Replaces: for etch->lenny transition\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3457	\N	\N	\N
-26657	302	6079	2007-11-02 12:11:29	\njar name is jboss-xml-binding\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4584	\N	\N	\N
-25686	335	5858	2007-05-14 20:55:46	\ntypo fix\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3456	\N	\N	\N
-25687	396	5859	2007-10-13 16:58:19	\n- renamed commons-collections to libcommons-collections-java to match source package name.\n\n	\N	f	\N	\N	2.1.1	\N	\N	\N	4377	8	\N	\N
-26658	302	6079	2007-11-02 12:06:28	\nfix ant.properties\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4583	\N	\N	\N
-25688	396	5859	2007-10-13 16:54:20	\nlibcommons-collections-java (2.1.1-8) unstable; urgency=low\n\n  * Fixed typo in Depends (java-gcj-runtime => java-gcj-compat).\n\n -- Michael Koch <konqueror at gmx.de>  Mon, 08 Oct 2007 08:22:30 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4374	\N	\N	\N
-25689	396	5859	2007-10-13 16:51:25	\nlibcommons-collections-java (2.1.1-7) unstable; urgency=low\n\n  * (Build-)Depends on java-gcj-compat instead of kaffe.\n  * Added patch to not reference external javadocs.\n  * Moved debhelper and CDBS from Build-Depends-Indep to Build-Depends\n  * Don't suggest non-existant package libcommons-collections-java-doc.\n  * Added watch file.\n  * Added myself to Uploaders and removed Wolfgang.\n  * Updated Standards-Version to 3.7.2.\n\n -- Michael Koch <konqueror at gmx.de>  Sun, 30 Sep 2007 23:28:47 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4372	\N	\N	\N
-26659	280	6079	2007-11-02 01:46:40	\n* Fix build.xml -> reduce warnings\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4575	\N	\N	\N
-25690	389	5859	2007-07-02 23:42:42	\nVersion 2.1.1-6 missing from svn\n	\N	\N	\N	\N	\N	\N	\N	\N	3770	\N	\N	\N
-25691	386	5859	2006-03-09 23:01:25	\nunused files\n	\N	\N	\N	\N	\N	\N	\N	\N	1957	\N	\N	\N
-26660	280	6079	2007-11-02 01:28:44	\n* Close ITP\n* Fix Description\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4573	\N	\N	\N
-25693	267	5860	2007-09-07 21:43:22	\nRemove unnecessary gij dependency\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4129	\N	\N	\N
-26661	267	6080	2007-11-25 14:06:11	\n* New upstream release.\n* debian/control:\n  + Use Vcs-* in place of XS-Vcs-* fields.\n	\N	f	\N	\N	0.9.93	\N	\N	\N	4833	1	\N	\N
-25694	280	5860	2007-09-07 12:16:58	\n* Fix the XS-Vcs-Browser header. Set it to the right http:// URL instead of svn://\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4126	\N	\N	\N
-25695	267	5860	2007-09-07 09:42:02	\nAdd XS-Vcs-Svn and XS-Vcs-Browser\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4123	\N	\N	\N
-26662	267	6080	2007-11-10 19:03:20	\n* New upstream release.\n* debian/patches:\n  + Remove remove_import_jmx patch, since upstream no longer\n    imports com.sun.jmx.*.\n* debian/control:\n  + Remove quilt from Build-Depends.\n* debian/rules:\n  + No longer call quilt cdbs routines.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4683	\N	\N	\N
-25696	280	5860	2007-09-06 21:13:47	\nChange Section of libj2ssh-java-doc to doc\n	\N	\N	\N	\N	\N	\N	\N	\N	4113	\N	\N	\N
-25697	267	5861	2007-09-20 17:21:53	\n* debian/control:\n  + Add XS-Vcs-Svn and XS-Vcs-Browser.\n  + Add Homepage field.\n* Add watch file.\n\n	\N	f	\N	\N	0.1.4	\N	\N	\N	4236	2	\N	\N
-26663	267	6080	2007-09-26 21:21:32	\n* Move build.properties to ant.properties.\n* Move API documentation to api/ directory.\n	\N	\N	\N	\N	\N	\N	\N	\N	4276	\N	\N	\N
-25698	393	5861	2006-02-12 19:39:38	\nInitial import\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1905	\N	\N	\N
-25699	391	5862	2006-10-29 20:45:13	\nClone debian branch (r2671).\n	\N	f	\N	\N	2.2+dfsg	\N	\N	\N	2672	1	\N	\N
-26664	280	6080	2007-09-26 19:25:16	\n* minor changes in debian/copyright and debian/orig-tar.exclude\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4275	\N	\N	\N
-25700	391	5862	2006-10-10 11:00:36	\nClone upstream branch (r2587).\n	\N	\N	\N	\N	\N	\N	\N	\N	2588	\N	\N	\N
-25701	391	5862	2006-10-10 10:59:26	\nImport upstream sources.\n	\N	\N	\N	\N	\N	\N	\N	\N	2586	\N	\N	\N
-26665	280	6080	2007-09-26 18:29:50	\n* Add debian/README.Debian-source\n	\N	\N	\N	\N	\N	\N	\N	\N	4273	\N	\N	\N
-25702	396	5863	2007-11-29 21:02:34	\njrexx (1.1.1-2) unstable; urgency=low\n\n  * Update watch file. Closes: #450333.\n  * Moved debhelper and cdbs to Build-Depends.\n  * Added Homepage tag to debian/control.\n  * Fixed long description.\n  * Fixed FSF address in debian/copyright.\n  * Update to debhelper level 5.\n  * Added myself to Uploaders.\n\n -- Michael Koch <konqueror at gmx.de>  Thu, 29 Nov 2007 21:05:54 +0100\n\n\n	\N	f	\N	\N	1.1.1	\N	\N	\N	4905	2	\N	\N
-25703	386	5863	2007-04-11 18:21:31	\ninitial upload\n	\N	\N	\N	\N	\N	\N	\N	\N	3169	\N	\N	\N
-26666	396	6081	2007-09-11 20:44:39	\nswing-layout (1.0.2-3) UNRELEASED; urgency=low\n\n  * Removed unneeded versioned build-dependency on ant.\n\n -- Michael Koch <konqueror at gmx.de>  Tue, 11 Sep 2007 20:41:05 +0200\n\n\n	\N	f	\N	\N	1.0.2	\N	\N	\N	4154	3	\N	\N
-25704	386	5863	2007-04-11 17:48:17	\nrepository for jrexx\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3168	\N	\N	\N
-25705	396	5864	2007-04-14 18:05:53	\nInitial check in of asm2.\n\n	\N	f	\N	\N	2.2.3	\N	\N	\N	3207	1	\N	\N
-26896	325	6138	2007-10-27 01:07:14	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	49892	\N	\N	\N
-25706	396	5864	2007-04-14 18:03:02	\nInitial check in of asm2.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3206	\N	\N	\N
-25707	396	5865	2007-10-30 08:39:36	\nasm3 (3.1-1) unstable; urgency=low\n\n  * New upstream version.\n  * Fixed watch file to point to the correct upstream download.\n  * Updated debhelper level to 5.\n  * Added Homepage field to debian/control.\n\n\n	\N	f	\N	\N	3.1	\N	\N	\N	4504	1	\N	\N
-25708	396	5865	2007-05-19 21:17:19	\nInitial version of ASM 3.x.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3524	\N	\N	\N
-25709	302	5866	2007-11-27 15:17:13	\ncomplete copyright information\n\n	\N	f	\N	\N	1.0~RC2	\N	\N	\N	4857	1	\N	\N
-25710	302	5866	2007-11-27 15:11:27	\nupdate meta information\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4856	\N	\N	\N
-25711	302	5866	2007-11-25 19:39:04	\nthe package builds now\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4838	\N	\N	\N
-25712	302	5866	2007-11-25 19:16:00	\nupdate debian/watch\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4837	\N	\N	\N
-25713	302	5866	2007-11-24 00:01:23	\nnew package jettison\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4825	\N	\N	\N
-25715	267	5867	2007-10-15 20:53:20	\n  + Move jmagick6-docs to doc section.\n	\N	\N	\N	\N	\N	\N	\N	\N	4425	\N	\N	\N
-25716	267	5867	2007-10-15 20:23:54	\nImport JMagick into Debian Java.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4424	\N	\N	\N
-25717	267	5867	2007-10-15 20:06:29	\nCreate a directory for jmagick.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4423	\N	\N	\N
-25718	302	5868	2007-11-02 11:40:56	\n* fix exclude patterns\n* add README.Debian\n\n	\N	f	\N	\N	1.0.CR4	\N	\N	\N	4580	1	\N	\N
-25719	280	5868	2007-11-02 08:03:14	\n* Closing ITPs\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4578	\N	\N	\N
-25720	280	5868	2007-11-02 01:12:24	\n* Fix the package version and debian/watch\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4570	\N	\N	\N
-25721	280	5868	2007-11-02 00:43:36	\n* Newer version available\n* Builds fine with java-gcj -> jboss-test also builds now.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4561	\N	\N	\N
-25722	280	5868	2007-11-01 20:18:51	\n* Fix README.Debian-source\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4558	\N	\N	\N
-26667	396	6081	2007-09-06 21:15:02	\nswing-layout (1.0.2-2) unstable; urgency=low\n\n  * Add Builds-Depends-Indep on unzip. Closes: 439496.\n  * Added myself to Uploaders.\n\n -- Michael Koch <konqueror at gmx.de>  Sat, 01 Sep 2007 19:56:35 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4114	\N	\N	\N
-25724	280	5869	2007-10-15 09:46:59	\n* Initial inject of kunststoff to pkg-java svn\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4407	\N	\N	\N
-25725	386	5870	2007-08-25 16:22:21	\nlibgef-java (0.12.3-1) unstable; urgency=low\n\n  * New upstream (closes: #439336)\n\n -- Arnaud Vandyck <avdyk at debian.org>  Sat, 25 Aug 2007 16:14:19 +0200\n	\N	f	\N	\N	0.12.3	\N	\N	\N	4062	1	\N	\N
-26668	405	6081	2007-09-06 12:29:17	\nRemove explicit ant version from Build-Depends-Indep.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4104	\N	\N	\N
-25726	386	5870	2007-04-13 07:16:50	\nlibgef-java (0.11.999.0.11.3M10-2) unstable; urgency=low\n\n  * removed libxerces-java from dependencies (closes: #418865)\n  * removed Wolfgang Baer from uploaders\n\n -- Arnaud Vandyck <avdyk at debian.org>  Fri, 13 Apr 2007 07:16:14 +0200\n	\N	\N	\N	\N	\N	\N	\N	\N	3181	\N	\N	\N
-25727	386	5870	2006-08-03 16:25:31	\nlibgef-java (0.11.999.0.11.3M10-1) unstable; urgency=low\n\n  * Back to an old release to be compatible with argouml\n  * Standards-Version: updated; put debhelper and cdbs in Build-Depends\n  * Build with java-gcj-compat-dev\n  * debian/rules: removed ant-launcher from the classpath\n\n -- Arnaud Vandyck <avdyk at debian.org>  Thu,  3 Aug 2006 15:23:18 +0200\n	\N	\N	\N	\N	\N	\N	\N	\N	2327	\N	\N	\N
-26669	405	6081	2007-09-05 14:21:35	\nInitial revision.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4102	\N	\N	\N
-25728	393	5870	2006-01-23 15:35:32	\nUpdate to kaffe transition upload.\n	\N	\N	\N	\N	\N	\N	\N	\N	1792	\N	\N	\N
-25729	394	5870	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-26670	396	6082	2007-09-22 07:45:10	\nlibws-commons-util (1.0.1-3) unstable; urgency=low\n\n  * Set priority of the package from extra to optional.\n  * Added Homepage, XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.\n  * Added watch file.\n\n -- Michael Koch <konqueror at gmx.de>  Sat, 22 Sep 2007 07:44:39 +0200\n\n\n	\N	f	\N	\N	1.0.1	\N	\N	\N	4253	3	\N	\N
-25730	302	5871	2007-11-15 21:25:04	\nremove 'FIXME' from debian/copyright\n\n	\N	f	\N	\N	1.4.1.SP6	\N	\N	\N	4752	1	\N	\N
-25731	302	5871	2007-11-11 17:18:49	\nclean up DEB_JARS\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4706	\N	\N	\N
-26671	396	6082	2007-07-19 23:30:04	\n* Added missing Build-Depends-Indep on ant. Closes: 433745.\n* Added myself to Uploaders.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3882	\N	\N	\N
-25732	280	5871	2007-11-09 21:57:51	\n* Add missing Build-Depends. Builds now !\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4673	\N	\N	\N
-25733	302	5871	2007-11-06 22:12:17	\n* package version 1.4.x\n* workaround for incomplete concurrent in Debian\n* workaround for newer je\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4646	\N	\N	\N
-26672	396	6082	2007-07-19 23:26:01	\n- name directory after source package\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3881	\N	\N	\N
-25734	302	5871	2007-11-06 19:28:00	\nadd libjboss-cache1-java\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4645	\N	\N	\N
-26673	413	6082	2007-06-14 23:43:59	\nInitial version of ws-commons-util package\n	\N	\N	\N	\N	\N	\N	\N	\N	3651	\N	\N	\N
-25736	335	5872	2007-07-16 15:05:23	\nadd `--enable-pdf' when configuring cairo-java\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3866	\N	\N	\N
-25737	335	5872	2007-05-16 00:39:09	\nreenable the Requires: on glib-java. The cairo part is definitely not needed\n\nRationale (before I change my mind again):\n  * libcairojava is linked against libglibjava\n  * a program that uses libcairojava is therefore indirecly linked with\n    libglibjava\n  * libcairojava does not seem to expose any libglibjava type ...\n    [ so I'm not sure really enabling the Requires: is needed ]\n  * ... but libcairojava *does* expose types derived from libglibjava,\n    including exceptions\n\nThat's probably not worth the pain, but this will automatically add\n`-lgobject-2.0 -lglib-2.0' to any program linking against libcairojava,\nand I'm not sure whether it's needed or not.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3483	\N	\N	\N
-26674	413	6082	2007-06-10 22:17:14	\nCreating ws-commons-util package dir\n	\N	\N	\N	\N	\N	\N	\N	\N	3632	\N	\N	\N
-25738	335	5872	2007-05-15 20:09:16	\nrework pkg-config files again\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3480	\N	\N	\N
-25739	335	5872	2007-05-15 08:30:20	\nadd a new patch to fix #423525\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3466	\N	\N	\N
-26675	280	6083	2007-10-15 21:11:49	\n* Replace XS-Vcs-* with Vcs-*\n\n	\N	f	\N	\N	0.9.7	\N	\N	\N	4426	2	\N	\N
-25740	389	5873	2007-04-22 21:57:25	\nRevert renaming as libjta-java.\nAdd other documentation from upstream tarball\n	\N	f	\N	\N	2.6+dfsg	\N	\N	\N	3304	1	\N	\N
-25741	389	5873	2007-04-22 01:20:02	\nRemoved dpatch from build-depends.\nFixed doc path; added doc-base\n	\N	\N	\N	\N	\N	\N	\N	\N	3300	\N	\N	\N
-26676	280	6083	2007-10-15 07:52:53	\n* Initial inject of libjspeex-java to pkg-java svn.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-25742	389	5873	2007-04-22 00:31:31	\nPatched build.xml to include index.html as a help file.\nAdded cdbs as a dependency\n	\N	\N	\N	\N	\N	\N	\N	\N	3299	\N	\N	\N
-25743	389	5873	2007-04-21 22:39:16	\nNOT YET READY FOR UPLOAD\n\n  * Added myself to uploaders.\n  * Converted to use CDBS (usual build system in pkg-java).\n  * Compiles using java-gcj-compat-dev.\n  * Changed to debheler version 5.\n  * Swapped from Makefile to build.xml, as upstream's intention.\n  * Removed dependency on Java runtime (as required by draft Java\n    policy).\n  * Renamed binary package to "libjta-java".\n  * Created separate -doc package.\n  * Removed non-dfsg RFC from source tarball.\n    (Closes: #393377)\n  * Expanded description, and added end-user documentation.\n    (Closes: #34130, #417544)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3298	\N	\N	\N
-25744	389	5873	2007-04-16 23:56:05	\nCheckpoint before convert to CDBS\n	\N	\N	\N	\N	\N	\N	\N	\N	3257	\N	\N	\N
-25745	393	5874	2006-01-23 14:58:22	\nUpdate to kaffe transition upload.\n	\N	f	\N	\N	1.1	\N	\N	\N	1756	3	\N	\N
-25746	394	5874	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-25747	386	5874	2005-08-21 10:37:56	\nlibant1.6-java to ant transition\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1218	\N	\N	\N
-25748	386	5874	2005-05-14 13:47:32	\ncorrected the symlink\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1074	\N	\N	\N
-25749	386	5874	2005-05-13 18:21:02	\nInitial revision\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1071	\N	\N	\N
-25750	386	5875	2007-08-13 16:13:00	\nrepo for aspectwerk 0.8.1\n	\N	f	\N	\N	1.0.dfsg.1	\N	\N	\N	4011	1	\N	\N
-25751	386	5875	2007-07-02 23:20:24	\naspectwerkz preliminary work\n	\N	\N	\N	\N	\N	\N	\N	\N	3767	\N	\N	\N
-25752	386	5875	2007-04-11 13:32:18	\npreliminary work\n	\N	\N	\N	\N	\N	\N	\N	\N	3164	\N	\N	\N
-25753	386	5875	2007-04-11 09:03:22	\nrepository for aspectwerkz\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3162	\N	\N	\N
-25754	302	5876	2007-11-02 18:08:59	\n* glassfish-javaee: Build and install ejb-api too.\n\n\n	\N	f	\N	\N	2+b58g	\N	\N	\N	4594	2	\N	\N
-25755	302	5876	2007-10-30 21:49:09	\nreally switch to sun-java6-jdk\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4523	\N	\N	\N
-25756	302	5876	2007-10-30 21:37:35	\nadd prefix 'glassfish-' to all jars\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4522	\N	\N	\N
-25757	302	5876	2007-10-30 20:53:40	\nremove glassfish binary package (it is not really needed)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4521	\N	\N	\N
-25758	280	5876	2007-10-29 19:19:13	\n* Close ITP\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4494	\N	\N	\N
-25759	386	5877	2007-07-02 23:20:24	\naspectwerkz preliminary work\n	\N	f	\N	\N	1.0.dfsg.1	\N	\N	\N	3767	1	\N	\N
-26677	302	6084	2007-11-11 21:48:54	\nfix Vcs headers\n\n	\N	f	\N	\N	2.4.1	\N	\N	\N	4722	1	\N	\N
-25760	386	5877	2007-04-11 13:32:18	\npreliminary work\n	\N	\N	\N	\N	\N	\N	\N	\N	3164	\N	\N	\N
-25761	386	5877	2007-04-11 09:03:22	\nrepository for aspectwerkz\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3162	\N	\N	\N
-26678	302	6084	2007-11-11 19:14:40	\n* Move package to contrib because it Build-Depends: libhibernate3-java.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4714	\N	\N	\N
-25762	396	5878	2007-10-29 08:07:39	\n* Added ant-nodeps.jar to ant classpath. Needed for replaceregexp tag.\n* Simplified debian/rules by removing all JVM_* variables.\n\n	\N	f	\N	\N	3.2.2	\N	\N	\N	4485	5	\N	\N
-25763	396	5878	2007-10-11 09:03:26	\n- added junit4 support.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4344	\N	\N	\N
-26679	302	6084	2007-11-11 18:27:46	\nrename package\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4713	\N	\N	\N
-25764	396	5878	2007-10-11 08:46:36	\n- 3.2.2-4 uploaded\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4341	\N	\N	\N
-25765	396	5878	2007-10-07 11:44:55	\n- added bug numbers to fixed/pending issues.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4317	\N	\N	\N
-26680	302	6084	2007-11-11 18:27:02	\nrename source to oscache\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4712	\N	\N	\N
-25766	396	5878	2007-10-07 11:15:35	\n* debian/patches/eclipse-ant-manifest.dpatch: Don't remove ant-launcher.jar\n  from ant plugin classpath. Needed for Ant 1.7.\n* debian/rules: Honor 'parallel=X' setting in DEB_BUILD_OPTIONS.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4316	\N	\N	\N
-25767	302	5879	2007-10-23 08:08:42	\n* Complete the copyright/license information in debian/copyright.\n\n\n	\N	f	\N	\N	2.0.dfsg.1	\N	\N	\N	4442	2	\N	\N
-26681	302	6084	2007-11-01 19:31:38	\nadd Build-Depends: libhibernate3-java\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4554	\N	\N	\N
-25768	302	5879	2007-10-13 19:38:10	\nremove debian/*.dirs because it is not needed\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4385	\N	\N	\N
-25769	302	5879	2007-10-13 19:13:52	\nfix README.Debian-source\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4381	\N	\N	\N
-25770	302	5879	2007-10-13 18:56:52	\n* don't build the -doc package\n* add myself to Uploaders\n* update the FSF address\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4380	\N	\N	\N
-25771	302	5879	2007-10-13 18:46:58	\n* create symlinks in /usr/share/java/\n* minor cleanups\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4379	\N	\N	\N
-26683	394	6085	2006-07-06 05:14:30	\ndebhelper compat version 5\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2257	\N	\N	\N
-25772	280	5880	2007-11-13 06:01:16	\n* Fix watch file\n\n	\N	f	\N	\N	2.9.1	\N	\N	\N	4741	4	\N	\N
-25773	280	5880	2007-10-15 19:15:59	\n* Move liquidlnf to pkg-java svn.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4421	\N	\N	\N
-26684	394	6085	2006-05-25 18:11:42	\ndepend on proper docs\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2141	\N	\N	\N
-25774	394	5881	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	f	\N	\N	3.3.1a	\N	\N	\N	1687	1	\N	\N
-25775	401	5881	2003-01-27 13:23:49	\nDebian release 3.3.1a-1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	114	\N	\N	\N
-26685	394	6085	2006-05-25 18:10:59	\npatched javadocs\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2140	\N	\N	\N
-25776	401	5881	2002-10-24 15:54:40	\nDebian version 3.3a-5\n\n	\N	\N	\N	\N	\N	\N	\N	\N	100	\N	\N	\N
-25777	401	5881	2002-10-23 15:34:33	\nAdded uploaders\n\n	\N	\N	\N	\N	\N	\N	\N	\N	91	\N	\N	\N
-25778	401	5881	2002-10-01 19:29:22	\nInitial revision\n\n	\N	\N	\N	\N	\N	\N	\N	\N	63	\N	\N	\N
-25779	302	5882	2007-11-15 22:57:50	\n* remove README.Debian\n* install hibernate3-client.jar\n\n	\N	f	\N	\N	3.2.5	\N	\N	\N	4755	1	\N	\N
-26687	389	6086	2007-11-04 12:21:06	\nwagon (1.0-beta-2-2) unstable; urgency=low\n\n  * libwagon-java: Fixed missing package\n    org.apache.maven.wagon.providers.ssh.knownhost (Closes: #449188)\n  * Added new control field "Homepage"\n\n -- Paul Cager <paul-debian at home.paulcager.org>  Sun, 04 Nov 2007 11:03:16 +0000\n\n	\N	f	\N	\N	1.0	\N	\N	\N	4610	beta-2-2	\N	\N
-25780	302	5882	2007-11-11 19:48:21	\nupdate copyright\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4717	\N	\N	\N
-25781	280	5882	2007-11-10 11:25:12	\n* Clean up rules.\n* Fix orig-tar.sh\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4682	\N	\N	\N
-26688	389	6086	2007-05-09 13:10:51	\nWagon: Correct package [build-]depends.\n	\N	\N	\N	\N	\N	\N	\N	\N	3421	\N	\N	\N
-25782	302	5882	2007-11-06 22:19:26	\nadd libjboss-cache1-java\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4647	\N	\N	\N
-25783	280	5882	2007-11-03 14:13:36	\n* Add libjboss-jmx-java, libjboss-system-java to Build-Depends\n* Blocked by liboscache-java\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4606	\N	\N	\N
-26689	389	6086	2007-04-30 12:41:58	\nAdded descriotion for wagon-openpgp jar\n	\N	\N	\N	\N	\N	\N	\N	\N	3385	\N	\N	\N
-25784	335	5883	2007-06-17 21:41:11	\nwe don't need these cppunit patches\n\n	\N	f	\N	\N	3.1.2	\N	\N	\N	3717	1	\N	\N
-25785	335	5883	2007-06-17 21:17:40	\nlast bits before the upload\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3714	\N	\N	\N
-26690	389	6086	2007-04-29 23:28:33	\nInclude wagon-openpgp\n	\N	\N	\N	\N	\N	\N	\N	\N	3384	\N	\N	\N
-25786	335	5883	2007-06-17 21:13:21	\nadd a note about what's left to be done\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3713	\N	\N	\N
-25787	335	5883	2007-06-17 19:33:15	\ndepend on gcc, not g++. Only suggest g++. Fix #385350 -- I need to test this.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3698	\N	\N	\N
-26691	389	6086	2007-04-27 11:27:01	\nWagon - simplified debian/rules\n	\N	\N	\N	\N	\N	\N	\N	\N	3377	\N	\N	\N
-25788	335	5883	2007-06-17 19:26:36	\ndo not keep Fedora patch we will not use. For now we distribute sdk files in eclipse-cdt package.\n\nAlso add a missing icon (taken from Fedora .src.rpm)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3697	\N	\N	\N
-25789	402	5884	2006-03-23 00:22:15	\npreparing new upload\n	\N	f	\N	\N	1.4	\N	\N	\N	2014	5	\N	\N
-25790	393	5884	2006-01-26 19:06:46	\nMerge in updates to kaffe transition upload.\n	\N	\N	\N	\N	\N	\N	\N	\N	1813	\N	\N	\N
-25791	402	5884	2006-01-20 10:09:38	\nnew upstream URL and uploader address\n	\N	\N	\N	\N	\N	\N	\N	\N	1703	\N	\N	\N
-25792	394	5884	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-25793	386	5884	2005-10-20 15:14:14	\njava-snmp (1.4-3) unstable; urgency=low\n\n  * Corrected maintainer address for pkg-java maintainers (closes: #326749)\n  * Fixed FTBS - correcte ANT_HOME (closes: #334628)\n  * Fixed kaffe epoch in Depends and added a java2-runtime alternative\n  * Added myself to uploaders\n\n --  Wolfgang Baer <WBaer at gmx.de>  Wed, 19 Oct 2005 13:06:19 +0000\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1504	\N	\N	\N
-25795	400	5885	2007-08-08 18:34:40	\nUpdated TODO with unit tests failing with gcj\n	\N	\N	\N	\N	\N	\N	\N	\N	4004	\N	\N	\N
-25796	400	5885	2007-08-08 16:26:08	\nBuild with gcj\n	\N	\N	\N	\N	\N	\N	\N	\N	4003	\N	\N	\N
-25797	400	5885	2007-08-08 13:38:32	\nMoved to cdbs\n	\N	\N	\N	\N	\N	\N	\N	\N	4002	\N	\N	\N
-25798	400	5885	2007-08-01 22:32:18	\nMoving to gcj\n	\N	\N	\N	\N	\N	\N	\N	\N	3969	\N	\N	\N
-25800	389	5886	2007-07-21 01:48:21	\nCorrected typo in rule.\n	\N	\N	\N	\N	\N	\N	\N	\N	3897	\N	\N	\N
-25801	389	5886	2007-07-21 01:39:07	\nPreserve upstream version number - only the license has changed\n	\N	\N	\N	\N	\N	\N	\N	\N	3896	\N	\N	\N
-25802	389	5886	2007-07-21 01:30:20	\nNew upstream svn snapshot to supply missing license grants\n	\N	\N	\N	\N	\N	\N	\N	\N	3895	\N	\N	\N
-26692	280	6087	2007-09-25 09:22:48	\n* Fix debian/watch and debian/orig-tar.sh\n* debian/control:\n  + Depend and Build-Depend on java-gcj-compat(-dev) instead of kaffe.\n  + Add XS-Vcs-{Svn, Browser} headers.\n* debian/compat: switch to 5\n* Remove debian/libbuoy-java.dirs - not required.\n* debian/rules:\n  + set JAVA_HOME to java-gcj\n  + use DEB_DESTDIR instead of DESTDIR\n	\N	f	\N	\N	1.8	\N	\N	\N	4259	1	\N	\N
-25803	389	5886	2007-06-17 01:41:26	\nAdded versioned build-depends\n	\N	\N	\N	\N	\N	\N	\N	\N	3674	\N	\N	\N
-25804	280	5887	2007-10-16 08:56:55	\n*remove debian/install file - not required\n\n	\N	f	\N	\N	0.0.16	\N	\N	\N	4432	4	\N	\N
-26693	267	6087	2007-09-23 11:34:35	\n* New upstream release (Closes: #426729)\n* Bump Standards Version to 3.7.2.\n* Move cdbs and debhelper from Build-Depends-Indep to Build-Depends.\n* Add orig-tar.sh for repackaging upstream zip.\n* Repackaged directory is now buoy-<version>.orig.\n* Added Kumar Appaiah and Varun Hiremath to Uploaders. Removed Wolfgang Baer.\n* Create a buoy-<version>.jar and symlink it to buoy.jar.\n* Add Homepage field to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	4257	\N	\N	\N
-25805	280	5887	2007-10-15 21:11:49	\n* Replace XS-Vcs-* with Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4426	\N	\N	\N
-25806	280	5887	2007-10-15 08:35:47	\n* Separate out Build-Depends and Build-Depends-Indep\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4406	\N	\N	\N
-26694	416	6087	2006-03-13 21:50:42	\nreleasing version 1.6-2\n	\N	\N	\N	\N	\N	\N	\N	\N	2009	\N	\N	\N
-25807	280	5887	2007-10-15 06:07:55	\n* Initial inject of libjorbis-java.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4400	\N	\N	\N
-25808	396	5888	2007-06-20 01:26:23	\nliblogkit-java (1.2.2-9) unstable; urgency=low\n\n  * Use java-gcj-compat instead of kaffe.\n  * Moved Build-Depends-Indep to Build-Depends.\n  * Removed Wolfgang and added myself to Uploaders.\n  * Updated Standards-Version.\n\n -- Michael Koch <konqueror at gmx.de>  Wed, 20 Jun 2007 01:07:05 +0200\n\n\n	\N	f	\N	\N	1.2.2	\N	\N	\N	3733	9	\N	\N
-26695	393	6087	2006-03-13 21:46:03	\nAdded todays date to changelog\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2008	\N	\N	\N
-25809	386	5888	2006-04-24 23:00:54	\nliblogkit-java (1.2.2-8) unstable; urgency=low\n\n  * Removed Takashi Okamoto from uploader (closes: Bug#352988).\n  * debian/rules: removed ant-launcher.jar from the classpath.\n	\N	\N	\N	\N	\N	\N	\N	\N	2067	\N	\N	\N
-25810	393	5888	2006-01-23 15:19:07	\nUpdate to kaffe transition upload.\n	\N	\N	\N	\N	\N	\N	\N	\N	1774	\N	\N	\N
-26696	416	6087	2006-03-13 21:36:05	\n  * Add Wolfgang Baer as an uploader.\n	\N	\N	\N	\N	\N	\N	\N	\N	2007	\N	\N	\N
-25811	394	5888	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-25812	393	5888	2005-09-24 01:44:18	\nliblogkit-java (1.2.2-6) unstable; urgency=low\n\n  * Depend also on ant-optional after ant reorganization\n  * Registered javadocs api with doc-base\n  * Cleaned up control file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1381	\N	\N	\N
-26697	389	6088	2007-05-14 00:24:09	\ntagsoup (1.1.3-1) unstable; urgency=low\n\n  * New upstream release.\n    - Fixed Saxon crash with a NullPointerException when processing a second\n      document.\n    - Fixed bug in CDATAElementsFeature.\n    - Added JAXP support - Tatu Saloranta's JAXP package.\n  * Sanitised rules file.\n\n -- Paul Cager <paul-debian at home.paulcager.org>  Sun, 13 May 2007 20:28:44 +0100\n\n	\N	f	\N	\N	1.1.3	\N	\N	\N	3446	1	\N	\N
-25813	389	5889	2007-07-03 00:22:34	\nVersion 1.7-1 missing from svn\n	\N	f	\N	\N	1.7	\N	\N	\N	3775	1	\N	\N
-25814	393	5889	2006-01-23 15:37:39	\nUpdate to kaffe transition upload.\n	\N	\N	\N	\N	\N	\N	\N	\N	1794	\N	\N	\N
-25815	394	5889	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-25816	393	5889	2005-08-10 19:21:32	\njts (1.6-1) unstable; urgency=low\n\n  * New upstream release\n  * Upload to unstable\n  * Adjusted copyright to include the second download location\n  * Fixed minor lintian warnings in debian/control\n  * Standards-Version 3.6.2 (no changes needed)\n  * Changed libant1.6-java build-dep to ant (now in main)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1137	\N	\N	\N
-25817	386	5889	2005-05-06 13:49:15	\nInitial revision\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1063	\N	\N	\N
-25818	386	5890	2007-05-18 12:49:22	\nadded a dependency against ibm's jdk so I can build it on ppc\n	\N	f	\N	\N	1.0.1	\N	\N	\N	3502	1	\N	\N
-25819	403	5890	2006-03-31 10:39:33	\nSet property mergeWithUpstream for svn-buildpackage.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2039	\N	\N	\N
-25820	403	5890	2006-03-29 20:58:29	\nDiscovered dh_installchangelogs... ;-)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2029	\N	\N	\N
-25821	403	5890	2006-03-29 20:45:13	\nMove changes.txt from .docs to .install for policy reasons.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2028	\N	\N	\N
-25822	403	5890	2006-03-29 20:44:32	\nSet section of -doc to contrib/doc\nmove changes.txt to install for policy reasons\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2027	\N	\N	\N
-25823	302	5891	2007-11-15 21:19:06	\nadd Build-Depends: javacc\n\n	\N	f	\N	\N	2.0.0~beta2	\N	\N	\N	4750	1	\N	\N
-25824	280	5891	2007-11-11 19:45:32	\n* Generate files using jjtree\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4716	\N	\N	\N
-25825	280	5891	2007-11-11 19:21:26	\n* Update orig-tar.sh to remove generated files.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4715	\N	\N	\N
-25826	302	5891	2007-11-11 17:08:03	\ndebianize the upstream version number\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4705	\N	\N	\N
-25827	302	5891	2007-11-11 16:58:42	\nmove package to contrib because it Build-Depends:\nlibjboss-microcontainer-java\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4704	\N	\N	\N
-25828	396	5892	2007-09-18 20:59:39	\nlibitext-java (1.4.5-3) unstable; urgency=low\n\n  * Build-Depend on ecj instead of ecj-bootstrap. Closes: #442958.\n\n -- Michael Koch <konqueror at gmx.de>  Tue, 18 Sep 2007 20:57:45 +0200\n\n\n	\N	f	\N	\N	1.4.5	\N	\N	\N	4202	3	\N	\N
-25829	396	5892	2007-08-02 07:33:22	\nlibitext-java (1.4.5-2) unstable; urgency=low\n\n  * Removed Suggests on libitext-java-doc. This package doesn't exist.\n  * Removed two trailing empty lines.\n  * Added myself to Uploaders.\n\n -- Michael Koch <konqueror at gmx.de>  Thu, 02 Aug 2007 07:30:43 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3974	\N	\N	\N
-25830	404	5892	2006-09-24 18:48:32	\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2484	\N	\N	\N
-25831	404	5892	2006-09-24 10:48:32	\n* fixed debian/copyright(lintian was complaining)\n \n\n	\N	\N	\N	\N	\N	\N	\N	\N	2482	\N	\N	\N
-25832	404	5892	2006-09-24 05:07:04	\n* New debian/rules file\n* patched PdfGraphics2d.java, removed com.sun.image.codec.jpeg.* dependencies\n* Removed  debian/README.Debian and  debian/patches/01libitext-java-addbuildscript.patch\n* fixed paths on ant/.ant.properties\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2481	\N	\N	\N
-25833	280	5893	2007-10-15 21:11:49	\n* Replace XS-Vcs-* with Vcs-*\n\n	\N	f	\N	\N	3.0	\N	\N	\N	4426	3	\N	\N
-25834	280	5893	2007-10-15 10:03:17	\n* Initial inject of libbasicplayer-java to pkg-java svn\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4408	\N	\N	\N
-25835	386	5894	2006-08-01 12:03:19	\nlibcommons-net-java (1.4.1-1) unstable; urgency=low\n\n  * New upstram (closes: #377064)\n  * debian/watch: updated to official Apache web site (not a mirror)\n  * Updated Standards-Version to 3.7.2; split Build-Dep and\n    Build-Dep-Indep\n  * Built with java-gcj-compat-dev and cdbs-ant\n  * debian/doc-base: added (based on Wolfgang's libcommons-logging-java\n    debian/doc-base file)\n\n -- Arnaud Vandyck <avdyk at debian.org>  Tue,  1 Aug 2006 12:01:53 +0200\n	\N	f	\N	\N	1.4.1	\N	\N	\N	2304	1	\N	\N
-26698	389	6088	2007-05-13 21:43:48	\nNew upstream release. New author\n	\N	\N	\N	\N	\N	\N	\N	\N	3445	\N	\N	\N
-25837	394	5894	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-26699	389	6088	2007-03-24 00:12:25	\nCorrected clean target\n	\N	\N	\N	\N	\N	\N	\N	\N	3103	\N	\N	\N
-25839	386	5894	2004-10-11 10:54:21	\nnew upstream closes bug#272028... due to gjdoc problems, no javadoc available ATM\n\n	\N	\N	\N	\N	\N	\N	\N	\N	696	\N	\N	\N
-25840	280	5895	2007-10-31 12:55:41	\n* Build only one jboss-common.jar\n* Create only one binary package libjboss-common-java\n\n	\N	f	\N	\N	0.0+svn2663	\N	\N	\N	4540	1	\N	\N
-26700	389	6088	2007-03-24 00:07:47	\nTagSoup - remove .svn dir accidentally included by upstream.\nRemove temp package files in clean target.\n	\N	\N	\N	\N	\N	\N	\N	\N	3102	\N	\N	\N
-25841	302	5895	2007-10-31 09:35:26	\n* move package to main\n* reduce warning noise\n* enable optimization\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4536	\N	\N	\N
-25842	280	5895	2007-10-31 08:20:41	\n* Closing ITP\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4535	\N	\N	\N
-26701	389	6088	2007-03-23 23:58:13	\nTagSoup - upstream release 1.1\n	\N	\N	\N	\N	\N	\N	\N	\N	3101	\N	\N	\N
-25843	280	5895	2007-10-31 08:05:44	\n* Move to contrib section.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4534	\N	\N	\N
-25844	280	5895	2007-10-31 07:53:47	\n* Finish debian/copyright file.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4533	\N	\N	\N
-26702	396	6089	2007-11-29 22:27:00	\ntijmp (0.4-1) unstable; urgency=low\n\n  * New upstream release. Closes: #449113.\n\n -- Michael Koch <konqueror at gmx.de>  Thu, 29 Nov 2007 21:44:39 +0100\n\n\n	\N	f	\N	\N	0.4	\N	\N	\N	4909	1	\N	\N
-25845	391	5896	2007-10-30 09:47:10	\nRemove XS- prefix from Vcs field. Add Homepage.\n\n	\N	f	\N	\N	1.0.2~svn20061127	\N	\N	\N	4506	6	\N	\N
-25846	391	5896	2007-05-18 08:27:58	\nWorkaround for libgcj/PR31700 in handling -X options.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3501	\N	\N	\N
-26703	396	6089	2007-07-11 21:14:36	\ntijmp (0.3-1) unstable; urgency=low\n\n  * Initial release (Closes: #432108)\n\n -- Michael Koch <konqueror at gmx.de>  Wed, 11 Jul 2007 08:21:08 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3815	\N	\N	\N
-25847	391	5896	2007-04-24 12:17:17	\nPrint a useful error message if capabilities module is missing. Fixes #412478.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3321	\N	\N	\N
-25848	391	5896	2007-04-23 15:34:41	\nUnclutter debug and error output by not including timestamp and PID. This is superfluous for syslog logging, and can be readily added by an external filter otherwise.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3311	\N	\N	\N
-26704	396	6089	2007-07-11 21:12:11	\n- prepare for initial tijmp version.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3814	\N	\N	\N
-25849	391	5896	2007-04-23 15:22:55	\nDocument SYSLOG usage.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3310	\N	\N	\N
-25850	280	5897	2007-12-13 18:49:18	\n* debian/control:\n  + Build-Depend on ant-optional instead of ant (Closes: #447469)\n  + Add libjdic-java to Build-Depends-Indep\n  + Add Homepage, Vcs-{Svn, Browser} headers\n  + Add myself to Uploaders\n  + Bumped up Standards-Version to 3.7.3\n* debian/rules: Create symlink for jdic.jar\n* debian/compat: Set to 5\n	\N	f	\N	\N	2.0.05	\N	\N	\N	5007	2	\N	\N
-26705	392	6090	2006-01-22 12:53:55	\nCopy docs to the correct location\n\n	\N	f	\N	\N	2.0.4	\N	\N	\N	1710	1	\N	\N
-25851	405	5897	2007-09-06 12:27:10	\nInitial version.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4103	\N	\N	\N
-25852	386	5898	2006-04-25 15:31:04	\n* Removed Takashi Okamoto (closes: #352994)\n\n	\N	f	\N	\N	0.9.4	\N	\N	\N	2086	9	\N	\N
-26706	392	6090	2006-01-21 19:01:17	\nRemove duplicate line.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1706	\N	\N	\N
-25853	393	5898	2006-01-23 15:04:48	\nUpdate to kaffe transition upload.\n	\N	\N	\N	\N	\N	\N	\N	\N	1762	\N	\N	\N
-25854	394	5898	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-26707	392	6090	2006-01-19 13:07:12	\nInitial version for Universal Description, Discovery and Integration for Java\nhttp://uddi4j.sourceforge.net/\n\nRequired for eclipse-wst.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1702	\N	\N	\N
-25855	386	5898	2005-08-17 18:28:53	\nwerken.xpath (0.9.4-7) unstable; urgency=low\n\n  * Changed build dependencies\n    - libant1.6-java to ant\n    - libxerces-java to libxerces2-java\n  * Standards-Version 3.6.2 (no changes)\n  * Minor adjustment of description to fix linda warning\n\n  * Upload sponsored by Arnaud Vandyck\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1185	\N	\N	\N
-25856	386	5898	2005-04-10 23:34:49	\nnew upload with the sources\n\n	\N	\N	\N	\N	\N	\N	\N	\N	964	\N	\N	\N
-26708	389	6091	2007-04-27 18:29:27	\nNew upstream svn snapshot (files moved from container-default).\n	\N	f	\N	\N	1.0+svn6316	\N	\N	\N	3380	1	\N	\N
-25857	396	5899	2007-11-29 14:51:25	\nantlr (2.7.6-10) unstable; urgency=low\n\n  * Applied patch to lib/cpp/antlr/CharScanner.hpp to make it compile with\n    gcc-4.3. Closes: #451831.\n  * Updated watch file. Closes: #449655.\n  * Check for existance of debian/Makefile.debian before running it.\n  * Install CHANGES.txt as upstream changelog file.\n\n -- Michael Koch <konqueror at gmx.de>  Thu, 29 Nov 2007 12:35:44 +0100\n\n\n	\N	f	\N	\N	2.7.6	\N	\N	\N	4896	10	\N	\N
-25858	396	5899	2007-06-03 21:01:57	\n* Rebuild against libgcj7-1. Closes: #427331.\n* Fixed typo in antlr-config script. Closes: #402896.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3584	\N	\N	\N
-25859	396	5899	2007-04-21 12:02:22	\n* Added proper python support. Thanks to Bernd Zeimitz.\n  Closes: #414847.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3294	\N	\N	\N
-25860	396	5899	2007-04-21 11:10:36	\n* Put documentation into antlr-doc package. Thanks to Bernd Zeimetz.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3293	\N	\N	\N
-25861	396	5899	2007-04-20 22:01:01	\nAdded compat file.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3288	\N	\N	\N
-25862	267	5900	2007-09-19 20:22:34	\n* Update watch file.\n	\N	f	\N	\N	1:2.3.0+cvs20050308a	1	\N	\N	4214	3	\N	\N
-25863	396	5900	2007-03-14 22:07:41	\nlibbsf-java (1:2.3.0+cvs20050308a-2) unstable; urgency=low\n\n  * Removed Build-Dependency on rhino (Closes: #414685).\n  * Removed Wolfgang and added myself to Uploaders.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3074	\N	\N	\N
-25864	386	5900	2006-07-17 18:09:40	\nlibbsf-java (1:2.3.0+cvs20050308a-1) unstable; urgency=low\n\n  * Updated Standards-Version to 3.7.2: moved debhelper and cdbs to\n    Build-Depends\n  * Build with java-gcj-compat-dev\n  * debian/rules: removed ant-launcher from the classpath (no more needed)\n  * Updated dependency to libservlet2.4-java\n  * Not a new upstream but reupload the sources to the main archive\n  (closes: #352172, #376107).\n  * debian/watch: added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2283	\N	\N	\N
-25865	393	5900	2006-01-23 14:35:34	\nUpdate to kaffe transition upload.\n	\N	\N	\N	\N	\N	\N	\N	\N	1738	\N	\N	\N
-25866	394	5900	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-25867	280	5901	2007-11-16 23:04:11	\n* Initial inject of libnetx-java\n\n	\N	f	\N	\N	0.5	\N	\N	\N	4772	1	\N	\N
-25868	302	5902	2007-11-27 20:04:00	\nupdate metadata\n\n	\N	f	\N	\N	1.2.2	\N	\N	\N	4858	1	\N	\N
-25869	302	5902	2007-11-25 21:39:00	\nthe package builds now\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4842	\N	\N	\N
-25870	302	5902	2007-11-25 21:00:25	\nnew package xstream\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4841	\N	\N	\N
-25871	390	5903	2007-09-25 14:06:20	\nlibgui-commands-java (1.1.43-2) unstable; urgency=low\n\n  * Added libgui-commands-java-doc package including javadoc API documentation.\n  * Removed Build-Depends: gcj-4.1 (Closes: #442246)\n\n -- Adriaan Peeters <apeeters at lashout.net>  Tue, 25 Sep 2007 14:03:43 +0200\n\n	\N	f	\N	\N	1.1.43	\N	\N	\N	4262	2	\N	\N
-26709	389	6091	2007-04-02 00:23:26	\nUpdated doc package description.\nAdded dependencies to JavaDoc target.\n	\N	\N	\N	\N	\N	\N	\N	\N	3142	\N	\N	\N
-25872	390	5903	2007-08-22 11:19:33	\nlibgui-commands-java (1.1.43-1) unstable; urgency=low\n\n  * Initial Debian release (Closes: #435498)\n\n -- Adriaan Peeters <apeeters at lashout.net>  Wed,  1 Aug 2007 09:27:08 +0200\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4041	\N	\N	\N
-25873	386	5904	2007-07-03 09:41:18	\nnew upstream\n	\N	f	\N	\N	1.3.04	\N	\N	\N	3778	2	\N	\N
-26710	389	6091	2007-03-27 17:11:26	\nInitial import\n	\N	\N	\N	\N	\N	\N	\N	\N	3122	\N	\N	\N
-25874	387	5904	2007-01-03 13:15:17	\n  * Merge from Ubuntu:\n    - Build a libjaxp1.3-java-gcj package. libjaxp1.3-java recommends\n      libjaxp1.3-java-gcj.\n    - Add gij as alternative dependency.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2900	\N	\N	\N
-25875	386	5904	2006-08-03 10:31:24	\nlibjaxp1.3-java (1.3.03-4) unstable; urgency=low\n\n  * debian/rules: using /usr/lib/jvm/java-gcj/bin/javac to build, not gcj\n    (closes: #379530)\n\n -- Arnaud Vandyck <avdyk at debian.org>  Thu,  3 Aug 2006 10:30:58 +0200\n	\N	\N	\N	\N	\N	\N	\N	\N	2318	\N	\N	\N
-26711	389	6091	2007-03-27 17:06:53	\nCreate plexus-component-api\n	\N	\N	\N	\N	\N	\N	\N	\N	3121	\N	\N	\N
-25876	386	5904	2006-07-17 17:21:18	\nlibjaxp1.3-java (1.3.03-3) unstable; urgency=low\n\n  * debian/control: I am the uploader, not Stefan.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2281	\N	\N	\N
-25877	386	5904	2006-07-11 00:19:09	\nadded SAX and DOM licenses\n	\N	\N	\N	\N	\N	\N	\N	\N	2276	\N	\N	\N
-26712	389	6091	2007-03-27 17:06:43	\nCreate plexus-component-api\n	\N	\N	\N	\N	\N	\N	\N	\N	3120	\N	\N	\N
-25878	267	5905	2007-12-02 15:48:15	\nMake the changelog ready for release\n	\N	f	\N	\N	1.2.15	\N	\N	\N	4942	2	\N	\N
-25879	387	5905	2007-12-02 15:26:05	\n* Really build the native jars, don't ship an empty package. Closes: #453941.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4941	\N	\N	\N
-26713	393	6092	2006-01-23 13:49:56	\nUpdate to kaffe transition upload.\n	\N	f	\N	\N	1.14	\N	\N	\N	1712	3	\N	\N
-25880	280	5905	2007-10-15 21:11:49	\n* Replace XS-Vcs-* with Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4426	\N	\N	\N
-25881	280	5905	2007-09-28 11:53:06	\n* Ensure upstream javadocs are removed while repackaging.\n	\N	\N	\N	\N	\N	\N	\N	\N	4291	\N	\N	\N
-26714	394	6092	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-25882	267	5905	2007-09-28 07:58:40	\n* \n  + Ensure the generated docs are removed to prevent an FTBFS on successive builds.\n	\N	\N	\N	\N	\N	\N	\N	\N	4290	\N	\N	\N
-25883	389	5906	2007-06-18 19:11:55	\ndebian/control: Tidied package descriptions.\n                Added explicit minimum versions for build dependencies.\ndebian/copyright: Tidied layout\n\n	\N	f	\N	\N	1.0	\N	\N	\N	3721	alpha-8-1	\N	\N
-26715	393	6092	2005-08-14 14:54:06	\nvecmath1.2 (1.14-2) unstable; urgency=low\n\n  * Upload to unstable\n  * Changed libant1.6-java build-dep to ant (changed debian/rules accordingly)\n  * Standards-Version 3.6.2 (no changes)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1146	\N	\N	\N
-25884	389	5906	2007-06-18 17:42:02	\nRegressed to release alpha-8, as later ones require later plexus versions\n	\N	\N	\N	\N	\N	\N	\N	\N	3720	\N	\N	\N
-25885	389	5906	2007-06-15 17:52:46	\nTidied production of API docs in "rules" etc\n	\N	\N	\N	\N	\N	\N	\N	\N	3655	\N	\N	\N
-26716	386	6092	2005-05-06 13:42:51	\nInitial revision\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1059	\N	\N	\N
-25886	389	5906	2007-06-15 13:51:06	\n\nTidied "copyright" (dh_make format).\nPruned build-depends.\n	\N	\N	\N	\N	\N	\N	\N	\N	3654	\N	\N	\N
-25887	389	5906	2007-06-14 14:39:27	\nAdded javadoc build\n	\N	\N	\N	\N	\N	\N	\N	\N	3648	\N	\N	\N
-26717	267	6093	2007-11-30 08:19:41	\n* debian/orig-tar.sh\n  + Ease repackaging the junit zip by automatically,\n    removing class and jar files.\n* Explain repackaging.\n\n	\N	f	\N	\N	3.8.1.1	\N	\N	\N	4915	8	\N	\N
-25889	280	5907	2007-10-15 14:06:14	\n* Inject libjlayer-java to pkg-java svn.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4411	\N	\N	\N
-26718	267	6093	2007-11-29 17:24:26	\nFix watch file with Raphael Geissert\\'s suggestion.\n	\N	\N	\N	\N	\N	\N	\N	\N	4899	\N	\N	\N
-25891	267	5908	2007-12-10 04:31:13	\n* New upstream release.\n* debian/patches:\n  + Refresh 01_target13_BuildXml.patch and 02_build_javadoc.patch.\n* debian/control:\n  + Make XS-Svn-* fields Svn-*, as dpkg supports them now.\n  + Standards version is now 3.7.3.\n\n* debian/copyright:\n  + Add copyright, upstream authors.\n  + Add Debian packaging copyright.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4987	\N	\N	\N
-26719	396	6093	2007-11-29 16:17:37	\n- moved junit-doc to doc section\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4898	\N	\N	\N
-25892	280	5908	2007-10-15 21:11:49	\n* Replace XS-Vcs-* with Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4426	\N	\N	\N
-25893	267	5908	2007-09-25 13:48:26	\n  + Build-Depend and Depend on libservlet2.3-java.\n* debian/patches/02_build_javadoc.patch: Added for building API docs through build.xml.\n	\N	\N	\N	\N	\N	\N	\N	\N	4260	\N	\N	\N
-26720	302	6093	2007-11-26 07:04:04	\nrestore old revision\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4848	\N	\N	\N
-25894	267	5908	2007-09-21 22:14:43	\n* New upstream release.\n* debian/control:\n  + Add Varun Hiremath and Kumar Appaiah as uploaders.\n  + Add Homepage, XS-Vcs-Svn and XS-Vcs-Browser fields.\n  + Move cdbs and debhelper to Build-Depends, rest to Build-Depends-Indep.\n* debian/links: Removed, functionality in debian/rules.\n* debian/dirs: Removed, functionality in debian/rules.\n* debian/compat: Bump to 5.\n* debian/patches/01_target13_BuildXml.patch: updated for new upstream release.\n* debian/watch: Bump to version 3.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4252	\N	\N	\N
-25895	406	5909	2007-02-09 17:55:20	\nMake some progress, but stuck right now, with a JAVACC_HOME not defined problem (see TODO).\n\n	\N	f	\N	\N	1:0.99.1	1	\N	\N	2995	1	\N	\N
-25896	406	5909	2006-08-14 22:08:43	\nRemoved dir that does not belong in SVN\n	\N	\N	\N	\N	\N	\N	\N	\N	2334	\N	\N	\N
-25897	406	5909	2006-08-14 22:04:00	\nAttempting to get debian/ for CDK added\n	\N	\N	\N	\N	\N	\N	\N	\N	2333	\N	\N	\N
-25898	392	5909	2006-02-18 18:26:00	\nUpdate cdk modules.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1926	\N	\N	\N
-25899	392	5909	2006-02-18 15:13:00	\ncdk.manpages: Fix paths\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1924	\N	\N	\N
-25900	302	5910	2007-12-09 20:57:06	\nMake debian/copyright more verbose.\n	\N	f	\N	\N	1.3	\N	\N	\N	4985	2	\N	\N
-25901	302	5910	2007-11-29 20:27:38	\nadd ITP\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4900	\N	\N	\N
-25902	302	5910	2007-11-27 22:06:39	\nset mergeWithUpstream\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4871	\N	\N	\N
-25903	302	5910	2007-11-27 22:04:19	\nnew package picocontainer\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4870	\N	\N	\N
-25904	280	5911	2007-11-02 08:03:14	\n* Closing ITPs\n\n	\N	f	\N	\N	0.0+svn66660	\N	\N	\N	4578	1	\N	\N
-25905	280	5911	2007-11-02 01:15:19	\n* minor change in debian/orig-tar.sh\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4571	\N	\N	\N
-25906	280	5911	2007-11-02 00:44:19	\n* Finish copyright file\n* Builds fine now with java-gcj\n* Correct Build-Depends\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4562	\N	\N	\N
-25907	280	5911	2007-11-01 20:17:35	\n* Remove useless files\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4557	\N	\N	\N
-25908	280	5911	2007-11-01 20:16:04	\n* Add Build-Depends\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4556	\N	\N	\N
-26721	267	6093	2007-11-07 03:09:34	\n  + Add Vcs-Svn and Vcs-Browser.\n	\N	\N	\N	\N	\N	\N	\N	\N	4652	\N	\N	\N
-25909	396	5912	2007-10-04 22:06:19	\n* Added myself to Uploaders.\n* Removed jikes from Build-Depends.\n* Moved debhelper and cdbs to Build-Depends.\n* Put libpja-java-doc into doc section.\n* Fixed synopsis by removing the full stop at the end.\n* Updated debhelper level to 5.\n\n	\N	f	\N	\N	2.5	\N	\N	\N	4305	5	\N	\N
-25910	386	5912	2007-07-20 12:28:07	\npja (2.5-5) unstable; urgency=low\n\n  * Standards-Verision updated to 3.7.2\n  * removed dependency on libservlet2.3-java\n  * removed Takashi Okamoto from uploaders (closes: #374118)\n  * debian/rules: removed ant-launcher\n\n -- Arnaud Vandyck <avdyk at debian.org>  Fri, 20 Jul 2007 12:27:26 +0200\n	\N	\N	\N	\N	\N	\N	\N	\N	3888	\N	\N	\N
-26722	302	6094	2007-11-27 20:38:56	\nupdate metadata\n\n	\N	f	\N	\N	1.0.4	\N	\N	\N	4860	1	\N	\N
-25911	386	5912	2007-04-13 09:46:43	\npja (2.5-4) unstable; urgency=low\n\n  * ant transition\n  * serlet updated to servlet2.4\n  * Standards-Version updated to 3.6.2\n\n -- Arnaud Vandyck <avdyk at debian.org>  Mon, 10 Oct 2005 17:38:09 +0200\n	\N	\N	\N	\N	\N	\N	\N	\N	3190	\N	\N	\N
-25912	394	5912	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-26723	302	6094	2007-11-26 16:39:54	\nthe package builds now\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4850	\N	\N	\N
-25913	386	5912	2005-04-27 23:14:07	\nadded jikes and changed the jdk dirs\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1023	\N	\N	\N
-25914	394	5913	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	f	\N	\N	1.0	\N	\N	\N	1687	1.1alpha2-1	\N	\N
-26724	302	6094	2007-11-26 16:33:28	\nnew package ezmorph\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4849	\N	\N	\N
-25915	397	5913	2005-09-04 22:25:49	\no Adding a Suggestion for the -doc package.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1276	\N	\N	\N
-25916	397	5913	2005-09-04 20:19:07	\no Naming the patch correctly.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1263	\N	\N	\N
-26725	393	6095	2006-01-23 15:29:23	\nUpdate to kaffe transition upload.\n	\N	f	\N	\N	1.1.3.4.O	\N	\N	\N	1786	3	\N	\N
-25917	397	5913	2005-09-04 18:16:38	\nInitial revision\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1260	\N	\N	\N
-25918	396	5914	2007-09-09 18:33:54	\njsch (0.1.34ds1-1) unstable; urgency=low\n\n  * Upload with real 0.1.34 sources. Closes: #440590.\n  * Removed old debian/libjsch-java.links file.\n    Closes: #441049, #441403.\n  * Added debian/watch file.\n\n -- Michael Koch <konqueror at gmx.de>  Sun, 09 Sep 2007 20:32:32 +0200\n\n\n	\N	f	\N	\N	0.1.34ds1	\N	\N	\N	4138	1	\N	\N
-26726	394	6095	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-25919	396	5914	2007-09-03 12:40:25	\nAdded closes tag.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4092	\N	\N	\N
-25920	396	5914	2007-09-03 12:38:56	\njsch (0.1.34-1) unstable; urgency=low\n\n  * New upstream release. Thanks to Alban Browaeys for preparing the orig\n    tarball.\n  * Removed debian/libjsch-java.links file and do linking in debian/rules.\n  * Get rid of UPSTREAM_VERSION variable in debian/rules and use\n    DEB_UPSTREAM_VERSION provided by CDBS.\n\n -- Michael Koch <konqueror at gmx.de>  Mon, 03 Sep 2007 11:47:34 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4091	\N	\N	\N
-26727	393	6095	2005-09-24 01:39:31	\nlibxpp3-java (1.1.3.4.O-2) unstable; urgency=low\n\n  * Added ant-optional due to ant reorganization\n  * Registered javadoc api with doc-base\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1377	\N	\N	\N
-25921	387	5914	2007-01-06 18:54:21	\njsch (0.1.28-2) unstable; urgency=low\n\n  * Upload to unstable.\n  * Fix typo in copyright. Closes: #391988.\n\n -- Matthias Klose <doko at debian.org>  Mon,  4 Dec 2006 03:11:50 +0100\n\njsch (0.1.28-1) experimental; urgency=low\n\n  * New upstream release. Closes: #334719.\n  * Moved cdbs and debhelper to Build-Depends.\n  * Update Build-Depends on debhelper to >= 4.1.0.\n  * Updated Standards-Version to 3.7.2.\n\n -- Michael Koch <konqueror at gmx.de>  Wed,  2 Aug 2006 15:59:28 +0000\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2915	\N	\N	\N
-25922	394	5914	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-26728	393	6095	2005-08-14 14:42:12	\nlibxpp3-java (1.1.3.4.O-1) unstable; urgency=low\n\n  * New upstream release\n  * Upload to unstable\n  * Changed libant1.6-java build-dep to ant\n  * Standards-Version 3.6.2 (no changes)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1144	\N	\N	\N
-25923	403	5915	2006-03-31 10:37:29	\nSet mergeWithUpstream property for svn-buildpackage.\n\n	\N	f	\N	\N	1.2.2	\N	\N	\N	2038	8	\N	\N
-25924	403	5915	2006-02-26 14:52:11	\nInitial upload\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1936	\N	\N	\N
-26729	386	6095	2005-05-06 13:26:17	\nInitial revision\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1054	\N	\N	\N
-25925	403	5916	2007-03-23 19:01:32	\nAdd binary:Version for plugin dependencies on freemind.\n\n	\N	f	\N	\N	0.9.0~beta9	\N	\N	\N	3098	2	\N	\N
-25926	403	5916	2007-03-23 18:45:30	\nFix simplyhtml dependencies.\nMake sure Time plugin is removed while upgrading.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3095	\N	\N	\N
-26730	403	6096	2007-03-12 13:46:49	\nFixed path to javadoc api documentation.\n\n	\N	f	\N	\N	0.9.0~beta9	\N	\N	\N	3064	1	\N	\N
-25927	403	5916	2007-03-23 18:27:17	\nAdded SimplyHTML and gnuregexp to FreeMind's classpath.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3093	\N	\N	\N
-25928	403	5916	2007-03-23 17:55:35	\nStupid svn-buildpackage, had to correct changelog.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3090	\N	\N	\N
-26731	403	6096	2007-03-12 13:44:45	\nFixed path to libraries\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3063	\N	\N	\N
-25929	403	5916	2007-03-23 17:55:02	\nCorrect dependency jibx to libjibx-java\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3089	\N	\N	\N
-25930	386	5917	2007-04-20 10:38:13	\nnew upstream 1.3 based on lubstruts1.2-java\n\n	\N	f	\N	\N	1.2.9	\N	\N	\N	3282	1	\N	\N
-26732	403	6096	2007-03-12 13:43:16	\nRemoved javadoc patch integrated by upstream.\nFix version number.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3062	\N	\N	\N
-25931	386	5917	2006-04-24 15:25:50	\nnew upstream that fix the 3 security holes, the patch has been modified\n	\N	\N	\N	\N	\N	\N	\N	\N	2057	\N	\N	\N
-25933	393	5917	2006-01-05 13:03:53	\nUpdate CVS to last release 1.2.8-1\n\n  * New upstream release\n  * Removed setting of DEB_ANT_COMPILER variable as already preset in kaffe\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1674	\N	\N	\N
-25934	393	5917	2005-10-06 15:02:45	\nlibstruts1.2-java (1.2.7-1) unstable; urgency=low\n\n  * Move to main second try - this time a new upstream with orig.tar.gz\n  * New upstream release\n  * Tightened dependencies on commons-digester and commons-beanutils\n  * Added ant-optional to build-dep required by ant reorganization\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1438	\N	\N	\N
-25935	335	5918	2007-10-26 19:58:11	\nadd new contributors\n\n	\N	f	\N	\N	3.1	\N	\N	\N	4470	1	\N	\N
-25936	335	5918	2007-10-25 14:52:36	\nchange XS-Vcs: into Vcs: and update Javadoc title\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4467	\N	\N	\N
-25937	335	5918	2007-10-24 12:49:14	\nNew upstream release. Add Homepage:, XS-Vcs- fields.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4454	\N	\N	\N
-25938	335	5918	2007-08-09 22:37:58	\nprepare for a new upload; fix -gcj packages generation\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4005	\N	\N	\N
-25939	335	5918	2007-07-17 07:30:06	\nprepare for the next upload\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3870	\N	\N	\N
-25940	396	5919	2007-10-24 15:37:03	\njetty (5.1.14-1) unstable; urgency=low\n\n  * New upstream release.\n    - Removed debian/patches/cve-2007-6969.patch. Applied upstream.\n  * Added recognition of installed libcommons-el-java to debian/start.config.\n    Closes: #352093.\n  * Fixed short and long service description in debian/jetty.init.\n    Closes: #446788.\n  * Removed libapache2-mod-webapp from Suggests.\n  * Added watch file.\n\n -- Michael Koch <konqueror at gmx.de>  Wed, 24 Oct 2007 14:14:45 +0200\n\n\n	\N	f	\N	\N	5.1.14	\N	\N	\N	4462	1	\N	\N
-26733	403	6096	2007-03-12 13:33:23	\npropset merge with Upstream\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3061	\N	\N	\N
-25941	396	5919	2007-10-05 07:40:44	\njetty (5.1.10-4) unstable; urgency=low\n\n  * Added patch to fix CVE-2006-6969. Thanks to Greg Wilkins for the patch.\n    Closes: #445283.\n  * Updated debian/patches/jdk-1.2-src-encoding.patch to make it work with\n    current ecj.\n\n -- Michael Koch <konqueror at gmx.de>  Fri, 05 Oct 2007 07:34:55 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4307	\N	\N	\N
-25942	396	5919	2007-07-24 20:53:56	\njetty (5.1.10-3) unstable; urgency=low\n\n  * Fix debian/jetty.init to permit removal without purge and offer a new\n    NO_START option in /etc/default/jetty. Closes: #356067.\n    Thanks to Loic Minier for the patch.\n  * Added additional paths to JDK_DIRS in debian/jetty.init.\n    Closes: #405851.\n  * (Build-)Depends on java-gcj-compat.\n  * Moved debhelper from Build-Depends-Indep to Build-Depends.\n  * Removed Build-Depends on libtomcat5-java and replace Depends on\n    libtomcat5-java by libtomcat5.5-java.\n  * Added LSB section in debian/jetty.init.\n  * Removed extra license file from /usr/share/doc/jetty.\n  * Added myself to Uploaders.\n\n -- Michael Koch <konqueror at gmx.de>  Tue, 24 Jul 2007 20:40:27 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3907	\N	\N	\N
-26734	403	6096	2007-03-12 13:30:46	\nUpdate to correct initial version\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3060	\N	\N	\N
-25943	407	5919	2006-05-30 10:47:06	\n* New package version 5.1.10-2\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2149	\N	\N	\N
-25944	407	5919	2006-05-30 10:41:50	\n* Acknoledge NMU in changelog\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2148	\N	\N	\N
-26735	386	6097	2006-09-18 17:18:22	\nlibnsuml-java (0.4.20-12.1) unstable; urgency=medium\n\n  * Non-maintainer upload.\n  * Patch from Thomas Girard:\n     + Build-Depend on kaffe. (Closes: #384507)\n     + reorder Build-Depends/Build-Depends-Indep.\n  * Bump Standards-Version to 3.7.2.\n  * Make linda happy:\n     + to use debhelper.mk you currently must Build-Depend on\n       at least debhelper (>= 4.1.0).\n\n -- Mohammed Adn?ne Trojette <adn+deb at diwi.org>  Thu,  7 Sep 2006 15:00:51 +0200\n	\N	f	\N	\N	0.4.20	\N	\N	\N	2470	12.1	\N	\N
-25945	280	5920	2007-11-10 11:21:57	\n* Build only jbossws-core.\n\n	\N	f	\N	\N	1.2.1.GA	\N	\N	\N	4681	1	\N	\N
-25946	280	5920	2007-11-09 22:27:29	\n* Close ITPs\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4677	\N	\N	\N
-26736	394	6097	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-25947	280	5920	2007-11-08 18:38:54	\n* jbossws-core builds with newer version of wsdl4j\n* fix typo in codemodel.diff\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4663	\N	\N	\N
-25948	280	5920	2007-11-07 08:11:24	\n* Add xml-security to DEB_JARS\n* Now only blocked by javax.wsdl.extensions.soap12.SOAP12Address\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4656	\N	\N	\N
-26737	386	6097	2005-09-20 15:42:00	\nant transition\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1342	\N	\N	\N
-25949	280	5920	2007-11-07 07:49:04	\n* Initial inject of libjboss-web-services1-java\n* Blocked by libxml-security-java\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4653	\N	\N	\N
-25950	280	5921	2007-11-05 19:26:16	\n* Revert all previous changes. See #448812\n\n	\N	f	\N	\N	1.3.4	\N	\N	\N	4624	2	\N	\N
-26738	386	6097	2005-04-29 15:03:00	\nfixed RC bug, move to main\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1037	\N	\N	\N
-25951	302	5921	2007-11-02 23:19:25	\nreally (not) rename the package\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4599	\N	\N	\N
-25952	302	5921	2007-11-02 23:16:20	\ndo not rename the package\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4598	\N	\N	\N
-26739	386	6097	2004-02-02 15:06:13	\nnew release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	412	\N	\N	\N
-25953	280	5921	2007-11-02 14:54:34	\n* Fix jar installation\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4589	\N	\N	\N
-25954	280	5921	2007-11-02 14:13:01	\n* Close bug.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4588	\N	\N	\N
-26740	396	6098	2007-09-01 14:09:59	\nbcel (5.2-3) unstable; urgency=low\n\n  * Added link from /usr/share/ant/lib/bcel.jar to /usr/share/java/bcel.jar\n    (Closes: #440000).\n\n -- Michael Koch <konqueror at gmx.de>  Sat, 01 Sep 2007 10:44:44 +0200\n\n\n	\N	f	\N	\N	5.2	\N	\N	\N	4076	3	\N	\N
-25955	280	5922	2007-12-16 06:01:56	\n* Fix the debian/watch file (Closes: #456481)\n	\N	f	\N	\N	1.4.4+svn3115	\N	\N	\N	5043	2	\N	\N
-25956	280	5922	2007-12-13 20:02:53	\n* New upstream release\n* Update debian/patches\n* debian/control: Bumped up Standards-Version to 3.7.3\n	\N	\N	\N	\N	\N	\N	\N	\N	5016	\N	\N	\N
-26741	389	6098	2007-04-15 22:49:38	\nRemove downloading of a Jar from build.xml.\n	\N	\N	\N	\N	\N	\N	\N	\N	3252	\N	\N	\N
-25957	280	5922	2007-11-30 19:20:56	\n* New upstream release\n  + Fixes issues with volume slider (Closes: #453518)\n	\N	\N	\N	\N	\N	\N	\N	\N	4926	\N	\N	\N
-25958	280	5922	2007-11-28 12:48:26	\n* New upstream release\n* debian/jajuk.sh: Set java.library.path to /usr/lib/libjdic-java/\n	\N	\N	\N	\N	\N	\N	\N	\N	4875	\N	\N	\N
-25959	280	5922	2007-11-16 11:57:02	\n* Some more updates and new upstream release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4766	\N	\N	\N
-25960	390	5923	2007-11-14 13:24:00	\nReverted Build-Depends-Indep introduction (Closes: #449194)\n	\N	f	\N	\N	1.0.13	\N	\N	\N	4747	2	\N	\N
-25961	390	5923	2007-11-02 09:49:57	\nFixed incorrect distribution\n	\N	\N	\N	\N	\N	\N	\N	\N	4579	\N	\N	\N
-25962	390	5923	2007-11-01 22:40:33	\nRemoved Homepage from package description\n	\N	\N	\N	\N	\N	\N	\N	\N	4560	\N	\N	\N
-25963	390	5923	2007-11-01 22:30:35	\nAdded Vcs-Svn and Vcs-Browser fields\n	\N	\N	\N	\N	\N	\N	\N	\N	4559	\N	\N	\N
-25965	408	5924	2007-09-27 01:31:41	\ncommit 1.0.10.dfsg-1 changes\n	\N	f	\N	\N	1.0.10.dfsg	\N	\N	\N	4280	1	\N	\N
-25966	408	5924	2007-08-30 10:29:04	\nremove debian_patch\n	\N	\N	\N	\N	\N	\N	\N	\N	4072	\N	\N	\N
-25967	408	5924	2007-08-30 09:40:23	\nupdate to 1.0.10\n	\N	\N	\N	\N	\N	\N	\N	\N	4071	\N	\N	\N
-25968	396	5924	2007-08-02 07:53:27	\nlibjcommon-java (1.0.6-2) unstable; urgency=low\n\n  * Fixed typo in java1-runtime dependency.\n  * Fixed clean target to delete the created jars on second build.\n  * Removed Build-Depends on ecj-bootstrap and special handling for it in\n    debian/rules.\n  * Added myself and Removed Wolfgang from Uploaders.\n\n -- Michael Koch <konqueror at gmx.de>  Thu, 02 Aug 2007 07:51:01 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3976	\N	\N	\N
-25969	389	5924	2007-07-03 11:28:44	\nVersion 1.0.6-1 missing from svn\n	\N	\N	\N	\N	\N	\N	\N	\N	3782	\N	\N	\N
-25970	390	5925	2007-11-23 15:59:12	\nRemoved version information from README\n	\N	f	\N	\N	1.0.3	\N	\N	\N	4818	1	\N	\N
-25971	390	5925	2007-11-23 15:48:54	\nUpdated changelog for new upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	4817	\N	\N	\N
-25972	390	5925	2007-11-21 14:06:58	\nCleaned up long description\n	\N	\N	\N	\N	\N	\N	\N	\N	4801	\N	\N	\N
-25973	390	5925	2007-11-20 20:54:24	\nAdded missing version.properties to jar file\n	\N	\N	\N	\N	\N	\N	\N	\N	4797	\N	\N	\N
-26742	389	6098	2007-04-15 20:02:51	\nBCEL: Migrate experimental version to unstable.\n	\N	\N	\N	\N	\N	\N	\N	\N	3249	\N	\N	\N
-25975	386	5926	2006-04-24 22:19:38	\nlibgetopt-java (1.0.11-2) unstable; urgency=low\n\n  * Removed Takashi Okamoto from the uploaders (closes: #352986).\n  * Added myself as an uploader.\n\n	\N	f	\N	\N	1.0.11	\N	\N	\N	2063	2	\N	\N
-25976	394	5926	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-26743	389	6098	2007-02-01 00:15:31	\nRemoved obsolete declarations in rules.\nTidied up -DEB_ANT_BUILD_TARGET\n	\N	\N	\N	\N	\N	\N	\N	\N	2958	\N	\N	\N
-25977	393	5926	2005-10-24 20:16:54	\nInitial revision\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1515	\N	\N	\N
-25978	386	5927	2007-05-18 13:09:23	\ncorrect debian/copyright\n	\N	f	\N	\N	1.0~rc3.dfsg.1	\N	\N	\N	3504	1	\N	\N
-26744	389	6098	2007-01-25 00:48:07	\nMove doc-base to the -doc package\n	\N	\N	\N	\N	\N	\N	\N	\N	2957	\N	\N	\N
-25979	386	5927	2007-05-11 17:27:02	\ncorrect javadoc directory\n	\N	\N	\N	\N	\N	\N	\N	\N	3442	\N	\N	\N
-25980	386	5927	2007-05-11 17:05:21	\ninstall files\n	\N	\N	\N	\N	\N	\N	\N	\N	3441	\N	\N	\N
-26745	386	6099	2006-11-05 17:01:56	\nlibjdom1-java (1.0-4) unstable; urgency=low\n\n  * Build with java-gcj-compat-dev and libjaxen-java\n  * Standards-Version 3.7.2 (no changes)\n\n -- Arnaud Vandyck <avdyk at debian.org>  Sun,  5 Nov 2006 16:57:26 +0100\n	\N	f	\N	\N	1.0	\N	\N	\N	2714	4	\N	\N
-25981	386	5927	2007-05-11 16:54:24	\nit builds...\n	\N	\N	\N	\N	\N	\N	\N	\N	3440	\N	\N	\N
-25982	386	5927	2007-04-24 14:08:16	\nnext...\n	\N	\N	\N	\N	\N	\N	\N	\N	3322	\N	\N	\N
-26746	393	6099	2006-01-26 20:42:30	\nUpdate to kaffe transition upload.\n	\N	\N	\N	\N	\N	\N	\N	\N	1825	\N	\N	\N
-25983	392	5928	2006-02-23 08:16:40	\n* Added libcommons-codec-java to the dependencies.\n* Added ant-launcher to the DEB_JARS.\n\n	\N	f	\N	\N	3.0	\N	\N	\N	1932	1	\N	\N
-25984	392	5928	2006-01-22 13:11:27	\nRemove generated files.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1711	\N	\N	\N
-26747	394	6099	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-25985	392	5928	2006-01-21 20:43:31	\nAdd pointer to a bug report, which requests commons-httpclient 3.0.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1708	\N	\N	\N
-25986	392	5928	2006-01-21 18:25:40	\nAdd dpatch CDBS rules\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1705	\N	\N	\N
-26748	393	6099	2005-09-21 20:26:02	\nlibjdom1-java (1.0-2) unstable; urgency=low\n\n  * Removed libjdom0-java.links file from old release\n  * libant1.6-java to ant transition\n  * Patched build.xml to build with target=1.3 to support JDK 1.3\n  * Removed clean:: target - not needed anymore\n  * Added suggests java-virtual-machine\n  * Generated (normal) javadoc through gjdoc\n    + Added javadoc target to ant targets\n    + Removed doxygen stuff (debian/rules, debian/control, doxygen.cfg)\n    + Register documentation with doc-base\n  * Standards-Version 3.6.2 (no changes)\n  * Added myself to uploaders\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1349	\N	\N	\N
-25987	392	5928	2006-01-21 18:00:50	\n* Create new package for new upstream version of commons-httpclient 3.0.\n* Convert package to the CDBS.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1704	\N	\N	\N
-25988	267	5929	2007-09-17 09:40:26	\n* Find real package version from DEB_UPSTREAM_VERSION.\n	\N	f	\N	\N	1.0.dfsg.1	\N	\N	\N	4191	2	\N	\N
-26749	386	6099	2004-11-21 20:28:54	\ntypo in clean\n\n	\N	\N	\N	\N	\N	\N	\N	\N	769	\N	\N	\N
-25989	267	5929	2007-09-16 21:24:15	\n* Add the clean target to build.xml (Closes: #442607)\n* Add Kumar Appaiah and Varun Hiremath to uploaders.\n* Add orig-tar.sh to automate repackaging.\n* Move debhelper and cdbs to Build-Depends from Build-Depends-Indep.\n* Ensure that the versioned symlink to the jar is installed.\n* Remove unnecessary dirs, links and install files from debian/\n* Ensure build.xml does not use hard coded version.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4188	\N	\N	\N
-25990	386	5929	2007-08-02 08:56:42	\ndebian/copyright, added full copy of ASL2\n	\N	\N	\N	\N	\N	\N	\N	\N	3978	\N	\N	\N
-26908	325	6141	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-25991	386	5929	2007-07-16 11:44:23	\ncorrected location of built jar\n	\N	\N	\N	\N	\N	\N	\N	\N	3858	\N	\N	\N
-25992	386	5929	2007-07-16 11:40:42	\ndebian/rules executable\n	\N	\N	\N	\N	\N	\N	\N	\N	3857	\N	\N	\N
-25993	396	5930	2007-09-21 21:35:30	\n- install file with dh_install correctly\n- remove riles\n\n	\N	f	\N	\N	1.4.3.dfsg	\N	\N	\N	4250	3	\N	\N
-25994	396	5930	2007-09-21 21:26:48	\nlucene (1.4.3.dfsg-3) unstable; urgency=low\n\n  * Copy generated javadocs into liblucene-java-doc package. Closes: #440729.\n  * debian/ant.properties. Dont link to SUN online javadocs.\n  * Replaced ${Source-Version} by ${source:Version} in debian/control.\n  * Cleaned up debian/rules. Removed debian/liblucene-java.install and\n    debian/liblucene-java.links files and do this in debian/rules.\n  * Don't suggest tomcat5.\n  * Updated debhelper level to 5.\n\n -- Michael Koch <konqueror at gmx.de>  Fri, 21 Sep 2007 21:25:06 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4247	\N	\N	\N
-25995	386	5930	2007-08-24 16:10:00	\nadded the install instruction\n	\N	\N	\N	\N	\N	\N	\N	\N	4056	\N	\N	\N
-25996	386	5930	2007-08-24 15:48:08	\nremoving tests and demos closes two more bugs\n	\N	\N	\N	\N	\N	\N	\N	\N	4055	\N	\N	\N
-25997	386	5930	2007-08-24 15:39:05	\nlucene (1.4.3.dfsg-2) unstable; urgency=low\n\n  * added myself as an uploader\n  * debian/ant.properties: removed reference to kaffe's rmic (closes:\n    #424471)\n  * debian/control (Suggests): added tomcat5.5, removed tomcat4\n  * demo applications are no more included in the package (demos FTBFS!)\n  * tests are not build\n\n -- Arnaud Vandyck <avdyk at debian.org>  Fri, 24 Aug 2007 15:38:43 +0200\n	\N	\N	\N	\N	\N	\N	\N	\N	4054	\N	\N	\N
-25998	280	5931	2007-11-16 13:33:01	\n* Closing ITPs\n\n	\N	f	\N	\N	3.3.1.GA	\N	\N	\N	4769	1	\N	\N
-25999	280	5931	2007-11-12 20:27:32	\n* Fix description and copyright\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4739	\N	\N	\N
-26000	302	5931	2007-11-12 03:16:43	\nminor fixes\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4732	\N	\N	\N
-26001	302	5931	2007-11-12 03:10:48	\nnew package libhibernate-entitymanager-java\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4731	\N	\N	\N
-26002	397	5932	2007-06-03 17:34:19	\no Adding ignores.\n	\N	f	\N	\N	1.2	\N	\N	\N	3575	alpha-7-1	\N	\N
-26003	397	5932	2007-06-03 17:33:16	\no Cleanup.\n	\N	\N	\N	\N	\N	\N	\N	\N	3574	\N	\N	\N
-26004	389	5932	2007-03-30 13:34:23	\nImprove package description\n	\N	\N	\N	\N	\N	\N	\N	\N	3137	\N	\N	\N
-26005	389	5932	2007-03-27 17:00:35	\nRemoved direct assignment of DEB_ANT_INVOKE\n	\N	\N	\N	\N	\N	\N	\N	\N	3119	\N	\N	\N
-26006	389	5932	2007-03-26 23:29:00	\nplexus-classworlds - authors + licenses\n	\N	\N	\N	\N	\N	\N	\N	\N	3118	\N	\N	\N
-26007	302	5933	2007-11-29 21:01:57	\nupdate metadata\n\n	\N	f	\N	\N	2.1	\N	\N	\N	4904	1	\N	\N
-26008	302	5933	2007-11-26 20:42:12	\nthe package builds now\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4852	\N	\N	\N
-26009	302	5933	2007-11-26 20:32:15	\nnew package json-lib\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4851	\N	\N	\N
-26010	396	5934	2007-10-07 13:15:06	\nlibcommons-el-java (1.0-4) unstable; urgency=low\n\n  * Use java-gcj-compat intead of kaffe. Closes: #399372.\n  * Moved debhelper and cdbs to Build-Depends.\n  * Use Homepage: field in debian/control instead of homepage url in long\n    description.\n  * Updated debhelper level to 5.\n  * Removed Wolfgang and added myself to Uploaders.\n  * Updated Standards-Version to 3.7.2.\n\n -- Michael Koch <konqueror at gmx.de>  Sun, 07 Oct 2007 13:09:38 +0200\n\n\n	\N	f	\N	\N	1.0	\N	\N	\N	4320	4	\N	\N
-26750	396	6100	2007-10-24 12:51:15	\nflutejava (1.3-2) experimental; urgency=low\n\n  * Add java1-runtime to alternatives of Depends of libflute-java.\n  * Make libflute-java-gcj strictly depend on libflute-java and removed\n    unneccesary Depends.\n  * Added libsac-java to Depends of libflute-java.\n  * Added libsac-java-gcj to Recommends of libflute-java-gcj.\n  * Removed debian/dirs, debian/libflute-java.links, libflute-java.install and\n    debian/README.Debian.\n  * Added Homepage field in debian/control.\n  * Fixed long description of libflute-java-gcj.\n  * Added myself to Uploaders.\n\n -- Michael Koch <konqueror at gmx.de>  Wed, 24 Oct 2007 12:42:08 +0200\n\n\n	\N	f	\N	\N	1.3	\N	\N	\N	4455	2	\N	\N
-26011	267	5934	2007-09-19 20:55:50	\n* Add XS-Vcs-{Svn,Browser} to debian/control\n* Update watch file.\n	\N	\N	\N	\N	\N	\N	\N	\N	4219	\N	\N	\N
-26012	393	5934	2006-01-23 14:56:51	\nUpdate to kaffe transition upload.\n	\N	\N	\N	\N	\N	\N	\N	\N	1754	\N	\N	\N
-26751	408	6100	2007-10-24 11:01:53	\ninitial version of flutejava\n	\N	\N	\N	\N	\N	\N	\N	\N	4453	\N	\N	\N
-26013	394	5934	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-26014	386	5934	2005-08-20 20:04:06	\nlibant1.6-java to ant transition\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1207	\N	\N	\N
-26752	389	6101	2007-06-17 01:13:00	\nplexus-container-default (1.0-alpha-9-stable-1-2) unstable; urgency=low\n\n  * debian/control: Added (minimum) versions to Build-Depends-Indep.\n\n -- Paul Cager <paul-debian at home.paulcager.org>  Sun, 17 Jun 2007 00:09:21 +0100\n\n	\N	f	\N	\N	1.0	\N	\N	\N	3673	alpha-9-stable-1-2	\N	\N
-26015	386	5935	2007-05-29 21:38:41	\nadded pathSepChar avriable, thanks to Michalis Kamburelis\n	\N	f	\N	\N	1:0.93.dfsg.1	1	\N	\N	3552	2	\N	\N
-26016	386	5935	2007-05-29 14:27:28	\nupdate of the fop-ttfreader startup script\n	\N	\N	\N	\N	\N	\N	\N	\N	3551	\N	\N	\N
-26753	389	6101	2007-06-16 00:36:19	\nCorrect API docs location\n	\N	\N	\N	\N	\N	\N	\N	\N	3662	\N	\N	\N
-26017	386	5935	2007-05-10 16:38:59	\nno need to update the release number, the package will be rejected\n	\N	\N	\N	\N	\N	\N	\N	\N	3434	\N	\N	\N
-26018	386	5935	2007-05-10 16:30:11	\nwrong distribution\n	\N	\N	\N	\N	\N	\N	\N	\N	3432	\N	\N	\N
-26754	389	6101	2007-06-07 00:22:40	\nRestore previous changelog entry.\nLink to epoched plexus-utils\n	\N	\N	\N	\N	\N	\N	\N	\N	3619	\N	\N	\N
-26019	386	5935	2007-05-10 15:51:48	\nshould work ;-)\n	\N	\N	\N	\N	\N	\N	\N	\N	3430	\N	\N	\N
-26020	280	5936	2007-09-20 20:30:59	\n* New upstream release\n* debian/control:\n  + Add myself and Kumar Appaiah to Uploaders.\n  + move cdbs and debhelper to Build-Depends.\n  + modify Description.\n* debian/compat: switch to 5\n* remove links file from debian/\n* debian/rules:\n  + Use DEB_UPSTREAM_VERSION to install jar\n  + Create a versioned symbolic link to the jar.\n  + implement get-orig-source\n* debian/patches:\n  + remove 02_jikes_target_1_3.patch, builds without setting target to 1.3\n  + remove 03_gjdoc_crash_fix.patch, gjdoc bug has been fixed and no longer needed.\n* Add debian/orig-tar.sh to move tarball to deb-layout's tarballs dir.\n* Update debian/watch to call debian/orig-tar.sh\n* debian/docs: remove adc-guidelines.html and best-practices.html as\n  upstream provides only Maven xdocs XMLs.\n	\N	f	\N	\N	0.4	\N	\N	\N	4239	1	\N	\N
-26755	397	6101	2007-06-03 17:38:02	\no Cleaning up and making it build properly in pbuilder.\n	\N	\N	\N	\N	\N	\N	\N	\N	3576	\N	\N	\N
-26021	267	5936	2007-09-20 16:33:06	\n* debian/control:\n  + Add XS-Vcs-{Svn,Browser} to debian/control\n  + Add Homepage field.\n	\N	\N	\N	\N	\N	\N	\N	\N	4231	\N	\N	\N
-26022	267	5936	2007-09-19 20:48:25	\n* Add XS-Vcs-{Svn,Browser} to debian/control\n* Update watch file.\n	\N	\N	\N	\N	\N	\N	\N	\N	4218	\N	\N	\N
-26756	397	6101	2007-06-01 23:38:16	\no Building from tags instead of svn version.\n	\N	\N	\N	\N	\N	\N	\N	\N	3561	\N	\N	\N
-26023	396	5936	2007-06-17 18:14:32	\nlibcommons-discovery-java (0.2-10) unstable; urgency=low\n\n  * Use java-gcj-compat instead of kaffe.\n  * Moved Build-Depends-Indep to Build-Depends.\n  * Updated Standards-Version.\n  * Removed Wolfgang from Uploaders and added myself.\n  * Fixed Homepage: tag in package description.\n\n -- Michael Koch <konqueror at gmx.de>  Sun, 17 Jun 2007 13:56:27 -0100\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3691	\N	\N	\N
-26024	393	5936	2006-01-23 14:53:43	\nUpdate to kaffe transition upload.\n	\N	\N	\N	\N	\N	\N	\N	\N	1752	\N	\N	\N
-26757	280	6102	2007-10-15 18:58:53	\n* Move libswingx-java to pkg-java svn\n\n	\N	f	\N	\N	20070722	\N	\N	\N	4420	2	\N	\N
-26025	396	5937	2007-06-17 20:46:21	\ncup (0.10k-6) unstable; urgency=low\n\n  * Use java-gcj-compat instead of kaffe.\n  * Moved Build-Depends-Indep to Build-Depends.\n  * Removed Wolfgang and added myself to Uploaders.\n  * Updated Standards-Version.\n\n -- Michael Koch <konqueror at gmx.de>  Sun, 17 Jun 2007 20:42:23 +0200\n\ncup (0.10k-5) unstable; urgency=low\n\n  * added myself as an uploader.\n  * removed Takashi Okamoto from the uploaders (closes: #352978).\n\n -- Arnaud Vandyck <avdyk at debian.org>  Thu,  9 Mar 2006 21:30:14 +0000\n\n\n	\N	f	\N	\N	0.10k	\N	\N	\N	3707	6	\N	\N
-26026	386	5937	2006-03-09 23:07:29	\n[svn-inject] Setting properties of cup/debian/\n	\N	\N	\N	\N	\N	\N	\N	\N	1966	\N	\N	\N
-26027	386	5937	2006-03-09 23:07:19	\nLoad newtrunk into trunk/cup/trunk.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1965	\N	\N	\N
-26028	386	5937	2006-03-09 23:06:58	\n[svn-inject] Forking cup source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	1964	\N	\N	\N
-26029	386	5937	2006-03-09 23:06:52	\n[svn-inject] Tagging upstream source version of cup\n	\N	\N	\N	\N	\N	\N	\N	\N	1963	\N	\N	\N
-26030	386	5938	2006-03-09 23:07:29	\n[svn-inject] Setting properties of cup/debian/\n	\N	f	\N	\N	0.10k	\N	\N	\N	1966	5	\N	\N
-26031	386	5938	2006-03-09 23:07:19	\nLoad newtrunk into trunk/cup/trunk.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1965	\N	\N	\N
-26032	386	5938	2006-03-09 23:06:58	\n[svn-inject] Forking cup source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	1964	\N	\N	\N
-26033	386	5938	2006-03-09 23:06:48	\n[svn-inject] Installing original source of cup\n	\N	\N	\N	\N	\N	\N	\N	\N	1962	\N	\N	\N
-26034	394	5939	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	f	\N	\N	4.1	\N	\N	\N	1687	3	\N	\N
-26036	401	5939	2002-10-01 19:29:22	\nInitial revision\n\n	\N	\N	\N	\N	\N	\N	\N	\N	63	\N	\N	\N
-26037	335	5940	2007-11-08 19:29:31	\nadd Homepage:, rewrite Vcs-*:\n\n	\N	f	\N	\N	1.5.3	\N	\N	\N	4665	2	\N	\N
-26038	335	5940	2007-08-19 20:17:21	\nuh? remove a strange character next to the shebang\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4035	\N	\N	\N
-26039	335	5940	2007-08-19 18:47:44	\ndo not generate the plain upstream changelog\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4034	\N	\N	\N
-26040	335	5940	2007-08-19 18:35:00	\nconvert changes.html to plain text with lynx when package is built\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4033	\N	\N	\N
-26041	335	5940	2007-08-19 18:07:31	\nfix lintian errors and warnings\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4032	\N	\N	\N
-26043	388	5941	2007-12-12 18:08:56	\nFixed type in description\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5003	\N	\N	\N
-26044	335	5941	2007-05-16 15:04:45	\nno, #423843 is really a libgconf-java bug (to be merged with #424470)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3489	\N	\N	\N
-26045	335	5941	2007-05-15 23:22:30	\nput cairo-java back; the public class GdkCairo extends cairo.Context\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3482	\N	\N	\N
-26046	335	5941	2007-05-15 20:19:34	\nrework pkg-config file again\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3481	\N	\N	\N
-26047	302	5942	2007-12-15 21:11:54	\n* Remove obsolete patch build.diff.\n* Move jni libraries to /usr/lib/jni according to Java policy.\n* Remove obsolete README.Debian.\n* Remove unneeded Build-Depends: ecj.\n* Bump up Standards-Version: 3.7.3 (no changes needed).\n	\N	f	\N	\N	20070428	\N	\N	\N	5040	5	\N	\N
-26758	387	6103	2007-01-03 13:01:47	\n  * Merge from Ubuntu:\n    - Build a libjaxp1.2-java-gcj package. libjaxp1.2-java recommends\n      libjaxp1.2-java-gcj.\n    - Build depend on java-gcj-compat-dev, depend on java-gcj-compat.\n    - Add gij as alternative dependency.\n\n	\N	f	\N	\N	1.2.01	\N	\N	\N	2899	2	\N	\N
-26048	280	5942	2007-10-26 04:26:56	\n* Update debian/patches/Makefile.diff to disable all -Werror.\n	\N	\N	\N	\N	\N	\N	\N	\N	4468	\N	\N	\N
-26049	280	5942	2007-10-25 04:55:52	\n* set mergeWithUpstream property\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4466	\N	\N	\N
-26759	394	6103	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-26050	280	5942	2007-10-25 04:39:32	\n* Remove 64_bit.diff from series\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4465	\N	\N	\N
-26051	280	5942	2007-10-22 08:41:38	\n* Move libtritonus-java package to pkg-java svn.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4437	\N	\N	\N
-26760	401	6103	2004-02-18 00:28:48	\nInitial release (1.2.01-1)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	430	\N	\N	\N
-26052	393	5943	2006-01-26 20:38:21	\nUpdate to kaffe transition upload.\n	\N	f	\N	\N	1:6.5.5	1	\N	\N	1821	1	\N	\N
-26053	394	5943	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-26054	393	5943	2005-09-11 12:54:20	\nlibsaxon-java (1:6.5.4-2) unstable; urgency=low\n\n  * Provide a Manifest file with Main-class entry and suppress\n    the automatic generation of a second Manifest file (closes: #326207)\n  * Added lintian override for wrong-name-for-upstream-changelog\n    as this is a needed html file of the manual\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1292	\N	\N	\N
-26055	386	5943	2005-08-17 02:21:54	\nlibsaxon-java (1:6.5.4-1) unstable; urgency=low\n\n  * New upstream release\n  * fop support is dropped upstream\n    - updated debian dir to remove fop specific build stuff\n    - removed fop build-dep and suggests\n  * Move to main (closes: #122556)\n  * Build with kaffe / jikes / gjdoc\n  * Removed conflicts,provides,replaces with lib-saxon-java\n  * Changed libjdom-java to the final release libjdom1-java\n  * Standards-Version 3.6.2 (no changes)\n\n  * Upload sponsored by Arnaud Vandyck\n\n -- Wolfgang Baer <WBaer at gmx.de>  Tue, 16 Aug 2005 22:46:04 +0200\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1169	\N	\N	\N
-26762	302	6104	2007-11-16 23:31:33	\nswitch back to revision -6 because that revision never got uploaded so\nfar\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4773	\N	\N	\N
-26056	386	5943	2005-05-07 18:17:55	\nreverted conflicts, provides, replaces for smooth woody to sarge transition\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1069	\N	\N	\N
-26057	267	5944	2007-09-20 16:31:49	\n* debian/control:\n  + Add XS-Vcs-{Svn,Browser}.\n  + Add Homepage field.\n\n	\N	f	\N	\N	1.7.0	\N	\N	\N	4230	6	\N	\N
-26763	280	6104	2007-11-16 23:03:43	\n* Update patch\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4771	\N	\N	\N
-26058	267	5944	2007-09-20 14:58:24	\n* Add XS-Vcs-{Svn,Browser}\n	\N	\N	\N	\N	\N	\N	\N	\N	4223	\N	\N	\N
-26059	267	5944	2007-09-19 19:47:15	\nActually add the watch file\n	\N	\N	\N	\N	\N	\N	\N	\N	4209	\N	\N	\N
-26764	280	6104	2007-11-16 14:54:30	\n* Add patches/class_name.diff to fix the change in field name in newer\n  version of jython (Closes: #450930)\n	\N	\N	\N	\N	\N	\N	\N	\N	4770	\N	\N	\N
-26060	267	5944	2007-09-19 19:18:33	\n* Add a watch file.\n	\N	\N	\N	\N	\N	\N	\N	\N	4206	\N	\N	\N
-26061	396	5944	2007-06-17 19:56:47	\ncommons-beanutils (1.7.0-5) unstable; urgency=low\n\n  * Use java-gcj-compat instead of kaffe.\n  * Moved libcommons-beanutils-java-doc to doc section.\n  * Moved Build-Depends-Indep to Build-Depends.\n  * Removed Wolfgang from Uploaders and added myself.\n  * Updated Standards-Version.\n\n -- Michael Koch <konqueror at gmx.de>  Sun, 17 Jun 2007 19:51:31 +0200\n\ncommons-beanutils (1.7.0-4) unstable; urgency=low\n\n  * removed Takashi Okamoto from the uploaders (closes: #352977).\n\n -- Arnaud Vandyck <avdyk at debian.org>  Thu,  9 Mar 2006 21:27:55 +0000\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3703	\N	\N	\N
-26765	280	6104	2007-10-15 21:11:49	\n* Replace XS-Vcs-* with Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4426	\N	\N	\N
-26062	386	5945	2006-03-09 23:15:30	\n[svn-inject] Setting properties of commons-beanutils/debian/\n	\N	f	\N	\N	1.7.0	\N	\N	\N	1974	4	\N	\N
-26063	386	5945	2006-03-09 23:15:20	\nLoad newtrunk into trunk/commons-beanutils/trunk.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1973	\N	\N	\N
-26909	325	6141	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-26064	386	5945	2006-03-09 23:14:40	\n[svn-inject] Forking commons-beanutils source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	1972	\N	\N	\N
-26065	386	5945	2006-03-09 23:14:29	\n[svn-inject] Installing original source of commons-beanutils\n	\N	\N	\N	\N	\N	\N	\N	\N	1970	\N	\N	\N
-26066	396	5946	2007-06-27 20:47:53	\nlibgnumail-java (1.1.2-2) unstable; urgency=low\n\n  * Added debian/patches/gnumail-imaps.patch to add imaps provider.\n    Closes: #429865.\n\n -- Michael Koch <konqueror at gmx.de>  Wed, 27 Jun 2007 19:58:23 +0200\n\n\n	\N	f	\N	\N	1.1.2	\N	\N	\N	3752	2	\N	\N
-26067	389	5946	2007-05-17 23:13:15	\nTidied up ready for checking...\nlibgnumail-java (1.1.2-1) unstable; urgency=low\n\n  * New upstream release (Closes: #420825, #422991).\n  * Added lintian / linda overrides for out-of-date configure\n    files (not used in our build).\n  * Converted to cdbs (de-facto project standard).\n  * Changed watch file to prevent false positive with an upstream\n    date-stamped file.\n  * Changed to debhelper compat 5.\n  * Added myself to Uploaders.\n\n -- Paul Cager <paul-debian at home.paulcager.org>  Thu, 17 May 2007 21:55:35 +0100\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3500	\N	\N	\N
-26068	389	5946	2007-05-15 01:03:23	\nUse "api" rather than "apidocs" directory\n	\N	\N	\N	\N	\N	\N	\N	\N	3464	\N	\N	\N
-26069	389	5946	2007-05-15 00:51:50	\nTweaked watch file to ignore bogus upstream version.\nRenamed docs file for consistency\n	\N	\N	\N	\N	\N	\N	\N	\N	3463	\N	\N	\N
-26070	389	5946	2007-05-15 00:23:45	\nSplit off -doc package\n	\N	\N	\N	\N	\N	\N	\N	\N	3462	\N	\N	\N
-26071	403	5947	2007-03-10 19:07:00	\nFix debhelper and cdbs dependencies\n\n	\N	f	\N	\N	0.0.0beta2a	\N	\N	\N	3052	2	\N	\N
-26072	403	5947	2007-03-10 19:04:13	\nChangelog update and versions updates\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3051	\N	\N	\N
-26073	403	5947	2007-03-10 18:59:48	\nChange jaxme-js into jaxmejs.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3050	\N	\N	\N
-26074	403	5947	2007-03-10 18:55:22	\nCreate the patch from scratch, didn't seem to be fixable...\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3049	\N	\N	\N
-26075	403	5947	2007-03-10 18:36:29	\nFix patch error\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3048	\N	\N	\N
-26076	389	5948	2007-07-03 11:24:56	\nVersion 2.0.8a-3 missing from svn\n	\N	f	\N	\N	2.0.8a	\N	\N	\N	3781	3	\N	\N
-26077	396	5948	2007-06-17 20:54:42	\nliboro-java (2.0.8a-2) unstable; urgency=low\n\n  * Use java-gcj-compat instead of kaffe.\n  * Addd java-gcj-compat | java1-runtime | java2-runtime to Depends.\n  * Moved Build-Depends-Indep to Build-Depends.\n  * Updated Standards-Version.\n\n -- Michael Koch <konqueror at gmx.de>  Sun, 17 Jun 2007 20:50:58 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3709	\N	\N	\N
-26078	386	5948	2006-04-25 00:29:08	\n  * Removed Takashi Okamoto from the uploaders (closes: Bug#352989).\n  * Removed jikes and gjdoc from the dependencies, modified the\n  debian/rules accordingly.\n  * debian/rules: removed ant-launcher.jar from classpath.\n  * debian/watch: added.\n  * updated the orig tarball (removed generated jar and apidoc).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2079	\N	\N	\N
-26079	386	5948	2006-04-24 23:39:31	\nforgot to set mergeWithUpstream\n	\N	\N	\N	\N	\N	\N	\N	\N	2075	\N	\N	\N
-26080	386	5948	2006-04-24 23:34:19	\nliboro-java (2.0.8a-1) unstable; urgency=low\n\n  * Removed Takashi Okamoto from the uploaders (closes: Bug#352989).\n  * Removed jikes and gjdoc from the dependencies, modified the\n  debian/rules accordingly.\n  * debian/rules: removed ant-launcher.jar from classpath.\n  * debian/watch: added.\n  * updated the orig tarball (removed generated jar and apidoc).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2074	\N	\N	\N
-26767	389	6105	2007-10-12 23:17:56	\nRemoved Homepage pseudo-tag.\nUpdated watch file to ignore dfsg suffix (thanks to Michael Koch).\nDepend on java-gcj-compat rather than kaffe.\n	\N	\N	\N	\N	\N	\N	\N	\N	4364	\N	\N	\N
-26081	396	5949	2007-07-14 15:00:58	\ncacao (0.98-2) unstable; urgency=low +\n  * Added patch for Debain/kFreeBSD. Closes: #396699.\n    Thanks to Petr Salinger.\n  * (Build-)Depends on classpath (>= 2:0.95) and classpath-common (>= 2:0.95).\n    Thanks to Thomas Weidner. Closes: #432000.\n  * Added homepage link to long description.\n\n -- Michael Koch <konqueror at gmx.de>  Sat, 14 Jul 2007 14:47:16 +0200\n\n	\N	f	\N	\N	0.98	\N	\N	\N	3824	2	\N	\N
-26082	396	5949	2007-06-27 12:09:10	\ncacao (0.98-1) unstable; urgency=low\n\n  * New upstream release (Closes: #428600)\n    - obsoleted debian/patches/cacao-freebsd.patch.\n    - fix boehm-gc on kfreebsd/amd64 (Closes: #396699).\n\n -- Michael Koch <konqueror at gmx.de>  Wed, 27 Jun 2007 07:47:54 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3748	\N	\N	\N
-26768	389	6105	2007-10-11 23:20:21	\nMake sure Native2Ascii write out its buffer\n	\N	\N	\N	\N	\N	\N	\N	\N	4347	\N	\N	\N
-26083	396	5949	2006-06-28 21:55:49	\ncacao (0.96-2) unstable; urgency=low\n\n  * debian/control: Don't Build-Depends on binutils-dev (Closes: #375657).\n  * debian/rules: Added --disable-disassembler to DEB_CONFIGURE_EXTRA_FLAGS.\n\n -- Michael Koch <konqueror at gmx.de>  Wed, 28 Jun 2006 19:33:54 +0000\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2218	\N	\N	\N
-26084	396	5949	2006-06-08 07:56:22	\nRemoved patches/01cacao-fpu-prec.patch. Applied upstream in 0.96.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2196	\N	\N	\N
-26769	389	6105	2007-10-11 22:23:24	\nPrepare for upload\n	\N	\N	\N	\N	\N	\N	\N	\N	4346	\N	\N	\N
-26085	396	5949	2006-06-08 07:52:07	\ncacao (0.96-1) unstable; urgency=low\n\n  * Acknowledge NMU (Closes: #367502, #370044).\n  * Updated (Build-)Depends to classpath 0.91.\n  * Added some more lintian overrides to cacao.lintian-overrides.\n  * Moved executables provided by cacao instead of symlinking.\n  * Added symlink for tools.jar.\n  * Updated Standards-Version to 3.7.2.\n\n -- Michael Koch <konqueror at gmx.de>  Wed,  7 Jun 2006 20:47:38 +0000\n\ncacao (0.96-0.1) unstable; urgency=high\n\n  * Non-maintainer upload.\n  * New upstream release.\n    * Supports GNU Classpath 0.91; fixes FTBFS. (Closes: #367502)\n    * Give /usr/include/classpath for Classpath include files to\n      configure.\n    * Bump the versioned build-dependency on Classpath to 2:0.91-3, as\n      the include path change appeared there.\n\n -- Steinar H. Gunderson <sesse at debian.org>  Fri,  2 Jun 2006 23:03:47 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2194	\N	\N	\N
-26086	386	5950	2007-08-25 16:36:56	\nlibtoolbar-java (1.4-1) unstable; urgency=low\n\n  * New upstream (closes: #439338)\n\n -- Arnaud Vandyck <avdyk at debian.org>  Sat, 25 Aug 2007 16:34:44 +0200\n	\N	f	\N	\N	1.4	\N	\N	\N	4064	1	\N	\N
-26770	389	6105	2007-10-08 00:38:25	\nDelete obsolete links file\n	\N	\N	\N	\N	\N	\N	\N	\N	4324	\N	\N	\N
-26087	386	5950	2006-08-03 16:24:19	\nlibtoolbar-java (1.3-1) unstable; urgency=low\n\n  * New upstream release\n  * Standards-Version updated to 3.7.2; put cdbs and debhelper in\n    Build-Dependency\n  * Build with java-gcj-compat-dev\n  * debian/rules: removed ant-launcher from classpath\n\n -- Arnaud Vandyck <avdyk at debian.org>  Thu,  3 Aug 2006 16:08:16 +0200\n	\N	\N	\N	\N	\N	\N	\N	\N	2325	\N	\N	\N
-26088	393	5950	2006-02-01 21:28:29	\nkaffe transition upload\n	\N	\N	\N	\N	\N	\N	\N	\N	1852	\N	\N	\N
-26771	280	6106	2007-12-12 09:46:40	\n* Initial inject of codemodel\n\n	\N	f	\N	\N	2.0	\N	\N	\N	4993	1	\N	\N
-26089	394	5950	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-26090	386	5950	2005-10-07 17:08:19	\nlibtoolbar-java (1.1.0-1) unstable; urgency=low\n\n  * New upstream release\n  * build with kaffe, move to main (closes: #306779, #274850)\n  * Standards-Version: 3.6.2, no changes needed.\n\n -- Arnaud Vandyck <avdyk at debian.org>  Fri,  7 Oct 2005 17:02:50 +0200\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1459	\N	\N	\N
-26772	410	6107	2007-08-01 22:43:31	\nreverting -doc package.\n	\N	f	\N	\N	0.9	\N	\N	\N	3971	2	\N	\N
-26091	396	5951	2007-12-04 06:53:09	\n* Disable JDBC4 support. Closes: #454081.\n	\N	f	\N	\N	5.1.5+dfsg	\N	\N	\N	4953	2	\N	\N
-26092	396	5951	2007-11-30 11:46:51	\nmysql-connector-java (5.1.5+dfsg-1) unstable; urgency=low\n\n  * New upstream release. Closes: #450718.\n  * Add Homepage field to debian/control.\n\n -- Michael Koch <konqueror at gmx.de>  Fri, 30 Nov 2007 10:34:13 +0100\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4921	\N	\N	\N
-26094	396	5951	2007-07-15 23:15:29	\nmysql-connector-java (5.0.4+dfsg-3) unstable; urgency=low\n\n  * Delete build-stamp in clean target. Closes: #424589.\n  * Removed Wolfgang and added myself to Uploaders.\n\n -- Michael Koch <konqueror at gmx.de>  Sun, 15 Jul 2007 23:12:02 +0200\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3846	\N	\N	\N
-26774	410	6107	2007-07-24 22:18:53	\nJava classes for internationalization (i18n) - initial import (2nd try)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3911	\N	\N	\N
-26095	391	5951	2007-01-04 09:12:41	\nFix incorrect mysql.jar symlink (fixes #404858).\n	\N	\N	\N	\N	\N	\N	\N	\N	2909	\N	\N	\N
-26096	389	5952	2007-07-12 02:04:06	\nUpstream committed license corrections\n	\N	f	\N	\N	1.1.6	\N	\N	\N	3821	1	\N	\N
-26775	410	6107	2007-07-24 22:17:22	\nsry\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3910	\N	\N	\N
-26097	389	5952	2007-07-08 02:28:50	\nCorrected dependencies.\nNoted license problem.\nminor tidying up\n	\N	\N	\N	\N	\N	\N	\N	\N	3800	\N	\N	\N
-26098	389	5952	2007-07-08 02:16:28	\nUsed more recent upstream version.\nPruned build classpath\n	\N	\N	\N	\N	\N	\N	\N	\N	3799	\N	\N	\N
-26776	410	6107	2007-07-24 22:15:52	\nJava classes for internationalization (i18n) - initial import\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3909	\N	\N	\N
-26099	389	5952	2007-06-13 01:26:47	\nFixed descriptions and other boring bits\n	\N	\N	\N	\N	\N	\N	\N	\N	3638	\N	\N	\N
-26100	389	5952	2007-06-13 00:53:58	\nRemoved use of /usr/local/java\n	\N	\N	\N	\N	\N	\N	\N	\N	3637	\N	\N	\N
-26777	267	6108	2007-09-19 20:20:15	\n* Add a watch file.\n	\N	f	\N	\N	1.9.1	\N	\N	\N	4213	6	\N	\N
-26838	392	6123	2005-11-28 15:46:22	\neclipse-i18n (3.1.1-1) unstable; urgency=low\n\n  * New upstream release.\n\n -- Stephan Michels <stephan at apache.org>  Tue, 15 Nov 2005 01:00:13 +0100\n\neclipse-nls-sdk (2.1.2.1-2) unstable; urgency=low\n\n  * fixed depends bug (closes: #255445).\n\n -- Takashi Okamoto <tora at debian.org>  Wed, 23 Jun 2004 02:12:20 +0900\n\neclipse-nls-sdk (2.1.2.1-1) unstable; urgency=low\n\n  * New upstream release.\n\n -- Takashi Okamoto <tora at debian.org>  Sun, 18 Jan 2004 02:27:16 +0900\n\neclipse-nls-sdk (2.1.1.1-1) unstable; urgency=low\n\n  * new upstream release.\n\n -- Takashi Okamoto <tora at debian.org>  Tue,  2 Sep 2003 07:59:50 +0900\n\neclipse-nls-sdk (2.0.2-3) unstable; urgency=low\n\n  * move install directory /usr/lib/eclipse to /usr/share/eclipse because\n    later than eclipse 2.1-5 use this directory for FHS.\n\n -- Takashi Okamoto <tora at debian.org>  Tue,  2 Sep 2003 07:59:46 +0900\n\neclipse-nls-sdk (2.0.2-2) unstable; urgency=low\n\n  * fixed emacs key bind was broken in text editor.\n\n -- Takashi Okamoto <tora at debian.org>  Sun, 13 Apr 2003 10:40:57 +0900\n\neclipse-nls-sdk (2.0.2-1) unstable; urgency=low\n\n  * improve for eclipse 2.1M5.\n\n -- Takashi Okamoto <tora at debian.org>  Sun, 13 Apr 2003 10:40:46 +0900\n\neclipse-nls-sdk-translations (2.0.1-0.1) unstable; urgency=low\n\n  * Initial Release.\n\n -- Takashi Okamoto <tora at eclipse>  Sat, 14 Dec 2002 13:12:08 +0900\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1613	\N	\N	\N
-26841	386	6124	2005-10-07 16:29:16	\nlibxt-java (0.20050823-1) unstable; urgency=low\n\n  * New upstream release (closes: #331644).\n  * changed build system to ant and cdbs.\n  * removed jikes and gnujaxp (provided by kaffe).\n  * Standardd-Version updated to 3.6.2\n  * updated servlet dependency to 2.4\n  * removed examples (no more provided upstream AFAICS)\n\n -- Arnaud Vandyck <avdyk at debian.org>  Fri,  7 Oct 2005 16:16:17 +0200\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1457	\N	\N	\N
-26843	280	6125	2007-10-23 15:58:13	\n* Add patches/build.diff to disable entering of os.type manually during build. \n* debian/rules:\n  + Pass -Dos.type=$(DEB_BUILD_ARCH_OS) to ant to set os.type\n  + implement get.orig.source\n	\N	f	\N	\N	1.1.4	\N	\N	\N	4446	1	\N	\N
-26844	280	6125	2007-10-23 15:29:45	\n* New upstream release\n* Current upstream zip archive has no version; So, fix the\n  debian/orig-tar.sh file.\n	\N	\N	\N	\N	\N	\N	\N	\N	4445	\N	\N	\N
-26845	280	6125	2007-10-22 13:43:33	\n  + Add libncursesw5-dev to Build-Depends (Closes: #447466)  \n	\N	\N	\N	\N	\N	\N	\N	\N	4441	\N	\N	\N
-26846	280	6125	2007-10-22 09:44:07	\n* Add libcommons-logging-java, liblog4j1.2-java to Build-Depends\n* FTBFS bug not yet fixed.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4440	\N	\N	\N
-26847	280	6125	2007-10-22 09:29:53	\n* Really add myself and Kumar to Uploaders.\n* Add README.Debian-source\n* Update debian/orig-tar.exclude\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4439	\N	\N	\N
-26848	389	6126	2007-12-12 09:22:46	\nMarked as compliant to standard 3.7.3\n	\N	f	\N	\N	1:1.4.8	1	\N	\N	4991	1	\N	\N
-26849	389	6126	2007-12-06 00:28:27	\nlibplexus-utils (1:1.4.8-1) unstable; urgency=low\n\n  * New upstream version (Closes: #454095).\n  * Added Homepage and svn control fields.\n\n -- Paul Cager <paul-debian at home.paulcager.org>  Wed, 05 Dec 2007 22:55:09 +0000\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4971	\N	\N	\N
-26850	389	6126	2007-06-06 17:39:30	\nlibplexus-utils (1:1.4.1-1) unstable; urgency=low\n\n  * Revert to last stable version (1.4.1)\n    Added epoch 1\n\n  * Corrected name of Jar:\n        Was: libplexus-utils.jar\n        Now: plexus-utils.jar\n    Symlink retained to old name for compatability.\n\n  * Changed to use direct calls of dh_install/link\n\n -- Paul Cager <paul-debian at home.paulcager.org>  Wed, 06 Jun 2007 12:07:28 +0100\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3609	\N	\N	\N
-26851	389	6126	2007-03-31 10:19:33	\nRe-added the close for request for new upstream version\n	\N	\N	\N	\N	\N	\N	\N	\N	3141	\N	\N	\N
-26852	389	6126	2007-03-30 23:39:34	\nRemoved "lib" prefix to cater for changed package name\n	\N	\N	\N	\N	\N	\N	\N	\N	3139	\N	\N	\N
-26853	396	6127	2007-11-12 08:02:05	\njava-common (0.27) unstable; urgency=low\n\n  * Updated FAQ. Closes: #449282.\n  * Updated debhelper level to 5.\n\n -- Michael Koch <konqueror at gmx.de>  Mon, 12 Nov 2007 07:59:27 +0100\n\n\n	\N	t	\N	\N	0.27	\N	\N	\N	4734	\N	\N	\N
-26854	396	6127	2007-06-28 17:14:46	\njava-common (0.26) unstable; urgency=low\n\n  * Fixed typo in package description. Closes: #363985.\n\n -- Michael Koch <konqueror at gmx.de>  Thu, 28 Jun 2007 13:12:04 -0100\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3757	\N	\N	\N
-26855	396	6127	2006-05-20 11:12:45	\nAdded changes up to the 0.25 upload\n	\N	\N	\N	\N	\N	\N	\N	\N	2125	\N	\N	\N
-26856	394	6127	2006-01-09 19:44:54	\nset mergeWithUpstream=1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1687	\N	\N	\N
-26857	417	6127	2005-07-07 23:42:17	\nMissing files.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1106	\N	\N	\N
-26858	396	6128	2007-07-15 21:31:06	\nxml-crimson (1:1.1.3-10) unstable; urgency=low\n\n  * Removed DOCTYPE definition in build.xml. Closes: #432369.\n\n -- Michael Koch <konqueror at gmx.de>  Sun, 15 Jul 2007 21:27:48 +0200\n\n\n	\N	f	\N	\N	1:1.1.3	1	\N	\N	3844	10	\N	\N
-26880	302	6133	2007-12-16 11:41:53	\nmove ajaxtags to Alioth\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5050	\N	\N	\N
-26881	302	6134	2007-12-16 13:57:44	\nUNRELEASED (needs newer jetty)\n* new upstream version\n* Move package to Alioth and change Maintainer.\n* Update Vcs and Homepage headers in debian/control.\n* Bump up Standards-Version: 3.7.3 (no changes needed).\n* Switch from kaffe to java-gcj.\n* Add Build-Depends: glassfish-javaee, jetty.\n	\N	f	\N	\N	2.7	\N	\N	\N	5057	1	\N	\N
-26882	302	6134	2007-12-16 13:31:58	\nmove jamon to alioth\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5056	\N	\N	\N
-26883	302	6135	2007-12-16 11:33:41	\n* new upstream version\n* Move package to Alioth and change Maintainer.\n* Add Homepage and Vcs headers to debian/control.\n* Switch from kaffe to java-gcj.\n* Bump up Standards-Version: 3.7.3 (no changes needed).\n	\N	f	\N	\N	2.6.6	\N	\N	\N	5047	1	\N	\N
-26885	302	6136	2007-12-16 14:58:02	\n* Move package to Alioth and change Maintainer.\n* Add Vcs and Homepage headers to debian/control.\n* Bump up Standards-Version: 3.7.3 (no changes needed).\n* Switch from kaffe to java-gcj.\n	\N	f	\N	\N	2.1.4	\N	\N	\N	5061	2	\N	\N
-26886	302	6136	2007-12-16 14:51:00	\nmove vldocking to alioth\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5060	\N	\N	\N
-26887	418	6137	2007-11-12 13:26:22	\nTypo\n	\N	t	\N	\N	2.42	\N	\N	\N	50110	\N	\N	\N
-26888	334	6137	2007-10-11 23:45:36	\nVcs-Svn is now an official field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	49774	\N	\N	\N
-26889	323	6137	2007-10-02 22:11:10	\nReplace dpt_i2o with i2o_block to avoid diverting from installed system regarting to RAID with Adaptec 2100S. Closes: #440161\n\n	\N	\N	\N	\N	\N	\N	\N	\N	49680	\N	\N	\N
-26890	323	6137	2007-10-01 19:02:49	\nreleasing version 2.41\n	\N	\N	\N	\N	\N	\N	\N	\N	49588	\N	\N	\N
-26891	323	6137	2007-10-01 14:32:15	\n* Add dependency of usb-modules on nic-wireless\n	\N	\N	\N	\N	\N	\N	\N	\N	49582	\N	\N	\N
-26923	419	6144	2007-11-29 11:23:56	\n* Partially revert r50134; there are people who depend on being able to\n  use the "upstream" Makefile on non-Debian systems. Create necessary\n  directories in the Makefile rather than relying on dh_installdirs to do\n  it (LP: #172645).\n	\N	\N	\N	\N	\N	\N	\N	\N	50279	\N	\N	\N
-26925	418	6144	2007-11-14 12:16:48	\nreleasing version 1.0.7\n	\N	\N	\N	\N	\N	\N	\N	\N	50136	\N	\N	\N
-26926	418	6144	2007-11-14 10:52:09	\nCorrection of r50134: pkgdetails does not belong under /usr/share; move it back to /usr/lib/debootstrap\n	\N	\N	\N	\N	\N	\N	\N	\N	50135	\N	\N	\N
-26927	325	6145	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.22	\N	\N	\N	50441	\N	\N	\N
-26928	325	6145	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-26929	325	6145	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-26930	419	6145	2007-11-26 12:04:47	\ntypo\n	\N	\N	\N	\N	\N	\N	\N	\N	50242	\N	\N	\N
-26931	334	6145	2007-10-26 05:12:52	\nreleasing version 1.22\n	\N	\N	\N	\N	\N	\N	\N	\N	49886	\N	\N	\N
-26932	325	6146	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.12	\N	\N	\N	50441	\N	\N	\N
-26933	325	6146	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-26934	325	6146	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-26935	325	6146	2007-12-01 00:09:19	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50288	\N	\N	\N
-26936	325	6146	2007-11-22 00:08:56	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50216	\N	\N	\N
-26937	325	6147	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	2.19	\N	\N	\N	50441	\N	\N	\N
-26938	325	6147	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-26939	325	6147	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-26940	325	6147	2007-11-16 07:48:02	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50154	\N	\N	\N
-26941	325	6147	2007-10-27 01:07:14	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	49892	\N	\N	\N
-26942	325	6148	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.13	\N	\N	\N	50441	\N	\N	\N
-26943	325	6148	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-26944	325	6148	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-26945	325	6148	2007-12-01 00:09:19	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50288	\N	\N	\N
-26962	325	6152	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	0.42	\N	\N	\N	50441	\N	\N	\N
-26963	325	6152	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-26964	325	6152	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-26965	422	6152	2007-11-25 22:06:53	\nUse "list-devices disk" to obtain a listing of disks rather than\nrelying on /dev/discs which no longer exists (Closes: #452674).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50238	\N	\N	\N
-26966	325	6152	2007-11-16 07:48:02	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50154	\N	\N	\N
-26968	422	6153	2007-02-26 18:14:12	\nrelease\n\n	\N	\N	\N	\N	\N	\N	\N	\N	45428	\N	\N	\N
-26969	422	6153	2007-02-26 18:13:52	\nNSLU2: use eth1 rather than eth0 when no NPE microcode is found,\nso it try to use USB Ethernet.  Thanks, Gordon\n\n	\N	\N	\N	\N	\N	\N	\N	\N	45427	\N	\N	\N
-26970	422	6153	2007-02-22 13:03:24	\nrelease\n\n	\N	\N	\N	\N	\N	\N	\N	\N	45342	\N	\N	\N
-26971	423	6153	2007-02-22 06:40:11	\nEnable users to select a timezone on arm/ixp4xx, arm/iop32, and mipsel/cobalt. Closes: #403195.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	45326	\N	\N	\N
-26972	418	6154	2007-12-07 20:20:41	\n* Remove obsolete d-i-startup.d/S03hotplug and the coldplug script it calls.\n	\N	t	\N	\N	1.58	\N	\N	\N	50378	\N	\N	\N
-26973	418	6154	2007-12-07 20:15:37	\n* Remove some code supporting kernels other than 2.6.\n* Minor whitespace and coding style changes.\n	\N	\N	\N	\N	\N	\N	\N	\N	50377	\N	\N	\N
-26974	418	6154	2007-12-04 10:32:34	\nCreate more serial device files in the ramdisk before calling\nbusybox init, in case they are needed for a serial console\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50301	\N	\N	\N
-26975	422	6154	2007-11-29 09:48:05	\nimplement Frans' suggestion\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50275	\N	\N	\N
-26976	422	6154	2007-11-29 09:04:31	\ndebian-installer-startup.d/S02netwinder-net: call return rather\nthan exit because the script is being sourced.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50265	\N	\N	\N
-26977	325	6155	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	0.125	\N	\N	\N	50441	\N	\N	\N
-26978	325	6155	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-26979	325	6155	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-26980	419	6155	2007-11-29 15:57:10	\nslight documentation correction\n	\N	\N	\N	\N	\N	\N	\N	\N	50280	\N	\N	\N
-26981	325	6155	2007-11-16 07:48:02	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50154	\N	\N	\N
-26982	422	6156	2007-11-29 09:18:41	\nmove to the right dir\n\n	\N	t	\N	\N	0.54	\N	\N	\N	50272	\N	\N	\N
-26984	422	6156	2007-11-29 09:11:14	\nrelease\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50268	\N	\N	\N
-27003	325	6160	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27004	325	6160	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27005	325	6160	2007-11-16 07:48:02	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50154	\N	\N	\N
-27006	418	6160	2007-11-14 16:15:47	\nRemove buglet in dfbinfo change that I caused myself...\n	\N	\N	\N	\N	\N	\N	\N	\N	50141	\N	\N	\N
-27007	325	6161	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.25	\N	\N	\N	50441	\N	\N	\N
-27008	325	6161	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27009	325	6161	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27010	325	6161	2007-11-16 07:48:02	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50154	\N	\N	\N
-27011	325	6161	2007-10-27 01:07:14	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	49892	\N	\N	\N
-27012	334	6162	2007-12-12 21:20:27	\n* Copy firmware idempotently.\n	\N	t	\N	\N	1.7	\N	\N	\N	50442	\N	\N	\N
-27013	325	6162	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50441	\N	\N	\N
-27014	325	6162	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27015	325	6162	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27016	422	6162	2007-11-20 09:43:38	\nrelease\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50204	\N	\N	\N
-27017	334	6163	2007-10-11 23:45:36	\nVcs-Svn is now an official field\n\n	\N	t	\N	\N	0.03	\N	\N	\N	49774	\N	\N	\N
-27018	418	6163	2007-02-22 12:05:59	\n- Ignore lintian warning for standards version\n- Add missing debconf dependency\n- Release version 0.03\n\n	\N	\N	\N	\N	\N	\N	\N	\N	45337	\N	\N	\N
-27019	418	6163	2007-02-22 11:38:16	\n* Also support other network devices than eth0. Closes: #411917.\n  Thanks to Mathieu Geli for the patch.\n	\N	\N	\N	\N	\N	\N	\N	\N	45334	\N	\N	\N
-27020	325	6163	2006-10-23 19:39:59	\n[l10n] [SILENT_COMMIT] Remove translations for disabled languages\n\n	\N	\N	\N	\N	\N	\N	\N	\N	42041	\N	\N	\N
-27021	325	6163	2006-10-07 19:50:33	\nDesactivate Belarusian\n	\N	\N	\N	\N	\N	\N	\N	\N	41379	\N	\N	\N
-27022	325	6164	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.23	\N	\N	\N	50441	\N	\N	\N
-27023	325	6164	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27024	325	6164	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27043	325	6168	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27044	325	6168	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27045	325	6168	2007-10-27 01:07:14	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	49892	\N	\N	\N
-27046	325	6168	2007-10-17 01:06:47	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	49799	\N	\N	\N
-27047	325	6169	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.1.12	\N	\N	\N	50441	\N	\N	\N
-27048	325	6169	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27049	325	6169	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27050	325	6169	2007-11-16 07:48:02	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50154	\N	\N	\N
-27051	325	6169	2007-10-27 01:07:14	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	49892	\N	\N	\N
-27052	325	6170	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.13	\N	\N	\N	50441	\N	\N	\N
-27053	325	6170	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27054	325	6170	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27055	325	6170	2007-11-16 07:48:02	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50154	\N	\N	\N
-27056	325	6170	2007-10-27 01:07:14	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	49892	\N	\N	\N
-27057	334	6171	2007-10-11 23:45:36	\nVcs-Svn is now an official field\n\n	\N	t	\N	\N	0.9	\N	\N	\N	49774	\N	\N	\N
-27058	425	6171	2006-11-01 00:09:49	\n* Performing a "clean" upload - last version had .svn goo in it\n	\N	\N	\N	\N	\N	\N	\N	\N	42405	\N	\N	\N
-27059	418	6171	2006-11-01 00:07:37	\nVersion 0.8 was uploaded on Sept 7\n	\N	\N	\N	\N	\N	\N	\N	\N	42403	\N	\N	\N
-27060	334	6171	2006-10-04 19:13:52	\nadd XS-Vcs-Svn fields for every source package in d-i\n\n	\N	\N	\N	\N	\N	\N	\N	\N	41247	\N	\N	\N
-27061	419	6171	2006-03-21 19:23:56	\n* Include <linux/types.h> for __u8 and friends.\n	\N	\N	\N	\N	\N	\N	\N	\N	35740	\N	\N	\N
-27062	325	6172	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	0.0.27	\N	\N	\N	50441	\N	\N	\N
-27063	325	6172	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27079	323	6175	2007-06-18 15:28:40	\nUse 'installed-base' virtual package dependency instead of explicit 'base-installer' one\n\nTo allow a better flexibility regarting the way of installer does the\nsystem installation a new virtual package called\n'installed-base'. base-installer package has been change to provide\nthis new virtual package and the other packages depending on it has\nalso been change.\n\nThe affected package are:\n\n - aboot-installer\n - apt-setup\n - colo-installer\n - elilo-installer\n - finish-install\n - flash-kernel\n - nobootloader\n - palo-installer\n - sibyl-installer\n - silo-installer\n - zipl-installer\n\n	\N	\N	\N	\N	\N	\N	\N	\N	47285	\N	\N	\N
-27081	419	6175	2007-04-30 15:51:12	\n* Merge from Ubuntu (LaMont Jones):\n  - Deal with the disk path being /dev/sd*, rather than /dev/scsi/...\n	\N	\N	\N	\N	\N	\N	\N	\N	46646	\N	\N	\N
-27082	325	6176	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.8	\N	\N	\N	50441	\N	\N	\N
-27083	325	6176	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27084	325	6176	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27085	325	6176	2007-11-16 07:48:02	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50154	\N	\N	\N
-27086	325	6176	2007-10-27 01:07:14	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	49892	\N	\N	\N
-27087	325	6177	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.10	\N	\N	\N	50441	\N	\N	\N
-27088	325	6177	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27089	325	6177	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27090	325	6177	2007-10-17 01:06:47	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	49799	\N	\N	\N
-27092	325	6178	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.12	\N	\N	\N	50441	\N	\N	\N
-27093	325	6178	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27094	325	6178	2007-11-16 07:48:02	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50154	\N	\N	\N
-27095	325	6178	2007-10-27 01:07:14	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	49892	\N	\N	\N
-27096	325	6178	2007-10-17 01:06:47	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	49799	\N	\N	\N
-27097	427	6179	2007-12-11 08:56:44	\nClarify translator note for "windows-1252" string.\n	\N	t	\N	\N	0.6.0~pre4	\N	\N	\N	50415	\N	\N	\N
-27098	428	6179	2007-11-30 14:23:29	\n2007-11-30    vi.po    Updated Vietnamese translation\n\nClytie Siddall <clytie at riverland.net.au>\n	\N	\N	\N	\N	\N	\N	\N	\N	50282	\N	\N	\N
-27099	427	6179	2007-11-25 15:46:37	\nFix dialog.nsh generation for languages whose names have more than one word (welcome, Norwegian Bokm?\\195?\\165l).\n	\N	\N	\N	\N	\N	\N	\N	\N	50235	\N	\N	\N
-27115	334	6182	2007-10-11 23:45:36	\nVcs-Svn is now an official field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	49774	\N	\N	\N
-27116	325	6182	2007-09-23 17:48:30	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	49444	\N	\N	\N
-27117	334	6183	2007-10-11 23:45:36	\nVcs-Svn is now an official field\n\n	\N	t	\N	\N	0.02	\N	\N	\N	49774	\N	\N	\N
-27118	334	6183	2006-10-04 19:13:52	\nadd XS-Vcs-Svn fields for every source package in d-i\n\n	\N	\N	\N	\N	\N	\N	\N	\N	41247	\N	\N	\N
-27119	334	6183	2005-08-09 22:12:35	\nreleasing version 0.02\n	\N	\N	\N	\N	\N	\N	\N	\N	29827	\N	\N	\N
-27120	334	6183	2005-08-09 21:34:56	\n* The link_in_boot setting has moved to base-installer so cannot be done via\n  a startup script. Moved it to a base-config hook in colo-installer.\n* Needs colo-installer 1.3.\n	\N	\N	\N	\N	\N	\N	\N	\N	29822	\N	\N	\N
-27121	422	6183	2005-05-22 12:54:41	\nSlightly improve welcome message and have it more in light with the\nnew boot options.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	27848	\N	\N	\N
-27122	325	6184	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.7	\N	\N	\N	50441	\N	\N	\N
-27123	325	6184	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27124	325	6184	2007-10-31 00:07:03	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	49946	\N	\N	\N
-27125	325	6184	2007-10-17 01:06:47	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	49799	\N	\N	\N
-27126	334	6184	2007-10-11 23:45:36	\nVcs-Svn is now an official field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	49774	\N	\N	\N
-27127	325	6185	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	0.0.18	\N	\N	\N	50441	\N	\N	\N
-27128	325	6185	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27129	325	6185	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27130	325	6185	2007-11-16 07:48:02	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50154	\N	\N	\N
-27131	325	6185	2007-10-27 01:07:14	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	49892	\N	\N	\N
-27132	325	6186	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	0.0.13	\N	\N	\N	50441	\N	\N	\N
-27133	325	6186	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27134	431	6186	2007-10-28 22:30:16	\n* debian/changelog\n  - Update.\n  - Prepare to release (0.0.13).\n* debian/rules: Simplify.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	49928	\N	\N	\N
-27135	334	6186	2007-10-11 23:45:36	\nVcs-Svn is now an official field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	49774	\N	\N	\N
-27136	325	6186	2007-09-23 17:48:30	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	49444	\N	\N	\N
-27137	325	6187	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	0.0.22	\N	\N	\N	50441	\N	\N	\N
-27154	325	6190	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27155	325	6190	2007-11-29 00:08:26	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50264	\N	\N	\N
-27157	334	6191	2007-10-11 23:45:36	\nVcs-Svn is now an official field\n\n	\N	t	\N	\N	0.1.26	\N	\N	\N	49774	\N	\N	\N
-27158	431	6191	2007-10-04 11:37:26	\ndebian/rules: Use default version of automake.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	49704	\N	\N	\N
-27159	431	6191	2007-10-04 11:36:34	\ndebian/changelog: Prepare to release (0.1.26).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	49702	\N	\N	\N
-27160	431	6191	2007-10-04 11:34:27	\n* debian/changelog: Update.\n* src/mklibs.py: Fix linker name for non-default versions.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	49701	\N	\N	\N
-27161	334	6191	2007-10-01 19:14:49	\n* Add XS-Vcs-Svn field.\n* Current standards-version (no changes needed).\n	\N	\N	\N	\N	\N	\N	\N	\N	49590	\N	\N	\N
-27162	418	6192	2007-12-15 18:30:24	\n* 95umount: remove /target/tmp/debian-installer/ before unmounting; a file\n  in that directory is created by kbd-chooser to make console-data not\n  display a configuration question when it is installed.\n	\N	t	\N	\N	2.15	\N	\N	\N	50472	\N	\N	\N
-27163	325	6192	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50441	\N	\N	\N
-27164	325	6192	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27165	419	6192	2007-12-08 00:53:51	\nreleasing version 2.14\n	\N	\N	\N	\N	\N	\N	\N	\N	50385	\N	\N	\N
-27166	418	6192	2007-12-07 21:57:06	\nMore whitespace nonsense\n	\N	\N	\N	\N	\N	\N	\N	\N	50383	\N	\N	\N
-27167	432	6193	2007-11-15 22:47:57	\nSince the radeon HW accellerator module is not provide by udebs anymore, it makes no sense selectively disabling it at boot time\n	\N	t	\N	\N	1.08	\N	\N	\N	50152	\N	\N	\N
-27169	418	6193	2007-07-06 00:28:08	\nreleasing version 1.07\n	\N	\N	\N	\N	\N	\N	\N	\N	47965	\N	\N	\N
-27170	418	6193	2007-07-04 22:34:40	\nRevert\n	\N	\N	\N	\N	\N	\N	\N	\N	47876	\N	\N	\N
-27171	418	6193	2007-07-04 22:33:58	\nImprove changelog message\n	\N	\N	\N	\N	\N	\N	\N	\N	47875	\N	\N	\N
-27172	325	6194	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.19	\N	\N	\N	50441	\N	\N	\N
-27173	325	6194	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27174	325	6194	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27175	325	6194	2007-11-16 07:48:02	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50154	\N	\N	\N
-27176	325	6194	2007-10-27 01:07:14	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	49892	\N	\N	\N
-27193	325	6198	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27194	325	6198	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27195	325	6198	2007-12-01 00:09:19	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50288	\N	\N	\N
-27196	325	6198	2007-11-22 00:08:56	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50216	\N	\N	\N
-27197	325	6199	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.18	\N	\N	\N	50441	\N	\N	\N
-27198	325	6199	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27199	325	6199	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27200	325	6199	2007-11-16 07:48:02	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50154	\N	\N	\N
-27201	325	6199	2007-10-17 01:06:47	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	49799	\N	\N	\N
-27203	418	6200	2007-12-15 18:26:46	\nAfter recent changes in apt-install, we need to tell console-data not to\ndisplay its keymap/policy question when it is being installed during a D-I\ninstallation. console-data (>= 2:1.04-2) will check for the existence of\nthe file /tmp/debian-installer/keymap-policy-default to suppress the\nquestion; create that file in /target before calling apt-install.\n\nThe temporary directory will be removed during finish-install (95umount).\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50470	\N	\N	\N
-27204	325	6200	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50441	\N	\N	\N
-27205	325	6200	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27206	325	6200	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27207	419	6201	2007-11-27 16:05:04	\n* Load the saved keymap in /etc/console-setup/boottime.kmap.gz if\n  available rather than running ckbcomp (which is slow), unless we'\\''re\n  being called with --save or --save-only.\n	\N	t	\N	\N	1.20	\N	\N	\N	50256	\N	\N	\N
-27208	419	6201	2007-11-27 16:00:40	\n* Run setupcon with --save in the postinst to ensure that required data is\n  copied to /etc.\n	\N	\N	\N	\N	\N	\N	\N	\N	50255	\N	\N	\N
-27209	419	6201	2007-11-27 15:48:02	\ntypo\n	\N	\N	\N	\N	\N	\N	\N	\N	50254	\N	\N	\N
-27210	419	6201	2007-11-27 12:07:18	\n* Improve ckbcomp(1) formatting.\n	\N	\N	\N	\N	\N	\N	\N	\N	50252	\N	\N	\N
-27211	419	6201	2007-11-27 11:25:23	\ninitialise XKBMODEL, for clarity\n	\N	\N	\N	\N	\N	\N	\N	\N	50251	\N	\N	\N
-27212	334	6202	2007-10-11 23:45:36	\nVcs-Svn is now an official field\n\n	\N	t	\N	\N	0.6	\N	\N	\N	49774	\N	\N	\N
-27213	421	6202	2007-10-06 14:33:18	\nreleasing version 0.6\n	\N	\N	\N	\N	\N	\N	\N	\N	49748	\N	\N	\N
-27228	325	6205	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50441	\N	\N	\N
-27229	325	6205	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27230	418	6205	2007-12-05 21:18:24	\nMove definitions.sh to ./lib/base.sh\n\nThis will be done for all function libraries.\nTemporarily provide a symlink to the old location in partman-base\nto ease the transition.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50353	\N	\N	\N
-27231	325	6205	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27232	418	6206	2007-12-13 13:08:27	\nPartman: trailing whitespace cleanup\n\n	\N	t	\N	\N	49	\N	\N	\N	50451	\N	\N	\N
-27233	325	6206	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50441	\N	\N	\N
-27234	325	6206	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27235	418	6206	2007-12-05 21:18:24	\nMove definitions.sh to ./lib/base.sh\n\nThis will be done for all function libraries.\nTemporarily provide a symlink to the old location in partman-base\nto ease the transition.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50353	\N	\N	\N
-27236	325	6206	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27237	418	6207	2007-12-13 13:08:27	\nPartman: trailing whitespace cleanup\n\n	\N	t	\N	\N	1.14	\N	\N	\N	50451	\N	\N	\N
-27238	325	6207	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50441	\N	\N	\N
-27239	325	6207	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27240	418	6207	2007-12-05 21:18:24	\nMove definitions.sh to ./lib/base.sh\n\nThis will be done for all function libraries.\nTemporarily provide a symlink to the old location in partman-base\nto ease the transition.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50353	\N	\N	\N
-27241	325	6207	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27242	418	6208	2007-12-13 13:08:27	\nPartman: trailing whitespace cleanup\n\n	\N	t	\N	\N	8	\N	\N	\N	50451	\N	\N	\N
-27243	325	6208	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50441	\N	\N	\N
-27244	418	6208	2007-12-05 21:18:24	\nMove definitions.sh to ./lib/base.sh\n\nThis will be done for all function libraries.\nTemporarily provide a symlink to the old location in partman-base\nto ease the transition.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50353	\N	\N	\N
-27245	418	6208	2007-12-05 13:18:12	\nreleasing version 7\n	\N	\N	\N	\N	\N	\N	\N	\N	50333	\N	\N	\N
-27246	434	6208	2007-12-04 21:23:41	\npartman-auto-raid: Replace code to commit partman changes to \ndisk with call to commit_changes from partman-base (>= 113) \nand version the dependency accordingly.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50313	\N	\N	\N
-27247	325	6209	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	6	\N	\N	\N	50441	\N	\N	\N
-27256	325	6210	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27257	418	6211	2007-12-13 13:08:27	\nPartman: trailing whitespace cleanup\n\n	\N	t	\N	\N	10	\N	\N	\N	50451	\N	\N	\N
-27258	325	6211	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50441	\N	\N	\N
-27259	418	6211	2007-12-05 21:18:24	\nMove definitions.sh to ./lib/base.sh\n\nThis will be done for all function libraries.\nTemporarily provide a symlink to the old location in partman-base\nto ease the transition.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50353	\N	\N	\N
-27260	325	6211	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27262	325	6212	2007-12-16 00:09:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	58	\N	\N	\N	50477	\N	\N	\N
-27263	325	6212	2007-12-15 00:09:21	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50467	\N	\N	\N
-27264	325	6212	2007-12-14 00:11:19	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50457	\N	\N	\N
-27265	325	6212	2007-12-13 23:49:30	\n[l10n] [SILENT_COMMIT] Run debconf-updatepo on all packages\n	\N	\N	\N	\N	\N	\N	\N	\N	50455	\N	\N	\N
-27266	418	6212	2007-12-13 13:08:27	\nPartman: trailing whitespace cleanup\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50451	\N	\N	\N
-27267	325	6213	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	39	\N	\N	\N	50441	\N	\N	\N
-27268	418	6213	2007-12-05 21:18:24	\nMove definitions.sh to ./lib/base.sh\n\nThis will be done for all function libraries.\nTemporarily provide a symlink to the old location in partman-base\nto ease the transition.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50353	\N	\N	\N
-27269	418	6213	2007-12-05 13:23:00	\nreleasing version 38\n	\N	\N	\N	\N	\N	\N	\N	\N	50345	\N	\N	\N
-27270	434	6213	2007-12-04 21:22:57	\npartman-md: Replace code to commit partman changes to \ndisk with call to commit_changes from partman-base (>= 113) \nand version the dependency accordingly.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50312	\N	\N	\N
-27271	325	6213	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27272	325	6214	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	3	\N	\N	\N	50441	\N	\N	\N
-27273	325	6214	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27274	418	6214	2007-12-05 21:18:24	\nMove definitions.sh to ./lib/base.sh\n\nThis will be done for all function libraries.\nTemporarily provide a symlink to the old location in partman-base\nto ease the transition.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50353	\N	\N	\N
-27275	418	6214	2007-12-05 13:20:20	\nreleasing version 2\n	\N	\N	\N	\N	\N	\N	\N	\N	50339	\N	\N	\N
-27276	434	6214	2007-12-04 21:25:23	\npartman-dmraid: Replace code to commit partman changes to \ndisk with call to commit_changes from partman-base (>= 113) \nand version the dependency accordingly.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50315	\N	\N	\N
-27277	418	6215	2007-12-13 13:08:27	\nPartman: trailing whitespace cleanup\n\n	\N	t	\N	\N	36	\N	\N	\N	50451	\N	\N	\N
-27278	325	6215	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50441	\N	\N	\N
-27279	325	6215	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27280	418	6215	2007-12-05 21:18:24	\nMove definitions.sh to ./lib/base.sh\n\nThis will be done for all function libraries.\nTemporarily provide a symlink to the old location in partman-base\nto ease the transition.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50353	\N	\N	\N
-27296	418	6218	2007-12-11 14:00:26	\nMake dependencies on other updated components a bit more prominent\n	\N	\N	\N	\N	\N	\N	\N	\N	50426	\N	\N	\N
-27297	418	6219	2007-12-13 13:08:27	\nPartman: trailing whitespace cleanup\n\n	\N	t	\N	\N	37	\N	\N	\N	50451	\N	\N	\N
-27298	325	6219	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50441	\N	\N	\N
-27299	325	6219	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27300	418	6219	2007-12-05 21:18:24	\nMove definitions.sh to ./lib/base.sh\n\nThis will be done for all function libraries.\nTemporarily provide a symlink to the old location in partman-base\nto ease the transition.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50353	\N	\N	\N
-27301	418	6219	2007-12-05 13:18:49	\nreleasing version 36\n	\N	\N	\N	\N	\N	\N	\N	\N	50335	\N	\N	\N
-27302	418	6220	2007-12-13 13:08:27	\nPartman: trailing whitespace cleanup\n\n	\N	t	\N	\N	14	\N	\N	\N	50451	\N	\N	\N
-27303	325	6220	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50441	\N	\N	\N
-27304	325	6220	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27305	418	6220	2007-12-05 21:18:24	\nMove definitions.sh to ./lib/base.sh\n\nThis will be done for all function libraries.\nTemporarily provide a symlink to the old location in partman-base\nto ease the transition.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	50353	\N	\N	\N
-27306	325	6220	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27307	418	6221	2007-12-13 13:08:27	\nPartman: trailing whitespace cleanup\n\n	\N	t	\N	\N	54	\N	\N	\N	50451	\N	\N	\N
-27308	325	6221	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50441	\N	\N	\N
-27309	418	6221	2007-12-11 14:03:24	\nreleasing version 54\n	\N	\N	\N	\N	\N	\N	\N	\N	50431	\N	\N	\N
-27310	418	6221	2007-12-11 14:00:26	\nMake dependencies on other updated components a bit more prominent\n	\N	\N	\N	\N	\N	\N	\N	\N	50426	\N	\N	\N
-27311	325	6221	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27312	418	6222	2007-12-13 13:08:27	\nPartman: trailing whitespace cleanup\n\n	\N	t	\N	\N	73	\N	\N	\N	50451	\N	\N	\N
-27313	325	6222	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50441	\N	\N	\N
-27314	418	6222	2007-12-11 14:04:51	\nreleasing version 73\n	\N	\N	\N	\N	\N	\N	\N	\N	50433	\N	\N	\N
-27315	418	6222	2007-12-11 14:00:26	\nMake dependencies on other updated components a bit more prominent\n	\N	\N	\N	\N	\N	\N	\N	\N	50426	\N	\N	\N
-27316	325	6222	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27317	418	6223	2007-12-13 13:08:27	\nPartman: trailing whitespace cleanup\n\n	\N	t	\N	\N	57	\N	\N	\N	50451	\N	\N	\N
-27334	325	6226	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27335	325	6226	2007-12-01 00:09:19	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50288	\N	\N	\N
-27336	325	6226	2007-11-16 07:48:02	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50154	\N	\N	\N
-27337	325	6227	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.29	\N	\N	\N	50441	\N	\N	\N
-27338	325	6227	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27339	325	6227	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27340	418	6227	2007-11-26 04:31:39	\n* Remove resize_inode option when calling mkfs.ext3 as the option is\n  default. Patch from Maximilian Attems.\n	\N	\N	\N	\N	\N	\N	\N	\N	50240	\N	\N	\N
-27341	325	6227	2007-11-16 07:48:02	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50154	\N	\N	\N
-27343	419	6228	2007-11-22 19:20:36	\n* Adjust Microsoft probe to cope with NTFS partitions appearing with type\n  ntfs-3g.\n	\N	\N	\N	\N	\N	\N	\N	\N	50223	\N	\N	\N
-27344	419	6228	2007-11-22 19:19:22	\n* Set LD_LIBRARY_PATH appropriately in the event that we have to use a\n  foreign mount binary (LP: #145424).\n	\N	\N	\N	\N	\N	\N	\N	\N	50222	\N	\N	\N
-27345	419	6228	2007-11-22 19:16:50	\n* Try finding a LABEL/UUID-capable /bin/mount in $tmpmnt as well as in\n  /target.\n	\N	\N	\N	\N	\N	\N	\N	\N	50221	\N	\N	\N
-27346	419	6228	2007-11-22 19:16:04	\n* If fuseblk is in /proc/filesystems and ntfs-3g is present, try mounting\n  filesystems as ntfs-3g.\n	\N	\N	\N	\N	\N	\N	\N	\N	50220	\N	\N	\N
-27347	325	6229	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.16	\N	\N	\N	50441	\N	\N	\N
-27348	325	6229	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27349	325	6229	2007-11-16 07:48:02	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50154	\N	\N	\N
-27350	325	6229	2007-10-17 01:06:47	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	49799	\N	\N	\N
-27351	334	6229	2007-10-11 23:45:36	\nVcs-Svn is now an official field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	49774	\N	\N	\N
-27352	334	6230	2007-10-11 23:45:36	\nVcs-Svn is now an official field\n\n	\N	t	\N	\N	1.07	\N	\N	\N	49774	\N	\N	\N
-27353	419	6230	2007-06-29 18:52:28	\nignore autom4te.cache, remove on distclean\n	\N	\N	\N	\N	\N	\N	\N	\N	47731	\N	\N	\N
-27354	419	6230	2007-06-29 18:46:06	\n* Remove HACKING and add configure to svn instead.\n	\N	\N	\N	\N	\N	\N	\N	\N	47730	\N	\N	\N
-27355	419	6230	2007-06-26 23:46:20	\nreleasing version 1.06\n	\N	\N	\N	\N	\N	\N	\N	\N	47672	\N	\N	\N
-27356	419	6230	2007-06-26 14:07:11	\nautoreconf gets upset without automake\n	\N	\N	\N	\N	\N	\N	\N	\N	47663	\N	\N	\N
-27369	325	6233	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27370	419	6233	2007-11-24 10:29:14	\n* hal was renamed to haldaemon in hal 0.5.7.1-1; Hal is also a reasonably\n  common human name. Remove it from reserved-usernames.\n	\N	\N	\N	\N	\N	\N	\N	\N	50230	\N	\N	\N
-27371	419	6233	2007-11-21 02:03:30	\n* Fix comment attached to passwd/user-default-groups.\n	\N	\N	\N	\N	\N	\N	\N	\N	50208	\N	\N	\N
-27372	325	6234	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.28	\N	\N	\N	50441	\N	\N	\N
-27373	325	6234	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27374	325	6234	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27375	325	6234	2007-12-01 00:09:19	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50288	\N	\N	\N
-27376	325	6234	2007-11-16 07:48:02	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50154	\N	\N	\N
-27377	325	6235	2007-12-12 00:08:18	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	t	\N	\N	1.16	\N	\N	\N	50441	\N	\N	\N
-27378	325	6235	2007-12-10 00:08:45	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50412	\N	\N	\N
-27379	325	6235	2007-12-04 18:07:39	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50308	\N	\N	\N
-27380	325	6235	2007-11-16 07:48:02	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	50154	\N	\N	\N
-27381	325	6235	2007-10-17 01:06:47	\n[l10n] [SILENT_COMMIT] Synchronising with translation files from packages/po\n	\N	\N	\N	\N	\N	\N	\N	\N	49799	\N	\N	\N
-27384	435	6236	2007-09-12 16:55:40	\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3236	\N	\N	\N
-27385	435	6236	2007-09-12 10:22:17	\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3235	\N	\N	\N
-27386	435	6236	2007-09-07 16:40:04	\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3214	\N	\N	\N
-27388	266	6237	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27389	266	6237	2007-07-25 01:38:09	\n* install regex.rst in the doc dir\n* one-line description shortened\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2828	\N	\N	\N
-27390	436	6237	2007-07-24 23:14:32	\nfix lintian description-synopsis-might-not-be-phrased-properly \n\n	\N	\N	\N	\N	\N	\N	\N	\N	2824	\N	\N	\N
-27391	436	6237	2007-07-24 23:12:12	\nfirst debian package\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2823	\N	\N	\N
-27393	437	6238	2007-11-17 16:16:22	\n* New upstream version\n	\N	\N	\N	\N	\N	\N	\N	\N	3653	\N	\N	\N
-27394	437	6238	2007-10-30 03:09:18	\n* New upstream version\n* debian/watch:\n  - Only watching for updates of released versions now, beta versions go\n    into an experimental branch.\n	\N	\N	\N	\N	\N	\N	\N	\N	3481	\N	\N	\N
-27395	437	6238	2007-10-06 15:17:20	\n* debian/control:\n  - Renaming XS-Vcs-* fields to Vcs-*, as they're supported by dpkg now\n	\N	\N	\N	\N	\N	\N	\N	\N	3404	\N	\N	\N
-27413	439	6242	2006-11-23 16:54:29	\n"s,/svn,," in XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1551	\N	\N	\N
-27414	439	6242	2006-11-23 16:44:00	\nAdded XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1550	\N	\N	\N
-27415	440	6242	2006-05-05 13:10:59	\nAdded python modules team as uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	434	\N	\N	\N
-27416	440	6242	2006-05-05 12:49:52	\n[svn-inject] Setting properties of python-selecting/debian/\n	\N	\N	\N	\N	\N	\N	\N	\N	433	\N	\N	\N
-27418	273	6243	2007-11-21 20:31:30	\nwatch file updating\n	\N	\N	\N	\N	\N	\N	\N	\N	3717	\N	\N	\N
-27419	266	6243	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27420	439	6243	2006-11-23 16:54:29	\n"s,/svn,," in XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1551	\N	\N	\N
-27421	439	6243	2006-11-23 16:44:00	\nAdded XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1550	\N	\N	\N
-27422	266	6244	2007-11-15 21:55:22	\nAdd info about copyright holder of src/atom/* files in debian/copyright\n\n	\N	f	\N	\N	1.0.9	\N	\N	\N	3621	1	\N	\N
-27423	266	6244	2007-11-15 21:17:24	\n* Add remove_shebangs patch\n* debian/watch file updated (Closes: #450293)\n* Add Homepage field\n* Add Brandon to Uploaders\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3620	\N	\N	\N
-27424	266	6244	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27425	441	6244	2007-07-11 20:51:33	\n* Prepare python-gdata new upstream release.\n* debian/control: Add Depends on python-elementtree. (Closes: #429710) \n* cleanup debian/rules\n* sync debian/changelog\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2709	\N	\N	\N
-27426	441	6244	2007-04-15 20:34:33	\nfix maintainer/uploaders field and prepare unstable upload\n	\N	\N	\N	\N	\N	\N	\N	\N	2089	\N	\N	\N
-27427	357	6245	2007-10-04 15:10:25	\n* Update the Vcs-Browser URL to match the python-modules standard.\n	\N	f	\N	\N	0.1+svn102	\N	\N	\N	3373	2	\N	\N
-27428	357	6245	2007-10-04 14:38:01	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	3367	\N	\N	\N
-27429	357	6245	2007-10-04 14:37:55	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	3366	\N	\N	\N
-27430	273	6246	2007-11-24 18:20:08	\ncommitting debian/watch file...\n	\N	f	\N	\N	0.0.5	\N	\N	\N	3733	1	\N	\N
-27431	273	6246	2007-11-23 18:38:43	\nwatch file updating\n	\N	\N	\N	\N	\N	\N	\N	\N	3725	\N	\N	\N
-27432	266	6246	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27433	442	6246	2007-04-18 23:12:57	\nUpdate copyright\n	\N	\N	\N	\N	\N	\N	\N	\N	2125	\N	\N	\N
-27434	442	6246	2007-04-18 22:53:22	\nInitial release for pylirc\n	\N	\N	\N	\N	\N	\N	\N	\N	2123	\N	\N	\N
-27436	266	6247	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27437	436	6247	2007-07-13 00:33:39	\nnew upstream release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2716	\N	\N	\N
-27438	436	6247	2007-05-08 18:58:15	\nautomatic new changelog entry after tagging iwth svn-buildpackage\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2299	\N	\N	\N
-27439	436	6247	2007-05-06 23:36:21	\nchange maintainer email\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2270	\N	\N	\N
-27440	346	6248	2007-11-17 06:39:44	\nclosing the bug\n	\N	f	\N	\N	0.10.0	\N	\N	\N	3646	1	\N	\N
-27456	266	6251	2007-11-30 09:56:21	\nAdd DM-Upload-Allowed: yes\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3767	\N	\N	\N
-27457	277	6251	2007-11-30 00:15:38	\nThe package is ready for upload, builds cowbuilder, and it's lintian/linda\nclean.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3765	\N	\N	\N
-27458	277	6251	2007-11-19 16:06:34	\nCompiled against the latest petsc\n	\N	\N	\N	\N	\N	\N	\N	\N	3698	\N	\N	\N
-27459	266	6251	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27460	266	6252	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	0.4	\N	\N	\N	3408	4	\N	\N
-27461	439	6252	2006-11-23 16:54:29	\n"s,/svn,," in XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1551	\N	\N	\N
-27462	439	6252	2006-11-23 16:44:00	\nAdded XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1550	\N	\N	\N
-27463	443	6252	2006-06-28 11:08:28	\nremove useless build-depends (thanks buxy)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1084	\N	\N	\N
-27464	443	6252	2006-06-28 10:58:27	\nBuild-Depends on python-dev-all\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1083	\N	\N	\N
-27466	307	6253	2007-06-18 20:36:22	\n* Close ITP.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2564	\N	\N	\N
-27467	307	6253	2007-06-18 18:48:08	\n* Initial import of louie.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2560	\N	\N	\N
-27468	444	6254	2007-10-06 13:08:09	\npackages/pyfits: updated Vcs-Svn/Browser and added watch file\n	\N	f	\N	\N	1:1.1	1	\N	\N	3402	2	\N	\N
-27469	266	6254	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27470	445	6254	2007-07-14 10:04:57	\nNew upstream version\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2730	\N	\N	\N
-27471	445	6254	2007-07-14 09:43:44	\nMerge 1.1 branch into trunk\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2729	\N	\N	\N
-27472	439	6254	2006-11-23 16:54:29	\n"s,/svn,," in XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1551	\N	\N	\N
-27474	437	6255	2007-09-21 18:16:15	\nupdating homepage field\n	\N	\N	\N	\N	\N	\N	\N	\N	3293	\N	\N	\N
-27475	437	6255	2007-07-13 11:51:20	\nbetter versioning info on build-deps, XS-Vcs-* fields\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2725	\N	\N	\N
-27476	437	6255	2007-07-13 01:13:49	\nupstream fixed setup.py - thanks\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2719	\N	\N	\N
-27477	437	6255	2007-07-12 19:23:32	\nnot needed, cdbs creates it again anyway\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2715	\N	\N	\N
-27478	266	6256	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	0.0.1	\N	\N	\N	3408	2	\N	\N
-27479	437	6256	2007-10-01 10:14:17	\na few fixes in nxt\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3346	\N	\N	\N
-27480	437	6256	2007-10-01 09:00:17	\ncleaning a PHNOY\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3343	\N	\N	\N
-27481	437	6256	2007-09-30 21:18:12	\n- fixing rules\n- renaming package to python-nxt\n- moving pysupport to build-dep-indep\n- adding python to build-dep to make sure lintian does not cry like a baby - #444642\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3341	\N	\N	\N
-27482	446	6256	2007-09-30 16:51:47	\nChange debian/rules to build the firmware blob from scratch only if explicitely requested.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3339	\N	\N	\N
-27484	266	6257	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27485	276	6257	2007-07-03 19:32:38	\nAdded patches/03_autoreloader_fix.dpatch.\n	\N	\N	\N	\N	\N	\N	\N	\N	2662	\N	\N	\N
-27486	307	6257	2007-06-25 13:12:48	\n* Only track 2.x versions in watch file; thanks Goedson Teixeira Paixao.\n	\N	\N	\N	\N	\N	\N	\N	\N	2607	\N	\N	\N
-27487	266	6257	2007-05-13 01:07:21	\nupdate to python-support 0.6.4\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2373	\N	\N	\N
-27502	266	6260	2007-06-13 15:29:58	\nnew upstream release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2530	\N	\N	\N
-27503	266	6261	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	3.1.0	\N	\N	\N	3408	4	\N	\N
-27504	266	6261	2007-09-22 17:13:50	\nHomepage field added (2nd run)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3303	\N	\N	\N
-27505	448	6261	2007-04-24 17:44:22	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	2168	\N	\N	\N
-27506	448	6261	2007-04-24 17:39:16	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	2167	\N	\N	\N
-27507	266	6262	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	3.0.2	\N	\N	\N	3408	2	\N	\N
-27508	266	6262	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27509	346	6262	2007-08-10 02:14:41	\nfix HTML files location\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3003	\N	\N	\N
-27510	346	6262	2007-08-10 01:59:28	\nupload to unstable\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3001	\N	\N	\N
-27511	346	6262	2007-08-10 01:58:55	\ncall epydoc with full-name arguments; thanks to Cyril Brulebois\n<cyril.brulebois at enst-bretagne.fr> for providing the fix.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3000	\N	\N	\N
-27512	270	6263	2007-12-12 09:59:14	\nouch. I'm not awake (and dch should warn about this...)\n\n	\N	f	\N	\N	0.8.1	\N	\N	\N	3928	2	\N	\N
-27513	270	6263	2007-12-12 09:49:26	\nbetter changelog entry\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3926	\N	\N	\N
-27514	270	6263	2007-12-12 09:48:55	\n* New upstream version.\n* debian/patches:\n  - Removing 64bit-crash-fix.dpatch as it is included in the new version\n    now.\n	\N	\N	\N	\N	\N	\N	\N	\N	3925	\N	\N	\N
-27516	270	6263	2007-12-06 22:46:26	\n* debian/patches:\n  - Updating 64bit-crash-fix.dpatch as upstream found another part of code\n    which could result into segfaults on 64bit architectures.\n* debian/control:\n  - Updating Standards-Version to 3.7.3.\n	\N	\N	\N	\N	\N	\N	\N	\N	3894	\N	\N	\N
-27517	266	6264	2007-11-18 11:08:27	\n* New upstream release\n* Replace "cheeseshop" with "pypi" in debian/watch file\n* clean rule cleanups :-)\n\n	\N	f	\N	\N	1.2	\N	\N	\N	3667	1	\N	\N
-27518	266	6264	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27519	266	6264	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27521	266	6264	2007-05-30 23:18:56	\n* add XS-Vcs-Browser\n* fix docs location\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2485	\N	\N	\N
-27522	266	6265	2007-12-16 14:23:07	\n* New upstream release\n* Add python-crypto to Recommends (elixir.ext.encrypted plugin)\n* Bump Standards-Version to 3.7.3 (no changes needed)\n	\N	f	\N	\N	0.5.0	\N	\N	\N	3960	1	\N	\N
-27523	266	6265	2007-10-30 21:13:11	\nRemove dont_install_example_files_in_site-packages patch (applied upstream)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3482	\N	\N	\N
-27524	266	6265	2007-10-29 22:41:50	\n* add dont_install_example_files_in_site-packages patch\n* lower required SQLAlchemy version a little bit (to 0.3.9)\n* remove debian/docs file (docs are not available in the tarball now)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3474	\N	\N	\N
-27525	266	6265	2007-10-29 21:52:35	\n* New upstream release\n* Bump python-sqlalchemy required version to 0.3.10\n* Remove useless Provides field\n* Add a news entry about migration from 0.3 to 0.4\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3473	\N	\N	\N
-27526	266	6265	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27534	346	6267	2007-08-10 02:39:29	\nfixed typo (some garbage that had been added to the source section)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3008	\N	\N	\N
-27536	346	6267	2007-08-10 02:37:02	\nfixed epydoc command line\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3006	\N	\N	\N
-27538	439	6268	2006-11-23 16:54:29	\n"s,/svn,," in XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1551	\N	\N	\N
-27539	439	6268	2006-11-23 16:44:00	\nAdded XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1550	\N	\N	\N
-27540	441	6268	2006-06-17 01:14:48	\ngnupginterface s/unreleased/unstable/\n	\N	\N	\N	\N	\N	\N	\N	\N	882	\N	\N	\N
-27541	441	6268	2006-06-15 22:12:39	\nPreparing gnupginterface transition to the new policy:\n* debian/rules: Add simple-patchsys support without patches.\n\n* New Python Policy Changes: (Closes: #373438)\n  + debian/control:\n    - Bump up cdbs dependency to >= 0.4.41.\n    - Add python-support as Build-Depends-Indep.\n    - Add XS-Python-Version field.\n    - Depends on ${python:Depends} and not on python2.3.\n    - Add XB-Python-Version field.\n  + debian/rules:\n    - Add DEB_PYTHON_SYSTEM=pysupport.\n    - Remove python-support related entries since cdbs take care\n      of this now.\n  + debian/postinst && debian/prerm:\n    - Remove "hand made" python-support stuff, cdbs does this.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	839	\N	\N	\N
-27543	266	6269	2007-10-01 23:59:20	\nadd myself to uploaders\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3357	\N	\N	\N
-27544	266	6269	2007-09-30 19:33:14	\nRename binary package to python-usb\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3340	\N	\N	\N
-27545	437	6269	2007-09-30 15:24:19	\n* New upstream version\n* debian/copyright:\n  - Updating file to reflect upstream's change to a BSD-like license\n	\N	\N	\N	\N	\N	\N	\N	\N	3338	\N	\N	\N
-27546	437	6269	2007-09-21 14:15:46	\ndebian/control:\n    - Adding Homepage field, removing pseudo-field from description\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3289	\N	\N	\N
-27548	266	6270	2007-09-22 17:13:50	\nHomepage field added (2nd run)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3303	\N	\N	\N
-27549	449	6270	2007-06-13 18:04:11	\nPrepare to release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2532	\N	\N	\N
-27550	449	6270	2007-05-15 09:34:27	\n* Change my email address now that I'm a Debian Developer\n	\N	\N	\N	\N	\N	\N	\N	\N	2409	\N	\N	\N
-27551	450	6270	2006-12-12 04:19:29	\n* Fix Provides: line (Closes: #399941)\n	\N	\N	\N	\N	\N	\N	\N	\N	1607	\N	\N	\N
-27553	437	6271	2007-07-18 21:21:22	\nchangelog update\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2786	\N	\N	\N
-27554	437	6271	2007-07-18 21:21:05	\nremoving patches\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2785	\N	\N	\N
-27555	437	6271	2007-07-18 02:18:40	\nnew upstream version\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2779	\N	\N	\N
-27556	437	6271	2007-07-04 01:57:47	\nready for an upload to unstable :)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2670	\N	\N	\N
-27558	437	6272	2007-11-30 00:22:25	\ntest commit!\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3766	\N	\N	\N
-27559	437	6272	2007-11-13 17:53:16	\nadding examples. no clue why they were missed before\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3617	\N	\N	\N
-27560	437	6272	2007-11-13 17:52:18	\njust do it right ;)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3616	\N	\N	\N
-27561	437	6272	2007-11-13 17:42:11	\n* NOT RELEASED YET\n* New upstream version\n* debian/watch: Updating file to handle pre-release versions correctly.\n  - Adding Homepage field, removing pseudo-field from description\n  - Removing cdbs from Build-Depends, moving python-support to\n    Build-Depends-Indep\n* debian/rules:\n  - Replacing cdbs by a 'normal' file, also running all local tests.\n* debian/copyrright: FIXME FIXME FIXME. DO NOT RELEASE BEFORE.\n	\N	\N	\N	\N	\N	\N	\N	\N	3615	\N	\N	\N
-27563	266	6273	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27564	436	6273	2007-07-13 00:37:14	\nnew upstream release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2717	\N	\N	\N
-27565	436	6273	2007-05-08 19:01:21	\nautomatic new changelog entry after tagging with svn-buildpackage\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2303	\N	\N	\N
-27566	436	6273	2007-05-07 00:37:12	\nupdate Depends\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2275	\N	\N	\N
-27576	266	6275	2007-10-08 19:21:51	\nfix debian revision number (I accidentally deleted it in my previous commit)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3416	\N	\N	\N
-27578	346	6276	2007-11-16 22:26:12	\nadded Elixir to Recommends\n	\N	\N	\N	\N	\N	\N	\N	\N	3641	\N	\N	\N
-27579	346	6276	2007-11-16 22:18:42	\nnew upstream version; patches updated\n	\N	\N	\N	\N	\N	\N	\N	\N	3640	\N	\N	\N
-27580	266	6276	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27581	266	6276	2007-09-22 17:13:50	\nHomepage field added (2nd run)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3303	\N	\N	\N
-27583	273	6277	2007-11-24 18:05:21	\nwatch file added\n	\N	\N	\N	\N	\N	\N	\N	\N	3731	\N	\N	\N
-27584	266	6277	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27585	266	6277	2007-09-22 17:13:50	\nHomepage field added (2nd run)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3303	\N	\N	\N
-27586	266	6277	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27587	266	6278	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	0.1a1	\N	\N	\N	3408	2	\N	\N
-27588	266	6278	2007-09-22 17:13:50	\nHomepage field added (2nd run)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3303	\N	\N	\N
-27589	266	6278	2007-04-04 19:59:25	\n* Add python-pylons to Suggests\n* Install some docs/examples\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1975	\N	\N	\N
-27590	266	6278	2007-04-03 23:42:42	\n* remove python-toscawidgets dir\n* add tags dir\n* add watch file\n* add XS-Vcs-Svn and XS-Vcs-Browser fields\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1973	\N	\N	\N
-27591	453	6278	2007-04-03 23:31:07	\nFixed maintainer field and dependencies.\n\nWarning: python-cjson needs to be packaged, too!\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1972	\N	\N	\N
-27593	273	6279	2007-11-23 18:43:50	\nwatch file added\n	\N	\N	\N	\N	\N	\N	\N	\N	3726	\N	\N	\N
-27594	266	6279	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27595	439	6279	2006-11-23 16:54:29	\n"s,/svn,," in XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1551	\N	\N	\N
-27596	439	6279	2006-11-23 16:44:00	\nAdded XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1550	\N	\N	\N
-27597	437	6280	2007-11-05 02:16:09	\n* UNRELEASED\n* debian/control:\n  - Switching Uploaders- and Maintainer-roles: Setting the team as\n    Maintainer now, myself as Uploader.\n* debian/watch:\n  - Removing unnecessary comments\n	\N	f	\N	\N	0.10	\N	\N	\N	3543	2	\N	\N
-27598	437	6280	2007-10-08 21:04:53	\npython-genshi in suggests\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3418	\N	\N	\N
-27599	437	6280	2007-10-08 21:03:12	\n* debian/copyright:\n  - Including copyright information for\n    src/html5lib/filters/{iso639codes,rfc2046,rfc3987}.py\n  - Changing the license of my packaging work from GPL to the MIT License\n	\N	\N	\N	\N	\N	\N	\N	\N	3417	\N	\N	\N
-27600	437	6280	2007-10-08 17:26:05	\n  - Switching from cdbs to a "normal" rules file, also running unit tests\n    while building\n	\N	\N	\N	\N	\N	\N	\N	\N	3415	\N	\N	\N
-27601	437	6280	2007-10-08 17:25:10	\n0.10 was finally release, ready for an upload.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3414	\N	\N	\N
-27603	276	6281	2007-07-03 22:50:44	\nBuild a python-psycopg-dbg package\n	\N	\N	\N	\N	\N	\N	\N	\N	2664	\N	\N	\N
-27604	343	6281	2007-06-24 12:08:36	\nFixed a few lintian warnings.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2597	\N	\N	\N
-27605	343	6281	2007-06-24 12:07:27	\nNew upload to unstable.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2596	\N	\N	\N
-27606	343	6281	2007-02-09 12:36:42	\nAdded debian/watch.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1795	\N	\N	\N
-27608	280	6282	2007-12-08 12:09:09	\n* Set architecture all\n* Install docs and examples\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3909	\N	\N	\N
-27609	280	6282	2007-12-03 09:12:37	\n* Move the directories\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3816	\N	\N	\N
-27625	437	6285	2007-09-01 23:22:49	\nlinda and lintian clean, ready for an upload hopefully\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3158	\N	\N	\N
-27627	266	6286	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	0.7.1	\N	\N	\N	3408	2	\N	\N
-27628	266	6286	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27629	454	6286	2007-09-21 06:14:50	\npyinotify 0.7.1-1 changes:\n\n* New upstream release (Closes: #432866).\n  - Removed hppa-syscalls.patch - applied upstream.\n  - Removed m68k-syscalls.patch - applied upstream.\n\n* Acknowleging NMU 0.7.0-2.1. Thanks to LaMont Jones.\n  - Added use-sys-syscall-h.patch - all Lenny architectures have an\n  inotify support.\n  - Package made Architecture: any.\n\n* Fixed compilation of _inotify.so for several Python versions (thanks\n  to Christopher Halse Rogers) (Closes: #430891).\n\n* epydoc documentation moved to html/ subdir to avoid polluting\n  documentation directory.\n  \n* autopath.py stripped from examples, as it is not needed for packaged\n  library, and hangs when being imported due to some reason.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3285	\N	\N	\N
-27630	454	6286	2007-08-24 18:12:11	\n- Quilt disabled - all patches applied upstream\n- New upstream version\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3089	\N	\N	\N
-27631	454	6286	2007-07-11 19:45:31	\n* Slightly tweaked "build _inotify.so for each Python version" to be more concise\n* epydoc documentation moved to html/ subdir.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2707	\N	\N	\N
-27633	266	6287	2007-09-22 17:13:50	\nHomepage field added (2nd run)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3303	\N	\N	\N
-27634	450	6287	2007-06-21 15:06:27	\n* New upstream release\n* Closes: #421546\n	\N	\N	\N	\N	\N	\N	\N	\N	2585	\N	\N	\N
-27635	450	6287	2007-06-11 14:52:01	\nmark unstable\n	\N	\N	\N	\N	\N	\N	\N	\N	2522	\N	\N	\N
-27636	449	6287	2007-06-10 23:28:33	\nAdd closes line for the FTBFS bug\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2521	\N	\N	\N
-27637	266	6288	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	1.0.5	\N	\N	\N	3408	2	\N	\N
-27638	437	6288	2007-09-21 18:16:27	\nupdating homepage field\n	\N	\N	\N	\N	\N	\N	\N	\N	3297	\N	\N	\N
-27639	437	6288	2007-09-01 21:39:49	\n    - Adding XS-Vcs-Svn and XS-Vcs-Browser fields\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3152	\N	\N	\N
-27640	437	6288	2007-08-24 21:11:13	\nnot released yet\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3093	\N	\N	\N
-27641	437	6288	2007-08-24 21:10:34	\n-dbg goes to extras\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3092	\N	\N	\N
-27643	452	6289	2007-10-05 04:15:59	\nremoving bad partial injection where i forgot -o\n	\N	\N	\N	\N	\N	\N	\N	\N	3389	\N	\N	\N
-27644	452	6289	2007-09-29 20:09:36	\nmoving test/*py to examples and omitting .pyc from package\n	\N	\N	\N	\N	\N	\N	\N	\N	3324	\N	\N	\N
-27645	452	6289	2007-09-29 19:26:19	\nmoving python-support to Build-Depends-Indep:\n	\N	\N	\N	\N	\N	\N	\N	\N	3323	\N	\N	\N
-27646	452	6289	2007-09-29 19:18:31	\nrename s/python-contract.// debian/* ; moving python-support to Build-Depends-Indep:\n	\N	\N	\N	\N	\N	\N	\N	\N	3322	\N	\N	\N
-27647	266	6290	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	1.0a.svn20070625	\N	\N	\N	3408	3	\N	\N
-27648	266	6290	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27649	346	6290	2007-09-11 16:29:07	\nrelease to unstable\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3230	\N	\N	\N
-27650	346	6290	2007-06-26 02:47:12	\nadded dep on python-decoratortools, which took up some\nof the APIs that were before provided by pyprotocols\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2626	\N	\N	\N
-27670	273	6294	2007-12-02 13:05:29	\nteam as maint\n	\N	\N	\N	\N	\N	\N	\N	\N	3793	\N	\N	\N
-27671	273	6294	2007-11-19 00:08:29	\nsource package rename\n	\N	\N	\N	\N	\N	\N	\N	\N	3692	\N	\N	\N
-27672	266	6295	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	2:2.7.11	2	\N	\N	3408	3	\N	\N
-27673	456	6295	2007-04-12 23:53:45	\n * Switch to quilt.\n * Add Uploaders and XS-Vcs-Svn fields to debian/control.\n	\N	\N	\N	\N	\N	\N	\N	\N	2064	\N	\N	\N
-27674	456	6295	2007-04-12 20:32:47	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	2060	\N	\N	\N
-27675	456	6295	2007-04-12 20:32:32	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	2059	\N	\N	\N
-27677	273	6296	2007-11-23 18:56:11	\nwatch file added\n	\N	\N	\N	\N	\N	\N	\N	\N	3727	\N	\N	\N
-27678	266	6296	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27679	439	6296	2006-11-23 16:54:29	\n"s,/svn,," in XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1551	\N	\N	\N
-27680	439	6296	2006-11-23 16:44:00	\nAdded XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1550	\N	\N	\N
-27681	267	6297	2007-12-15 14:36:59	\nRefresh manpage hyphen fix patch.\n	\N	f	\N	\N	1:1.0.4	1	\N	\N	3954	3	\N	\N
-27682	267	6297	2007-12-15 14:30:16	\n* debian/rules:\n  + Modify not to use CDBS.\n  + Use quilt for patches.\n* debian/control:\n  + Don't Build-Depend on CDBS.\n  + Build-Depend on quilt.\n* debian/python-numpy.docs:\n  + Install DEV_README.txt THANKS.txt using dh_installdocs.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3953	\N	\N	\N
-27683	267	6297	2007-12-12 20:56:50	\n  + Update Standards Version to 3.7.3. (No changes needed)\n	\N	\N	\N	\N	\N	\N	\N	\N	3933	\N	\N	\N
-27684	277	6297	2007-12-12 20:27:29	\npycompat removed\n	\N	\N	\N	\N	\N	\N	\N	\N	3932	\N	\N	\N
-27685	267	6297	2007-12-12 20:22:37	\n* NOT RELEASED YET\n* debian/pyversions: Build for Python 2.4 onwards.\n* debian/control:\n  + Move to python-support. Update Build-Depends.\n  + {XS,XB}-Python-Versions no longer required.\n* debian/changelog:\n  + Replace pycentral with pysupport.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3931	\N	\N	\N
-27687	266	6298	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27688	266	6298	2007-05-02 23:55:49	\nadded watch files\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2232	\N	\N	\N
-27689	266	6298	2007-04-05 18:10:01	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	1992	\N	\N	\N
-27690	266	6298	2007-04-05 18:09:51	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	1991	\N	\N	\N
-27692	266	6299	2007-09-22 17:13:50	\nHomepage field added (2nd run)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3303	\N	\N	\N
-27693	276	6299	2007-05-14 04:40:39	\nDisable patch system (not currently needed).\n	\N	\N	\N	\N	\N	\N	\N	\N	2385	\N	\N	\N
-27694	276	6299	2007-05-13 23:13:35	\nStart updating for new upstream.\n	\N	\N	\N	\N	\N	\N	\N	\N	2384	\N	\N	\N
-27695	266	6299	2007-05-03 12:23:27	\nAdded debian/watch file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2233	\N	\N	\N
-27697	267	6300	2007-10-18 20:02:37	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	3444	\N	\N	\N
-27698	267	6300	2007-10-18 20:02:14	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	3443	\N	\N	\N
-27699	273	6301	2007-11-22 00:05:45	\nforgot to close watch file bug\n	\N	f	\N	\N	1.0.5	\N	\N	\N	3721	10	\N	\N
-27700	273	6301	2007-11-21 22:35:33	\nwatch file updating\n	\N	\N	\N	\N	\N	\N	\N	\N	3719	\N	\N	\N
-27701	266	6301	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27702	266	6301	2007-09-22 17:13:50	\nHomepage field added (2nd run)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3303	\N	\N	\N
-27703	266	6301	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27721	266	6305	2007-10-02 23:01:39	\n* New upstream release\n* Build Python extension (_speedups.so)\n  - architecture changed to "any"\n  - package now provides pythonX.Y-simplejson packages\n* Convert from CDBS to pure debhelper & quilt\n* Homepage field added\n* disable_ez_setup patch updated\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3360	\N	\N	\N
-27723	266	6305	2007-05-15 19:41:17	\nclose #423982 and upload to unstable\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2418	\N	\N	\N
-27724	266	6306	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	1.0.1	\N	\N	\N	3408	2	\N	\N
-27725	266	6306	2007-09-22 17:13:50	\nHomepage field added (2nd run)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3303	\N	\N	\N
-27726	266	6306	2007-05-13 01:07:21	\nupdate to python-support 0.6.4\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2373	\N	\N	\N
-27727	346	6306	2007-05-12 20:13:24	\nupload to unstable\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2360	\N	\N	\N
-27728	346	6306	2007-05-12 20:12:13	\nfixed typo in the patch; a comma was missing; I tested this time =P\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2359	\N	\N	\N
-27729	341	6307	2007-11-17 15:01:17	\n* debian/po/it.po updated (closes: #451608)\n* debian/control:\n  - added myself to Uploaders\n  - added Homepage field\n  - wrapped Uploaders, Build-Depends and Conflicts fields\n* debian/rules:\n  - don't ignore the value of $(MAKE) distclean\n  - removed useless commented dh_* calls\n  - some minor changes\n	\N	f	\N	\N	3.3.1	\N	\N	\N	3652	2	\N	\N
-27730	266	6307	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27731	458	6307	2007-06-16 03:45:59	\nupdate po-debconf templates\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2546	\N	\N	\N
-27732	459	6307	2007-04-24 21:44:00	\nAdded Piotr O?\\197?\\188arowski as uploader.\n	\N	\N	\N	\N	\N	\N	\N	\N	2173	\N	\N	\N
-27733	459	6307	2007-04-24 21:30:27	\ns/UNRELEASED/unstable\n	\N	\N	\N	\N	\N	\N	\N	\N	2170	\N	\N	\N
-27734	460	6308	2007-12-16 17:10:59	\n* prepare for new upstream release\n\n	\N	f	\N	\N	3.17.4	\N	\N	\N	3965	1	\N	\N
-27735	460	6308	2007-09-16 00:40:38	\n* new upload to unstable\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3257	\N	\N	\N
-27736	460	6308	2007-08-31 22:47:54	\n* handle DEB_BUILD_OPTIONS correctly\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3150	\N	\N	\N
-27737	460	6308	2007-08-12 15:27:35	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	3030	\N	\N	\N
-27738	460	6308	2007-08-12 15:27:29	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	3029	\N	\N	\N
-27740	343	6309	2007-11-02 22:39:47	\nNew upstream release.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3502	\N	\N	\N
-27741	266	6309	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27742	343	6309	2007-08-04 17:42:35	\nNew upstream release.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2977	\N	\N	\N
-27743	343	6309	2007-06-09 23:27:26	\nFinal commit for 0.9-1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2513	\N	\N	\N
-27744	460	6310	2007-12-16 16:35:23	\n* bumped build dependencies\n\n	\N	f	\N	\N	4.3.3	\N	\N	\N	3964	1	\N	\N
-27745	460	6310	2007-12-16 16:15:36	\n* prepare new upstream release\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3963	\N	\N	\N
-27746	460	6310	2007-10-23 11:28:25	\n* some more changes for PyQt4 DBus debug package\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3457	\N	\N	\N
-27747	460	6310	2007-10-22 18:36:15	\n* prepare for 4.3.1 release.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3456	\N	\N	\N
-27756	341	6312	2007-11-04 15:58:49	\nAdding Team's address to Uploaders\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3538	\N	\N	\N
-27757	341	6312	2007-11-04 15:47:10	\nName transition complete now :)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3537	\N	\N	\N
-27758	341	6312	2007-11-04 15:38:10	\npython-nouvelle renamed to nouvelle\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3534	\N	\N	\N
-27760	439	6313	2006-11-23 16:54:29	\n"s,/svn,," in XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1551	\N	\N	\N
-27761	439	6313	2006-11-23 16:44:00	\nAdded XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1550	\N	\N	\N
-27762	357	6313	2006-06-23 21:59:14	\nUpdate for the new python policy.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1023	\N	\N	\N
-27763	439	6313	2006-06-06 13:55:49	\n* watch files added\n* new version placeholders added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	743	\N	\N	\N
-27765	266	6314	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27766	266	6314	2007-07-14 22:53:59	\ndocument changes in debian/control\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2736	\N	\N	\N
-27767	436	6314	2007-07-13 03:56:22	\nupstream fixed the --profiler option and bumped release number\nSuggests: python-profiler as the --profiler option needs it\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2724	\N	\N	\N
-27768	436	6314	2007-07-13 03:45:13	\nversion number in man page\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2723	\N	\N	\N
-27770	437	6315	2007-09-21 18:16:33	\nupdating homepage field\n	\N	\N	\N	\N	\N	\N	\N	\N	3299	\N	\N	\N
-27771	437	6315	2007-07-21 17:19:07	\nadding ipython to suggests\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2800	\N	\N	\N
-27772	437	6315	2007-07-21 02:57:54	\nremoving unneccessary file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2799	\N	\N	\N
-27773	437	6315	2007-07-21 01:27:04	\nready for realease - I hope :)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2798	\N	\N	\N
-27774	266	6316	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	0.5.4+clean	\N	\N	\N	3408	2	\N	\N
-27775	266	6316	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27776	439	6316	2006-11-23 16:54:29	\n"s,/svn,," in XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1551	\N	\N	\N
-27777	439	6316	2006-11-23 16:44:00	\nAdded XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1550	\N	\N	\N
-27778	269	6316	2006-06-23 20:46:24	\nRemove debian/ directory in upstream source\n	\N	\N	\N	\N	\N	\N	\N	\N	1003	\N	\N	\N
-27780	280	6317	2007-12-03 15:18:31	\n* Switch to pysupport\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3820	\N	\N	\N
-27781	280	6317	2007-12-03 08:40:11	\n* New package enthought-kiva\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3812	\N	\N	\N
-27783	312	6318	2007-09-07 21:35:54	\nfix the short description\n	\N	\N	\N	\N	\N	\N	\N	\N	3215	\N	\N	\N
-27784	312	6318	2007-04-30 20:10:13	\nfix #421298\n	\N	\N	\N	\N	\N	\N	\N	\N	2198	\N	\N	\N
-27785	312	6318	2007-04-17 01:03:20	\nNew release. Added a watch file\n	\N	\N	\N	\N	\N	\N	\N	\N	2105	\N	\N	\N
-27786	312	6318	2007-01-31 21:13:39	\nJoin the PMPT release\n	\N	\N	\N	\N	\N	\N	\N	\N	1784	\N	\N	\N
-27787	266	6319	2007-11-12 20:57:30	\n* mention DPMT in changelog\n* bump minimum required debhelper version\n* update copyright years in debian/copyright\n\n	\N	f	\N	\N	0.9.10	\N	\N	\N	3606	2	\N	\N
-27788	461	6319	2007-11-12 13:46:40	\n   * debian/control:\n     - added Homepage, Vcs-Browser, Vcs-Svn fields\n     - removed Provides field\n     - changed python-all-dev to python in Build-Depends\n     - moved packages from Build-Depends to Build-Depends-Indep\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3601	\N	\N	\N
-27789	461	6319	2007-11-12 00:49:58	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	3596	\N	\N	\N
-27790	461	6319	2007-11-12 00:49:54	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	3595	\N	\N	\N
-27791	266	6320	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	0.3.1	\N	\N	\N	3408	2	\N	\N
-27804	280	6322	2007-12-03 14:45:17	\n* Switch to pysupport\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3818	\N	\N	\N
-27805	280	6322	2007-12-03 09:39:19	\n* Add more depends\n* do not compress *.py example files\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3817	\N	\N	\N
-27807	266	6323	2007-08-10 12:01:56	\nremove pyc files in clean rule\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3012	\N	\N	\N
-27808	266	6323	2007-08-10 11:54:33	\ninstall ChangeLog via dh_installchangelogs\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3011	\N	\N	\N
-27809	462	6323	2007-08-10 11:49:40	\nlinked changelog\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3010	\N	\N	\N
-27810	462	6323	2007-08-06 17:26:40	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	2989	\N	\N	\N
-27812	463	6324	2007-08-02 15:56:00	\nSync to upstream 1.0.2\n	\N	\N	\N	\N	\N	\N	\N	\N	2970	\N	\N	\N
-27813	463	6324	2007-08-02 15:52:51	\nSync to upstream 1.0.2\n	\N	\N	\N	\N	\N	\N	\N	\N	2969	\N	\N	\N
-27814	266	6324	2007-08-02 14:07:56	\n* fix missing dependency on libffi4\n* synchronize with Debian\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2967	\N	\N	\N
-27815	439	6324	2006-11-23 16:54:29	\n"s,/svn,," in XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1551	\N	\N	\N
-27816	438	6325	2007-11-12 18:54:23	\nRelease.\n\n	\N	f	\N	\N	0.5.7	\N	\N	\N	3604	1	\N	\N
-27817	438	6325	2007-11-10 00:32:39	\nUpdate changelog for new upstream release.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3579	\N	\N	\N
-27818	438	6325	2007-11-10 00:32:17	\nAdd test suite invocation, but comment it out because the test suite is\ncurrently unreliable.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3578	\N	\N	\N
-27819	266	6325	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27820	266	6325	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27821	266	6326	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	1.0	\N	\N	\N	3408	2	\N	\N
-27822	266	6326	2007-09-22 17:13:50	\nHomepage field added (2nd run)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3303	\N	\N	\N
-27823	357	6326	2007-07-31 19:10:16	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	2936	\N	\N	\N
-27824	357	6326	2007-07-31 19:10:07	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	2935	\N	\N	\N
-27825	266	6327	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	0.4.10	\N	\N	\N	3408	2	\N	\N
-27826	266	6327	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27827	456	6327	2007-06-28 02:32:49	\nFix watch file\n	\N	\N	\N	\N	\N	\N	\N	\N	2652	\N	\N	\N
-27828	439	6327	2006-11-23 16:54:29	\n"s,/svn,," in XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1551	\N	\N	\N
-27829	439	6327	2006-11-23 16:44:00	\nAdded XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1550	\N	\N	\N
-27830	460	6328	2007-12-12 19:24:15	\n* prepare upload of version 1.4.10\n\n\n	\N	f	\N	\N	1.4.10	\N	\N	\N	3930	1	\N	\N
-27831	266	6328	2007-10-08 19:21:51	\nfix debian revision number (I accidentally deleted it in my previous commit)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3416	\N	\N	\N
-27832	266	6328	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27833	464	6328	2007-09-15 22:48:25	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	3254	\N	\N	\N
-27834	464	6328	2007-09-15 22:48:17	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	3253	\N	\N	\N
-27836	273	6329	2007-11-21 00:54:33	\nwatch file updated\n	\N	\N	\N	\N	\N	\N	\N	\N	3713	\N	\N	\N
-27852	439	6332	2006-11-23 16:54:29	\n"s,/svn,," in XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1551	\N	\N	\N
-27854	439	6332	2006-10-23 17:58:35	\nNew upstream release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1419	\N	\N	\N
-27855	460	6333	2007-12-08 00:06:38	\n* create new release to support python 2.5\n\n	\N	f	\N	\N	1.0	\N	\N	\N	3905	5	\N	\N
-27856	437	6333	2007-11-07 12:35:26	\n* Fixing debian/watch. Thanks to Raphael Geissert (Closes: #450296).\n	\N	\N	\N	\N	\N	\N	\N	\N	3568	\N	\N	\N
-27857	266	6333	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27858	266	6333	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27859	439	6333	2006-11-23 16:54:29	\n"s,/svn,," in XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1551	\N	\N	\N
-27861	266	6334	2007-10-28 23:26:04	\n* add DPMT to Uploaders\n* export CXXFLAGS, not CFLAGS :-)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3472	\N	\N	\N
-27862	266	6334	2007-10-28 23:16:35	\nuse CXX instead of CC\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3471	\N	\N	\N
-27863	437	6334	2007-10-28 22:45:56	\nadding 50_64bit-py25-compile-fix.dpatch to make pyglew build on amd64/py2.5\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3470	\N	\N	\N
-27864	266	6334	2007-10-28 20:10:28	\n* rewrite 10_fix_setup_py patch (installation of extension file is disabled)\n* add 01_fix_makefile patch (Makefile supports building extensions for multiple Python versions now)\n* rewrite debian/rules file\n* add Vcs-Svn and Vcs-Browser fields\n* XS-Python-Version changed to all\n* provide pythonX.Y-pyglew packages\n* add ${misc:Depends} to Depends\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3469	\N	\N	\N
-27866	266	6335	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27867	439	6335	2006-11-23 16:54:29	\n"s,/svn,," in XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1551	\N	\N	\N
-27868	439	6335	2006-11-23 16:44:00	\nAdded XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1550	\N	\N	\N
-27869	465	6335	2006-06-30 17:36:51	\nNew upstream release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1099	\N	\N	\N
-27870	266	6336	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	3.4.3	\N	\N	\N	3408	2	\N	\N
-27871	266	6336	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27872	439	6336	2006-11-23 16:54:29	\n"s,/svn,," in XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1551	\N	\N	\N
-27873	439	6336	2006-11-23 16:44:00	\nAdded XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1550	\N	\N	\N
-27874	269	6336	2006-06-26 19:44:34	\nReady for upload\n	\N	\N	\N	\N	\N	\N	\N	\N	1070	\N	\N	\N
-27875	266	6337	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	4.1.8a	\N	\N	\N	3408	2	\N	\N
-27876	266	6337	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27877	466	6337	2007-08-26 13:50:53	\nPrepare new upstream version\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3100	\N	\N	\N
-27878	269	6337	2007-04-17 00:51:12	\nReady for upload\n	\N	\N	\N	\N	\N	\N	\N	\N	2104	\N	\N	\N
-27879	439	6337	2006-11-23 16:54:29	\n"s,/svn,," in XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1551	\N	\N	\N
-27881	266	6338	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27882	466	6338	2007-08-26 14:07:51	\nUpdate to new upstream version\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3102	\N	\N	\N
-27898	266	6341	2007-04-11 12:31:43	\nadd python-setuptools to Build-Depends-Indep\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2042	\N	\N	\N
-27899	269	6341	2007-04-11 02:21:04	\n* Add missing copyright for python modules distributed along with\n  twill.\n* Add debian/doc-base.\n* Clean debian/rules. Thanks to Piotr.\n* Fix twill history path for the shell to the home directory.\n* Remove useless debian/watch as the upstream author URL doesn't allow\n  listing.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2040	\N	\N	\N
-27900	454	6342	2007-12-14 17:40:35	\npython-openid updated to 2.1.0\n\n	\N	f	\N	\N	2.1.0	\N	\N	\N	3945	1	\N	\N
-27901	273	6342	2007-11-21 20:48:21	\nwatch file updating\n	\N	\N	\N	\N	\N	\N	\N	\N	3718	\N	\N	\N
-27902	454	6342	2007-11-20 11:44:14	\n* Package updated to 2.0.2\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3710	\N	\N	\N
-27903	266	6342	2007-10-08 19:21:51	\nfix debian revision number (I accidentally deleted it in my previous commit)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3416	\N	\N	\N
-27904	266	6342	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27905	266	6343	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	0.7.1	\N	\N	\N	3408	3	\N	\N
-27906	343	6343	2007-06-24 12:20:11	\nPreparing the new upload.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2599	\N	\N	\N
-27907	343	6343	2007-04-01 19:59:33	\nNew upstream release.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1963	\N	\N	\N
-27908	343	6343	2007-02-21 09:45:25	\nNew upstream release.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1839	\N	\N	\N
-27909	343	6343	2006-12-05 14:52:29	\nAdded watch file.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1593	\N	\N	\N
-27912	269	6344	2007-11-18 19:49:47	\nAdd GPL path\n	\N	\N	\N	\N	\N	\N	\N	\N	3680	\N	\N	\N
-27913	269	6344	2007-11-18 19:47:03	\nAdd package license\n	\N	\N	\N	\N	\N	\N	\N	\N	3679	\N	\N	\N
-27914	269	6344	2007-11-18 18:42:21	\ndebian/watch: fix uversionmangle regex for stable versions\n	\N	\N	\N	\N	\N	\N	\N	\N	3677	\N	\N	\N
-27915	273	6345	2007-11-21 20:17:56	\nwatch file updating\n	\N	f	\N	\N	1:0.55	1	\N	\N	3716	2	\N	\N
-27916	437	6345	2007-11-08 11:53:01	\n* New upstream version (Closes: #450580).\n	\N	\N	\N	\N	\N	\N	\N	\N	3571	\N	\N	\N
-27917	266	6345	2007-11-06 21:39:18	\nadd Homepage field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3563	\N	\N	\N
-27918	437	6345	2007-11-06 00:59:54	\n* debian/pyversions:\n  - Even 2.2 is supported, updating file for those who like to do backports.\n	\N	\N	\N	\N	\N	\N	\N	\N	3553	\N	\N	\N
-27919	437	6345	2007-11-06 00:57:00	\n  - Adding python-docutils to Build-Depends-Indep to create IPy.html\n* debian/patches:\n  - Removing unused directory.\n	\N	\N	\N	\N	\N	\N	\N	\N	3552	\N	\N	\N
-27920	266	6346	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	0.52	\N	\N	\N	3408	4	\N	\N
-27921	312	6346	2007-05-14 17:48:12	\nUpdate for new python-support\n	\N	\N	\N	\N	\N	\N	\N	\N	2398	\N	\N	\N
-27922	312	6346	2007-05-14 17:47:06	\nUpdate for new python-support\n	\N	\N	\N	\N	\N	\N	\N	\N	2397	\N	\N	\N
-27923	266	6346	2007-05-13 01:07:21	\nupdate to python-support 0.6.4\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2373	\N	\N	\N
-27924	312	6346	2007-01-30 01:35:37	\nAdded PMPT to uploaders for myghtyutils and removed extra directories from myghtyutils tree\n	\N	\N	\N	\N	\N	\N	\N	\N	1751	\N	\N	\N
-27926	266	6347	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-27927	276	6347	2007-06-26 16:56:58	\nUpdate/fix watch file\n	\N	\N	\N	\N	\N	\N	\N	\N	2627	\N	\N	\N
-27937	266	6349	2007-10-05 18:51:03	\ns/UNRELEASED/unstable\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3396	\N	\N	\N
-27938	444	6349	2007-10-05 17:31:57	\npackages/pycallgraph: updated patch, fix man page and installation\n	\N	\N	\N	\N	\N	\N	\N	\N	3395	\N	\N	\N
-27939	444	6349	2007-10-05 16:40:39	\npackages/pycallgraph: added rule to install manpage\n	\N	\N	\N	\N	\N	\N	\N	\N	3394	\N	\N	\N
-27941	266	6350	2007-10-03 19:30:43	\nremove ".dfsg" in dversionmangle\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3363	\N	\N	\N
-27942	467	6350	2007-10-03 11:24:01	\nClosed bug 442968. It seems to be still open\n	\N	\N	\N	\N	\N	\N	\N	\N	3362	\N	\N	\N
-27943	467	6350	2007-10-02 10:15:45	\nChanged dependency of sip4 and python-sip4-dev to version 4.7.1-1\n	\N	\N	\N	\N	\N	\N	\N	\N	3359	\N	\N	\N
-27944	266	6350	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27946	280	6351	2007-12-08 11:42:07	\n* Fix install: use setup files.\n* Install examples and docs\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3908	\N	\N	\N
-27947	280	6351	2007-12-03 09:12:37	\n* Move the directories\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3816	\N	\N	\N
-27948	280	6351	2007-12-03 09:05:18	\n* Rename the source and binary packages.\n	\N	\N	\N	\N	\N	\N	\N	\N	3814	\N	\N	\N
-27949	280	6351	2007-12-02 19:01:50	\n* debian/rules: add clean target\n	\N	\N	\N	\N	\N	\N	\N	\N	3802	\N	\N	\N
-27950	468	6352	2007-11-30 17:32:38	\nwatch file added\n	\N	t	\N	\N	0.6.0	\N	\N	\N	3774	\N	\N	\N
-27951	468	6352	2007-11-29 16:16:51	\nfirst upload\n	\N	\N	\N	\N	\N	\N	\N	\N	3764	\N	\N	\N
-27953	266	6353	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27954	439	6353	2006-11-23 16:54:29	\n"s,/svn,," in XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1551	\N	\N	\N
-27955	439	6353	2006-11-23 16:44:00	\nAdded XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1550	\N	\N	\N
-27956	269	6353	2006-06-24 16:58:42	\nReplace python-dev by python-all-dev\n	\N	\N	\N	\N	\N	\N	\N	\N	1044	\N	\N	\N
-27958	266	6354	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27959	439	6354	2006-11-23 16:54:29	\n"s,/svn,," in XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1551	\N	\N	\N
-27960	439	6354	2006-11-23 16:44:00	\nAdded XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1550	\N	\N	\N
-27961	269	6354	2006-06-23 21:19:34	\nFix debian/changelog\n	\N	\N	\N	\N	\N	\N	\N	\N	1010	\N	\N	\N
-27963	266	6355	2007-09-22 17:13:50	\nHomepage field added (2nd run)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3303	\N	\N	\N
-27964	282	6355	2007-04-26 17:13:39	\nmake zenoss patch dpatch-compatible\n	\N	\N	\N	\N	\N	\N	\N	\N	2183	\N	\N	\N
-27965	282	6355	2007-04-26 17:00:22	\nspelling\n	\N	\N	\N	\N	\N	\N	\N	\N	2182	\N	\N	\N
-27966	282	6355	2007-04-26 16:59:20	\nadded various patches from zenoss\n	\N	\N	\N	\N	\N	\N	\N	\N	2181	\N	\N	\N
-27968	437	6356	2007-11-15 23:49:52	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	3625	\N	\N	\N
-27969	437	6356	2007-11-15 23:06:56	\nready for release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3623	\N	\N	\N
-27970	437	6356	2007-11-08 17:15:37	\n  - Fixing the 'downloaded from' link, thanks to Jan Niehusmann.\n    (Closes: #450613)\n	\N	\N	\N	\N	\N	\N	\N	\N	3575	\N	\N	\N
-27971	437	6356	2007-11-07 00:59:53	\n* NOT RELEASED YET\n* debian/copyright:\n  - Fixing the 'downloaded from' link. \n	\N	\N	\N	\N	\N	\N	\N	\N	3567	\N	\N	\N
-27972	447	6357	2007-11-17 13:26:15	\nAdded package author to copyright.\n	\N	f	\N	\N	0.1~svn3830	\N	\N	\N	3648	2	\N	\N
-27973	266	6357	2007-11-11 23:55:00	\nupload to unstable\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3589	\N	\N	\N
-27985	447	6359	2007-11-03 01:10:15	\nManually pacth couchdb/__init__.py not to use setuptools.\n	\N	\N	\N	\N	\N	\N	\N	\N	3506	\N	\N	\N
-27987	307	6360	2007-12-06 16:54:02	\nCleanups\n\n	\N	f	\N	\N	0.1.1	\N	\N	\N	3880	2	\N	\N
-27988	307	6360	2007-12-06 16:44:47	\n* Rewrite build completely without the autotools CDBS class and configure,\n  make, and make install for each requested Python version; closes: #438928.\n	\N	\N	\N	\N	\N	\N	\N	\N	3879	\N	\N	\N
-27989	307	6360	2007-12-06 16:07:24	\n* Ship some testsuite scripts as examples; thanks Sebastien Bacher;\n  closes: #440244.\n	\N	\N	\N	\N	\N	\N	\N	\N	3878	\N	\N	\N
-27990	307	6360	2007-12-06 16:02:57	\nClose #434714\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3877	\N	\N	\N
-27991	307	6360	2007-12-06 15:57:25	\nMerge never uploaded changelog entry by Scott Kitterman.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3876	\N	\N	\N
-27993	266	6361	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-27994	266	6361	2007-09-19 22:12:20	\ntag 1.3.1-1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3277	\N	\N	\N
-27995	266	6361	2007-06-25 23:16:39	\nbuild python-enchant-dbg package (not finished yet)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2620	\N	\N	\N
-27996	266	6361	2007-05-04 17:54:53	\nUpload to unstable (python2.5 finally supported :)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2250	\N	\N	\N
-27998	266	6362	2007-09-22 17:13:50	\nHomepage field added (2nd run)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3303	\N	\N	\N
-27999	470	6362	2007-02-22 08:58:31	\nchangelog for next revision\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1850	\N	\N	\N
-28000	470	6362	2007-02-22 08:56:44	\nmoving python-support to Build-Depends, to make lintian happy\n\nreleasing...\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1848	\N	\N	\N
-28001	470	6362	2007-02-22 08:11:49	\nadded Closes: #411516\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1847	\N	\N	\N
-28003	270	6363	2007-12-14 20:20:17	\n* New upstream version.\n* debian/control:\n  - Updating my email address.\n  - Updating Standards-Version to 3.7.3.\n	\N	\N	\N	\N	\N	\N	\N	\N	3947	\N	\N	\N
-28004	437	6363	2007-11-19 19:49:40	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	3704	\N	\N	\N
-28005	266	6363	2007-11-19 19:23:26	\n* remove dirs file (not needed anymore)\n* move "chmod" stuff to the right place (after dh_fixperms)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3702	\N	\N	\N
-28006	437	6363	2007-11-19 19:11:01	\n* Add 04_remove_shebang patch\n* Removing lintian overrides, adding proper patches instead.\n	\N	\N	\N	\N	\N	\N	\N	\N	3701	\N	\N	\N
-28008	266	6364	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-28009	282	6364	2007-04-26 15:33:22	\nadded patches from zenoss\n	\N	\N	\N	\N	\N	\N	\N	\N	2179	\N	\N	\N
-28010	282	6364	2007-04-01 18:49:55	\nbetter changelog for uploading to unstable\n	\N	\N	\N	\N	\N	\N	\N	\N	1942	\N	\N	\N
-28011	282	6364	2007-04-01 18:43:33	\nready for an upload to unstable\n	\N	\N	\N	\N	\N	\N	\N	\N	1939	\N	\N	\N
-28012	447	6365	2007-11-17 13:28:10	\nAdded package author to copyright.\n	\N	f	\N	\N	1.5	\N	\N	\N	3650	1	\N	\N
-28013	447	6365	2007-11-03 01:03:30	\nAdded mergeWithUpstream property.\n	\N	\N	\N	\N	\N	\N	\N	\N	3505	\N	\N	\N
-28014	266	6365	2007-10-26 21:08:35	\nuse upstream's description as package's short one\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3467	\N	\N	\N
-28015	266	6365	2007-10-26 20:32:55	\n* move all packages from Build-Depends-Indep to Build-Depends (it's arch:any)\n* add ${shlibs:Depends} to Depends (and thus libspread1)\n* Provide pythonX.Y-spread packages\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3466	\N	\N	\N
-28016	447	6365	2007-10-26 13:03:36	\nRemoved homepage pseudo-header from description.\n	\N	\N	\N	\N	\N	\N	\N	\N	3465	\N	\N	\N
-28029	266	6368	2007-09-19 22:26:49	\n* Fix debian/rules to use new package name\n* Add python-wavelets transitional dummy package to make the upgrade process smooth\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3278	\N	\N	\N
-28030	266	6368	2007-09-17 23:11:11	\n* Rename binary package to python-pywt (to conform to the Debian Python Policy)\n* find (see clean rule) works correctly in every build now (closes: #442715)\n* Rebuild to add Python 2.5 extension\n* Changed my address to piotr at debian.org\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3265	\N	\N	\N
-28031	439	6368	2007-01-13 12:59:59	\nmove tags to the right location\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1663	\N	\N	\N
-28033	266	6369	2007-09-22 17:13:50	\nHomepage field added (2nd run)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3303	\N	\N	\N
-28034	436	6369	2007-07-24 23:16:26	\nfirst debian package\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2825	\N	\N	\N
-28035	436	6369	2007-07-16 02:21:08	\ntry to make lintian happy\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2752	\N	\N	\N
-28036	436	6369	2007-07-16 02:16:55	\nchange description\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2751	\N	\N	\N
-28037	471	6370	2007-11-16 15:26:45	\nOops, make unpep263.py PEP-263 compliant :-)\n\n	\N	f	\N	\N	0.4	\N	\N	\N	3639	5	\N	\N
-28038	471	6370	2007-11-16 14:52:26	\nInclude extras in $PYTHONPATH when making man pages, so we work in a clean chroot with no python-roman installed\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3638	\N	\N	\N
-28039	471	6370	2007-11-16 14:42:55	\nRemove debian/patches/99_old-diffs.dpatch. Target unstable, to request sponsorship\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3637	\N	\N	\N
-28040	471	6370	2007-11-16 14:33:24	\nIgnore Lintian message about python-setuptools in Build-Depends - the clean target needs it\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3636	\N	\N	\N
-28041	471	6370	2007-11-16 14:30:53	\nEmit correct sub-headings\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3635	\N	\N	\N
-28043	266	6371	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-28044	437	6371	2007-05-16 13:47:44	\n+  * Added XS-Vcs-Browser field\n+  * Fixed the following lintian errors:\n+    - clean-should-be-satisfied-by-build-depends\n+      python | python-dev | python-all-dev\n+    - missing-build-dependency python-support (>= 0.3)\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2428	\N	\N	\N
-28045	402	6371	2007-02-01 20:45:35	\nfixing nasty bug and preparing for release\n	\N	\N	\N	\N	\N	\N	\N	\N	1789	\N	\N	\N
-28046	439	6371	2006-11-23 16:54:29	\n"s,/svn,," in XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1551	\N	\N	\N
-28047	266	6372	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	2.1	\N	\N	\N	3408	2	\N	\N
-28048	439	6372	2006-11-23 16:54:29	\n"s,/svn,," in XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1551	\N	\N	\N
-28049	439	6372	2006-11-23 16:44:00	\nAdded XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1550	\N	\N	\N
-28050	463	6372	2006-06-20 06:27:42	\nUnsuccessful pexpect-2.1 upload. So revert to -1 debian version.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	967	\N	\N	\N
-28051	463	6372	2006-06-19 14:08:46	\n* Fixed clean rule.\n* Fixed substvars.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	935	\N	\N	\N
-28053	266	6373	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-28054	466	6373	2007-08-26 13:30:47	\nPrepare new version of pyasn1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3098	\N	\N	\N
-28055	269	6373	2007-04-16 19:51:45	\nAdd an entry to the changelog concerning egg support\n	\N	\N	\N	\N	\N	\N	\N	\N	2096	\N	\N	\N
-28056	269	6373	2007-04-16 18:21:30	\n* Ready for upload.\n* Clean up the source package.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2093	\N	\N	\N
-28057	273	6374	2007-11-24 18:21:03	\nwatch file added\n	\N	f	\N	\N	0.0.20031008	\N	\N	\N	3735	10	\N	\N
-28058	266	6374	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-28074	266	6378	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	1.2	\N	\N	\N	3408	5	\N	\N
-28075	439	6378	2006-11-23 16:54:29	\n"s,/svn,," in XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1551	\N	\N	\N
-28076	439	6378	2006-11-23 16:44:00	\nAdded XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1550	\N	\N	\N
-28077	470	6378	2006-08-11 07:25:02	\n* added pyversions\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1252	\N	\N	\N
-28078	470	6378	2006-08-11 07:17:20	\n* Added python-support dependency\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1251	\N	\N	\N
-28079	266	6379	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	0.8.3	\N	\N	\N	3408	2	\N	\N
-28080	266	6379	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-28081	266	6379	2007-08-02 19:55:59	\n* fix typo\n* add tags dir\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2974	\N	\N	\N
-28082	455	6379	2007-08-02 19:22:13	\ncomment\n	\N	\N	\N	\N	\N	\N	\N	\N	2973	\N	\N	\N
-28083	455	6379	2007-08-02 16:37:26	\nper POX\n	\N	\N	\N	\N	\N	\N	\N	\N	2972	\N	\N	\N
-28085	467	6380	2007-11-04 17:03:52	\nAdded a watch file and closed bug #437835\n	\N	\N	\N	\N	\N	\N	\N	\N	3539	\N	\N	\N
-28086	467	6380	2007-11-04 15:42:34	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	3536	\N	\N	\N
-28087	467	6380	2007-11-04 15:40:03	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	3535	\N	\N	\N
-28089	452	6381	2007-12-06 22:06:24	\n[svn-inject] Forking python-pysizer source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	3892	\N	\N	\N
-28090	452	6381	2007-12-06 22:05:52	\n[svn-inject] Installing original source of python-pysizer\n	\N	\N	\N	\N	\N	\N	\N	\N	3889	\N	\N	\N
-28091	460	6382	2007-12-16 15:14:06	\n* prepare for new upstream release\n\n	\N	f	\N	\N	4.7.3	\N	\N	\N	3962	1	\N	\N
-28092	266	6382	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-28093	460	6382	2007-09-30 14:05:20	\n* new upstream release\n* fix sipconfig.py\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3336	\N	\N	\N
-28094	266	6382	2007-09-22 17:13:50	\nHomepage field added (2nd run)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3303	\N	\N	\N
-28095	460	6382	2007-09-16 00:40:19	\n* upload to unstable\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3256	\N	\N	\N
-28097	273	6383	2007-12-02 13:35:18	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	3797	\N	\N	\N
-28098	273	6383	2007-12-02 13:34:04	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	3796	\N	\N	\N
-28099	266	6384	2007-11-12 00:19:08	\nupload to unstable (licence problems fixed upstream)\n\n	\N	f	\N	\N	0.3.0	\N	\N	\N	3593	1	\N	\N
-28100	266	6384	2007-11-06 22:16:30	\n* add debian/watch file\n* don't compress *.py, *.glade, *.ui, and *.tcl example files\n* update debian/copyright file (it's GPL3, not GPL2)\n* add Vcs-Svn and Vcs-Browser fields\n* mark as UNRELEASED (licence problems: COPYING file contains GPL2 license)\n* remove tags/0.3.0-1 (not uploaded yet)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3565	\N	\N	\N
-28101	472	6384	2007-11-06 12:15:45	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	3558	\N	\N	\N
-28102	472	6384	2007-11-06 12:15:24	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	3557	\N	\N	\N
-28117	266	6387	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-28118	276	6388	2007-10-18 21:23:19	\nAdjust fake upstream version number.\n	\N	f	\N	\N	0.11+1	\N	\N	\N	3447	1	\N	\N
-28119	276	6388	2007-10-18 20:51:00	\nUpdate pysubnettree for fake upstream version.\n	\N	\N	\N	\N	\N	\N	\N	\N	3446	\N	\N	\N
-28120	276	6388	2007-10-15 23:29:07	\nAdd closes ITP to changelog. Patch setup.py to reflect correct license.\n	\N	\N	\N	\N	\N	\N	\N	\N	3436	\N	\N	\N
-28121	276	6388	2007-10-15 05:37:43	\nUpdate for new upstream (fixes licensing problems). READY for upload.\n	\N	\N	\N	\N	\N	\N	\N	\N	3433	\N	\N	\N
-28122	266	6388	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-28123	266	6389	2007-10-14 12:26:10	\nAdd Vcs-Browser field\n\n	\N	f	\N	\N	1.2.2	\N	\N	\N	3431	5	\N	\N
-28124	437	6389	2007-10-14 12:18:40	\n  - Adding 00dpatch.conf to make the handling of dpatches more easy\n	\N	\N	\N	\N	\N	\N	\N	\N	3430	\N	\N	\N
-28125	437	6389	2007-10-14 12:17:26	\n* debian/patches:\n  - Adding 05_null-connection-guard.dpatch, providing an interface to set\n    MYSQL_OPT_RECONNECT\n* debian/control\n  - Adding myself as uploader\n  - Adding Homepage field\n  - Replacing the depricated ${Source-Version} by ${binary:Version} in the\n    dependency list of python-mysqldb-dbg \n	\N	\N	\N	\N	\N	\N	\N	\N	3429	\N	\N	\N
-28126	266	6389	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-28127	473	6389	2007-08-10 15:21:00	\nstart new revision\n	\N	\N	\N	\N	\N	\N	\N	\N	3015	\N	\N	\N
-28129	266	6390	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-28130	266	6390	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-28131	460	6390	2007-08-12 14:07:44	\n* don't recommend python-numpy\n* fix build-depends\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3023	\N	\N	\N
-28132	460	6390	2007-07-29 20:49:26	\n* depend on setuptools\n* update suggestions/recommendations\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2894	\N	\N	\N
-28134	437	6391	2007-09-21 18:16:36	\nupdating homepage field\n	\N	\N	\N	\N	\N	\N	\N	\N	3300	\N	\N	\N
-28135	266	6391	2007-08-02 13:34:54	\nadd python-imaging to Recommends\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2963	\N	\N	\N
-28136	437	6391	2007-08-02 01:21:16	\nbetter wording\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2958	\N	\N	\N
-28137	437	6391	2007-08-02 00:08:23	\nnew upstream version, various fixes\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2954	\N	\N	\N
-28138	312	6392	2007-11-15 18:18:37	\nFix a type in the description\n	\N	f	\N	\N	2.2.0	\N	\N	\N	3618	2	\N	\N
-28139	266	6392	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-28140	312	6392	2007-08-29 02:33:22	\nNew 2.2.0 upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	3123	\N	\N	\N
-28141	312	6392	2007-07-18 23:37:38	\nUpdate to 2.1.0\n	\N	\N	\N	\N	\N	\N	\N	\N	2789	\N	\N	\N
-28142	312	6392	2007-05-11 19:33:58	\nCorrect the changelog in svn\n	\N	\N	\N	\N	\N	\N	\N	\N	2329	\N	\N	\N
-28143	474	6393	2007-11-28 19:42:49	\nnew upstream version\n	\N	f	\N	\N	0.0.4	\N	\N	\N	3761	1	\N	\N
-28144	266	6393	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-28145	266	6393	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-28161	273	6397	2007-11-22 01:44:25	\nwatch file updating\n	\N	f	\N	\N	1.2.6	\N	\N	\N	3724	12	\N	\N
-28162	437	6397	2007-11-07 12:38:44	\n* Fixing debian/watch. Thanks to Raphael Geissert (Closes: #449739).\n	\N	\N	\N	\N	\N	\N	\N	\N	3569	\N	\N	\N
-28163	276	6397	2007-10-19 17:36:16	\nCombine unreleased -12/13 changelog entries into -12.\n	\N	\N	\N	\N	\N	\N	\N	\N	3452	\N	\N	\N
-28164	266	6397	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-28165	266	6397	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-28166	270	6398	2007-12-06 02:50:16	\na few fixes\n\n	\N	f	\N	\N	1.3.2	\N	\N	\N	3856	1	\N	\N
-28167	273	6398	2007-12-06 02:35:40	\nbzed mentoring (vol3)\n	\N	\N	\N	\N	\N	\N	\N	\N	3855	\N	\N	\N
-28168	273	6398	2007-12-06 02:31:23	\nbzed mentoring (vol2)\n	\N	\N	\N	\N	\N	\N	\N	\N	3854	\N	\N	\N
-28169	273	6398	2007-12-06 02:24:25	\nbzed mentoring\n	\N	\N	\N	\N	\N	\N	\N	\N	3853	\N	\N	\N
-28170	273	6398	2007-11-28 00:08:09	\nbzed suggestions + offer to the team ;)\n	\N	\N	\N	\N	\N	\N	\N	\N	3760	\N	\N	\N
-28171	266	6399	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	4.1	\N	\N	\N	3408	10	\N	\N
-28172	462	6399	2007-08-06 12:23:21	\nAuth handlers patch added.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2985	\N	\N	\N
-28173	266	6399	2007-06-30 11:53:17	\n* Add watch file\n* Remove upstream branch\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2656	\N	\N	\N
-28174	462	6399	2007-06-30 01:10:10	\ndoc dir deleted, css replacements now managed by quilt.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2655	\N	\N	\N
-28175	462	6399	2007-06-26 23:46:56	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	2640	\N	\N	\N
-28176	475	6400	2007-11-11 11:47:51	\nsmall typo fix\n	\N	f	\N	\N	0.97~svn6668	\N	\N	\N	3587	1	\N	\N
-28177	475	6400	2007-11-11 11:40:49	\nNew SVN snapshot with i18n security fix\n	\N	\N	\N	\N	\N	\N	\N	\N	3586	\N	\N	\N
-28178	475	6400	2007-11-10 18:04:34	\nAdd upstream info to copyright file\n	\N	\N	\N	\N	\N	\N	\N	\N	3585	\N	\N	\N
-28179	357	6400	2007-10-08 16:59:00	\nFix changelog.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3413	\N	\N	\N
-28180	266	6400	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-28181	266	6401	2007-11-17 23:14:51	\nups, forgot to add this file\n\n	\N	f	\N	\N	1.7.1	\N	\N	\N	3662	1	\N	\N
-28182	266	6401	2007-11-17 23:01:32	\n* New upstream release\n  - docs/changelogs are available only via website now - don't try to install them\n* setuptools_version patch replaced with disable_ez_setup\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3661	\N	\N	\N
-28183	266	6401	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-28184	266	6401	2007-09-22 17:13:50	\nHomepage field added (2nd run)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3303	\N	\N	\N
-28185	266	6401	2007-06-09 15:53:02	\n* New upstream release\n* Added python-paste to Suggests (for Routes WSGI Middleware)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2507	\N	\N	\N
-28187	273	6402	2007-11-26 00:30:42	\nwatch file fix\n	\N	\N	\N	\N	\N	\N	\N	\N	3750	\N	\N	\N
-28188	344	6402	2007-11-06 17:42:01	\nAdd a TODO about miles.dat, and the missing get-orig-source target\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3561	\N	\N	\N
-28189	344	6402	2007-11-06 17:41:36	\nAdd README.Debian, mention miles.data there, closes: #449547\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3560	\N	\N	\N
-28205	266	6406	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-28206	464	6406	2007-08-12 02:20:09	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	3020	\N	\N	\N
-28207	439	6406	2006-11-23 16:54:29	\n"s,/svn,," in XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1551	\N	\N	\N
-28208	439	6406	2006-11-23 16:44:00	\nAdded XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1550	\N	\N	\N
-28209	477	6407	2007-12-08 00:12:48	\nBump Standards-Version to 3.7.3. No changes needed.\n	\N	f	\N	\N	3.2.0	\N	\N	\N	3906	3	\N	\N
-28210	477	6407	2007-12-08 00:02:51	\nUpdate maintainer address\n	\N	\N	\N	\N	\N	\N	\N	\N	3904	\N	\N	\N
-28211	477	6407	2007-11-24 03:58:52	\nClean up updateSite.sgml to use proper DocBook with no warnings.\n	\N	\N	\N	\N	\N	\N	\N	\N	3729	\N	\N	\N
-28212	477	6407	2007-11-24 03:08:45	\n* Move the removing of empty dirs after the call to dh_pycentral, since\n otherwise we still ship an empty /usr/lib.\n* We have no shared libs, there's no need to call dh_strip and dh_shlibdeps.\n* Use pubtal.manpages and pubtal.links files instead of manually specifying the\n filenames and manually linking them.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3728	\N	\N	\N
-28213	266	6407	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-28214	312	6408	2007-10-31 01:19:21	\n0.8-1 beaker release\n	\N	f	\N	\N	0.8	\N	\N	\N	3490	1	\N	\N
-28215	266	6408	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-28216	312	6408	2007-09-05 00:44:43	\n0.7.5 release\n	\N	\N	\N	\N	\N	\N	\N	\N	3192	\N	\N	\N
-28217	312	6408	2007-07-16 00:46:39	\nUpdate to 0.7.4\n	\N	\N	\N	\N	\N	\N	\N	\N	2745	\N	\N	\N
-28218	312	6408	2007-06-27 00:08:11	\nNew upstream 0.7.3 version\n	\N	\N	\N	\N	\N	\N	\N	\N	2641	\N	\N	\N
-28220	266	6409	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-28221	266	6409	2007-06-26 21:03:44	\nNew upstream release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2633	\N	\N	\N
-28222	266	6409	2007-04-11 18:43:16	\n* New upstream release\n* Cleaned debian/rules file a little bit\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2047	\N	\N	\N
-28223	266	6409	2007-04-08 17:22:01	\nUpload to unstable\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2006	\N	\N	\N
-28224	457	6410	2007-12-10 01:22:41	\nFormat debian/changelog properly\n	\N	f	\N	\N	0.9.6.0	\N	\N	\N	3916	3	\N	\N
-28225	457	6410	2007-12-10 01:21:35	\n* New email address.\n* Remove useless debian/control.in.\n* debian/control:\n  + Update Standards-Version to 3.7.3. No changes needed.\n* debian/copyright:\n  + Add package license.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3915	\N	\N	\N
-28226	437	6410	2007-11-22 00:50:02	\n* Fix watch file and updated it to version=3 (Closes: #450377).\n	\N	\N	\N	\N	\N	\N	\N	\N	3722	\N	\N	\N
-28227	444	6410	2007-10-06 12:18:59	\npackages/impacket: fix watch file and updated control (removed XS from Vcs-Svn, etc...)\n	\N	\N	\N	\N	\N	\N	\N	\N	3400	\N	\N	\N
-28228	266	6410	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-28230	344	6411	2007-12-06 13:08:49	\nBump Standards-Version, no change needed\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3869	\N	\N	\N
-28231	344	6411	2007-12-06 13:05:05	\nTarget unstable\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3868	\N	\N	\N
-28232	344	6411	2007-12-06 13:04:49	\ndebian/rules cleanup\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3867	\N	\N	\N
-28233	344	6411	2007-12-06 12:13:37	\nChangelog tweaks. Thanks Piotr for the previous tweaks.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3865	\N	\N	\N
-28248	276	6414	2007-09-25 20:28:51	\nRe-add POX's typo fix.\n	\N	\N	\N	\N	\N	\N	\N	\N	3306	\N	\N	\N
-28250	266	6415	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-28251	436	6415	2007-07-25 00:20:22	\nfix package numbering\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2826	\N	\N	\N
-28252	436	6415	2007-07-24 23:09:58	\nnew upstream\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2822	\N	\N	\N
-28253	436	6415	2007-07-16 00:20:39	\nnew upstream release. Suggests: python-profiler\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2744	\N	\N	\N
-28254	266	6416	2007-12-10 20:48:47	\nBump Standards-Version to 3.7.3 (no changes needed)\n\n	\N	f	\N	\N	0.9	\N	\N	\N	3920	2	\N	\N
-28255	266	6416	2007-12-10 20:44:51	\nInstall original pygmentize script (not touched by setuptools) (no need to patch setup.py)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3919	\N	\N	\N
-28256	266	6416	2007-12-10 20:04:54	\nAdd pygmentize_without_setuptools patch\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3918	\N	\N	\N
-28257	266	6416	2007-10-16 00:02:03	\n* New upstream release\n* Add patch that disables ez_setup at build time\n  - quilt added to Build-Depends\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3437	\N	\N	\N
-28258	266	6416	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3408	\N	\N	\N
-28260	273	6417	2007-11-19 23:35:37	\nnew upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	3709	\N	\N	\N
-28261	266	6417	2007-11-04 11:34:58	\nchange version to 0.34.dfsg-1 (LICENSE file added to the tarball)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3526	\N	\N	\N
-28262	266	6417	2007-11-04 11:16:31	\n* build the package in binary-indep rule\n* mark as UNRELEASED (we need to fix lack of GPL content problem)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3525	\N	\N	\N
-28263	273	6417	2007-11-04 10:58:00	\nrules reorg, dependency fix (thanks to POX)\n	\N	\N	\N	\N	\N	\N	\N	\N	3524	\N	\N	\N
-28264	266	6418	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	2.0dfsg	\N	\N	\N	3408	2	\N	\N
-28265	439	6418	2006-11-23 16:54:29	\n"s,/svn,," in XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1551	\N	\N	\N
-28266	439	6418	2006-11-23 16:44:00	\nAdded XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1550	\N	\N	\N
-28267	439	6418	2006-11-23 16:20:54	\nmissed upload (3 of 3)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1543	\N	\N	\N
-28268	439	6418	2006-11-23 16:17:04	\nmissed upload (2 of 3)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1541	\N	\N	\N
-28269	266	6419	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	\N	f	\N	\N	1.0	\N	\N	\N	3408	2	\N	\N
-28270	266	6419	2007-09-21 22:53:02	\nHomepage field added\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3302	\N	\N	\N
-28271	439	6419	2006-11-23 16:54:29	\n"s,/svn,," in XS-Vcs-Svn field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1551	\N	\N	\N
-28272	439	6419	2006-11-09 20:49:33	\n* New co-maintainer: Mark Pilgrim\n* Added XS-Vcs-Svn field \n\n	\N	\N	\N	\N	\N	\N	\N	\N	1490	\N	\N	\N
-28273	439	6419	2006-07-09 18:11:25	\nadded documentation's licence \n\n	\N	\N	\N	\N	\N	\N	\N	\N	1136	\N	\N	\N
-28275	266	6420	2007-10-01 22:42:18	\nBuild-depend on python-sip4-dev >= 4.7.1-1 (closes: #442971)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3354	\N	\N	\N
-28276	266	6420	2007-10-01 22:23:15	\nAdd python-qt{3,4}-gl to python-qwt3d-qt{3,4}'s Depends and python-numpy to Recommends\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3353	\N	\N	\N
-28277	467	6420	2007-10-01 15:56:10	\nFinally lintian free\n	\N	\N	\N	\N	\N	\N	\N	\N	3352	\N	\N	\N
-28278	467	6420	2007-10-01 15:11:03	\nAdded a patch for ezplot that fixes path problem. But the lintian error python-script-but-no-python-dep persists\n	\N	\N	\N	\N	\N	\N	\N	\N	3351	\N	\N	\N
-28292	483	6423	2007-11-28 23:49:25	\nupdate config.{guess,sub} with versions from 2007-07-22 and 2007-06-28.\n	\N	\N	\N	\N	\N	\N	\N	\N	4790	\N	\N	\N
-28293	483	6423	2007-11-28 23:49:11	\nremove autotools-dev, autoconf und automake1.9 from build-depends\n	\N	\N	\N	\N	\N	\N	\N	\N	4789	\N	\N	\N
-28294	271	6424	2007-11-04 03:58:36	\nChanges by Simon Ruggier:\n  * rules: add call to dh_desktop in the binary-arch target\n  * menu: change section to Games/Arcade, which exists in the menu spec\n  * btanks.desktop: add ArcadeGame to Categories, remove deprecated Encoding key\n\nsee http://lists.debian.org/debian-devel-games/2007/11/msg00023.html\n\n\n	\N	f	\N	\N	0.6.5069	\N	\N	\N	4543	1	\N	\N
-28295	479	6424	2007-10-08 16:02:19	\nNew upstream release\nAdd watch file\nAdd homepage field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4360	\N	\N	\N
-28296	271	6424	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-28297	271	6424	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-28298	271	6424	2007-08-24 09:49:42	\nCorrected btanks-data.doc-base. Wrong mention to other package.\n\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3802	\N	\N	\N
-28299	479	6425	2007-10-21 18:12:52	\nAdd watch file, fix up desktop file\n\n	\N	f	\N	\N	0.41	\N	\N	\N	4450	6	\N	\N
-28300	344	6425	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-28301	356	6425	2007-07-11 10:59:31	\ndesktop files changes:\n- ran desktop-file-validate accross trunk and fixed the found issues\n- added Romanian traslations to some of them\n- tried not to introduce NMU lintian warnings\n  (my name is specified in the entry about the desktop files\n  modifications, but previous people are noted as the last one\n  touching the package)\n  this was done to not give the false impression that I am directly\n  interested in more packages than I actually am\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3328	\N	\N	\N
-28302	469	6425	2007-07-09 22:35:53	\nooops, I forgot add the relevant information about the last commit to the changelog\n	\N	\N	\N	\N	\N	\N	\N	\N	3296	\N	\N	\N
-28303	469	6425	2007-07-09 22:32:27	\nadded a desktop file. dropped useless DH calls\n	\N	\N	\N	\N	\N	\N	\N	\N	3295	\N	\N	\N
-28304	480	6426	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	0.7.0	\N	\N	\N	4831	2	\N	\N
-28305	271	6426	2007-11-02 17:13:17	\nFixed URL to GPL v2 in debian/copyright\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4538	\N	\N	\N
-28306	271	6426	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-28307	271	6426	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-28308	480	6426	2007-07-12 12:14:04	\ndocument menu transition, part 3\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3365	\N	\N	\N
-28310	479	6427	2007-11-02 04:30:28	\nIdiot, forgot to add dh_desktop in previous commit\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4530	\N	\N	\N
-28311	479	6427	2007-11-02 04:29:35	\n* Add desktop file\n* Call dh_desktop\n* Change watch file (Still broken)\n* Add Homepage field in control\n* Bump debhelper build-dep to match compat\n* Make clean not ignore errors\n* Fix substvar source:Version\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4529	\N	\N	\N
-28313	271	6427	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-28314	479	6428	2007-11-09 21:08:26	\n* Add watch file\n* Add myself to uploaders\n* Add Homepage field in control\n* Remove XS- from VCS fields in control\n\n	\N	f	\N	\N	0.3.dfsg1	\N	\N	\N	4609	2	\N	\N
-28315	271	6428	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-28332	487	6431	2006-11-08 11:11:44	\namphetamine (0.8.10-12) unstable; urgency=high\n\n  * debian/patches/000_no_lxt.diff:\n    + New patch. Removes useless -lXt link flag (Closes: #397558).\n\n -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Wed,  8 Nov 2006 11:08:27 +0100\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1970	\N	\N	\N
-28333	356	6431	2006-10-16 14:32:43	\nremove gratuituos NMU lintian warnings\n	\N	\N	\N	\N	\N	\N	\N	\N	1872	\N	\N	\N
-28334	480	6432	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	1.0.1	\N	\N	\N	4831	2	\N	\N
-28335	449	6432	2007-08-19 14:44:59	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	3712	\N	\N	\N
-28336	449	6432	2007-08-19 14:43:34	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	3711	\N	\N	\N
-28337	479	6433	2007-11-10 06:44:11	\n* Add watch file\n* Remove XS- from VCS fields\n\n	\N	f	\N	\N	1.1.7	\N	\N	\N	4622	14	\N	\N
-28338	479	6433	2007-10-27 06:18:47	\nFix linda/lintian warnings\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4475	\N	\N	\N
-28339	265	6433	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-28340	487	6433	2007-02-20 17:03:25	\nkxl (1.1.7-13) unstable; urgency=low\n\n  * debian/control:\n    + Use ${binary:Version} to make package binNMUable.\n    + Added XS-Vcs-Svn: field.\n\n -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Tue, 20 Feb 2007 16:58:39 +0100\n\n(also, testing UTF-8 in commit messages: ?\\195?\\162 ?\\195?\\169 ?\\226?\\156?\\186 ?\\226?\\156?\\169 ?\\226?\\156?\\183 ?\\226?\\157?\\135 ?\\226?\\157?\\138 ?\\226?\\156?\\191 ?\\226?\\157?\\131 ?\\226?\\157?\\129 ?\\226?\\156?\\178 ?\\226?\\151?\\175 ?\\226?\\136?\\128 )\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2428	\N	\N	\N
-28341	487	6433	2006-11-10 12:11:22	\nkxl (1.1.7-12) unstable; urgency=high\n\n  * debian/patches/030_underquoted_definition.diff:\n    + Fix "underquoted definition of AM_PATH_KXL" aclocal warning.\n\n -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Fri, 10 Nov 2006 12:08:07 +0100\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1973	\N	\N	\N
-28342	479	6434	2007-11-11 20:13:07	\n* Bump debhelper build-dep to match compat\n* Make clean not ignore errors\n* Remove XS- from VCS fields\n* Upgrade watch file to version 3\n\n	\N	f	\N	\N	4.4.902	\N	\N	\N	4629	11	\N	\N
-28343	265	6434	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-28344	480	6434	2007-08-23 18:59:25	\nuse mergeOnUpstream and quilt\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3788	\N	\N	\N
-28345	344	6434	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-28346	480	6434	2007-07-06 00:35:52	\nupdate menu to reflect new sections\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3250	\N	\N	\N
-28347	479	6435	2007-11-09 22:07:48	\n* Add watch file\n* Add Homepage field in control\n* Remove XS- from VCS fields\n\n	\N	f	\N	\N	0.0.2007.03.23	\N	\N	\N	4612	1	\N	\N
-28348	344	6435	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-28349	480	6435	2007-07-12 12:14:04	\ndocument menu transition, part 3\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3365	\N	\N	\N
-28350	356	6435	2007-07-11 10:59:31	\ndesktop files changes:\n- ran desktop-file-validate accross trunk and fixed the found issues\n- added Romanian traslations to some of them\n- tried not to introduce NMU lintian warnings\n  (my name is specified in the entry about the desktop files\n  modifications, but previous people are noted as the last one\n  touching the package)\n  this was done to not give the false impression that I am directly\n  interested in more packages than I actually am\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3328	\N	\N	\N
-28351	481	6435	2007-07-10 19:29:05	\nDebian Menu Policy transition.\n	\N	\N	\N	\N	\N	\N	\N	\N	3312	\N	\N	\N
-28361	487	6437	2007-10-18 13:20:22	\netw (3.0.svn20071018-1) unstable; urgency=low\n\n  [ Sam Hocevar ]\n  * New upstream snapshot.\n  * Game is still buggy, but has become pretty enjoyable and is therefore fit\n    for unstable.\n\n  * debian/rules:\n    + Don?\\226?\\128?\\153t ignore make clean errors.\n  * debian/control:\n    + Use ${source:Version} instead of ${Source-Version}.\n\n  * debian/patches/200_datadir.diff:\n    + New patch. Set data directory to /usr/share/games/etw.\n\n  [ Eddy Petri?\\200?\\153or ]\n  * added a RO translation to the desktop file strings\n  * correct category name is "Game" not "Games"\n\n  [ Gon?\\195?\\169ri Le Bouder ]\n  * remove the Applications category from the desktop file since\n    it's not an official category. Add SportsGame category.\n    http://standards.freedesktop.org/menu-spec/latest/apa.html\n  * call dh_desktop to run update-desktop-database\n\n  [ Jon Dowland ]\n  * update menu section to "Games/Action" for menu transition\n    (thanks Linas ?\\197?\\189virblis)\n\n  [ Cyril Brulebois ]\n  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.\n\n -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Thu, 18 Oct 2007 00:28:48 +0000\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4431	\N	\N	\N
-28364	479	6438	2007-10-07 05:54:05	\nFix make distclean lintian warning\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4353	\N	\N	\N
-28365	480	6438	2007-07-12 11:37:31	\ndocument menu transition in debian/changelog (first half)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3364	\N	\N	\N
-28366	481	6438	2007-07-10 19:29:05	\nDebian Menu Policy transition.\n	\N	\N	\N	\N	\N	\N	\N	\N	3312	\N	\N	\N
-28368	479	6439	2007-12-15 19:42:35	\nHack up man pages\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4956	\N	\N	\N
-28369	479	6439	2007-12-14 23:37:15	\nShow warning if /var/ dir cannot be removed on prerm\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4952	\N	\N	\N
-28370	479	6439	2007-12-14 21:03:48	\n/var/games/conquest was an empty dir so create in postinst and rm in \nprerm\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4951	\N	\N	\N
-28371	479	6439	2007-12-14 19:52:39	\n  * Remove LDFLAGS from rules\n  * Remove dirs file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4950	\N	\N	\N
-28372	479	6440	2007-11-11 20:16:17	\nFix watch file (probably still needs improvement for versioned \ndirectory)\n\n	\N	f	\N	\N	1.0.1	\N	\N	\N	4630	2	\N	\N
-28373	479	6440	2007-10-06 05:49:37	\nUpdate build-deps (fix FTBFS)\nAdd watch file\nAdd homepage and vcs tags\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4342	\N	\N	\N
-28374	271	6440	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-28375	271	6440	2007-09-16 00:58:37	\nAdded new game: DigiBand\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4206	\N	\N	\N
-28376	479	6441	2007-11-10 05:38:39	\n* Add Homepage field in control\n* Add watch file\n\n	\N	f	\N	\N	1.0.3	\N	\N	\N	4618	8	\N	\N
-28377	479	6441	2007-10-07 06:02:22	\nFix make distclean lintian warning\nBump debhelper and compat to 5\nAdd VCS tags\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4354	\N	\N	\N
-28378	481	6441	2007-07-10 19:29:05	\nDebian Menu Policy transition.\n	\N	\N	\N	\N	\N	\N	\N	\N	3312	\N	\N	\N
-28379	356	6441	2006-06-25 13:29:45	\norganisation : moved into the new scheme the packages which didn't had any trunk diectory\n	\N	\N	\N	\N	\N	\N	\N	\N	900	\N	\N	\N
-28380	487	6441	2006-05-15 09:54:06	\ngeki3 (1.0.3-7) unstable; urgency=low\n  * Moved packaging to the Debian Games Team repository.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	675	\N	\N	\N
-28381	488	6442	2007-11-26 06:11:34	\norigUrl property set for vegastrike-0.4.3.debian1\n	\N	f	\N	\N	0.4.3.debian1	\N	\N	\N	4771	2	\N	\N
-28382	489	6442	2007-11-15 22:29:07	\n[vegastrike] Dummy changelog entry + fix forgotten update before upload, sorry Barry !\n	\N	\N	\N	\N	\N	\N	\N	\N	4687	\N	\N	\N
-28383	489	6442	2007-11-15 22:22:37	\n[vegastrike] cleanup in the "orig" tarball + new release\n	\N	\N	\N	\N	\N	\N	\N	\N	4684	\N	\N	\N
-28384	479	6442	2007-11-09 22:31:49	\n* Add watch file\n* Add Homepage field in control\n* Add VCS fields in control\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4614	\N	\N	\N
-28385	489	6442	2007-11-06 00:02:29	\n[vegastrike] more work in the copyrights\n	\N	\N	\N	\N	\N	\N	\N	\N	4569	\N	\N	\N
-28391	490	6444	2007-07-20 23:04:33	\ngtkradiant-data-darkplaces: set maintainer: to Debian Games Team, if that's ok\n\n	\N	f	\N	\N	1.5.0+svn20060914	\N	\N	\N	3442	2	\N	\N
-28392	490	6444	2007-07-20 22:44:27	\ngtkradiant-data-darkplaces: didnt have that mergeWithUpstream proplist thingy\nmaybe I should learn to use svn-buildpackage one day\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3441	\N	\N	\N
-28393	305	6444	2006-10-17 23:49:42	\nadd docbook-to-man in builddeps\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1896	\N	\N	\N
-28394	490	6444	2006-10-17 00:06:13	\ngtkradiant-data-darkplaces: add GPL boilerplate text\n	\N	\N	\N	\N	\N	\N	\N	\N	1880	\N	\N	\N
-28395	490	6444	2006-09-24 11:59:07	\ngtkradiant-data-darkplaces: rename complete\n	\N	\N	\N	\N	\N	\N	\N	\N	1683	\N	\N	\N
-28396	449	6445	2007-11-19 05:47:26	\nwoops, forgot quotes around CFLAGS\n	\N	f	\N	\N	0.4.4	\N	\N	\N	4715	1	\N	\N
-28397	449	6445	2007-11-19 05:43:26	\nreleasing\n	\N	\N	\N	\N	\N	\N	\N	\N	4714	\N	\N	\N
-28398	449	6445	2007-11-19 05:31:40	\n* Support noopt and nostrip properly\n	\N	\N	\N	\N	\N	\N	\N	\N	4713	\N	\N	\N
-28399	449	6445	2007-11-19 05:07:28	\nrevert config.sub/guess changes, not actually needed\n	\N	\N	\N	\N	\N	\N	\N	\N	4711	\N	\N	\N
-28400	449	6445	2007-11-19 03:04:13	\n* Add a descriptive longtitle to the menu file\n	\N	\N	\N	\N	\N	\N	\N	\N	4710	\N	\N	\N
-28402	344	6446	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-28403	317	6446	2007-02-14 20:01:53	\nget really ready for next release :)\n	\N	\N	\N	\N	\N	\N	\N	\N	2413	\N	\N	\N
-28404	317	6446	2007-02-14 20:01:23	\nreoving new changlog for taging\n	\N	\N	\N	\N	\N	\N	\N	\N	2410	\N	\N	\N
-28405	317	6446	2007-02-14 20:00:09	\nactivating forgoten sounds\n	\N	\N	\N	\N	\N	\N	\N	\N	2409	\N	\N	\N
-28406	449	6447	2007-11-15 07:33:57	\nready to release\n	\N	f	\N	\N	3.0a	\N	\N	\N	4670	3	\N	\N
-28407	449	6447	2007-11-15 06:59:46	\nfix a couple of typos in the changelog\n	\N	\N	\N	\N	\N	\N	\N	\N	4669	\N	\N	\N
-28408	449	6447	2007-11-15 06:45:01	\n* add a configure-stamp, run autoreconf since we patch upstream autofoo\n	\N	\N	\N	\N	\N	\N	\N	\N	4668	\N	\N	\N
-28409	449	6447	2007-11-15 06:13:35	\n* use debian/compat instead of DH_COMPAT\n	\N	\N	\N	\N	\N	\N	\N	\N	4667	\N	\N	\N
-28410	449	6447	2007-11-15 06:11:09	\nremove encoding from desktop file\n	\N	\N	\N	\N	\N	\N	\N	\N	4666	\N	\N	\N
-28412	480	6449	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	0.0.20060823	\N	\N	\N	4831	2	\N	\N
-28413	271	6449	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-28414	271	6449	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-28415	271	6449	2007-08-23 12:08:36	\nAdded kfreebsd-i386 and hurd-i386 as supported architectures\nUpdated changelog\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3764	\N	\N	\N
-28416	271	6449	2007-08-22 17:13:23	\nRestricted architecture to i386 for the moment\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3758	\N	\N	\N
-28417	265	6450	2007-10-14 00:27:06	\nAdd Homepage filed in the control\n	\N	f	\N	\N	1:1.33+svn1012	1	\N	\N	4401	1	\N	\N
-28418	344	6450	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-28419	480	6450	2007-07-12 11:37:31	\ndocument menu transition in debian/changelog (first half)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3364	\N	\N	\N
-28420	481	6450	2007-07-10 19:29:05	\nDebian Menu Policy transition.\n	\N	\N	\N	\N	\N	\N	\N	\N	3312	\N	\N	\N
-28421	482	6450	2007-02-20 23:14:19	\nfixed bashism in ioquake3 wrapper script\n	\N	\N	\N	\N	\N	\N	\N	\N	2434	\N	\N	\N
-28422	480	6451	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	0.3	\N	\N	\N	4831	2	\N	\N
-28423	479	6451	2007-11-09 21:00:16	\n* Add watch file\n* Add Homepage field to control\n* Remove XS- from VCS fields\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4608	\N	\N	\N
-28424	305	6451	2007-09-10 22:30:12	\nthanks  Filipus Klutier\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4168	\N	\N	\N
-28425	305	6451	2007-09-10 22:28:18	\nwording,     thanks Filipus Klutiero\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4167	\N	\N	\N
-28435	344	6453	2007-09-28 20:20:48	\nOnly close #442349 since #443718 has been reassigned\n	\N	\N	\N	\N	\N	\N	\N	\N	4290	\N	\N	\N
-28436	344	6453	2007-09-28 20:17:38	\nAlso closes: #442349\n	\N	\N	\N	\N	\N	\N	\N	\N	4289	\N	\N	\N
-28437	449	6454	2007-11-15 23:58:30	\nFix some minor issues in oneisenough\n	\N	f	\N	\N	0.35	\N	\N	\N	4689	1	\N	\N
-28438	492	6454	2007-11-13 16:36:37	\n* oneisenough/debian/rules:\n  cleanup\n* oneisenough/debian/oneisenough.desktop:\n  fixed typo\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4649	\N	\N	\N
-28439	492	6454	2007-11-13 16:26:41	\n* oneisenough/debian/patches/font_path.patch:\n  pine mangles newlines in files you save without warning. As orig is DOS encoded, this breaks the patch\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4648	\N	\N	\N
-28440	492	6454	2007-11-13 15:42:04	\n* oneisenough/debian/patches/font_path.patch:\n  patch in quilt format now, thanks to Eddy Petri?\\200?\\153or\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4647	\N	\N	\N
-28441	492	6454	2007-11-13 15:18:21	\n* oneisenough/debian:\n  added mergeWithUpstream\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4646	\N	\N	\N
-28443	271	6455	2007-11-30 15:19:47	\nFixed icons and desktop files\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4799	\N	\N	\N
-28444	271	6455	2007-11-06 09:42:30	\nUpdated changelog\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4571	\N	\N	\N
-28445	271	6455	2007-11-06 09:41:16	\nPut ultrastar-ng-gstreamer as default.\nSee http://sourceforge.net/mailarchive/forum.php?thread_name=1194275337.10347.10.camel%40h2g2&forum_name=ultrastar-ng-devel\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4570	\N	\N	\N
-28446	271	6455	2007-11-05 16:22:24	\nNew upstream release\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4552	\N	\N	\N
-28447	479	6456	2007-11-11 20:03:16	\n* New upstream release\n\n	\N	f	\N	\N	5.2	\N	\N	\N	4628	1	\N	\N
-28448	479	6456	2007-10-21 18:45:46	\nAdd watch file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4452	\N	\N	\N
-28449	479	6456	2007-10-05 19:50:15	\nUpdate standards to 3.7.2\nBump debhelper/compat to 5\nFix make distclean lintian warning\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4335	\N	\N	\N
-28451	480	6456	2007-08-23 12:41:36	\nadd series file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3768	\N	\N	\N
-28452	484	6457	2007-11-06 13:51:06	\nRemoved a superfluous linebreak.\n	\N	f	\N	\N	1.07	\N	\N	\N	4575	15	\N	\N
-28453	479	6457	2007-10-29 04:33:50	\n* Add watch file\n* Bump debhelper build-dep version to match compat\n* Update substvar source:Version\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4488	\N	\N	\N
-28454	265	6457	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-28455	305	6457	2007-10-01 15:56:49	\n+  * fix change 200_linux_linkage.diff because linx/config.h doesn't exist\n+    anymore (Closes: #428995)\n+  * Add myself in Uploaders:\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4299	\N	\N	\N
-28456	305	6457	2007-06-15 14:38:50	\n Add a missing build dependency on linux-kernel-headers\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2944	\N	\N	\N
-28457	479	6458	2007-11-10 05:55:38	\n* Add watch file\n* Add VCS fields to control\n* Add Homepage field to control\n* Add myself to uploaders\n* Bump debhelper build-dep to match compat version (5)\n* Make distclean not ignore errors\n\n	\N	f	\N	\N	1.0.2	\N	\N	\N	4620	8	\N	\N
-28458	265	6458	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-28459	480	6458	2007-07-12 12:14:04	\ndocument menu transition, part 3\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3365	\N	\N	\N
-28460	481	6458	2007-07-10 19:29:05	\nDebian Menu Policy transition.\n	\N	\N	\N	\N	\N	\N	\N	\N	3312	\N	\N	\N
-28461	356	6458	2006-06-25 13:29:45	\norganisation : moved into the new scheme the packages which didn't had any trunk diectory\n	\N	\N	\N	\N	\N	\N	\N	\N	900	\N	\N	\N
-28462	479	6459	2007-10-26 21:34:06	\nPackage uploaded, change distro to unstable\n\n	\N	f	\N	\N	2.4	\N	\N	\N	4470	30	\N	\N
-28463	479	6459	2007-10-20 16:51:52	\nAdd myself to uploaders\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4440	\N	\N	\N
-28465	479	6459	2007-10-20 07:19:05	\nAdd watch file, desktop, and icon.  Fix permission issues on score file \nand removal of score file on --purge\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4437	\N	\N	\N
-28466	265	6459	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-28479	305	6462	2006-10-25 00:01:26	\nproperty 'mergeWithUpstream' set on 'debian'\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1940	\N	\N	\N
-28480	480	6463	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	0.8.7	\N	\N	\N	4831	13	\N	\N
-28481	265	6463	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-28482	344	6463	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-28483	356	6463	2006-10-05 22:38:12	\nput Sam back as the last one touching the package in order to not seem amphetamine-data is NMU-ed\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1784	\N	\N	\N
-28484	356	6463	2006-06-25 13:29:45	\norganisation : moved into the new scheme the packages which didn't had any trunk diectory\n	\N	\N	\N	\N	\N	\N	\N	\N	900	\N	\N	\N
-28485	479	6464	2007-12-01 06:20:16	\nAdd closes entry for bug #452575\n\n	\N	f	\N	\N	0.6	\N	\N	\N	4817	10	\N	\N
-28486	479	6464	2007-11-10 05:46:49	\n* Add Homepage field to control\n* Add watch file\n* Add myself to uploaders\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4619	\N	\N	\N
-28487	479	6464	2007-10-26 03:56:40	\nFix lintian warnings, add VCS tags, add desktop file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4464	\N	\N	\N
-28488	265	6464	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-28489	480	6464	2007-07-12 11:37:31	\ndocument menu transition in debian/changelog (first half)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3364	\N	\N	\N
-28490	305	6465	2007-11-30 20:28:44	\n  * fix the copyright file since Sam Hocvar name had been removed from it by\n      the author in the initial tarball.\n        * use the upstream icon instead of mine.\n\n	\N	f	\N	\N	0.0.1	\N	\N	\N	4807	3	\N	\N
-28491	305	6465	2007-11-30 19:59:20	\nadd a dot at the end of the changelog entry ;)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4804	\N	\N	\N
-28492	305	6465	2007-11-30 19:50:59	\n  * add a <refpurpose /> section in <refnamediv /> in the manpage so\n   lexgrog doesn't fail to parse the manpage anymore\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4803	\N	\N	\N
-28493	305	6465	2007-11-30 19:40:16	\nadd the refpurpose entry in the refnamediv section to try to fix\nmanpage-has-bad-whatis-entry\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4802	\N	\N	\N
-28494	305	6465	2007-11-30 17:28:49	\nRemove the XS- prefix from the Vcs entry and describe the license of the\ndebian files\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4800	\N	\N	\N
-28495	480	6466	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	8.20070809.dfsg1	\N	\N	\N	4831	2	\N	\N
-28496	271	6466	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-28497	271	6466	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-28498	271	6466	2007-08-31 22:34:52	\nFixed changelog\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4020	\N	\N	\N
-28499	271	6466	2007-08-31 22:33:57	\nImproved patch\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4019	\N	\N	\N
-28500	356	6467	2007-12-05 03:44:18	\nset the tagsUrl property for wormux\n	\N	f	\N	\N	0.8beta3	\N	\N	\N	4844	1	\N	\N
-28501	356	6467	2007-12-05 03:12:21	\n* preapre for release\n* propagate Barry's changes on control to control.in, too, since they\n  would be forgotten on the next debian/control generation\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4842	\N	\N	\N
-28502	479	6467	2007-12-01 16:23:48	\nAdd VCS tags and move Homepage from package desc to new field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4823	\N	\N	\N
-28503	356	6467	2007-11-24 12:28:27	\nadded a debian/TODO file which was intentionally not mentioned in the changelog since it should be removed by the time the package is ready for upload (once the points there are addressed)\n	\N	\N	\N	\N	\N	\N	\N	\N	4756	\N	\N	\N
-28504	356	6467	2007-11-24 12:10:03	\ndrop char-int.patch - applied upstream by myself, duh\n	\N	\N	\N	\N	\N	\N	\N	\N	4755	\N	\N	\N
-28520	305	6471	2007-11-30 13:04:26	\n* Remove the Homepage from description since the homepage field does\n  the job now\n\n	\N	f	\N	\N	6.10	\N	\N	\N	4798	3	\N	\N
-28522	488	6471	2007-11-15 17:25:14	\nChecking in packaging for alien-arena 6.10-2\n	\N	\N	\N	\N	\N	\N	\N	\N	4672	\N	\N	\N
-28523	479	6471	2007-10-07 05:54:05	\nFix make distclean lintian warning\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4353	\N	\N	\N
-28524	488	6471	2007-08-12 20:25:48	\norigUrl property reset for alien-arena-6.05\n	\N	\N	\N	\N	\N	\N	\N	\N	3634	\N	\N	\N
-28525	344	6472	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	f	\N	\N	1754	\N	\N	\N	3497	1	\N	\N
-28526	305	6472	2007-01-08 01:31:41	\nData materials have major copyright issues that need to be fixed first:\nhttps://sourceforge.net/tracker/index.php?func=detail&aid=1630211&group_id=117445&atid=678559\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2290	\N	\N	\N
-28527	305	6472	2007-01-07 23:54:55	\nminor clean up\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2286	\N	\N	\N
-28528	305	6472	2007-01-07 23:52:07	\nfix the install path\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2285	\N	\N	\N
-28529	305	6472	2007-01-07 23:44:22	\nsvn propset mergeWithUpstream 1 debian\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2284	\N	\N	\N
-28530	479	6473	2007-10-28 04:53:30	\nAdd watch file.  Add homepage field and bump debhelper build-dep\n\n	\N	f	\N	\N	2.3	\N	\N	\N	4482	4	\N	\N
-28531	482	6473	2007-10-08 17:19:44	\nfix nexuiz-dbg dependency :)\n	\N	\N	\N	\N	\N	\N	\N	\N	4365	\N	\N	\N
-28532	482	6473	2007-10-08 17:15:14	\nadd NEWS.Debian\n	\N	\N	\N	\N	\N	\N	\N	\N	4364	\N	\N	\N
-28533	482	6473	2007-10-08 15:49:20	\nbuild debug packages to help track down broken libGL's\n	\N	\N	\N	\N	\N	\N	\N	\N	4359	\N	\N	\N
-28534	484	6473	2007-08-28 13:15:15	\n  * Add Homepage field to source control file.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3902	\N	\N	\N
-28535	491	6474	2007-12-15 17:52:33	\n* Standards-Version bumped to 3.7.3 (no changes required).\n* Remove unnecessary build dependency on autotools-dev.\n\n	\N	f	\N	\N	0.0.0+svn1227.dfsg	\N	\N	\N	4955	2	\N	\N
-28536	491	6474	2007-12-15 17:47:12	\nRemove Homepage from package descriptions.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4954	\N	\N	\N
-28537	491	6474	2007-12-15 09:04:42	\n* New upstream "demo" release.\n* Removing watch file until upstream release names are more stable\n  (hopefully next release).\n* Added missing dependency.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4953	\N	\N	\N
-28538	491	6474	2007-11-24 22:57:53	\n* Add missing build dependency (libopenal-dev).\n* Fix datadir.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4763	\N	\N	\N
-28539	491	6474	2007-11-24 19:53:05	\nRemoving the last patch (and quilt).\n	\N	\N	\N	\N	\N	\N	\N	\N	4762	\N	\N	\N
-28540	494	6475	2007-12-11 11:55:55	\nuse ttf-dejavu instead of bitstream\n\n	\N	f	\N	\N	1.2.512.dfsg	\N	\N	\N	4893	1	\N	\N
-28541	494	6475	2007-12-05 16:41:18	\nattempt to make fonts render\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4852	\N	\N	\N
-28542	495	6475	2007-12-05 10:51:15	\nchange uploader address\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4849	\N	\N	\N
-28543	480	6475	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4831	\N	\N	\N
-28544	495	6475	2007-12-01 14:12:23	\nenable use of cached pngs\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4822	\N	\N	\N
-28545	479	6476	2007-10-26 05:47:38	\nAdd watch file.  Bump debhelper b-d.  Add homepage field.\n\n	\N	f	\N	\N	1.3.9	\N	\N	\N	4466	2	\N	\N
-28554	356	6478	2007-06-12 10:29:25	\nadd a Romanian translation to the comment in the desktop file of the block attack editor\n	\N	\N	\N	\N	\N	\N	\N	\N	2930	\N	\N	\N
-28556	305	6478	2006-12-07 23:27:02	\nremove the 'Application' categorie from desktop files since\nit's not an official Freedesktop categorie.\n\ncf.:http://standards.freedesktop.org/menu-spec/latest/apa.html\nand #401285\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2047	\N	\N	\N
-28558	488	6479	2007-09-05 02:51:51	\nChecking in packaging for warsow-data-0.32\n	\N	f	\N	\N	0.32	\N	\N	\N	4068	1	\N	\N
-28559	488	6479	2007-08-12 20:44:18	\norigUrl property reset for warsow-data_0.31\n	\N	\N	\N	\N	\N	\N	\N	\N	3639	\N	\N	\N
-28560	488	6479	2007-07-16 05:20:29	\nTook out what's not in future release (if accepted).\n	\N	\N	\N	\N	\N	\N	\N	\N	3422	\N	\N	\N
-28561	488	6479	2007-07-16 05:15:51	\nPreparing warsow-data for release.\n	\N	\N	\N	\N	\N	\N	\N	\N	3421	\N	\N	\N
-28562	305	6479	2007-07-03 22:11:49	\nprepare an upload to unstable\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3215	\N	\N	\N
-28563	480	6480	2007-12-03 23:22:52	\ndocument addition of Homepage: field (missing from last commit)\n\n	\N	f	\N	\N	0.18	\N	\N	\N	4832	6	\N	\N
-28564	480	6480	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4831	\N	\N	\N
-28565	344	6480	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-28566	480	6480	2007-07-12 11:37:31	\ndocument menu transition in debian/changelog (first half)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3364	\N	\N	\N
-28567	481	6480	2007-07-10 19:29:05	\nDebian Menu Policy transition.\n	\N	\N	\N	\N	\N	\N	\N	\N	3312	\N	\N	\N
-28569	479	6481	2007-11-04 01:52:49	\n* New upstream release\n* Add myself to uploaders\n* Remove deprecated Encoding tag from desktop file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4541	\N	\N	\N
-28570	271	6481	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-28571	271	6481	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-28572	271	6481	2007-08-22 10:37:44	\nAdded "Homepage:" text to description\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3755	\N	\N	\N
-28573	488	6482	2007-11-26 02:26:52	\nChecking in packaging for ogre-1.4.5-3\n	\N	f	\N	\N	1.4.5	\N	\N	\N	4769	3	\N	\N
-28574	488	6482	2007-11-26 01:47:19	\norigUrl property reset for ogre-1.4.5\n	\N	\N	\N	\N	\N	\N	\N	\N	4767	\N	\N	\N
-28575	488	6482	2007-11-15 20:05:19	\nUploading new changes for ogre-1.4.5-2\n	\N	\N	\N	\N	\N	\N	\N	\N	4679	\N	\N	\N
-28576	488	6482	2007-10-14 22:22:54	\norigUrl property reset for ogre-1.4.5\n	\N	\N	\N	\N	\N	\N	\N	\N	4419	\N	\N	\N
-28577	488	6482	2007-10-14 22:16:28	\nChecking in ogre-1.4.5-1 packaging.\n	\N	\N	\N	\N	\N	\N	\N	\N	4418	\N	\N	\N
-28578	480	6483	2007-12-13 12:49:29	\nadd base.sng, missing from last commit\n\n	\N	f	\N	\N	1.0.0+dfsg1	\N	\N	\N	4917	1	\N	\N
-28579	480	6483	2007-12-12 22:59:28	\n\nfix the icon build issue. This involves generating a surrogate icon. Use SNG\n(like we do for prboom) so we can put something sensible in the diff.gz. Also,\nremove m4 dep (a hang-over from the 0.1.4 packaging)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4914	\N	\N	\N
-28580	480	6483	2007-12-11 12:58:25	\ndocument orig.tar.gz removals + how to convert the source archive\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4898	\N	\N	\N
-28581	480	6483	2007-12-11 12:53:04	\nrepackaging the upstream tarball sans non-free icons\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4897	\N	\N	\N
-28582	480	6483	2007-12-11 12:42:11	\nsource fetching instructions\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4896	\N	\N	\N
-28584	479	6484	2007-10-20 19:17:22	\nAdd watch file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4443	\N	\N	\N
-28585	356	6484	2007-10-15 22:14:56	\nremoved myself from the Uploaders list of the following packages: holotz-castle freealut boson openal ri-li xbat; all the contributions were an one off thing and I am already busy without these\n	\N	\N	\N	\N	\N	\N	\N	\N	4421	\N	\N	\N
-28594	479	6486	2007-11-07 18:53:52	\n* Bump debhelper build-dep to match compat\n* Add VCS tags to control\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4586	\N	\N	\N
-28596	356	6486	2006-06-25 13:29:45	\norganisation : moved into the new scheme the packages which didn't had any trunk diectory\n	\N	\N	\N	\N	\N	\N	\N	\N	900	\N	\N	\N
-28597	487	6486	2006-06-21 14:52:05	\nabuse-frabs (2.10-7) unstable; urgency=low\n\n  * Moved packaging to the Debian Games Team.\n  * Use quilt for patch management.\n  * debian/control:\n    + Set policy to 3.7.2.\n    + Put debhelper in the Build-Depends rule instead of Build-Depends-Indep\n      because we call it in our clean rule.\n    + Build-depend on debhelper (>= 4.0).\n    + Build-depend on quilt.\n\n  * debian/postinst:\n    + Moved chown/chmod calls to the postinst script.\n\nabuse-lib (2.00-18) unstable; urgency=low\n\n  * Moved packaging to the Debian Games Team.\n  * debian/control:\n    + Set policy to 3.7.2.\n    + Removed obsolete conflict on suidmanager.\n    + Put debhelper in the Build-Depends rule instead of Build-Depends-Indep\n      because we call it in our clean rule.\n\nabuse-sdl (1:0.7.0-4) unstable; urgency=low\n\n  * Moved packaging to the Debian Games Team.\n  * Use quilt for patch management.\n  * debian/control:\n    + Set policy to 3.7.2.\n    + Build-depend on quilt.\n\n  * debian/patches/010_rebootstrap.diff:\n    + New patch from old diff.gz -- rebootstrap package.\n\n  * debian/patches/020_c++_compliance.diff:\n    + New patch from old diff.gz -- fix C++ syntax.\n\n  * debian/patches/020_datatypes.diff:\n    + New patch from old diff.gz -- use C99 data types.\n\n  * debian/patches/020_disable_lisp_cache.diff:\n    + New patch from old diff.gz -- disable buggy lisp cache.\n\n  * debian/patches/020_spelling.diff:\n    + New patch from old diff.gz -- minor spelling fixes.\n\n  * debian/patches/020_unused_vars.diff:\n    + New patch from old diff.gz -- remove unused variables.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	875	\N	\N	\N
-28599	271	6487	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-28600	271	6487	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-28601	480	6487	2007-07-12 11:37:31	\ndocument menu transition in debian/changelog (first half)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3364	\N	\N	\N
-28602	481	6487	2007-07-10 19:29:05	\nDebian Menu Policy transition.\n	\N	\N	\N	\N	\N	\N	\N	\N	3312	\N	\N	\N
-28603	479	6488	2007-11-09 21:21:47	\n* Add watch file\n* Add Homepage field to control\n* Remove XS- from VCS fields\n\n	\N	f	\N	\N	0.2.dfsg1	\N	\N	\N	4611	2	\N	\N
-28604	271	6488	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-28605	271	6488	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-28606	271	6488	2007-09-08 21:41:44	\nFixed copyright in patches\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4134	\N	\N	\N
-28607	271	6488	2007-09-08 21:41:17	\nFixed patches properly\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4133	\N	\N	\N
-28609	488	6489	2007-08-13 07:38:34	\norigUrl property set for libwfut-0.1.0\n	\N	\N	\N	\N	\N	\N	\N	\N	3659	\N	\N	\N
-28610	488	6489	2007-08-13 07:34:21	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	3657	\N	\N	\N
-28611	488	6489	2007-08-13 07:34:14	\nCreating trunk directory\n	\N	\N	\N	\N	\N	\N	\N	\N	3656	\N	\N	\N
-28612	480	6490	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	1:0.0.8+svn~r1464	1	\N	\N	4831	1	\N	\N
-28613	356	6490	2007-10-15 22:14:56	\nremoved myself from the Uploaders list of the following packages: holotz-castle freealut boson openal ri-li xbat; all the contributions were an one off thing and I am already busy without these\n	\N	\N	\N	\N	\N	\N	\N	\N	4421	\N	\N	\N
-28614	344	6490	2007-07-30 09:20:05	\nAdd missing libc-dev Depends to libopenal1-dev\n	\N	\N	\N	\N	\N	\N	\N	\N	3499	\N	\N	\N
-28615	344	6490	2007-07-30 06:35:22	\nActually drop quilt\n	\N	\N	\N	\N	\N	\N	\N	\N	3495	\N	\N	\N
-28625	356	6492	2007-07-11 10:59:31	\ndesktop files changes:\n- ran desktop-file-validate accross trunk and fixed the found issues\n- added Romanian traslations to some of them\n- tried not to introduce NMU lintian warnings\n  (my name is specified in the entry about the desktop files\n  modifications, but previous people are noted as the last one\n  touching the package)\n  this was done to not give the false impression that I am directly\n  interested in more packages than I actually am\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3328	\N	\N	\N
-28626	487	6492	2007-03-30 12:33:35	\n  * debian/control:\n    + Added Vcs fields.\n  * debian/compat:\n    + Bumped level to 5.\n  * debian/monsterz.desktop:\n    + Added desktop file, courtesy of Jean Privat (Closes: #395908).\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2518	\N	\N	\N
-28628	479	6493	2007-11-09 07:03:16	\nDamnit forgot to svn add the watch file again\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4604	\N	\N	\N
-28629	479	6493	2007-11-09 07:02:46	\n* Add watch file\n* Add Homepage: field in control\n* Remove XS- from VCS fields in control\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4603	\N	\N	\N
-28630	271	6493	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-28631	271	6493	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-28632	490	6494	2007-07-20 23:55:24	\ngtkradiant-data-quake1: Fixed version name problem, changed Uploader: to Uploaders: in control\n\n	\N	f	\N	\N	1.5.0+svn20060914	\N	\N	\N	3446	1.1	\N	\N
-28633	490	6494	2007-07-20 23:10:00	\ngtkradiant-data-quake1: changed maintainer: to Debian Games Team if that's ok\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3443	\N	\N	\N
-28634	305	6494	2006-10-17 23:53:47	\nPropri?\\195?\\169t?\\195?\\169 'mergeWithUpstream' d?\\195?\\169finie sur 'debian'\nadd docbook-to-man in builddeps\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1897	\N	\N	\N
-28635	490	6494	2006-10-17 00:05:02	\ngtkradiant-data-quake1: add GPL boilerplate text\n	\N	\N	\N	\N	\N	\N	\N	\N	1879	\N	\N	\N
-28636	490	6494	2006-10-01 16:15:15	\ngtkradiant-data-quake1: forgot to rename changelog\n	\N	\N	\N	\N	\N	\N	\N	\N	1745	\N	\N	\N
-28637	261	6495	2007-12-01 13:08:11	\nPrepare for the first 1.0.2beta upload\n\n	\N	f	\N	\N	1.0.2beta	\N	\N	\N	4820	1	\N	\N
-28638	261	6495	2007-11-23 14:23:30	\nAdded asciijump to the repo\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4750	\N	\N	\N
-28639	479	6496	2007-11-20 06:33:20	\nAdd comment to changelog and README.Debian to not upload\n\n	\N	f	\N	\N	0.2.1	\N	\N	\N	4725	1	\N	\N
-28640	479	6496	2007-11-20 05:23:11	\nNew package: SilverTree - A 3D RPG\n  * Initial release (Closes: #440227)\n  * Add simple manpages\n  * Work in progress.  Have pinged upstream to see about a new tarball\n    + current tarball doesnt make distclean and has binary files\n  * Add desktop files\n  * Still having a path issue with the scenarios\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4724	\N	\N	\N
-28641	484	6497	2007-11-29 15:24:56	\nAdd quilt patch management support and two patches for fixing wesnoth_editor manpages and fixing .desktop files\nDo depend on >= ${binary:Version, << ${binary:Version}.~ for binNMUability in wesnoth-all\nUse wesnoth instead of wesnoth-data for Campaign dependencies\nDocument CVE number in changelog\nMake the substvars version code in debian/rules actually work properly\n\n	\N	f	\N	\N	1:1.2.8	1	\N	\N	4795	1	\N	\N
-28642	484	6497	2007-11-28 08:30:28	\n  * New upstream release with a fix for a directory traversal problem in the\n    WML engine.\n  * Server now supports reloading of config on SIGHUP, adding support for that\n    to the init.d script.\n  * (Re)work the dependency handling with respect to campaigns and\n    incompatibility in between different wesnoth versions: make the campaigns\n    depend on wesnoth-data with same Upstream-Version. This change was both\n    inspired by #447151 and Andreas Tille, thanks.\n  * Add wesnoth-all meta package which depends on all but the server packages\n    produced, closes: #449132\n  * Removed cruft package relationship handling from before the etch release.\n  * Removed cdbs dependency for easier maintenanceability of debian/rules.\n  * Removed XS- prefix from Vcs control fields.\n  * Bumped debhelper to compat 5.\n  * Make distclean depending on an existing Makefile.\n  * Add explicit Build-Depends on libsdl1.2-dev instead of depending on the\n    implicit pullin through the other libsdl Build-Dependencies.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4785	\N	\N	\N
-28643	484	6497	2007-10-14 03:41:24	\nreverted "watch file" addition (which was a disguised change in a released changelog entry)\ndocumented "typo" fix in debian/changelog\nreverted "debhelper bump" which disgused a cdbs version change and hadn't much of a reason\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4414	\N	\N	\N
-28644	265	6497	2007-10-14 01:49:18	\nadd watch files\n	\N	\N	\N	\N	\N	\N	\N	\N	4408	\N	\N	\N
-28660	305	6501	2007-07-11 17:27:20	\nmerge 0.6-2 and 0.6-3 since 0.6-2 is not in debian\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3339	\N	\N	\N
-28661	305	6501	2007-07-11 13:15:12	\nupdate the lasdt changelog entry date\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3331	\N	\N	\N
-28662	479	6502	2007-12-04 06:47:47	\nAdded Closes: tag for watch file bug\n  * Use make distclean instead of clean (Closes: #424575)\n  * Remove XS from VCS fields\n  * Remove Homepage from package description\n\n	\N	f	\N	\N	0.5	\N	\N	\N	4840	4	\N	\N
-28663	479	6502	2007-11-02 05:20:44	\n* Fix watch file\n* Bump debhelper build-dep to match compat\n* Add Homepage field\n* Make clean not ignore errors\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4532	\N	\N	\N
-28664	265	6502	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-28665	344	6502	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-28666	481	6502	2007-07-10 19:29:05	\nDebian Menu Policy transition.\n	\N	\N	\N	\N	\N	\N	\N	\N	3312	\N	\N	\N
-28667	480	6503	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	0.5	\N	\N	\N	4831	4	\N	\N
-28668	344	6503	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-28669	305	6503	2006-10-18 00:10:42	\nPropri?\\195?\\169t?\\195?\\169 'mergeWithUpstream' d?\\195?\\169finie sur 'debian'\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1909	\N	\N	\N
-28670	356	6503	2006-06-25 14:07:17	\norganisation : moved into the new scheme the trunk of packages which were placed directly under packages and had a trunk diectory\n	\N	\N	\N	\N	\N	\N	\N	\N	902	\N	\N	\N
-28671	317	6503	2006-06-18 16:51:10	\nPreparing changelog for next release\n	\N	\N	\N	\N	\N	\N	\N	\N	865	\N	\N	\N
-28672	479	6504	2007-12-05 19:49:48	\nFix watch file regexp\n\n	\N	f	\N	\N	1.4	\N	\N	\N	4856	17	\N	\N
-28673	479	6504	2007-12-05 19:42:40	\nRemove silly duplicate entry of removing XS prefix from VCS tags\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4855	\N	\N	\N
-28674	479	6504	2007-12-05 19:20:31	\nAdd myself to uploaders\nUpdate changelog timestap and myself to prepare for upload\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4854	\N	\N	\N
-28675	479	6504	2007-12-04 04:48:20	\nRevert my changelog entries and move below -17 (It was never uploaded)\nSet distribution to UNRELEASED\nRemove XS- prefix from VCS tags in control\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4838	\N	\N	\N
-28676	479	6504	2007-10-27 04:41:17	\nAdd watch file and three patches.  Fix description.  Add homepage field.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4474	\N	\N	\N
-28677	479	6505	2007-11-01 20:53:15	\n* Move doc from rules to clanlib-doc.install\n* Remove root / from .install files\n* Add build-dep for libxmu-dev and libxi-dev\n* Add build-dep for libsdl1.2-dev and libsdl-gfx1.2-dev\n* Add build-dep for xsltproc\n* 015_opengl_wrap.diff - New patch. gcc issues with opengl_wrap.h\nShould at least build now.  Still a couple of linda/lintian warnings\n\n	\N	f	\N	\N	0.8.0	\N	\N	\N	4520	1	\N	\N
-28678	479	6505	2007-10-30 01:28:44	\nUpdate watch file regexp\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4494	\N	\N	\N
-28679	479	6505	2007-10-29 22:27:48	\n* Add watch file\n* Add Homepage field in control\n* Make distclean not ignore errors\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4491	\N	\N	\N
-28680	487	6505	2007-04-14 22:43:37	\n  * Revert that. It's the software that needs fixing.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2556	\N	\N	\N
-28681	487	6505	2007-04-14 22:31:15	\n  * Link /usr/include/ClanLib-0.8/ClanLib/Display to /usr/include/ClanLib-0.8/ClanLib/Display/Display.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2555	\N	\N	\N
-28683	344	6506	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-28684	317	6506	2007-07-29 17:12:59	\nGet ready for next release\n	\N	\N	\N	\N	\N	\N	\N	\N	3477	\N	\N	\N
-28696	305	6508	2007-11-06 17:47:24	\n+  * use binary-indep, dpkg-buildpackage -B doesn't build binary indep\n+    package anymore\n+  * add Vcs-Browser\n+  * Renamed ?\\226?\\128?\\156XS-Vcs-Svn?\\226?\\128?\\157 to ?\\226?\\128?\\156Vcs-Svn?\\226?\\128?\\157, now officially supported by dpkg.\n+  * move homepage from the description to the new Homepage field\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4579	\N	\N	\N
-28699	271	6509	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-28700	485	6509	2007-09-09 23:46:12	\nseems like there was a mix-up here\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4142	\N	\N	\N
-28701	271	6509	2007-09-08 01:33:33	\nThis directory shouldn't exist\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4124	\N	\N	\N
-28702	271	6510	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	f	\N	\N	1.0a.dfsg1	\N	\N	\N	4271	1	\N	\N
-28703	271	6510	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-28704	271	6510	2007-09-08 14:57:35	\nUpdated license translation\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4125	\N	\N	\N
-28705	271	6510	2007-09-07 16:27:45	\nFixed translation of the license\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4114	\N	\N	\N
-28706	271	6510	2007-09-06 21:22:59	\nAdded copyright to patches\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4105	\N	\N	\N
-28707	480	6511	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	0.7.0	\N	\N	\N	4831	2	\N	\N
-28708	479	6511	2007-11-09 05:42:39	\n* Add watch file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4597	\N	\N	\N
-28709	482	6511	2007-08-30 15:43:49	\nfix copy-and-paste mistake with dh_links in rules file\n	\N	\N	\N	\N	\N	\N	\N	\N	4004	\N	\N	\N
-28710	482	6511	2007-08-29 01:01:55	\ntoggle UNRELEASED to unstable\n	\N	\N	\N	\N	\N	\N	\N	\N	3932	\N	\N	\N
-28711	482	6511	2007-08-11 00:36:51	\nlink to changelog.gz instead of CHANGES.gz in oa-data\n	\N	\N	\N	\N	\N	\N	\N	\N	3611	\N	\N	\N
-28713	265	6512	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-28714	479	6512	2007-10-12 21:05:45	\nRemove ggz-config call from prerm (Closes: 395337)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4385	\N	\N	\N
-28715	480	6512	2007-07-12 12:14:04	\ndocument menu transition, part 3\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3365	\N	\N	\N
-28716	481	6512	2007-07-10 19:29:05	\nDebian Menu Policy transition.\n	\N	\N	\N	\N	\N	\N	\N	\N	3312	\N	\N	\N
-28717	488	6513	2007-11-16 07:17:56	\norigUrl property set for ogreal_0.2+svn20071115.84\n	\N	f	\N	\N	0.2+svn20071115.84	\N	\N	\N	4696	1	\N	\N
-28718	488	6513	2007-11-16 07:16:21	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4695	\N	\N	\N
-28719	488	6513	2007-11-16 07:16:12	\n[svn-inject] Forking ogreal source to Trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4694	\N	\N	\N
-28720	488	6513	2007-11-16 07:15:56	\n[svn-inject] Installing original source of ogreal\n	\N	\N	\N	\N	\N	\N	\N	\N	4691	\N	\N	\N
-28722	265	6514	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-28723	271	6514	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-28724	271	6514	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-28725	271	6514	2007-08-20 21:28:33	\nMake script executable\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3721	\N	\N	\N
-28726	344	6515	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	f	\N	\N	1.5.0+svn20060914	\N	\N	\N	3497	2	\N	\N
-28738	344	6517	2007-12-12 03:50:55	\nFix the missing icon by using the full path, add a TODO accordingly\n	\N	\N	\N	\N	\N	\N	\N	\N	4911	\N	\N	\N
-28739	344	6517	2007-12-12 03:12:45	\nSwap genpot.sh removal and .deb creation. Also remove unneeded shebang addition\n	\N	\N	\N	\N	\N	\N	\N	\N	4910	\N	\N	\N
-28740	344	6517	2007-12-12 03:04:50	\nRemove configure* targets from debian/rules\n	\N	\N	\N	\N	\N	\N	\N	\N	4909	\N	\N	\N
-28741	479	6518	2007-10-29 02:43:47	\nOK apparently I didn't add the watch file.\n\n	\N	f	\N	\N	0.7.dfsg	\N	\N	\N	4484	1	\N	\N
-28742	479	6518	2007-10-29 02:43:22	\nFix watch file\nBump debhelper build-dep to match compat\nMake distclean not ignore errors\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4483	\N	\N	\N
-28744	344	6518	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-28745	480	6518	2007-07-12 12:14:04	\ndocument menu transition, part 3\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3365	\N	\N	\N
-28746	488	6519	2007-08-12 21:19:16	\norigUrl property reset for vegastrike-music-0.4.3\n	\N	f	\N	\N	0.4.3	\N	\N	\N	3649	1	\N	\N
-28747	488	6519	2007-08-12 21:18:16	\nNot changing anything from uploaded release.\n	\N	\N	\N	\N	\N	\N	\N	\N	3648	\N	\N	\N
-28748	488	6519	2007-07-16 04:10:06	\nSyncing all changes from SVN and from uploaded packages in mentors.d.n.\n	\N	\N	\N	\N	\N	\N	\N	\N	3405	\N	\N	\N
-28749	305	6519	2007-07-05 15:22:55	\nadd add an Enhances\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3248	\N	\N	\N
-28750	488	6519	2007-07-02 08:07:20	\nAdding homepage in control file. Modified copyright file.\n	\N	\N	\N	\N	\N	\N	\N	\N	3175	\N	\N	\N
-28752	479	6520	2007-10-05 22:43:04	\nFix make clean lintian warning\nFix up watch file. (Someone please check for me?)\nAdd homepage tag in control section\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4338	\N	\N	\N
-28753	344	6520	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-28754	480	6520	2007-07-12 11:37:31	\ndocument menu transition in debian/changelog (first half)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3364	\N	\N	\N
-28755	356	6520	2007-07-11 10:59:31	\ndesktop files changes:\n- ran desktop-file-validate accross trunk and fixed the found issues\n- added Romanian traslations to some of them\n- tried not to introduce NMU lintian warnings\n  (my name is specified in the entry about the desktop files\n  modifications, but previous people are noted as the last one\n  touching the package)\n  this was done to not give the false impression that I am directly\n  interested in more packages than I actually am\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3328	\N	\N	\N
-28756	479	6521	2007-11-06 23:41:15	\nPackage clean-up\n* Add quilt patch system\n* 01_setuptools.diff - Use distutils.core for setup instead of setuptools\n* 02_no_pkg_resources.diff - Remove pkg_resources calls from setup.py\n\n	\N	f	\N	\N	0.2.2	\N	\N	\N	4582	1	\N	\N
-28757	479	6521	2007-11-06 16:42:16	\nNew package libttproto-py: Python protocol library for Thousand Parsec\n* Initial release\n* Work in progress..\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4576	\N	\N	\N
-28758	480	6522	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	0.13	\N	\N	\N	4831	3	\N	\N
-28759	305	6522	2007-09-17 17:07:02	\nBuild-Depends: debhelper (>> 5.0.0), quilt\npurge .pc directory\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4222	\N	\N	\N
-28760	305	6522	2007-09-17 14:54:28	\nclean target removes quilt .pc directory\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4219	\N	\N	\N
-28761	305	6522	2007-09-17 14:08:27	\n0.13-2 was already in Debian. Create a 0.13-3 entry\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4218	\N	\N	\N
-28762	305	6522	2007-09-16 22:44:36	\n make clean correctly remove the configure-stamp (Closes: #442514)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4210	\N	\N	\N
-28763	265	6523	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	t	\N	\N	15	\N	\N	\N	4403	\N	\N	\N
-28764	481	6523	2007-07-10 19:29:05	\nDebian Menu Policy transition.\n	\N	\N	\N	\N	\N	\N	\N	\N	3312	\N	\N	\N
-28780	305	6526	2007-09-15 12:38:55	\ndo not apply desktop.diff\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4201	\N	\N	\N
-28781	305	6526	2007-09-15 12:33:17	\n+  * do not ignore make distclean return anymore\n+  * install LEGGIMI.txt and FAQ.txt in /usr/share/doc/opencity and remove some\n+    useless files (Closes: #442029)\n+  * use imagemagick's convert to create the .xpm from OpenCity.png\n+    - new builddep: imagemagick\n+    - remove debian/opencity.xpm\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4200	\N	\N	\N
-28782	488	6527	2007-11-26 02:19:53	\norigUrl property reset for ogre-contrib-1.4.5\n	\N	f	\N	\N	1.4.5	\N	\N	\N	4768	1	\N	\N
-28783	488	6527	2007-10-14 22:25:05	\nChecking packaging for ogre-contrib-1.4.5\n	\N	\N	\N	\N	\N	\N	\N	\N	4420	\N	\N	\N
-28784	488	6527	2007-09-04 07:36:07	\norigUrl property set for ogre-contrib-1.4.4\n	\N	\N	\N	\N	\N	\N	\N	\N	4059	\N	\N	\N
-28785	488	6527	2007-09-03 18:32:31	\nChecking in ogre-contrib-1.4.4-1 packaging\n	\N	\N	\N	\N	\N	\N	\N	\N	4049	\N	\N	\N
-28786	488	6527	2007-08-12 20:50:45	\norigUrl property reset for ogre-contrib-1.4.3\n	\N	\N	\N	\N	\N	\N	\N	\N	3641	\N	\N	\N
-28787	479	6528	2007-11-07 18:43:06	\n* Bump debhelper build-dep to match compat\n\n	\N	f	\N	\N	2.10	\N	\N	\N	4585	8	\N	\N
-28788	484	6528	2007-11-06 13:45:48	\nFixed finalizing of an entry.\n	\N	\N	\N	\N	\N	\N	\N	\N	4574	\N	\N	\N
-28789	265	6528	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-28790	344	6528	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-28791	356	6528	2007-05-19 04:44:14	\nmerge the ubuntu modifications; fixes 'small clarification to gamma text'; closes 403957\n	\N	\N	\N	\N	\N	\N	\N	\N	2688	\N	\N	\N
-28794	487	6529	2007-04-06 23:21:47	\nchromium-data (0.9.12-3) unstable; urgency=low\n\n  * debian/control:\n    + Set maintainer to the Debian Games Team.\n    + Set policy to 3.7.2.\n    + Uncapitalised short description.\n    + Added Vcs fields.\n    + Drop the circular dependency on chromium.\n    + Put debhelper in build-depends instead of build-depends-indep.\n  * debian/compat:\n    + Set level to 5.\n\n -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Fri, 06 Apr 2007 23:13:36 +0200\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2539	\N	\N	\N
-28795	480	6530	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	6.3.1.ds1	\N	\N	\N	4831	2	\N	\N
-28796	499	6530	2007-11-10 06:07:39	\nAdd Watch file\nAdd comments in debian/rules for dynamic generation of RENPY_VERSION\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4621	\N	\N	\N
-28797	271	6530	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-28798	271	6530	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-28799	271	6530	2007-08-05 22:05:23	\nNew upstream release\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3564	\N	\N	\N
-28800	479	6531	2007-11-07 04:07:17	\nPackaging cleanup and fixes\n* Add quilt patch system\n* 01_setuptools.diff - Use distutils.core for setup instead of setuptools\n* 02_no_pkg_resources.diff - Remove pkg_resources calls from setup.py\n\n	\N	f	\N	\N	0.2.2	\N	\N	\N	4583	1	\N	\N
-28801	479	6531	2007-11-06 17:57:43	\nNew package: libtpclient-py - Python client library for Thousand Parsec\n* Initial release\n* Work in progress..\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4580	\N	\N	\N
-28802	479	6532	2007-10-31 03:06:18	\n* Update to use dh_install\n* debian/rules: add dh_desktop\n* ketm.install, ketm-data.install new files\n* debian/menu: use new icon\nNot sure that my md5sums "bugfix" is correct, it now generates a lintian \nwarning\n\n	\N	f	\N	\N	0.0.6	\N	\N	\N	4501	20	\N	\N
-28807	479	6533	2007-11-30 20:44:37	\n  * New Upstream Release (Closes: #447415)\n    + Should now be dfsg free\n    + Adds joystick support (Closes: #442322)\n    + STILL NOT SURE ABOUT tlk.fnt\n  * Revert patches except fixing scoredir path and copyright for manpage\n  * Remove deprecated Encoding tag from desktop file\n  * Remove file extention from icon tag in desktop file\n  * Replace evil 'pwd' with $(CURDIR)\n  * Removing config.log config.status in clean target\n    + MIGHT BREAK SUBSEQUENT BUILDS SO MIGHT NEED REVERTED?\n\n	\N	f	\N	\N	0.90	\N	\N	\N	4808	1	\N	\N
-28811	344	6533	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-28812	479	6534	2007-11-08 20:11:27	\n* Add watch file\n* Add VCS fields to control\n* Add Homepage field to control\n\n	\N	f	\N	\N	1.05cdbs	\N	\N	\N	4591	8	\N	\N
-28813	479	6534	2007-11-01 16:55:15	\nNew package for games team. (Former maintainer Martin Pitt)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4519	\N	\N	\N
-28814	479	6535	2007-11-09 21:12:23	\n* Add watch file\n* Add Homepage field in control\n* Remove XS- from VCS fields in control\n\n	\N	f	\N	\N	0.22.dfsg1	\N	\N	\N	4610	2	\N	\N
-28815	485	6535	2007-10-03 23:28:03	\nSave high score when quitting via escape.\nMake level selection more intuitive.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4327	\N	\N	\N
-28818	271	6535	2007-09-06 21:22:59	\nAdded copyright to patches\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4105	\N	\N	\N
-28819	480	6536	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	1.5	\N	\N	\N	4831	2	\N	\N
-28820	265	6536	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-28821	305	6536	2007-09-16 19:02:32	\nremove the "NOT RELEASED YET" to prepare the upload\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4207	\N	\N	\N
-28822	305	6536	2007-09-10 00:15:29	\ndepends on ttf-dejavu instead of ttf-bitstream-vera (Closes: #438812)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4143	\N	\N	\N
-28823	344	6536	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-28824	480	6537	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	1.0.dfsg1	\N	\N	\N	4831	1	\N	\N
-28825	271	6537	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-28826	271	6537	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-28827	271	6537	2007-09-08 14:57:35	\nUpdated license translation\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4125	\N	\N	\N
-28828	271	6537	2007-09-07 16:27:45	\nFixed translation of the license\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4114	\N	\N	\N
-28830	374	6538	2007-10-16 07:51:06	\nchangelog for new version\n	\N	\N	\N	\N	\N	\N	\N	\N	4423	\N	\N	\N
-28831	374	6538	2007-10-16 07:49:17	\nA typo in upstream code prevented from locating the font.ttf file. I missed\nthis because I tested the program while on the source directory.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4422	\N	\N	\N
-28832	374	6538	2007-10-08 22:41:29	\nfont.ttf license\n	\N	\N	\N	\N	\N	\N	\N	\N	4373	\N	\N	\N
-28833	374	6538	2007-10-08 22:38:54	\nfont.ttf license\n	\N	\N	\N	\N	\N	\N	\N	\N	4372	\N	\N	\N
-28834	480	6539	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	0.92a.dfsg1	\N	\N	\N	4831	3	\N	\N
-28835	271	6539	2007-11-15 20:57:00	\nFixed email in changelog\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4683	\N	\N	\N
-28836	271	6539	2007-11-15 20:53:28	\nNew Release\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4682	\N	\N	\N
-28837	271	6539	2007-11-15 20:53:02	\nAdded new patch to fix #437735\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4681	\N	\N	\N
-28838	271	6539	2007-11-15 20:51:08	\nClose old release\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4680	\N	\N	\N
-28839	265	6540	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	f	\N	\N	0.0.20070819.dfsg	\N	\N	\N	4403	2	\N	\N
-28840	482	6540	2007-10-08 17:33:24	\nbuild sauerbraten-dbg\n	\N	\N	\N	\N	\N	\N	\N	\N	4370	\N	\N	\N
-28841	482	6540	2007-08-26 22:24:26	\nadd dpatch as build dependency, again\n	\N	\N	\N	\N	\N	\N	\N	\N	3864	\N	\N	\N
-28850	482	6542	2007-08-11 00:36:03	\nremove CHANGES from debian/docs, because it's installed by default. .oO( shouldn't lintian complain about this? )\n	\N	\N	\N	\N	\N	\N	\N	\N	3610	\N	\N	\N
-28851	482	6542	2007-08-11 00:02:39	\ndocument in README.Debian, how this package was built to make it version 0.7.1\n	\N	\N	\N	\N	\N	\N	\N	\N	3607	\N	\N	\N
-28853	344	6542	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-28855	489	6543	2007-12-14 19:14:05	\n[freecol] ready for upload\n	\N	\N	\N	\N	\N	\N	\N	\N	4945	\N	\N	\N
-28856	489	6543	2007-12-14 01:27:54	\n[freecol] small improvements + fixes hopefully build on ubuntu\n	\N	\N	\N	\N	\N	\N	\N	\N	4931	\N	\N	\N
-28857	489	6543	2007-12-14 01:03:36	\n[freecol] Committing dummy changelog entry\n	\N	\N	\N	\N	\N	\N	\N	\N	4930	\N	\N	\N
-28858	489	6543	2007-12-14 01:02:22	\n[freecol] committing the long gone -4 release\n	\N	\N	\N	\N	\N	\N	\N	\N	4928	\N	\N	\N
-28860	265	6544	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-28861	271	6544	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-28862	271	6544	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-28863	344	6544	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-28864	495	6545	2007-12-05 11:59:11	\nupdate maintainer address\n\n	\N	f	\N	\N	1.2.451	\N	\N	\N	4851	1	\N	\N
-28865	271	6545	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-28866	271	6545	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-28867	495	6545	2007-05-24 14:37:24	\naoeu\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2716	\N	\N	\N
-28868	495	6545	2007-05-22 02:02:02	\nchmod files when rebuilding source\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2697	\N	\N	\N
-28869	265	6546	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	f	\N	\N	0.0.20070819	\N	\N	\N	4403	1	\N	\N
-28870	482	6546	2007-08-26 20:30:54	\ndon't chmod in rules file. it should be fixed in the orig.tar.gz already\n	\N	\N	\N	\N	\N	\N	\N	\N	3858	\N	\N	\N
-28871	482	6546	2007-08-26 19:53:20	\nadd a few more separate licenses per directory to the copyright file. update to sb 20070819\n	\N	\N	\N	\N	\N	\N	\N	\N	3850	\N	\N	\N
-28872	305	6546	2007-05-31 23:29:43	\nsvn propset mergeWithUpstream 1 debian\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2777	\N	\N	\N
-28873	482	6546	2007-05-23 18:02:31	\ntoggle UNRELEASED to unstable, as it's been uploaded\n	\N	\N	\N	\N	\N	\N	\N	\N	2705	\N	\N	\N
-28874	479	6547	2007-11-02 03:43:45	\nDamnit, forgot to svn add the watch file\n\n	\N	f	\N	\N	2.0.0	\N	\N	\N	4527	3	\N	\N
-28875	479	6547	2007-11-02 03:42:36	\n* Add watch file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4526	\N	\N	\N
-28876	356	6547	2007-08-25 12:03:29	\nchangelog cleanup; prepare for upload\n	\N	\N	\N	\N	\N	\N	\N	\N	3815	\N	\N	\N
-28877	356	6547	2007-08-23 12:32:52	\nconvert to utf-8 the copyright file\n	\N	\N	\N	\N	\N	\N	\N	\N	3767	\N	\N	\N
-28878	356	6547	2007-08-18 01:33:34	\nchange glest package according to the changes needed because glest-data is not DFSG free (aparently) :-(\n	\N	\N	\N	\N	\N	\N	\N	\N	3703	\N	\N	\N
-28880	265	6548	2007-10-21 12:22:49	\nremoved duplicate lines about GPL file location\n	\N	\N	\N	\N	\N	\N	\N	\N	4448	\N	\N	\N
-28881	265	6548	2007-10-21 12:17:27	\nremove two line spaces\n	\N	\N	\N	\N	\N	\N	\N	\N	4447	\N	\N	\N
-28882	479	6548	2007-10-21 06:31:41	\nIdiot forgot to svn add the desktop file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4446	\N	\N	\N
-28883	479	6548	2007-10-21 06:31:13	\nFix watch file, add desktop file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4445	\N	\N	\N
-28884	480	6549	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	1.02.dfsg1	\N	\N	\N	4831	1	\N	\N
-28885	271	6549	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-28894	271	6551	2006-07-19 01:39:47	\n[svn-inject] Setting properties of holotz-castle-milanb/debian/\n	\N	\N	\N	\N	\N	\N	\N	\N	1126	\N	\N	\N
-28896	265	6552	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-28897	482	6552	2007-06-08 12:21:06	\nuploaded and on the mirrors, so change UNRELEASED to unstable\n	\N	\N	\N	\N	\N	\N	\N	\N	2883	\N	\N	\N
-28898	482	6552	2007-06-04 23:32:27	\ndon't depend on build-stamp in build target\n	\N	\N	\N	\N	\N	\N	\N	\N	2835	\N	\N	\N
-28899	482	6552	2007-06-04 22:48:38	\nnew upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	2830	\N	\N	\N
-28901	479	6553	2007-12-06 03:34:39	\nUpdate changelog timestamp and distro to get ready for upload\nAdd closes tag for bug #385212\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4864	\N	\N	\N
-28902	479	6553	2007-12-05 22:09:38	\nRemove Homepage entries from package descriptions\nRemove XS prefix from VCS fields\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4858	\N	\N	\N
-28903	479	6553	2007-11-04 01:31:18	\n* New upstream release\n* Fix watch file path and improve regexp\n* Temporarily disable es_translation patch\n* Add menu file and call dh_installmenu\n* Add .desktop file and call dh_desktop\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4540	\N	\N	\N
-28904	479	6553	2007-10-05 20:50:28	\nFix make distclean warning\nAdd watch file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4336	\N	\N	\N
-28905	480	6554	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	1.65	\N	\N	\N	4831	6	\N	\N
-28906	356	6554	2007-11-05 22:58:18	\nfix tagsUrl and trunkUrl properties; package has been long moved from non-free to main\n	\N	\N	\N	\N	\N	\N	\N	\N	4566	\N	\N	\N
-28907	356	6554	2007-11-05 21:30:15	\nremoved needless XS-Autobuild; removed prepending XS- for Vcs-* fields since now they`re official\n	\N	\N	\N	\N	\N	\N	\N	\N	4558	\N	\N	\N
-28908	356	6554	2007-11-05 19:24:12	\n- closing changelog\n- bumping debhelper compatibility to 5 (gothicx-guest done this incompletely)\n- bumping versioned depends on debhelper accordingly\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4553	\N	\N	\N
-28909	484	6554	2007-11-04 14:54:45	\nRemoved leading The from the synopsis, added closes for the bugs the gnustep transition fix solves\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4545	\N	\N	\N
-28910	479	6555	2007-12-05 19:16:28	\nClean up build environment\n\n	\N	f	\N	\N	1.2.2	\N	\N	\N	4853	1	\N	\N
-28911	479	6555	2007-11-21 05:24:28	\nFix FSF address in copyright\nChange menu from Arcade to Action\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4737	\N	\N	\N
-28912	479	6555	2007-11-20 18:57:58	\nRemove non-free from section\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4732	\N	\N	\N
-28913	479	6555	2007-11-02 22:01:19	\nFix typo in changelog\nAdd comment to copyright about GPL compliance\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4539	\N	\N	\N
-28914	479	6555	2007-10-13 07:15:19	\nNew upstream tarball\nAdd man page\nAdd desktop file\nFix up split package\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4389	\N	\N	\N
-28916	305	6556	2007-09-22 02:39:50	\ndpkg-buildpackage -B doesn't create arch all packages anymore\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4254	\N	\N	\N
-28917	305	6556	2007-09-22 02:31:05	\nturn on quilt\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4253	\N	\N	\N
-28918	305	6556	2007-09-16 23:17:07	\nfix correclty the changelog entry. Sorry all for the flood, I drunk a beer tonight!\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4215	\N	\N	\N
-28919	305	6556	2007-09-16 23:10:59	\nfix a lintian "badly formatted trailer line"\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4214	\N	\N	\N
-28920	480	6557	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	0.3.1	\N	\N	\N	4831	11	\N	\N
-28921	317	6557	2007-08-07 19:38:19	\nget ready for next release\n	\N	\N	\N	\N	\N	\N	\N	\N	3584	\N	\N	\N
-28922	317	6557	2007-08-07 19:37:53	\nFix tcl related FTBFS; fix 'cheat' regarding unhandeld enter key\n	\N	\N	\N	\N	\N	\N	\N	\N	3582	\N	\N	\N
-28923	317	6557	2007-08-07 17:33:59	\nAdding pkg-config to build-depends\n	\N	\N	\N	\N	\N	\N	\N	\N	3581	\N	\N	\N
-28924	317	6557	2007-08-07 16:10:42	\nget ready for next release\n	\N	\N	\N	\N	\N	\N	\N	\N	3579	\N	\N	\N
-28925	480	6558	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	0.2.4b	\N	\N	\N	4831	23	\N	\N
-28937	479	6560	2007-10-30 01:35:28	\nMan page syntax fixes\nFix changelog line spacing\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4495	\N	\N	\N
-28938	479	6560	2007-10-29 20:41:29	\n* New upstream release\n* Fix desktop files (files were reversed)\n* Add desktop file and simple manpage for new binary\n  * lordsawar-army-editor\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4490	\N	\N	\N
-28939	479	6560	2007-10-08 17:29:33	\nOverwrite upstreams desktop files for now to remove lintian warning\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4368	\N	\N	\N
-28941	271	6561	2007-10-31 11:28:24	\nRemoved Amaya from Uploaders at her own request\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4505	\N	\N	\N
-28942	271	6561	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-28943	271	6561	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-28944	271	6561	2007-08-04 21:39:00	\nEsthetical corrections in control files\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3552	\N	\N	\N
-28945	479	6562	2007-11-02 05:15:44	\n* Fix watch file\n* Bump debhelper build-dep to match compat\n* Add Homepage field to control\n\n	\N	f	\N	\N	0.18	\N	\N	\N	4531	3	\N	\N
-28946	265	6562	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-28947	344	6562	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-28948	356	6562	2006-07-26 02:45:24	\nfix Homepage semifields\n	\N	\N	\N	\N	\N	\N	\N	\N	1177	\N	\N	\N
-28949	356	6562	2006-06-25 13:29:45	\norganisation : moved into the new scheme the packages which didn't had any trunk diectory\n	\N	\N	\N	\N	\N	\N	\N	\N	900	\N	\N	\N
-28950	479	6563	2007-11-09 18:39:25	\n* Add watch file\n* Remove XS- from VCS fields in control\n* Add Homepage field in control\n\n	\N	f	\N	\N	1.5.8.dfsg1	\N	\N	\N	4607	1	\N	\N
-28951	271	6563	2007-08-31 13:06:31	\nUse system's libbulletml\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4014	\N	\N	\N
-28952	271	6563	2007-08-31 09:54:30	\nMoved patch to its proper place\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4011	\N	\N	\N
-28953	271	6563	2007-08-31 09:45:12	\nAdded XS-Vcs-Svn and XS-Vcs-Browser\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4010	\N	\N	\N
-28954	271	6563	2007-08-31 09:39:59	\nModify  configuration so that menues appear in english too\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4009	\N	\N	\N
-28956	265	6564	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-28957	344	6564	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-28958	356	6564	2007-04-26 00:29:50	\nmove oolite-data's trunk in the main area of the repo since now is a free game\n	\N	\N	\N	\N	\N	\N	\N	\N	2597	\N	\N	\N
-28959	356	6564	2007-03-07 14:59:08	\nprepare oolite and oolite-data for the nexte release\n	\N	\N	\N	\N	\N	\N	\N	\N	2476	\N	\N	\N
-28960	500	6565	2007-11-10 13:44:13	\n* add closes stanza to "update watch file", to close\n  the bug.\n\n	\N	f	\N	\N	0.5.2.1	\N	\N	\N	4624	1	\N	\N
-28961	479	6565	2007-10-12 23:36:50	\nForgot to fix package name in menu file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4387	\N	\N	\N
-28962	479	6565	2007-10-12 22:54:02	\nFix up file rename issues in rules\nRename desktop file\nRemove get-orig-source target\nAdd myself to uploaders\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4386	\N	\N	\N
-28963	480	6565	2007-07-12 12:14:04	\ndocument menu transition, part 3\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3365	\N	\N	\N
-28964	481	6565	2007-07-10 19:29:05	\nDebian Menu Policy transition.\n	\N	\N	\N	\N	\N	\N	\N	\N	3312	\N	\N	\N
-28965	344	6566	2007-11-05 06:05:11	\ndebian/changelog: Target unstable. Also trim two trailing spaces in debian/rules\n	\N	f	\N	\N	0.7.2	\N	\N	\N	4551	1	\N	\N
-28966	344	6566	2007-11-05 01:49:45	\nAdd myself. Delete a trailing whitespace on the Maintainer line.\n	\N	\N	\N	\N	\N	\N	\N	\N	4550	\N	\N	\N
-28977	479	6568	2007-10-12 23:58:25	\nRename to trigger-rally-data since trigger-rally deps on\nDoes this need a transitional trigger-data package?\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4388	\N	\N	\N
-28978	344	6568	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-28979	305	6568	2006-10-15 01:02:19	\nwatch file fixed since upstream files had been moved\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1846	\N	\N	\N
-28980	488	6569	2007-11-26 07:33:12	\nfixed Vcs-Browser field in debian/control\n	\N	f	\N	\N	0.4.3	\N	\N	\N	4777	6	\N	\N
-28982	488	6569	2007-11-26 07:01:10	\nFixing Homepage and Vcs-* fields in debian/control\n	\N	\N	\N	\N	\N	\N	\N	\N	4775	\N	\N	\N
-28983	488	6569	2007-11-26 06:16:24	\norigUrl property reset for vegastrike-data-0.4.3\n	\N	\N	\N	\N	\N	\N	\N	\N	4772	\N	\N	\N
-28984	489	6569	2007-11-23 02:00:30	\n[vegastrike-data] fixing svn-bp properties\n	\N	\N	\N	\N	\N	\N	\N	\N	4749	\N	\N	\N
-28985	501	6570	2007-12-09 22:43:52	\nadding closers to changelog, fixed watchfile\n	\N	f	\N	\N	0.6~rc2+dfsg	\N	\N	\N	4884	1	\N	\N
-28986	501	6570	2007-12-09 12:31:28	\nupdated copyright (tests/* is bsd licenced)\n	\N	\N	\N	\N	\N	\N	\N	\N	4872	\N	\N	\N
-28987	501	6570	2007-12-09 11:56:30	\nupdate to pokerth 0.6~rc2\n	\N	\N	\N	\N	\N	\N	\N	\N	4868	\N	\N	\N
-28988	501	6570	2007-12-06 00:26:03	\norigUrl property set for pokerth 0.6~rc+dfsg\n	\N	\N	\N	\N	\N	\N	\N	\N	4862	\N	\N	\N
-28989	501	6570	2007-12-06 00:19:14	\n[svn-inject] Applying Debian modifications to trunk\n	\N	\N	\N	\N	\N	\N	\N	\N	4861	\N	\N	\N
-28990	356	6571	2007-12-04 02:52:27	\nI should mention my changes, too :-D\n	\N	f	\N	\N	2.0.0	\N	\N	\N	4836	3	\N	\N
-28991	356	6571	2007-12-04 02:50:20	\nmerge and correct the debdiff sent by RainCT; thanks\n	\N	\N	\N	\N	\N	\N	\N	\N	4835	\N	\N	\N
-28992	480	6571	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4831	\N	\N	\N
-28993	479	6571	2007-11-02 03:35:48	\n* Add watch file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4525	\N	\N	\N
-28994	356	6571	2007-08-25 11:59:47	\nprepare for upload\n	\N	\N	\N	\N	\N	\N	\N	\N	3814	\N	\N	\N
-28995	344	6572	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	f	\N	\N	2004.08.01	\N	\N	\N	3497	1	\N	\N
-28996	305	6572	2007-01-07 23:42:47	\ninstall Quake1 stuffs in /usr/share/games/quake1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2282	\N	\N	\N
-28997	305	6572	2007-01-07 19:30:14	\nbetter control file...\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2276	\N	\N	\N
-28998	305	6572	2007-01-07 19:15:45	\nsvn propset mergeWithUpstream 1 debian\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2275	\N	\N	\N
-28999	305	6572	2007-01-07 19:14:49	\nimport of the module openquartz-data \n\n	\N	\N	\N	\N	\N	\N	\N	\N	2274	\N	\N	\N
-29000	480	6573	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	1.3	\N	\N	\N	4831	2	\N	\N
-29001	344	6573	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-29002	356	6573	2006-07-26 02:45:24	\nfix Homepage semifields\n	\N	\N	\N	\N	\N	\N	\N	\N	1177	\N	\N	\N
-29003	356	6573	2006-06-25 13:29:45	\norganisation : moved into the new scheme the packages which didn't had any trunk diectory\n	\N	\N	\N	\N	\N	\N	\N	\N	900	\N	\N	\N
-29004	487	6573	2006-06-15 18:25:21	\nasc-music (1.3-1) unstable; urgency=low\n\n  * Adopted package and moved it to the Debian Games Team repository.\n  * Set Bartosz Fenski, Alexander Schmehl and myself as uploaders.\n  * Switched original tarball to non-native.\n\n  * debian/control:\n    + Set policy to 3.7.2.\n    + Put debhelper in the Build-Depends rule instead of Build-Depends-Indep\n      because we call it in our clean rule.\n  * debian/install:\n    + Added a final newline.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	828	\N	\N	\N
-29023	305	6577	2007-06-29 15:15:54	\nprepare an upload to unstable\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3132	\N	\N	\N
-29024	313	6577	2006-12-23 00:33:07	\nRemove myself from uploaders\n	\N	\N	\N	\N	\N	\N	\N	\N	2220	\N	\N	\N
-29025	344	6578	2007-12-06 01:09:43	\nDrop G?\\195?\\188rkan Seng?\\195?\\188n from Uploaders. Rename XS-*\n	\N	f	\N	\N	0.3.0~dfsg	\N	\N	\N	4863	2	\N	\N
-29026	480	6578	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4831	\N	\N	\N
-29027	344	6578	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-29028	480	6578	2007-07-12 12:14:04	\ndocument menu transition, part 3\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3365	\N	\N	\N
-29029	481	6578	2007-07-10 19:29:05	\nDebian Menu Policy transition.\n	\N	\N	\N	\N	\N	\N	\N	\N	3312	\N	\N	\N
-29030	265	6579	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	f	\N	\N	0.5	\N	\N	\N	4403	2	\N	\N
-29031	480	6579	2007-09-25 16:46:56	\nmove changes into patch files, use quilt to apply\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4284	\N	\N	\N
-29032	344	6579	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-29033	480	6579	2007-06-30 17:24:40	\ndocument the last commits\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3154	\N	\N	\N
-29034	480	6579	2007-06-30 17:23:03	\nmerge the freedm_binary branch\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3153	\N	\N	\N
-29035	482	6580	2006-09-03 22:22:47	\nadd to readme, where to place configuration files\n	\N	t	\N	\N	1	\N	\N	\N	1473	\N	\N	\N
-29036	482	6580	2006-09-02 23:19:45	\ninitial commit of game-servers-init\n\n	\N	\N	\N	\N	\N	\N	\N	\N	1468	\N	\N	\N
-29037	480	6581	2007-12-14 12:19:32	\nremove redundant branch\n\n	\N	t	\N	\N	16	\N	\N	\N	4940	\N	\N	\N
-29038	480	6581	2007-12-14 12:18:44	\ntry and undo some of the damage from svn-inject\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4939	\N	\N	\N
-29039	480	6581	2007-12-04 00:13:10	\nCreating tags/ directory.\n	\N	\N	\N	\N	\N	\N	\N	\N	4834	\N	\N	\N
-29040	480	6581	2007-12-04 00:13:06	\n[svn-inject] Installing original source of games-package\n	\N	\N	\N	\N	\N	\N	\N	\N	4833	\N	\N	\N
-29042	479	6582	2007-10-05 17:34:19	\nFix make clean lintian warning\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4332	\N	\N	\N
-29043	344	6582	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-29044	480	6582	2007-07-12 11:37:31	\ndocument menu transition in debian/changelog (first half)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3364	\N	\N	\N
-29045	481	6582	2007-07-10 19:29:05	\nDebian Menu Policy transition.\n	\N	\N	\N	\N	\N	\N	\N	\N	3312	\N	\N	\N
-29046	480	6583	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	1.0.1.dsfg	\N	\N	\N	4831	2	\N	\N
-29047	305	6583	2007-10-07 14:47:19	\napply William Lima changes\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4356	\N	\N	\N
-29048	480	6583	2007-07-12 11:37:31	\ndocument menu transition in debian/changelog (first half)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3364	\N	\N	\N
-29061	485	6586	2007-11-27 00:15:44	\nImplement -fullscreen option (Closes: #449449)\n\n	\N	f	\N	\N	0.11.dfsg1	\N	\N	\N	4780	3	\N	\N
-29062	479	6586	2007-11-09 05:13:17	\n* Add watch file\n* Add myself to uploaders\n* Remove XS- from VCS fields in control\n* Add Homepage: field in control\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4594	\N	\N	\N
-29064	271	6586	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-29065	271	6586	2007-09-06 21:22:59	\nAdded copyright to patches\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4105	\N	\N	\N
-29067	479	6587	2007-10-19 20:24:19	\nAdopt gnome-breakout for games team\nSignificant package clean-up\nNew upstream release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4434	\N	\N	\N
-29068	480	6588	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	0.11.2	\N	\N	\N	4831	2	\N	\N
-29070	305	6588	2007-07-11 09:25:21	\nfix the changelog format \n\n	\N	\N	\N	\N	\N	\N	\N	\N	3320	\N	\N	\N
-29071	305	6588	2007-07-11 08:42:03	\n+  * backport upstream patch to avoid two identical country (Closes: #406351)\n+   + add avoid_two_identical_country.diff\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3319	\N	\N	\N
-29072	305	6588	2007-07-10 10:52:22	\nfix a minor typo\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3309	\N	\N	\N
-29073	480	6589	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	0.0.6	\N	\N	\N	4831	2	\N	\N
-29074	271	6589	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-29075	271	6589	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-29076	271	6589	2007-09-06 21:38:49	\nMore copyright stuff\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4107	\N	\N	\N
-29077	271	6589	2007-09-06 21:35:43	\nAdded copyright lines\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4106	\N	\N	\N
-29079	265	6590	2007-10-14 02:01:03	\nupdate watch file\n	\N	\N	\N	\N	\N	\N	\N	\N	4412	\N	\N	\N
-29080	265	6590	2007-10-14 01:19:00	\nAdd Homepage field in the control file\n	\N	\N	\N	\N	\N	\N	\N	\N	4405	\N	\N	\N
-29081	271	6590	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-29082	265	6590	2007-09-23 15:19:19	\nChanged debian/control priority from extra to optional\n	\N	\N	\N	\N	\N	\N	\N	\N	4270	\N	\N	\N
-29083	265	6591	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	f	\N	\N	0.0.20040403	\N	\N	\N	4403	5	\N	\N
-29084	271	6591	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-29085	271	6591	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-29086	344	6591	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-29087	480	6591	2007-07-12 11:37:31	\ndocument menu transition in debian/changelog (first half)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3364	\N	\N	\N
-29088	479	6592	2007-12-01 06:22:44	\nAdd closes for bug #452576\n\n	\N	f	\N	\N	1.102	\N	\N	\N	4818	32	\N	\N
-29089	479	6592	2007-10-26 05:23:58	\nAdd desktop file.  Stop binary from being stripped\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4465	\N	\N	\N
-29090	480	6592	2007-07-12 11:37:31	\ndocument menu transition in debian/changelog (first half)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3364	\N	\N	\N
-29106	488	6595	2007-06-30 06:43:21	\nFixing some lintian warnings. Modified copyright file to have maximum of 80 characters per line.\n	\N	\N	\N	\N	\N	\N	\N	\N	3147	\N	\N	\N
-29107	488	6595	2007-06-29 05:51:45	\nStill UNRELEASED\n	\N	\N	\N	\N	\N	\N	\N	\N	3110	\N	\N	\N
-29108	480	6596	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	t	\N	\N	3	\N	\N	\N	4831	\N	\N	\N
-29109	265	6596	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-29110	344	6596	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-29111	317	6596	2007-01-13 18:53:55	\nget ready for next release\n	\N	\N	\N	\N	\N	\N	\N	\N	2320	\N	\N	\N
-29112	317	6596	2007-01-13 18:51:11	\nadding pathological and pathological-music\n	\N	\N	\N	\N	\N	\N	\N	\N	2315	\N	\N	\N
-29114	480	6597	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4831	\N	\N	\N
-29115	480	6597	2007-07-12 11:37:31	\ndocument menu transition in debian/changelog (first half)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3364	\N	\N	\N
-29116	481	6597	2007-07-10 19:29:05	\nDebian Menu Policy transition.\n	\N	\N	\N	\N	\N	\N	\N	\N	3312	\N	\N	\N
-29117	502	6597	2007-05-20 02:10:10	\nerror in rules file, changing cp to rm in clean part\n	\N	\N	\N	\N	\N	\N	\N	\N	2690	\N	\N	\N
-29118	495	6598	2007-12-05 11:57:57	\nnew maintainer email address\n\n	\N	f	\N	\N	1.dfsg	\N	\N	\N	4850	2	\N	\N
-29119	289	6598	2007-05-28 04:15:24	\nSome more polishing\n	\N	\N	\N	\N	\N	\N	\N	\N	2737	\N	\N	\N
-29120	289	6598	2007-05-26 17:47:37	\nRemoved extra licence files\n	\N	\N	\N	\N	\N	\N	\N	\N	2725	\N	\N	\N
-29121	495	6598	2007-05-24 14:29:48	\ndh_install doesn't like spaces\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2715	\N	\N	\N
-29122	495	6598	2007-05-24 14:28:12	\nuse dh_install\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2714	\N	\N	\N
-29123	480	6599	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	2.1.0~0.svn1436	\N	\N	\N	4831	1	\N	\N
-29124	481	6599	2007-06-13 12:13:08	\nDo as Alexander said. :)\n	\N	\N	\N	\N	\N	\N	\N	\N	2934	\N	\N	\N
-29125	481	6599	2007-06-03 16:28:46	\nUpdated packages.\n	\N	\N	\N	\N	\N	\N	\N	\N	2806	\N	\N	\N
-29126	481	6599	2007-06-02 18:53:13	\nDelete some more.\n	\N	\N	\N	\N	\N	\N	\N	\N	2802	\N	\N	\N
-29127	481	6599	2007-04-29 23:36:19	\nProperly format the manpage.\n	\N	\N	\N	\N	\N	\N	\N	\N	2616	\N	\N	\N
-29128	305	6600	2007-12-04 18:34:50	\nadd a desktop file, thanks Salvatore Palma (Closes: #454316)\n	\N	f	\N	\N	1.0.10	\N	\N	\N	4841	12	\N	\N
-29129	479	6600	2007-10-26 21:32:27	\nPackage uploaded, add to svn\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4469	\N	\N	\N
-29130	271	6601	2007-11-14 19:52:33	\nAdded README.Debian with removed file list\n\n\n	\N	f	\N	\N	1.0a.dfsg1	\N	\N	\N	4658	1	\N	\N
-29131	271	6601	2007-11-13 19:55:30	\nFixed clean rules\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4654	\N	\N	\N
-29132	271	6601	2007-11-13 19:49:37	\nRemoved non-free stuff\nFixed minor things in control headers\nFixed Makefile\nFixed install files\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4653	\N	\N	\N
-29133	479	6601	2007-11-04 17:10:06	\n* Update get-orig-source to create new package name tarball\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4546	\N	\N	\N
-29150	305	6605	2007-08-04 03:20:00	\nfix the binary paths to /usr/lib/games/ezquake/\n\n	\N	f	\N	\N	1.8	\N	\N	\N	3541	1	\N	\N
-29151	305	6605	2007-08-04 03:19:35	\nupdate the patches for ezquake 1.8\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3540	\N	\N	\N
-29152	305	6605	2007-06-02 03:30:49	\nTODO:\nthe build fails for the moment. Only the glx binary is ok:\n\n[LINK] release-x86/ezquake.svga\nrelease-x86/svga/common.o: In function `COM_GetUniqueTempFilename':\ncommon.c:(.text+0x38e3): warning: the use of `tempnam' is dangerous, better use `mkstemp'\nrelease-x86/svga/in_linux.o: In function `IN_Init':\nin_linux.c:(.text+0xf0): undefined reference to `in_evdevice'\nin_linux.c:(.text+0x108): undefined reference to `in_mouse'\nin_linux.c:(.text+0x140): undefined reference to `in_mouse'\nin_linux.c:(.text+0x15c): undefined reference to `in_mouse'\nin_linux.c:(.text+0x17b): undefined reference to `in_mmt'\ncollect2: ld returned 1 exit status\nmake: *** [release-x86/ezquake.svga] Erreur 1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2795	\N	\N	\N
-29153	305	6605	2007-06-02 01:54:03	\nnew upstream release\nI remove Kibi's changes since it's the initial release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2794	\N	\N	\N
-29154	305	6605	2007-04-11 09:16:52	\nthank you Kibi for the fixes.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2547	\N	\N	\N
-29155	479	6606	2007-11-09 22:22:19	\n* Add watch file\n* Add Homepage field to control\n* Add VCS fields to control\n\n	\N	f	\N	\N	0.0.2007.03.23	\N	\N	\N	4613	1	\N	\N
-29156	305	6606	2007-04-17 00:48:37	\nuse dh_install and dh_clean, remove license.txt from the data\nTODO: some files are released under Creative Commons\nAttribution-Non-Commercial-Share Alike 2.5\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2567	\N	\N	\N
-29157	305	6606	2007-04-16 23:53:55	\ncompat 5\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2566	\N	\N	\N
-29158	305	6606	2007-04-16 23:43:44	\ncompat 5\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2565	\N	\N	\N
-29159	305	6606	2007-04-16 23:37:48	\nsvn propset mergeWithUpstream 1 debian\nimport the rules file from the previous vdrift-data package\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2564	\N	\N	\N
-29161	479	6607	2007-10-29 03:29:36	\n* Add Homepage field\n* Bump debhelper build-dep to match compat\n* Remove deprecated Encoding from desktop file and make more HIG compliant\n* Add watch file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4485	\N	\N	\N
-29162	265	6607	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	\N	\N	\N	\N	\N	\N	\N	4403	\N	\N	\N
-29163	344	6607	2007-07-30 07:03:26	\nAdd/adjust XS-Vcs-Svn and XS-Vcs-Browser fields for the 72 packages with a top-most UNRELEASED entry\n	\N	\N	\N	\N	\N	\N	\N	\N	3497	\N	\N	\N
-29164	356	6607	2007-07-11 10:59:31	\ndesktop files changes:\n- ran desktop-file-validate accross trunk and fixed the found issues\n- added Romanian traslations to some of them\n- tried not to introduce NMU lintian warnings\n  (my name is specified in the entry about the desktop files\n  modifications, but previous people are noted as the last one\n  touching the package)\n  this was done to not give the false impression that I am directly\n  interested in more packages than I actually am\n\n	\N	\N	\N	\N	\N	\N	\N	\N	3328	\N	\N	\N
-29165	265	6608	2007-10-14 00:55:42	\nBump compat to version 5\n	\N	f	\N	\N	0.3	\N	\N	\N	4403	6	\N	\N
-29166	356	6608	2006-06-25 13:29:45	\norganisation : moved into the new scheme the packages which didn't had any trunk diectory\n	\N	\N	\N	\N	\N	\N	\N	\N	900	\N	\N	\N
-29169	356	6609	2007-10-15 22:14:56	\nremoved myself from the Uploaders list of the following packages: holotz-castle freealut boson openal ri-li xbat; all the contributions were an one off thing and I am already busy without these\n	\N	\N	\N	\N	\N	\N	\N	\N	4421	\N	\N	\N
-29171	305	6609	2007-09-16 23:50:49	\ndo not install Gentoo .ebuild (Closes: #432171)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4217	\N	\N	\N
-29173	344	6610	2007-12-05 06:26:27	\nDummy changelog entry\n	\N	f	\N	\N	1.1.2	\N	\N	\N	4848	2	\N	\N
-29174	344	6610	2007-12-05 06:25:41	\nUpload timestamps to match upload's date\n	\N	\N	\N	\N	\N	\N	\N	\N	4846	\N	\N	\N
-29175	344	6610	2007-11-05 22:54:22	\nClose the New upstream release bug, target unstable\n	\N	\N	\N	\N	\N	\N	\N	\N	4563	\N	\N	\N
-29176	344	6610	2007-11-05 22:38:51	\nUse relative symlinks, per Policy 10.5. ACK the previous commit, the desktop file is now correct.\n	\N	\N	\N	\N	\N	\N	\N	\N	4562	\N	\N	\N
-29177	344	6610	2007-11-05 22:29:24	\nAdd (untested) find/sed on desktop file. Trim trailing whitespaces\n	\N	\N	\N	\N	\N	\N	\N	\N	4561	\N	\N	\N
-29178	479	6611	2007-11-08 23:59:52	\n* Add watch file\n* Add Homepage field to control\n* Remove XS- from VCS fields in control\n\n	\N	f	\N	\N	0.15.dfsg1	\N	\N	\N	4593	3	\N	\N
-29179	271	6611	2007-09-23 16:55:49	\nRemoved all "XS-DM-Upload-Allowed: yes" tags\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-29180	271	6611	2007-09-18 18:13:20	\nCloses #443026\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4234	\N	\N	\N
-29181	271	6611	2007-09-13 23:00:06	\nAdded some XS- tags to debian/control in many packages\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4196	\N	\N	\N
-29182	271	6611	2007-09-08 17:13:14	\nRelease for upload.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4130	\N	\N	\N
-29183	480	6612	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	0.1.0	\N	\N	\N	4831	3	\N	\N
-29184	305	6612	2007-10-04 22:53:02	\nadd a missing dh_installdocs -i to install the changelog in the -data\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4329	\N	\N	\N
-29185	305	6612	2007-09-22 02:45:00	\ndpkg-buildpackage -B doesn't create arch all package anymore\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4255	\N	\N	\N
-29186	305	6612	2007-09-17 16:37:39	\nadd missing colon in the "bug close" format\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4221	\N	\N	\N
-29187	305	6612	2007-09-17 15:43:23	\n+  * make clean removes quilt .pc directory\n+  * do not ignore make distclean return anymore\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4220	\N	\N	\N
-29188	479	6613	2007-12-13 03:28:10	\nNew package for games team: donkey-bolonkey\n\n	\N	f	\N	\N	2001	\N	\N	\N	4915	4	\N	\N
-29189	489	6614	2007-12-13 22:33:32	\n[shisen.app] Fixing missing tags on the debian directory\n	\N	f	\N	\N	1.2.0	\N	\N	\N	4927	7	\N	\N
-29190	479	6614	2007-12-13 21:11:15	\nFix VCS tag\nAdd Homepage field\nAdd watch file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4924	\N	\N	\N
-29191	479	6614	2007-12-13 20:50:06	\nInject new package: shisen.app\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4920	\N	\N	\N
-29192	479	6615	2007-12-13 20:47:39	\nInject new package: xbattle\n\n	\N	f	\N	\N	5.4.1	\N	\N	\N	4919	14	\N	\N
-29194	489	6616	2007-12-16 15:15:59	\n[antigrav] Ready for upload\n	\N	\N	\N	\N	\N	\N	\N	\N	4968	\N	\N	\N
-29195	479	6616	2007-12-16 05:50:15	\n* New upstream release\n01_fix_png_load patch no longer needed with new upstream\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4965	\N	\N	\N
-29196	479	6616	2007-12-16 05:22:35	\nAdd tagsUrl property\n* Change menu section from Games/Arcade to Games/Action\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4964	\N	\N	\N
-29197	479	6616	2007-12-16 05:03:16	\nset mergeWithUpsteam property\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4963	\N	\N	\N
-29198	479	6617	2007-12-16 06:36:52	\nAdd tagsUrl, origUrl, and mergeWithUpstream properties\n  * Change menu section from Arcade to Action\n  * Move config.{sub,guess} handling to configure target\n\n	\N	f	\N	\N	0.2.1	\N	\N	\N	4967	4	\N	\N
-29199	479	6617	2007-12-14 04:02:42	\nAdd .desktop and install files\nCall dh_desktop\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4936	\N	\N	\N
-29200	479	6617	2007-12-13 21:50:09	\nInject new package: dd2\n\n	\N	\N	\N	\N	\N	\N	\N	\N	4926	\N	\N	\N
-29219	274	6622	2007-10-15 18:02:24	\nbuildprep for kdebindings\n\n	\N	f	\N	\N	4:3.5.8	4	\N	\N	7481	1	\N	\N
-29220	505	6622	2007-10-14 19:35:03	\nkdebindings 3.5.8 here we come\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7466	\N	\N	\N
-29221	505	6622	2007-07-23 22:49:52	\nimplement use of uploadersmk and update controlfile\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6822	\N	\N	\N
-29223	505	6622	2007-05-17 01:30:08	\nhopefully kdebindings3.5.7\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6251	\N	\N	\N
-29224	274	6623	2007-10-11 19:42:26	\ntypo\n\n	\N	f	\N	\N	4:3.5.8	4	\N	\N	7407	1	\N	\N
-29225	274	6623	2007-10-11 07:42:00	\nkdetoys 3.5.8\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7401	\N	\N	\N
-29226	505	6623	2007-07-23 23:30:47	\nimplement the use of uploaders.mk and update uploaders\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6830	\N	\N	\N
-29227	274	6623	2007-06-17 01:16:52	\nsorry :)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6520	\N	\N	\N
-29228	505	6623	2007-06-13 01:32:55	\nfix critical amor bug\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6475	\N	\N	\N
-29229	505	6624	2007-07-23 21:58:12	\nimplement uploaders.mk and update control\n\n	\N	f	\N	\N	2.0.2	\N	\N	\N	6813	3	\N	\N
-29230	469	6624	2007-06-05 21:48:09	\nadapting akode to the new version of libflac\n	\N	\N	\N	\N	\N	\N	\N	\N	6441	\N	\N	\N
-29231	505	6624	2007-05-26 01:06:28	\nand add a changelog entry\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6352	\N	\N	\N
-29232	505	6624	2007-05-26 01:05:30	\nadd gcc4.3 fix\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6351	\N	\N	\N
-29233	505	6624	2007-05-26 00:55:52	\nfix changelog\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6350	\N	\N	\N
-29234	274	6625	2007-11-11 20:09:40	\nMake kdegrahpics binNMU safe.\n\n	\N	f	\N	\N	4:3.5.8	4	\N	\N	7854	2	\N	\N
-29235	274	6625	2007-11-11 20:04:52	\npatch for several CVEs\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7853	\N	\N	\N
-29236	274	6625	2007-10-14 14:00:21	\njoin-the-dots\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7452	\N	\N	\N
-29237	505	6625	2007-10-12 01:45:50	\nbuildprep seems to work. committing.\nmind is now a skilled kde packager ;)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7416	\N	\N	\N
-29238	505	6625	2007-10-12 00:54:36	\ncommit changes made by Mind. Except the buildprep which nedes a bit polishing\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7415	\N	\N	\N
-29239	504	6626	2007-12-06 17:50:32	\n* Use fabo at d.o for Debian related work.\n	\N	f	\N	\N	4:3.5.8	4	\N	\N	8143	1	\N	\N
-29240	274	6626	2007-10-14 13:42:38	\noops =)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7450	\N	\N	\N
-29241	274	6626	2007-10-14 13:01:17	\npatches&buildprep\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7449	\N	\N	\N
-29242	274	6626	2007-10-14 12:56:54	\nkdeutils 3.5.8, WIP\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7448	\N	\N	\N
-29243	505	6626	2007-07-23 23:33:21	\nimplement the use of uploadrs.mk and update uploaders.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6831	\N	\N	\N
-29244	506	6627	2007-02-07 19:00:04	\nTime to say goodbye o/~\n\nI had a very great time in the QT/KDE Team, I guess I'm now up to other\nthings, new horizons !\n\n\n\n	\N	t	\N	\N	5:48	5	\N	\N	5566	\N	\N	\N
-29245	274	6627	2007-01-29 09:33:02	\nUNRELEASED lines.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5463	\N	\N	\N
-29268	510	6631	2007-10-06 20:17:43	\n* Add patch to fix build failure with gcc-4.3. (Closes: #441547)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7352	\N	\N	\N
-29269	274	6632	2007-10-16 19:35:20	\nadd new file\n\n	\N	f	\N	\N	4:3.5.8	4	\N	\N	7491	1	\N	\N
-29270	274	6632	2007-10-16 18:50:32	\nkdeedu 3.5.8\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7488	\N	\N	\N
-29271	505	6632	2007-07-23 22:52:13	\nimplement uploaders.mk and update upladers\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6823	\N	\N	\N
-29272	274	6632	2007-05-16 14:44:55	\nkdeedu 3.5.7\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6234	\N	\N	\N
-29273	505	6632	2007-05-16 12:30:46	\nthis is hopefully kdeedu3.5.7\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6232	\N	\N	\N
-29274	504	6633	2007-12-06 17:50:32	\n* Use fabo at d.o for Debian related work.\n	\N	f	\N	\N	4:3.5.8	4	\N	\N	8143	1	\N	\N
-29275	274	6633	2007-10-15 16:16:29	\n couple of minor updates\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7476	\N	\N	\N
-29276	274	6633	2007-10-15 16:12:42	\nkdesdk 3.5.8\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7475	\N	\N	\N
-29277	509	6633	2007-10-03 19:37:19	\n* Fix typo in kompare menu file. (Closes: #440945, #444251, #445122)\n	\N	\N	\N	\N	\N	\N	\N	\N	7326	\N	\N	\N
-29278	274	6633	2007-07-27 16:04:39	\nupdate menu files, forget about Eric.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6867	\N	\N	\N
-29279	274	6634	2007-11-11 21:12:25	\nAdd Suggestion on kexi-mdb-plugin for kexi\nsync control and control.in\n\n	\N	f	\N	\N	1:1.6.3	1	\N	\N	7858	4	\N	\N
-29280	274	6634	2007-11-11 20:39:14	\nFix kword.menu section\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7857	\N	\N	\N
-29281	274	6634	2007-11-11 20:36:50	\nPatch to multiple xpdf based vulnerabilities.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7856	\N	\N	\N
-29282	274	6634	2007-09-27 06:46:36	\nAdd a missing dependency on kcontrol to kformula.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7252	\N	\N	\N
-29283	274	6634	2007-09-27 06:34:52	\nnot installed files in koffice.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7251	\N	\N	\N
-29284	274	6635	2007-10-14 15:47:59	\ndot\n\n	\N	f	\N	\N	4:3.5.8	4	\N	\N	7459	1	\N	\N
-29285	505	6635	2007-10-13 12:35:25	\nclose 2 bugs\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7437	\N	\N	\N
-29286	274	6635	2007-10-11 19:27:32	\nnew files\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7406	\N	\N	\N
-29287	274	6635	2007-10-11 14:29:30	\nkdepim 3.5.8\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7405	\N	\N	\N
-29288	274	6635	2007-08-24 01:26:26	\n* Rebuild without --enable final on all archs now. It seems the only way\n  to get it built in all the buildd network.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7127	\N	\N	\N
-29289	504	6636	2007-12-06 17:50:32	\n* Use fabo at d.o for Debian related work.\n	\N	f	\N	\N	1.5.8	\N	\N	\N	8143	1	\N	\N
-29290	274	6636	2007-10-10 21:00:57	\nbuildprep-fun\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7387	\N	\N	\N
-29291	274	6636	2007-10-10 20:59:23	\narts 1.5.8!!!!1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7386	\N	\N	\N
-29317	505	6641	2007-08-13 11:21:50	\nregenerate debian/control\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7086	\N	\N	\N
-29318	505	6641	2007-08-13 11:17:49	\nfix building on all archs.\nRemove xmms\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7085	\N	\N	\N
-29319	504	6642	2007-12-06 17:50:32	\n* Use fabo at d.o for Debian related work.\n	\N	f	\N	\N	4:3.5.8.dfsg.1	4	\N	\N	8143	4	\N	\N
-29320	274	6642	2007-11-12 22:36:46	\nupdate uploaders\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7863	\N	\N	\N
-29321	274	6642	2007-11-12 22:00:20	\ndotting\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7862	\N	\N	\N
-29322	505	6642	2007-11-12 13:02:32	\nwee... digikam, kamera ond friends now work. We can dlopen .so files\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7861	\N	\N	\N
-29323	505	6642	2007-10-23 00:21:07	\nnice new upstream.\nBump shlibs, add kselectacition fix\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7641	\N	\N	\N
-29324	274	6643	2007-10-11 00:27:31	\nkdeartwork 3.5.8\n\n	\N	f	\N	\N	4:3.5.8	4	\N	\N	7396	1	\N	\N
-29325	505	6643	2007-08-14 12:05:15	\ndon't pull in gtk ;)\nfix a typo in debian/control\nupdate uploaders\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7096	\N	\N	\N
-29326	274	6643	2007-08-07 19:24:55	\nfixing changelog\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7000	\N	\N	\N
-29327	274	6643	2007-08-07 19:04:47	\nFix 436364\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6999	\N	\N	\N
-29328	505	6643	2007-07-23 22:35:17	\nimplement use of uploaders.mk and update control file\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6820	\N	\N	\N
-29329	504	6644	2007-12-06 17:50:32	\n* Use fabo at d.o for Debian related work.\n	\N	f	\N	\N	4:3.5.8	4	\N	\N	8143	1	\N	\N
-29330	274	6644	2007-10-14 14:33:47	\nsync control*\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7455	\N	\N	\N
-29331	274	6644	2007-10-14 14:33:00	\nkdemultimedia 3.5.8\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7454	\N	\N	\N
-29332	274	6644	2007-07-24 00:29:38	\ni could not help :)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6841	\N	\N	\N
-29333	505	6644	2007-07-23 23:23:50	\nupdate mpeglib description\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6828	\N	\N	\N
-29334	274	6645	2007-06-08 22:14:45	\nkoffice-l10n- 1.6.3\n\n	\N	f	\N	\N	1.6.3	\N	\N	\N	6451	1	\N	\N
-29335	274	6645	2007-05-11 12:20:50	\nkoffice-l10n 1.6.2\nnew languages: Add: fa, ga, gl, km.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6143	\N	\N	\N
-29336	274	6645	2006-12-01 10:04:34	\nRemoving duplicate files\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5017	\N	\N	\N
-29337	274	6645	2006-11-30 20:20:40	\nNew upstream release of koffice-l10n\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5015	\N	\N	\N
-29356	514	6649	2007-05-31 14:13:47	\n[svn-inject] Installing original source of scim-qtimm\n	\N	\N	\N	\N	\N	\N	\N	\N	6407	\N	\N	\N
-29357	512	6650	2007-08-12 13:31:54	\n* Remove obsolete debian/patches/dbug345919.patch\n* svn propset mergeWithUpstream 1 debian\n	\N	f	\N	\N	3.0.14	\N	\N	\N	7058	2	\N	\N
-29358	512	6650	2007-07-28 12:20:25	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	6882	\N	\N	\N
-29359	515	6650	2007-05-19 04:49:46	\nadded automake1.10 and libtool to control file for relibtoolization - updated changelog\n	\N	\N	\N	\N	\N	\N	\N	\N	6278	\N	\N	\N
-29360	515	6650	2007-05-18 22:30:33	\nkrename 3.0.14-1 done correctly\n	\N	\N	\N	\N	\N	\N	\N	\N	6275	\N	\N	\N
-29361	515	6650	2007-05-16 18:30:32	\nupdated - maintainer field and changelog accordingly\n	\N	\N	\N	\N	\N	\N	\N	\N	6243	\N	\N	\N
-29362	504	6651	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	1:0.10.0a	1	\N	\N	8140	3	\N	\N
-29363	512	6651	2007-10-25 22:52:21	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	7662	\N	\N	\N
-29364	512	6651	2007-10-25 22:46:01	\n* Add Depends: libxine1-x\n	\N	\N	\N	\N	\N	\N	\N	\N	7659	\N	\N	\N
-29365	509	6651	2007-10-20 13:13:27	\n  * New upstream release.\n  * Update patches. Remove 14_use_pkgconfig_for_nspr_cfg patch.\n  * Remove libnspr4-dev build dependency.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7595	\N	\N	\N
-29366	509	6651	2007-10-03 12:06:18	\nTag kmplayer 0.10.0-1\n  * New upstream release. (Closes: #437982)\n  * Update menu file to latest Debian menu policy.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7317	\N	\N	\N
-29367	504	6652	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	1:2.0	1	\N	\N	8140	2	\N	\N
-29368	512	6652	2007-11-20 22:35:32	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	7997	\N	\N	\N
-29369	512	6652	2007-11-20 22:35:10	\nReleasing\n	\N	\N	\N	\N	\N	\N	\N	\N	7995	\N	\N	\N
-29370	512	6652	2007-11-20 21:47:59	\n* New upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	7993	\N	\N	\N
-29371	512	6652	2007-10-25 22:13:09	\n* (NOT RELEASED YET) New upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	7655	\N	\N	\N
-29373	512	6653	2007-08-07 23:23:16	\nCleanup for http://buildserver.net\n	\N	\N	\N	\N	\N	\N	\N	\N	7005	\N	\N	\N
-29374	512	6653	2007-04-24 00:20:00	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	5983	\N	\N	\N
-29375	512	6653	2007-04-24 00:19:20	\n* New upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	5979	\N	\N	\N
-29376	512	6653	2007-03-29 23:48:41	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	5798	\N	\N	\N
-29377	504	6654	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	0.3.6	\N	\N	\N	8140	1	\N	\N
-29378	509	6654	2007-10-13 21:19:57	\n* Rename package to soundkonverter-amarok.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7444	\N	\N	\N
-29379	509	6654	2007-10-13 20:47:23	\n* Remove chrpath usage.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7443	\N	\N	\N
-29380	509	6654	2007-10-13 19:04:30	\n* add soundkonverter package.\n	\N	\N	\N	\N	\N	\N	\N	\N	7441	\N	\N	\N
-29399	509	6658	2007-07-16 20:53:41	\ntags qtemu-1.0.4-1\n	\N	\N	\N	\N	\N	\N	\N	\N	6742	\N	\N	\N
-29400	509	6658	2007-05-20 20:27:30	\n* Add QtEmu -- GUI for QEMU to kde-extras\n	\N	\N	\N	\N	\N	\N	\N	\N	6305	\N	\N	\N
-29401	517	6659	2007-10-25 22:10:58	\nprep after upload.\n\n	\N	f	\N	\N	0.5.0	\N	\N	\N	7654	5	\N	\N
-29402	517	6659	2007-10-25 20:40:24	\nUpdate patch. Works now.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7652	\N	\N	\N
-29403	517	6659	2007-10-25 20:30:44	\nAdd patch for sending via gmail. Not yet done.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7651	\N	\N	\N
-29404	517	6659	2007-10-13 12:26:17	\nReality check. Remove myself from the uploaders.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7436	\N	\N	\N
-29405	512	6659	2007-07-30 20:03:00	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	6904	\N	\N	\N
-29406	274	6660	2007-11-26 17:49:57	\nmy little changes  O)\n\n	\N	f	\N	\N	1.4	\N	\N	\N	8089	1	\N	\N
-29407	505	6660	2007-11-26 09:20:05	\ninitial import of kdesudo\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8085	\N	\N	\N
-29408	504	6661	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	0.22.0	\N	\N	\N	8140	9	\N	\N
-29409	518	6661	2007-06-20 17:33:14	\nqsynaptics: Added a more or less useful description and copyright header to patches/01_ftbfs_gcc4.3.dpatch\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6552	\N	\N	\N
-29410	518	6661	2007-06-20 17:16:23	\nqsynaptics: Really remove patches/Bug417505-gcc4.3.diff :-S\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6551	\N	\N	\N
-29411	518	6661	2007-06-20 17:13:44	\nqsynaptics: Remove damaged old patch and fixed that with a new one, did also some other changes as explained in debian/changelog.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6550	\N	\N	\N
-29412	512	6661	2007-05-02 20:06:08	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	6027	\N	\N	\N
-29413	504	6662	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	0.9.1	\N	\N	\N	8140	1	\N	\N
-29414	509	6662	2007-10-03 15:41:20	\n  * Update kgtk package to new upstream release.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7321	\N	\N	\N
-29415	512	6662	2006-10-08 17:00:44	\ndebian/rules get-orig-source target & tarballs/ build-area dirs\n	\N	\N	\N	\N	\N	\N	\N	\N	4639	\N	\N	\N
-29416	509	6662	2006-08-14 15:10:20	\nupdate kgtk package for 0.8 upcoming release\n	\N	\N	\N	\N	\N	\N	\N	\N	4326	\N	\N	\N
-29417	509	6662	2006-08-03 15:06:45	\nAdd kgtk package\n	\N	\N	\N	\N	\N	\N	\N	\N	4278	\N	\N	\N
-29418	504	6663	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	0.4	\N	\N	\N	8140	1	\N	\N
-29419	512	6663	2007-11-24 14:15:16	\n* (NOT RELEASED YET) New upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	8068	\N	\N	\N
-29420	512	6663	2006-12-04 22:33:46	\nLink svn README to packages\n	\N	\N	\N	\N	\N	\N	\N	\N	5065	\N	\N	\N
-29421	512	6663	2006-10-08 17:00:44	\ndebian/rules get-orig-source target & tarballs/ build-area dirs\n	\N	\N	\N	\N	\N	\N	\N	\N	4639	\N	\N	\N
-29422	509	6663	2006-09-21 18:03:35	\nmerge patches from ubuntu\n	\N	\N	\N	\N	\N	\N	\N	\N	4547	\N	\N	\N
-29423	517	6664	2007-10-13 12:26:17	\nReality check. Remove myself from the uploaders.\n\n	\N	f	\N	\N	0.8.0	\N	\N	\N	7436	5	\N	\N
-29443	512	6668	2007-08-07 23:23:16	\nCleanup for http://buildserver.net\n	\N	\N	\N	\N	\N	\N	\N	\N	7005	\N	\N	\N
-29444	509	6668	2007-07-20 00:13:11	\n* conditional call on deluser/delgroup in postrm. (Closes: #431509)\n	\N	\N	\N	\N	\N	\N	\N	\N	6785	\N	\N	\N
-29445	509	6668	2007-06-12 14:25:55	\nicecc-0.8.0-1\n  * New upstream release.\n  * Add [INTL:nl] Dutch po-debconf translation. (Closes: #423042)\n  * Update clean target in rules to fix FTBFS if built twice in a row.\n    (Closes: #424415)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6468	\N	\N	\N
-29446	512	6668	2007-05-09 21:31:08	\n* [INTL:nl] Dutch po-debconf translation (Closes: #423042)\n	\N	\N	\N	\N	\N	\N	\N	\N	6094	\N	\N	\N
-29447	504	6669	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	1.1	\N	\N	\N	8140	3	\N	\N
-29448	512	6669	2007-05-02 22:53:41	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	6035	\N	\N	\N
-29449	512	6669	2007-05-02 22:47:45	\n* Include gcc4.3 patch from Martin. (Closes: #417227)\n	\N	\N	\N	\N	\N	\N	\N	\N	6032	\N	\N	\N
-29450	512	6669	2006-12-04 22:33:46	\nLink svn README to packages\n	\N	\N	\N	\N	\N	\N	\N	\N	5065	\N	\N	\N
-29451	512	6669	2006-10-08 17:00:44	\ndebian/rules get-orig-source target & tarballs/ build-area dirs\n	\N	\N	\N	\N	\N	\N	\N	\N	4639	\N	\N	\N
-29452	504	6670	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	0.2.5	\N	\N	\N	8140	6	\N	\N
-29453	509	6670	2007-11-10 11:16:21	\n* Switch to db4.6. Get rid of db4.3.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7843	\N	\N	\N
-29454	512	6670	2007-07-09 19:39:15	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	6727	\N	\N	\N
-29455	509	6670	2007-06-23 18:14:44	\nTags klibido 0.2.5-5\n  * Add patch to enable support for up to 20 simultaneous server connections\n    instead of the default limit of 10. This will allow users with Giganews\n    accounts to take full advantage of their max connections allowed.\n    (Closes: #430196)\n  * Add patch to fix ftbfs with GCC 4.3. Thanks to Martin Michlmayr.\n    (Closes: #417316)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6560	\N	\N	\N
-29456	512	6670	2007-05-03 22:04:14	\n* NOT RELEASED YET\n* Include gcc4.3 patch from Martin (Closes: #417316)\n* TODO: Trying patch debian/patches/Bug#417316-GCC4.3.diff at level 1\n  ... 0 ... 2 ... failure.\n	\N	\N	\N	\N	\N	\N	\N	\N	6053	\N	\N	\N
-29457	512	6671	2007-04-02 23:30:35	\n* NOT RELEASED YET\n	\N	f	\N	\N	0.9.0	\N	\N	\N	5845	3	\N	\N
-29458	512	6671	2007-04-02 22:07:09	\n* Upload to unstable\n	\N	\N	\N	\N	\N	\N	\N	\N	5837	\N	\N	\N
-29459	512	6671	2007-03-04 13:55:01	\n* Robust get-orig-source target\n	\N	\N	\N	\N	\N	\N	\N	\N	5696	\N	\N	\N
-29460	512	6671	2007-03-03 14:04:40	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	5665	\N	\N	\N
-29461	512	6671	2007-03-03 13:26:53	\n* New upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	5663	\N	\N	\N
-29462	504	6672	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	0.6.4	\N	\N	\N	8140	2	\N	\N
-29463	512	6672	2006-10-08 17:00:44	\ndebian/rules get-orig-source target & tarballs/ build-area dirs\n	\N	\N	\N	\N	\N	\N	\N	\N	4639	\N	\N	\N
-29464	509	6672	2006-03-31 10:35:03	\nbumped compat to 5, added extra space to have verbatim homepage\n	\N	\N	\N	\N	\N	\N	\N	\N	3449	\N	\N	\N
-29465	509	6672	2005-12-02 12:38:06	\nUpdate for kat 0.6.4-2\n	\N	\N	\N	\N	\N	\N	\N	\N	2500	\N	\N	\N
-29483	519	6676	2007-08-30 10:50:01	\n1.0.1-4: Security (CVE-2007-4400) fix and new menu section\n	\N	\N	\N	\N	\N	\N	\N	\N	7143	\N	\N	\N
-29484	519	6676	2007-07-24 00:52:42	\nPreparing 1.0.1-3 for unstable & 1.0.1+svn690460 for experimental\n	\N	\N	\N	\N	\N	\N	\N	\N	6843	\N	\N	\N
-29485	519	6676	2007-07-17 23:22:20	\nUse non-standard port 7000 for irc.debian.org.\n	\N	\N	\N	\N	\N	\N	\N	\N	6767	\N	\N	\N
-29486	519	6676	2007-07-17 23:00:07	\nA few changes for 1.0.1-3\n	\N	\N	\N	\N	\N	\N	\N	\N	6766	\N	\N	\N
-29487	512	6677	2007-07-04 15:24:32	\n* Add debian/rules get-orig-source target for http://buildserver.net\n	\N	f	\N	\N	1.5~pre2	\N	\N	\N	6679	2	\N	\N
-29488	512	6677	2007-07-04 08:42:03	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	6658	\N	\N	\N
-29489	512	6677	2007-07-04 08:32:06	\n* New upstream release\n  - Release highlights:\n     - added support for now playing information\n     - added file transfer previews\n     - fixed critical bugs with the direct file transfer\n     - fixed clickable links in the chat window\n     - fixed problems with emoticon styles\n     - fixed problems with the installation\n     - updated many translations\n  - Upload pre releases to experimental\n* Maintainer: Debian KDE Extras Team\n  - Thanks to Mario Iseli for his work todate and welcome to the team!\n	\N	\N	\N	\N	\N	\N	\N	\N	6655	\N	\N	\N
-29490	512	6677	2007-07-04 08:22:59	\n* NOT RELEASED YET\n* Update debian/watch\n	\N	\N	\N	\N	\N	\N	\N	\N	6654	\N	\N	\N
-29491	518	6677	2007-06-11 03:47:28	\npkg-kde/kmess: Set maintainer to pkg-kde-extras, added a relibtoolization patch\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6460	\N	\N	\N
-29493	512	6678	2006-12-04 22:33:46	\nLink svn README to packages\n	\N	\N	\N	\N	\N	\N	\N	\N	5065	\N	\N	\N
-29494	512	6678	2006-11-10 21:20:31	\n* NOT RELEASED YET\n* Add ./debian/rules get-orig-source for http://buildserver.net\n	\N	\N	\N	\N	\N	\N	\N	\N	4879	\N	\N	\N
-29495	509	6678	2006-11-09 11:07:33	\ntags keep 0.4.0-1\n	\N	\N	\N	\N	\N	\N	\N	\N	4865	\N	\N	\N
-29496	509	6678	2006-08-01 15:13:42	\nAdd keep package\n	\N	\N	\N	\N	\N	\N	\N	\N	4271	\N	\N	\N
-29497	512	6679	2007-09-28 18:50:56	\n* NOT RELEASED YET\n* TODO: relibtoolize\n	\N	f	\N	\N	0.1.2	\N	\N	\N	7283	2	\N	\N
-29498	512	6679	2007-09-28 18:47:37	\nReleasing\n	\N	\N	\N	\N	\N	\N	\N	\N	7281	\N	\N	\N
-29499	512	6679	2007-09-28 18:46:18	\n* NOT RELEASED YET\n* New upstream release\n* Bump soname to package libkdcraw2\n* TODO: relibtoolize\n	\N	\N	\N	\N	\N	\N	\N	\N	7280	\N	\N	\N
-29500	512	6679	2007-09-06 12:27:35	\n* (NOT RELEASED YET) New upstream release\n* Regenerate 98_buildprep\n	\N	\N	\N	\N	\N	\N	\N	\N	7211	\N	\N	\N
-29501	512	6679	2007-06-26 08:32:21	\nReleasing\n	\N	\N	\N	\N	\N	\N	\N	\N	6573	\N	\N	\N
-29502	504	6680	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	0.5.0~beta3	\N	\N	\N	8140	1	\N	\N
-29503	509	6680	2007-08-08 22:20:35	\n* Update copyright.\n* Port to gammu 1.12.x\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7012	\N	\N	\N
-29504	509	6680	2007-08-04 12:29:30	\n* Update kmobiletools.\n	\N	\N	\N	\N	\N	\N	\N	\N	6952	\N	\N	\N
-29505	509	6680	2007-08-03 09:21:38	\n* Add TODO from francesco and some bits inside.\n	\N	\N	\N	\N	\N	\N	\N	\N	6942	\N	\N	\N
-29506	509	6680	2007-08-03 09:10:37	\n* Sync. kmt trunk with Francesco Pedrini WIP.\n	\N	\N	\N	\N	\N	\N	\N	\N	6941	\N	\N	\N
-29507	512	6681	2007-08-07 23:23:16	\nCleanup for http://buildserver.net\n	\N	f	\N	\N	1.4.4	\N	\N	\N	7005	2	\N	\N
-29525	516	6684	2007-12-06 11:45:21	\nReleased 1.3.22-4\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8136	\N	\N	\N
-29526	516	6684	2007-11-26 16:54:29	\nRemoved build dependency on g++, closes: #452976\nAlso removed build dependency on libqt3-mt-dev because kdelibs4-dev depends on it.\nMade menu file adhere new standard.\nDo not install sources for help files.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8088	\N	\N	\N
-29527	519	6685	2007-11-22 09:30:32	\ncomment fix for 05_ patch\n	\N	f	\N	\N	2.2.4.dfsg.1	\N	\N	\N	8031	1	\N	\N
-29528	519	6685	2007-11-22 03:45:19	\n2.2.4-1 is ready for upload. Thanks to the new nagger of the day dpkg-shlibs, ktorrent is now almost free of useless linkages and mislinkages.\n	\N	\N	\N	\N	\N	\N	\N	\N	8025	\N	\N	\N
-29529	519	6685	2007-11-19 21:18:33	\nPreparing for 2.2.4. It is slated for release tomorrow\n	\N	\N	\N	\N	\N	\N	\N	\N	7985	\N	\N	\N
-29530	519	6685	2007-11-18 19:51:50	\nPreparing for -2. Two new patches, one of them - crash fix. not for release yet.\n	\N	\N	\N	\N	\N	\N	\N	\N	7954	\N	\N	\N
-29531	519	6685	2007-11-14 23:57:29	\n* New upstream release (2.2.3). Ready for upload\n	\N	\N	\N	\N	\N	\N	\N	\N	7894	\N	\N	\N
-29532	504	6686	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	0.8.5	\N	\N	\N	8140	2	\N	\N
-29533	509	6686	2007-11-10 11:02:26	\n* Add libxine1-x dependency to kaffeine.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7842	\N	\N	\N
-29534	509	6686	2007-11-10 10:44:43	\n* Restrict dependency on hdparm only for linux architectures.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7841	\N	\N	\N
-29535	512	6686	2007-08-07 23:23:16	\nCleanup for http://buildserver.net\n	\N	\N	\N	\N	\N	\N	\N	\N	7005	\N	\N	\N
-29536	512	6686	2007-07-29 00:27:46	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	6890	\N	\N	\N
-29537	512	6687	2007-08-07 23:23:16	\nCleanup for http://buildserver.net\n	\N	f	\N	\N	0.4.8	\N	\N	\N	7005	2	\N	\N
-29538	512	6687	2007-07-19 22:52:17	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	6781	\N	\N	\N
-29539	512	6687	2007-07-19 22:50:44	\n  - fixed high CPU load when the default gateway is missing (sysbackend)\n  - spawns many processes even when disabled (Closes: #411013)\n  - CPU usage way too high (Closes: #411146)\n  - New upstream 0.4.8 (Closes: #432835)\n	\N	\N	\N	\N	\N	\N	\N	\N	6779	\N	\N	\N
-29540	512	6687	2007-05-19 13:46:40	\nNRY\n	\N	\N	\N	\N	\N	\N	\N	\N	6285	\N	\N	\N
-29541	512	6687	2007-04-02 22:44:05	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	5843	\N	\N	\N
-29542	274	6688	2007-07-17 14:05:42	\n"svn propset mergeWithUpstream 1 debian"\nit is to get ir working with http://svnbuildstat.debian.net\n\n	\N	f	\N	\N	1.0.2	\N	\N	\N	6754	2	\N	\N
-29543	512	6688	2007-07-04 08:36:10	\nAdd kde-extras README.Debian\n	\N	\N	\N	\N	\N	\N	\N	\N	6656	\N	\N	\N
-29544	274	6688	2007-05-29 15:19:20	\npatch to fix FTBFS with GCC 4.3\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6393	\N	\N	\N
-29545	274	6688	2007-04-24 18:04:02	\nbasket 1.0.2\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5986	\N	\N	\N
-29546	505	6688	2007-04-19 09:43:34	\nadd danish translations\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5931	\N	\N	\N
-29547	512	6689	2006-12-04 22:33:46	\nLink svn README to packages\n	\N	f	\N	\N	0.4.1	\N	\N	\N	5065	1	\N	\N
-29548	512	6689	2006-11-16 21:32:19	\nhttp://buildserver.net\n	\N	\N	\N	\N	\N	\N	\N	\N	4917	\N	\N	\N
-29549	520	6689	2006-01-10 01:26:54	\nkboggle: add changelog entry for new 0.4.1 release\n\n	\N	\N	\N	\N	\N	\N	\N	\N	2813	\N	\N	\N
-29568	505	6693	2006-12-29 00:11:54	\nreintroducing the klearlook.kscrxcksr\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5191	\N	\N	\N
-29569	274	6693	2006-12-28 22:56:55	\nRemoving commentaries\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5190	\N	\N	\N
-29570	505	6693	2006-12-28 13:09:11	\nFinishing reworking stuff and relibtoolizing.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5188	\N	\N	\N
-29571	512	6693	2006-12-04 22:33:46	\nLink svn README to packages\n	\N	\N	\N	\N	\N	\N	\N	\N	5065	\N	\N	\N
-29572	504	6694	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	2.4.0	\N	\N	\N	8140	2	\N	\N
-29573	512	6694	2007-07-03 20:09:29	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	6649	\N	\N	\N
-29574	512	6694	2007-07-03 19:47:53	\n* New upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	6647	\N	\N	\N
-29575	512	6694	2007-07-03 17:49:38	\n* (NOT RELEASED YET) New upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	6646	\N	\N	\N
-29576	509	6694	2007-06-12 15:09:15	\nprepare taskjuggler new upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	6469	\N	\N	\N
-29577	504	6695	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	1.6.0	\N	\N	\N	8140	1	\N	\N
-29578	512	6695	2007-08-07 23:23:16	\nCleanup for http://buildserver.net\n	\N	\N	\N	\N	\N	\N	\N	\N	7005	\N	\N	\N
-29579	509	6695	2007-07-12 22:46:59	\ntag kscope-1.6.0-1\n	\N	\N	\N	\N	\N	\N	\N	\N	6737	\N	\N	\N
-29580	509	6695	2007-05-15 20:19:14	\ntags kscope-1.5.2-1. Must fix #420874, KScope no longer uses the project semaphores.\n	\N	\N	\N	\N	\N	\N	\N	\N	6202	\N	\N	\N
-29581	512	6695	2007-03-24 13:46:00	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	5771	\N	\N	\N
-29583	512	6696	2007-08-07 23:23:16	\nCleanup for http://buildserver.net\n	\N	\N	\N	\N	\N	\N	\N	\N	7005	\N	\N	\N
-29584	512	6696	2007-05-08 22:56:44	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	6077	\N	\N	\N
-29585	512	6696	2007-05-08 22:41:25	\n* Add debian/rules get-orig-source target\n	\N	\N	\N	\N	\N	\N	\N	\N	6075	\N	\N	\N
-29586	512	6696	2007-05-08 22:39:44	\n* Add Architecture: armel armeb: please add armel support (Closes: #408783)\n	\N	\N	\N	\N	\N	\N	\N	\N	6074	\N	\N	\N
-29588	274	6697	2007-12-05 00:13:32	\nnew kid3 version 0.10\n\n	\N	\N	\N	\N	\N	\N	\N	\N	8122	\N	\N	\N
-29589	274	6697	2007-09-26 09:25:14	\nFix clean rule to allow package be built twice in a row. (Closes: #442615)\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7241	\N	\N	\N
-29590	274	6697	2007-07-16 22:39:06	\nThese files were not added to the SVN...\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6746	\N	\N	\N
-29591	274	6697	2007-07-16 21:50:35	\nkid3, pacth fixing 432953.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6743	\N	\N	\N
-29592	504	6698	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	0.4.2	\N	\N	\N	8140	2	\N	\N
-29593	512	6698	2006-12-04 22:33:46	\nLink svn README to packages\n	\N	\N	\N	\N	\N	\N	\N	\N	5065	\N	\N	\N
-29609	520	6701	2006-12-04 20:46:13	\nlibkexif: hell, I always forget that aclocal.m4 change is not catched\n\tby buildprep, for whatever %$%^& reason :(\n	\N	\N	\N	\N	\N	\N	\N	\N	5061	\N	\N	\N
-29611	520	6701	2006-12-04 20:09:43	\nlibkexif:\n  * add patches:\n    + 98_buildprep.diff\n    + 99_configure.diff - replaces $LIB_QT with -lqt-mt. This prevents\n\tunnecessary libs listed when linked.  They are loaded by ld\n\tautomaticly because libqt-mt lists them as NEEDED\n    Closes: #401513: libkexif: FTBFS: Tries to regenerate autofiles\n  * bump standards-Version to 3.7.2.  No changes necessary.\n\n  pbuilds fine on dapper\n	\N	\N	\N	\N	\N	\N	\N	\N	5059	\N	\N	\N
-29612	512	6702	2007-09-28 18:21:49	\n* NOT RELEASED YET\n	\N	f	\N	\N	0.1.6	\N	\N	\N	7276	2	\N	\N
-29613	512	6702	2007-09-28 18:19:11	\n* New upstream release\n* lintian cleanup:\n  - use ${binary:Version}  substvar-source-version-is-deprecated libkexiv2-dev\n  - Bump soname: package-name-doesnt-match-sonames libkexiv2-3\n	\N	\N	\N	\N	\N	\N	\N	\N	7274	\N	\N	\N
-29614	512	6702	2007-09-28 01:04:52	\n* TODO: \n   W: libkexiv2 source: substvar-source-version-is-deprecated libkexiv2-dev \n   W: libkexiv2-1: package-name-doesnt-match-sonames libkexiv2-3\n	\N	\N	\N	\N	\N	\N	\N	\N	7271	\N	\N	\N
-29615	512	6702	2007-09-28 00:57:19	\n* (NOT RELEASED YET) New upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	7269	\N	\N	\N
-29616	512	6702	2007-07-04 08:43:58	\ncleanup\n	\N	\N	\N	\N	\N	\N	\N	\N	6660	\N	\N	\N
-29617	504	6703	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	0.5.7	\N	\N	\N	8140	1	\N	\N
-29618	509	6703	2007-10-28 15:35:05	\nTags Strigi 0.5.7-1. I don't have super cow powers.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7696	\N	\N	\N
-29619	509	6703	2007-10-28 15:07:17	\nPrepare Strigi 0.5.7-1.\n\n  * New upstream release.\n  * Update branch pull patch to r729946.\n  * Add query.h, queryparser.h and variant.h to libstreamanalyzer-dev package.\n  * Add Dm-Upload-Allowed for Debian Maintainer uploads.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7695	\N	\N	\N
-29620	509	6703	2007-10-28 15:05:27	\n* Already uploaded. Tags strigi 0.5.6-1.\n\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7694	\N	\N	\N
-29621	509	6703	2007-10-21 10:49:50	\n* Refresh the branch pull.\n* Move clucene index plugin in libstreamanalyzer.\n* Update Homepage.\n* Add strict version dependency on -dev packages.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7623	\N	\N	\N
-29622	512	6704	2007-11-30 11:28:16	\n* NOT RELEASED YET\n	\N	f	\N	\N	0.7.0	\N	\N	\N	8118	3	\N	\N
-29623	512	6704	2007-11-30 11:27:44	\nReleasing\n	\N	\N	\N	\N	\N	\N	\N	\N	8116	\N	\N	\N
-29624	512	6704	2007-11-30 10:58:09	\n* Upgrade debian/watch\n  - debian/watch fails to report upstream&#39;s version (Closes:\n  #450098)\n	\N	\N	\N	\N	\N	\N	\N	\N	8115	\N	\N	\N
-29625	512	6704	2007-11-30 10:52:34	\n* Move Homepage: to headers\n	\N	\N	\N	\N	\N	\N	\N	\N	8114	\N	\N	\N
-29626	512	6704	2007-11-30 10:50:42	\n* --enable-debug=full\n* Rebuild for libgpod3\n* libgpod now does not depends on libffi\n  - tripod - FTBFS: cannot find -lffi (Closes: #452662)\n	\N	\N	\N	\N	\N	\N	\N	\N	8113	\N	\N	\N
-29627	517	6705	2007-10-13 12:26:17	\nReality check. Remove myself from the uploaders.\n\n	\N	f	\N	\N	1.0.1	\N	\N	\N	7436	3.dfsg-3	\N	\N
-29628	512	6705	2007-08-19 10:51:49	\n* debian/rules clean: [ ! -f Makefile ]|| rule\n	\N	\N	\N	\N	\N	\N	\N	\N	7108	\N	\N	\N
-29629	512	6705	2007-08-18 20:31:48	\n* Add Build-Depends: kdelibs4c2a - clean target requires kde-config\n	\N	\N	\N	\N	\N	\N	\N	\N	7107	\N	\N	\N
-29630	512	6705	2007-08-18 20:07:47	\n* Add debian/watch\n	\N	\N	\N	\N	\N	\N	\N	\N	7105	\N	\N	\N
-29631	512	6705	2007-08-12 14:00:38	\n* NOT RELEASED YET\n* cleanbuilddir common-configure-arch::\n	\N	\N	\N	\N	\N	\N	\N	\N	7062	\N	\N	\N
-29651	512	6709	2006-12-04 22:33:46	\nLink svn README to packages\n	\N	\N	\N	\N	\N	\N	\N	\N	5065	\N	\N	\N
-29652	504	6710	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	0.6.3	\N	\N	\N	8140	1	\N	\N
-29653	512	6710	2007-09-28 07:44:40	\n* Disable broken get-orig-source target\n	\N	\N	\N	\N	\N	\N	\N	\N	7273	\N	\N	\N
-29654	509	6710	2007-08-24 01:22:17	\n* Tag kwlan 0.6.3-1\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7125	\N	\N	\N
-29655	512	6710	2007-07-04 08:48:24	\nSync README.Debian\n	\N	\N	\N	\N	\N	\N	\N	\N	6667	\N	\N	\N
-29656	509	6710	2007-06-10 12:06:53	\nTags kwlan-0.6.2-1:\n  * New upstream release. (Closes: #427583)\n    * Add option to show commands in kdesu password requests.\n  * Cleanout upstream tarball shipped with debian/ dir.\n  * Remove svn commit files.\n  * Add clean target in rules to fix FTBFS if built twice in a row.\n    (Closes: #424485)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	6458	\N	\N	\N
-29657	504	6711	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	0.8	\N	\N	\N	8140	2	\N	\N
-29658	512	6711	2007-10-20 13:36:11	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	7598	\N	\N	\N
-29659	512	6711	2007-10-20 13:16:55	\n* New upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	7596	\N	\N	\N
-29660	509	6711	2007-10-03 20:57:46	\nTag komparator 0.7-2:\n  * Add menu file. (Closes: #442298)\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7327	\N	\N	\N
-29661	512	6711	2007-09-03 08:04:28	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	7172	\N	\N	\N
-29662	512	6712	2007-07-04 14:17:27	\n* Add debian/rules get-orig-source target for\n  http://buildserver.net\n	\N	f	\N	\N	0.2.7	\N	\N	\N	6674	2	\N	\N
-29663	512	6712	2007-07-04 14:03:24	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	6672	\N	\N	\N
-29664	514	6712	2007-05-28 04:01:07	\nRemove a non-latin charcater in mapange and add GFDL in copyright for files under doc/\n	\N	\N	\N	\N	\N	\N	\N	\N	6380	\N	\N	\N
-29665	514	6712	2007-01-23 06:14:01	\nAdd packages License\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5410	\N	\N	\N
-29666	514	6712	2007-01-16 11:47:00	\nrewrite manpage\n\n	\N	\N	\N	\N	\N	\N	\N	\N	5316	\N	\N	\N
-29667	512	6713	2007-03-04 13:09:20	\n* Robust get-orig-source target\n	\N	f	\N	\N	0.1.5	\N	\N	\N	5687	3	\N	\N
-29668	512	6713	2007-03-03 19:20:57	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	5679	\N	\N	\N
-29669	512	6713	2007-03-03 19:17:19	\n* libkipi-dev Depends: pkg-config\n	\N	\N	\N	\N	\N	\N	\N	\N	5676	\N	\N	\N
-29670	512	6713	2007-03-03 19:11:40	\nMerge branches/experimental with trunk and upload 1.5 to unstable\n	\N	\N	\N	\N	\N	\N	\N	\N	5675	\N	\N	\N
-29671	512	6713	2006-12-10 22:19:26	\n* Add Build-Depends: autotools-dev\n	\N	\N	\N	\N	\N	\N	\N	\N	5112	\N	\N	\N
-29672	504	6714	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	0.8.1	\N	\N	\N	8140	2	\N	\N
-29673	512	6714	2007-08-06 22:17:31	\n* NOT RELEASED YET\n* Remove get-orig-source targets. sf.net sillyness.\n	\N	\N	\N	\N	\N	\N	\N	\N	6992	\N	\N	\N
-29691	512	6718	2006-11-05 01:20:48	\n* Patch from Luis Rodrigo Gallardo Cruz:\n  - unsermake - No such file or directory: '/usr/lib/python2.4/site-\n  packages/unsermake' (Closes: #393049)\n	\N	\N	\N	\N	\N	\N	\N	\N	4853	\N	\N	\N
-29692	512	6718	2006-10-08 17:00:44	\ndebian/rules get-orig-source target & tarballs/ build-area dirs\n	\N	\N	\N	\N	\N	\N	\N	\N	4639	\N	\N	\N
-29694	512	6719	2007-11-24 14:14:08	\n* (NOT RELEASED YET) New upstream release\n	\N	f	\N	\N	0.16~pre1	\N	\N	\N	8067	1	\N	\N
-29695	512	6719	2007-07-22 15:44:47	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	6799	\N	\N	\N
-29696	512	6719	2007-07-22 13:21:32	\n* New upstream release\n	\N	\N	\N	\N	\N	\N	\N	\N	6794	\N	\N	\N
-29697	512	6719	2007-07-22 13:12:28	\n* (NOT RELEASED YET) New upstream release\n  - maintenance release, support for Minolta G500 RAW files\n	\N	\N	\N	\N	\N	\N	\N	\N	6793	\N	\N	\N
-29698	512	6719	2007-07-04 08:46:57	\nSync README.Debian\n	\N	\N	\N	\N	\N	\N	\N	\N	6665	\N	\N	\N
-29699	504	6720	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	\N	f	\N	\N	1.2	\N	\N	\N	8140	1	\N	\N
-29700	509	6720	2007-10-03 14:52:05	\nTag kdmtheme 1.2-1\n  * New upstream release.\n  * Update kdmtheme override warning patch.\n  * Add patch to replace deprecated qlist.h include.\n  * Add Build-Depends: quilt, automake1.7.\n  * Update copyright file.\n  * Update watch file.\n\n	\N	\N	\N	\N	\N	\N	\N	\N	7318	\N	\N	\N
-29701	512	6720	2007-09-30 12:37:55	\n* (NOT RELEASED YET) New upstream release\n* Add Build-Depends: automake1.7\n	\N	\N	\N	\N	\N	\N	\N	\N	7305	\N	\N	\N
-29702	509	6720	2007-02-01 10:19:59	\ntargeted for Etch\n	\N	\N	\N	\N	\N	\N	\N	\N	5508	\N	\N	\N
-29703	509	6720	2007-01-31 22:13:41	\ntags kdmtheme 1.1.2-2 ready to upload\n	\N	\N	\N	\N	\N	\N	\N	\N	5507	\N	\N	\N
-29704	512	6721	2007-04-08 19:42:40	\n* NOT RELEASED YET\n	\N	f	\N	\N	2:0.9.1	2	\N	\N	5868	4	\N	\N
-29705	512	6721	2007-04-08 19:18:56	\nReleasing\n	\N	\N	\N	\N	\N	\N	\N	\N	5866	\N	\N	\N
-29706	520	6721	2007-04-06 22:29:59	\ndigikamimageplugins:\n  * debian/control: Fix XS-Vcs-*.  Packaging moved from branches/experimental\n    to trunk/\n	\N	\N	\N	\N	\N	\N	\N	\N	5864	\N	\N	\N
-29707	512	6721	2007-04-04 23:45:40	\nMerge\n	\N	\N	\N	\N	\N	\N	\N	\N	5862	\N	\N	\N
-29708	512	6721	2007-04-04 23:45:22	\nMerge-delete\n	\N	\N	\N	\N	\N	\N	\N	\N	5861	\N	\N	\N
-29709	512	6722	2007-08-19 17:27:36	\n* Depends: kdebase-bin needed for ksystraycmd and kdesu\n* debian/rules clean: [ ! -f Makefile ]|| rule\n	\N	f	\N	\N	0.5.7	\N	\N	\N	7109	3	\N	\N
-29710	512	6722	2007-08-12 22:33:25	\n* Depends: kdebase-bin needed for ksystraycmd and kdesu \n	\N	\N	\N	\N	\N	\N	\N	\N	7078	\N	\N	\N
-29711	512	6722	2007-08-12 21:40:59	\n* Depends: kdebase-bin\n	\N	\N	\N	\N	\N	\N	\N	\N	7077	\N	\N	\N
-29712	512	6722	2007-08-12 18:02:48	\n* NOT RELEASED YET\n	\N	\N	\N	\N	\N	\N	\N	\N	7076	\N	\N	\N
-29713	512	6722	2007-08-12 18:00:46	\n* Move to Applications/Network/Monitoring:\n  - lintian fix menu-item-uses-apps-section\n	\N	\N	\N	\N	\N	\N	\N	\N	7073	\N	\N	\N
-28096	273	6383	2007-12-02 13:43:56	\ngiven to team\n	@REPOSITORY_URL@/pkg-team/python-dhm/28096/python-dhm_0.6-2~svn4035.dsc	f	\N	\N	0.6	\N	\N	555	3798	2	2008-01-19 20:59:25.170109	\N
-22727	365	5263	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libboulder-perl/22727/libboulder-perl_1.30-3~svn11598.dsc	f	\N	\N	1.30	\N	\N	104	8503	3	2008-01-19 20:35:45.845353	\N
-22977	365	5313	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libnet-snpp-perl/22977/libnet-snpp-perl_1.17-3~svn11598.dsc	f	\N	\N	1.17	\N	\N	155	8503	3	2008-01-19 20:38:09.542513	\N
-28854	489	6543	2007-12-14 19:15:51	\n[freecol] dummy changelog entry\n	\N	f	\N	\N	0.7.2	\N	\N	\N	4947	6	\N	2007-12-26 11:40:52.131369
-28955	480	6564	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	\N	f	\N	\N	1.65	\N	\N	\N	4831	3	\N	2007-12-26 11:42:04.957766
-28721	479	6514	2007-11-09 06:19:37	\n* Add watch file\n* Add myself to uploaders\n* Remove XS- from VCS fields in control\n\n	\N	f	\N	\N	1.0	\N	\N	\N	4599	2	\N	2007-12-26 11:42:14.83583
-27498	266	6260	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/mako/27498/mako_0.1.9-2~svn4035.dsc	f	\N	\N	0.1.9	\N	\N	492	3408	2	2008-01-19 20:29:29.741882	\N
-27537	266	6268	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/gnupginterface/27537/gnupginterface_0.3.2-10~svn4035.dsc	f	\N	\N	0.3.2	\N	\N	493	3408	10	2008-01-19 20:29:32.866014	\N
-27542	266	6269	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/pyusb/27542/pyusb_0.4.1-3~svn4035.dsc	f	\N	\N	0.4.1	\N	\N	494	3408	3	2008-01-19 20:29:35.961839	\N
-27547	266	6270	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/templayer/27547/templayer_1.4-3~svn4035.dsc	f	\N	\N	1.4	\N	\N	495	3408	3	2008-01-19 20:29:38.972462	\N
-27552	266	6271	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/python-tclink/27552/python-tclink_3.4.4-2~svn4035.dsc	f	\N	\N	3.4.4	\N	\N	496	3408	2	2008-01-19 20:29:42.716787	\N
-27562	266	6273	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/hachoir-parser/27562/hachoir-parser_1.0-2~svn4035.dsc	f	\N	\N	1.0	\N	\N	498	3408	2	2008-01-19 20:29:45.592695	\N
-27567	266	6274	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/python-dsv/27567/python-dsv_1.4.0-6~svn4035.dsc	f	\N	\N	1.4.0	\N	\N	499	3408	6	2008-01-19 20:29:48.745115	\N
-27602	266	6281	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/psycopg/27602/psycopg_1.1.21-17~svn4035.dsc	f	\N	\N	1.1.21	\N	\N	502	3408	17	2008-01-19 20:29:51.687168	\N
-27622	266	6285	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/pyro/27622/pyro_3.7-2~svn4035.dsc	f	\N	\N	3.7	\N	\N	504	3408	2	2008-01-19 20:31:47.866635	\N
-27632	266	6287	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/urwid/27632/urwid_0.9.8.1-2~svn4035.dsc	f	\N	\N	0.9.8.1	\N	\N	505	3408	2	2008-01-19 20:31:54.003639	\N
-27642	266	6289	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/python-contract/27642/python-contract_1.4-3~svn4035.dsc	f	\N	\N	1.4	\N	\N	506	3408	3	2008-01-19 20:31:57.097362	\N
-27652	266	6291	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/pythonmagick/27652/pythonmagick_0.7-4~svn4035.dsc	f	\N	\N	0.7	\N	\N	507	3408	4	2008-01-19 20:32:00.071568	\N
-27686	266	6298	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/hachoir-wx/27686/hachoir-wx_0.1.2-2~svn4035.dsc	f	\N	\N	0.1.2	\N	\N	510	3408	2	2008-01-19 20:32:03.248415	\N
-27691	266	6299	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/pyyaml/27691/pyyaml_3.05-2~svn4035.dsc	f	\N	\N	3.05	\N	\N	511	3408	2	2008-01-19 20:32:06.225849	\N
-27709	266	6303	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/myghty/27709/myghty_1.1-4~svn4035.dsc	f	\N	\N	1.1	\N	\N	514	3408	4	2008-01-19 20:32:09.267976	\N
-27759	266	6313	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/simpletal/27759/simpletal_4.1-7~svn4035.dsc	f	\N	\N	4.1	\N	\N	516	3408	7	2008-01-19 20:32:12.378758	\N
-27764	266	6314	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/hachoir-metadata/27764/hachoir-metadata_1.0.1-2~svn4035.dsc	f	\N	\N	1.0.1	\N	\N	517	3408	2	2008-01-19 20:32:15.487665	\N
-27769	266	6315	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/ll-xist/27769/ll-xist_2.15.5-2~svn4035.dsc	f	\N	\N	2.15.5	\N	\N	518	3408	2	2008-01-19 20:32:18.442764	\N
-27782	266	6318	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/pydb/27782/pydb_1.22-4~svn4035.dsc	f	\N	\N	1.22	\N	\N	520	3408	4	2008-01-19 20:32:21.571287	\N
-27796	266	6321	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/pastescript/27796/pastescript_1.3.6-3~svn4035.dsc	f	\N	\N	1.3.6	\N	\N	521	3408	3	2008-01-19 20:32:24.766699	\N
-27806	266	6323	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/tftpy/27806/tftpy_0.4.3-2~svn4035.dsc	f	\N	\N	0.4.3	\N	\N	523	3408	2	2008-01-19 20:32:27.67839	\N
-27811	266	6324	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/ctypes/27811/ctypes_1.0.2-3~svn4035.dsc	f	\N	\N	1.0.2	\N	\N	524	3408	3	2008-01-19 20:32:30.706186	\N
-27840	266	6330	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/pcapy/27840/pcapy_0.10.5-2~svn4035.dsc	f	\N	\N	0.10.5	\N	\N	526	3408	2	2008-01-19 20:32:33.798203	\N
-27845	266	6331	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/python-pysnmp4-mibs/27845/python-pysnmp4-mibs_0.0.5a-2~svn4035.dsc	f	\N	\N	0.0.5a	\N	\N	527	3408	2	2008-01-19 20:32:36.758311	\N
-27850	266	6332	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/pastewebkit/27850/pastewebkit_1.0-2~svn4035.dsc	f	\N	\N	1.0	\N	\N	528	3408	2	2008-01-19 20:32:47.946491	\N
-27865	266	6335	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/python-pysnmp2/27865/python-pysnmp2_2.0.9-2~svn4035.dsc	f	\N	\N	2.0.9	\N	\N	530	3408	2	2008-01-19 20:32:51.007185	\N
-27880	266	6338	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/python-pysnmp4-apps/27880/python-pysnmp4-apps_0.2.6a-1~svn4035.dsc	f	\N	\N	0.2.6a	\N	\N	531	3408	1	2008-01-19 20:32:54.067822	\N
-27885	266	6339	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/python-soappy/27885/python-soappy_0.12.0-3~svn4035.dsc	f	\N	\N	0.12.0	\N	\N	532	3408	3	2008-01-19 20:33:02.362255	\N
-27895	266	6341	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/twill/27895/twill_0.9~b1-2~svn4035.dsc	f	\N	\N	0.9~b1	\N	\N	534	3408	2	2008-01-19 20:33:02.466747	\N
-27940	266	6350	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/pyqwt5/27940/pyqwt5_5.0.1.dfsg-4~svn4035.dsc	f	\N	\N	5.0.1.dfsg	\N	\N	538	3408	4	2008-01-19 20:33:03.256434	\N
-27952	266	6353	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/pyme/27952/pyme_0.7.0-4~svn4035.dsc	f	\N	\N	0.7.0	\N	\N	540	3408	4	2008-01-19 20:33:06.314766	\N
-27957	266	6354	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/pyscript/27957/pyscript_0.6.1-2~svn4035.dsc	f	\N	\N	0.6.1	\N	\N	541	3408	2	2008-01-19 20:33:09.390914	\N
-27962	266	6355	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/twistedsnmp/27962/twistedsnmp_0.3.13-4~svn4035.dsc	f	\N	\N	0.3.13	\N	\N	542	3408	4	2008-01-19 20:33:12.508007	\N
-27992	266	6361	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/pyenchant/27992/pyenchant_1.3.1-2~svn4035.dsc	f	\N	\N	1.3.1	\N	\N	544	3408	2	2008-01-19 20:33:15.571006	\N
-27997	266	6362	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/python-pychart/27997/python-pychart_1.39-7~svn4035.dsc	f	\N	\N	1.39	\N	\N	545	3408	7	2008-01-19 20:33:18.65729	\N
-28007	266	6364	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/pysnmp-se/28007/pysnmp-se_3.5.2-4~svn4035.dsc	f	\N	\N	3.5.2	\N	\N	547	3408	4	2008-01-19 20:33:21.706611	\N
-28027	266	6368	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/pywavelets/28027/pywavelets_0.1.6-4~svn4035.dsc	f	\N	\N	0.1.6	\N	\N	548	3408	4	2008-01-19 20:33:24.802693	\N
-28032	266	6369	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/hachoir-subfile/28032/hachoir-subfile_0.5.2-2~svn4035.dsc	f	\N	\N	0.5.2	\N	\N	549	3408	2	2008-01-19 20:33:27.834062	\N
-28052	266	6373	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/pyasn1/28052/pyasn1_0.0.7a-2~svn4035.dsc	f	\N	\N	0.0.7a	\N	\N	551	3408	2	2008-01-19 20:33:30.919377	\N
-28108	266	6386	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/turboentity/28108/turboentity_0.1.0-2~svn4035.dsc	f	\N	\N	0.1.0	\N	\N	556	3408	2	2008-01-19 20:33:33.979725	\N
-28133	266	6391	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/ll-core/28133/ll-core_1.10.1-2~svn4035.dsc	f	\N	\N	1.10.1	\N	\N	558	3408	2	2008-01-19 20:33:37.025164	\N
-28153	266	6395	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/ply/28153/ply_2.3-2~svn4035.dsc	f	\N	\N	2.3	\N	\N	559	3408	2	2008-01-19 20:33:40.134046	\N
-28194	266	6404	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/pygoogle/28194/pygoogle_0.6-2~svn4035.dsc	f	\N	\N	0.6	\N	\N	562	3408	2	2008-01-19 20:33:53.106729	\N
-28219	266	6409	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/pastedeploy/28219/pastedeploy_1.3.1-2~svn4035.dsc	f	\N	\N	1.3.1	\N	\N	563	3408	2	2008-01-19 20:33:53.176669	\N
-28244	266	6414	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/pymilter/28244/pymilter_0.8.9-2~svn4035.dsc	f	\N	\N	0.8.9	\N	\N	565	3408	2	2008-01-19 20:33:53.240558	\N
-28249	266	6415	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/hachoir-urwid/28249/hachoir-urwid_1.0.1-2~svn4035.dsc	f	\N	\N	1.0.1	\N	\N	566	3408	2	2008-01-19 20:33:53.315549	\N
-28274	266	6420	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/pyqwt3d/28274/pyqwt3d_0.1.6-2~svn4035.dsc	f	\N	\N	0.1.6	\N	\N	568	3408	2	2008-01-19 20:33:54.49845	\N
-21916	299	5089	2007-10-12 01:29:20	\n* Fix multi-lined copyright microformat in debian/copyright.\n	@REPOSITORY_URL@/noteam/libunix-syslog-perl/21916/libunix-syslog-perl_1.0-2~svn6905.dsc	f	\N	\N	1.0	\N	\N	23	5243	2	2008-01-19 20:34:02.524032	\N
-26800	280	6114	2007-10-15 15:06:52	\n* Move libmp3spi-java to pkg-java svn.\n\n	@REPOSITORY_URL@/pkg-java/libmp3spi-java/26800/libmp3spi-java_1.9.4-3~svn5167.dsc	f	\N	\N	1.9.4	\N	\N	64	4415	3	2008-01-19 20:34:02.610634	\N
-25888	280	5907	2007-10-15 21:11:49	\n* Replace XS-Vcs-* with Vcs-*\n\n	@REPOSITORY_URL@/pkg-java/libjlayer-java/25888/libjlayer-java_1.0-2~svn5167.dsc	f	\N	\N	1.0	\N	\N	478	4426	2	2008-01-19 20:34:03.842377	\N
-26793	280	6112	2007-10-15 21:11:49	\n* Replace XS-Vcs-* with Vcs-*\n\n	@REPOSITORY_URL@/pkg-java/libjmac-java/26793/libjmac-java_1.74-2~svn5167.dsc	f	\N	\N	1.74	\N	\N	51	4426	2	2008-01-19 20:34:06.85392	\N
-25714	267	5867	2007-10-16 03:32:04	\n* NOT RELEASED YET\n* debian/control:\n  + Add Vcs-Browser and Vcs-Svn fields.\n\n	@REPOSITORY_URL@/pkg-java/jmagick/25714/jmagick_6.2.6-0-2~svn5167.dsc	f	\N	\N	6.2.6	\N	\N	474	4430	0-2	2008-01-19 20:34:09.944738	\N
-22485	326	5213	2007-10-16 19:59:20	\n[svn-inject] Applying Debian modifications to trunk\n	@REPOSITORY_URL@/noteam/nc6/22485/nc6_1.0-4~svn6905.dsc	f	\N	\N	1.0	\N	\N	57	5330	4	2008-01-19 20:34:13.018879	\N
-22130	326	5135	2007-10-17 17:03:26	\nCorrected watch file\n	@REPOSITORY_URL@/noteam/ebug-http/22130/ebug-http_0.31-2~svn6905.dsc	f	\N	\N	0.31	\N	\N	32	5349	2	2008-01-19 20:34:16.04419	\N
-29078	479	6590	2007-10-17 18:29:45	\nRe-fix watch file\n\n	@REPOSITORY_URL@/pkg-games/vodovod/29078/vodovod_1.10-2~svn5055.dsc	f	\N	\N	1.10	\N	\N	603	4425	2	2008-01-19 20:34:28.106012	\N
-27696	267	6300	2007-10-18 20:07:42	\n* debian/control:\n  + Add Vcs-Browser, Vcs-Svn and Homepage fields.\n  + Make Debian Python Modules Team the maintainer.\n\n	@REPOSITORY_URL@/pkg-team/python-goopy/27696/python-goopy_0.1-3~svn4035.dsc	f	\N	\N	0.1	\N	\N	512	3445	3	2008-01-19 20:34:31.192372	\N
-28844	479	6541	2007-10-21 05:07:36	\nNew upstream release.  Fix watch file and desktop file\n\n	@REPOSITORY_URL@/pkg-games/snowballz/28844/snowballz_0.9.5.1-1~svn5055.dsc	f	\N	\N	0.9.5.1	\N	\N	591	4444	1	2008-01-19 20:34:34.231374	\N
-28879	265	6548	2007-10-21 12:25:06	\nupdated with latest changes\n	@REPOSITORY_URL@/pkg-games/pangzero/28879/pangzero_1.3-2~svn5055.dsc	f	\N	\N	1.3	\N	\N	594	4449	2	2008-01-19 20:34:37.287333	\N
-22542	365	5226	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libastro-fits-cfitsio-perl/22542/libastro-fits-cfitsio-perl_1.05-2~svn11598.dsc	f	\N	\N	1.05	\N	\N	66	8503	2	2008-01-19 20:34:40.395135	\N
-25467	365	5812	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libconfig-inihash-perl/25467/libconfig-inihash-perl_2.9.0-2~svn11598.dsc	f	\N	\N	2.9.0	\N	\N	463	8503	2	2008-01-19 20:34:43.471438	\N
-22557	365	5229	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libconvert-pem-perl/22557/libconvert-pem-perl_0.07-2~svn11598.dsc	f	\N	\N	0.07	\N	\N	70	8503	2	2008-01-19 20:34:46.492403	\N
-22562	365	5230	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libwww-freshmeat-perl/22562/libwww-freshmeat-perl_0.01-4~svn11598.dsc	f	\N	\N	0.01	\N	\N	71	8503	4	2008-01-19 20:34:50.087926	\N
-22587	365	5235	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libnet-z3950-perl/22587/libnet-z3950-perl_0.51-4~svn11598.dsc	f	\N	\N	0.51	\N	\N	75	8503	4	2008-01-19 20:34:51.705427	\N
-22592	365	5236	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libclass-inner-perl/22592/libclass-inner-perl_0.1-5~svn11598.dsc	f	\N	\N	0.1	\N	\N	77	8503	5	2008-01-19 20:34:54.713945	\N
-22597	365	5237	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libmail-bulkmail-perl/22597/libmail-bulkmail-perl_3.12-4~svn11598.dsc	f	\N	\N	3.12	\N	\N	78	8503	4	2008-01-19 20:34:57.762004	\N
-22602	365	5238	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/liblocale-gettext-perl/22602/liblocale-gettext-perl_1.05-2~svn11598.dsc	f	\N	\N	1.05	\N	\N	79	8503	2	2008-01-19 20:35:00.833932	\N
-22637	365	5245	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libclass-throwable-perl/22637/libclass-throwable-perl_0.10-2~svn11598.dsc	f	\N	\N	0.10	\N	\N	84	8503	2	2008-01-19 20:35:04.072934	\N
-22642	365	5246	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libauthen-simple-radius-perl/22642/libauthen-simple-radius-perl_0.1-2~svn11598.dsc	f	\N	\N	0.1	\N	\N	85	8503	2	2008-01-19 20:35:06.991276	\N
-22662	365	5250	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libdatetime-format-w3cdtf-perl/22662/libdatetime-format-w3cdtf-perl_0.04-3~svn11598.dsc	f	\N	\N	0.04	\N	\N	90	8503	3	2008-01-19 20:35:10.084877	\N
-24839	365	5686	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libmail-listdetector-perl/24839/libmail-listdetector-perl_1.01+dfsg-2~svn11598.dsc	f	\N	\N	1.01+dfsg	\N	\N	370	8503	2	2008-01-19 20:35:13.090023	\N
-22677	365	5253	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libwordnet-querydata-perl/22677/libwordnet-querydata-perl_1.46-2~svn11598.dsc	f	\N	\N	1.46	\N	\N	93	8503	2	2008-01-19 20:35:16.585612	\N
-22682	365	5254	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libspreadsheet-writeexcel-perl/22682/libspreadsheet-writeexcel-perl_2.20-2~svn11598.dsc	f	\N	\N	2.20	\N	\N	94	8503	2	2008-01-19 20:35:18.241	\N
-24844	365	5687	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libdata-random-perl/24844/libdata-random-perl_0.05-4~svn11598.dsc	f	\N	\N	0.05	\N	\N	371	8503	4	2008-01-19 20:35:21.3322	\N
-22687	365	5255	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libregexp-common-perl/22687/libregexp-common-perl_2.120-5~svn11598.dsc	f	\N	\N	2.120	\N	\N	96	8503	5	2008-01-19 20:35:24.470897	\N
-22697	365	5257	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libapache-configfile-perl/22697/libapache-configfile-perl_1.18-6~svn11598.dsc	f	\N	\N	1.18	\N	\N	98	8503	6	2008-01-19 20:35:27.45904	\N
-22702	365	5258	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libmodule-pluggable-perl/22702/libmodule-pluggable-perl_3.6-2~svn11598.dsc	f	\N	\N	3.6	\N	\N	99	8503	2	2008-01-19 20:35:30.502622	\N
-22707	365	5259	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libdatetime-format-pg-perl/22707/libdatetime-format-pg-perl_0.16001-2~svn11598.dsc	f	\N	\N	0.16001	\N	\N	100	8503	2	2008-01-19 20:35:33.624662	\N
-24854	365	5689	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libdbix-xmlmessage-perl/24854/libdbix-xmlmessage-perl_0.05-10~svn11598.dsc	f	\N	\N	0.05	\N	\N	372	8503	10	2008-01-19 20:35:36.587352	\N
-22717	365	5261	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libxml-mini-perl/22717/libxml-mini-perl_1.2.8-4~svn11598.dsc	f	\N	\N	1.2.8	\N	\N	101	8503	4	2008-01-19 20:35:42.940274	\N
-22732	365	5264	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libnetxap-perl/22732/libnetxap-perl_0.02-7~svn11598.dsc	f	\N	\N	0.02	\N	\N	273	8503	7	2008-01-19 20:35:48.879013	\N
-22742	365	5266	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libcalendar-simple-perl/22742/libcalendar-simple-perl_1.17-3~svn11598.dsc	f	\N	\N	1.17	\N	\N	108	8503	3	2008-01-19 20:35:51.932527	\N
-24879	365	5694	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/liblogger-syslog-perl/24879/liblogger-syslog-perl_1.1-2~svn11598.dsc	f	\N	\N	1.1	\N	\N	374	8503	2	2008-01-19 20:35:55.029065	\N
-22752	365	5268	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libchart-perl/22752/libchart-perl_2.4.1-5~svn11598.dsc	f	\N	\N	2.4.1	\N	\N	110	8503	5	2008-01-19 20:35:58.073858	\N
-22757	365	5269	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/liblexical-persistence-perl/22757/liblexical-persistence-perl_0.97-2~svn11598.dsc	f	\N	\N	0.97	\N	\N	111	8503	2	2008-01-19 20:36:01.159719	\N
-24884	365	5695	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libdir-purge-perl/24884/libdir-purge-perl_1.02-2~svn11598.dsc	f	\N	\N	1.02	\N	\N	375	8503	2	2008-01-19 20:36:04.280298	\N
-22762	365	5270	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libcontextual-return-perl/22762/libcontextual-return-perl_0.2.1-2~svn11598.dsc	f	\N	\N	0.2.1	\N	\N	113	8503	2	2008-01-19 20:36:07.353978	\N
-22767	365	5271	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libfcgi-procmanager-perl/22767/libfcgi-procmanager-perl_0.17-2~svn11598.dsc	f	\N	\N	0.17	\N	\N	114	8503	2	2008-01-19 20:36:10.329176	\N
-24894	365	5697	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libnet-rawip-perl/24894/libnet-rawip-perl_0.21-2~svn11598.dsc	f	\N	\N	0.21	\N	\N	377	8503	2	2008-01-19 20:36:16.506385	\N
-22787	365	5275	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libio-capture-perl/22787/libio-capture-perl_0.05-2~svn11598.dsc	f	\N	\N	0.05	\N	\N	117	8503	2	2008-01-19 20:36:19.548989	\N
-22797	365	5277	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libi18n-acceptlanguage-perl/22797/libi18n-acceptlanguage-perl_1.04-2~svn11598.dsc	f	\N	\N	1.04	\N	\N	120	8503	2	2008-01-19 20:36:22.597912	\N
-24909	365	5700	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libnet-bluetooth-perl/24909/libnet-bluetooth-perl_0.40-2~svn11598.dsc	f	\N	\N	0.40	\N	\N	379	8503	2	2008-01-19 20:36:25.782463	\N
-22837	365	5285	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libspreadsheet-parseexcel-perl/22837/libspreadsheet-parseexcel-perl_0.3200-2~svn11598.dsc	f	\N	\N	0.3200	\N	\N	127	8503	2	2008-01-19 20:36:29.294741	\N
-24934	365	5705	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libobject-signature-perl/24934/libobject-signature-perl_1.05-2~svn11598.dsc	f	\N	\N	1.05	\N	\N	383	8503	2	2008-01-19 20:36:32.086935	\N
-22847	365	5287	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libmath-vec-perl/22847/libmath-vec-perl_1.01-2~svn11598.dsc	f	\N	\N	1.01	\N	\N	129	8503	2	2008-01-19 20:36:47.072335	\N
-22852	365	5288	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libmath-fibonacci-perl/22852/libmath-fibonacci-perl_1.5-4~svn11598.dsc	f	\N	\N	1.5	\N	\N	279	8503	4	2008-01-19 20:36:52.213326	\N
-24939	365	5706	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libgetopt-euclid-perl/24939/libgetopt-euclid-perl_0.1.0-2~svn11598.dsc	f	\N	\N	0.1.0	\N	\N	384	8503	2	2008-01-19 20:36:52.347819	\N
-24944	365	5707	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libcurses-widgets-perl/24944/libcurses-widgets-perl_1.997-6~svn11598.dsc	f	\N	\N	1.997	\N	\N	385	8503	6	2008-01-19 20:36:53.421866	\N
-22862	365	5290	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libprpc-perl/22862/libprpc-perl_0.1005-21~svn11598.dsc	f	\N	\N	0.1005	\N	\N	131	8503	21	2008-01-19 20:36:56.778845	\N
-22867	365	5291	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libuser-identity-perl/22867/libuser-identity-perl_0.92-2~svn11598.dsc	f	\N	\N	0.92	\N	\N	132	8503	2	2008-01-19 20:37:00.319572	\N
-22872	365	5292	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libtemplate-plugin-yaml-perl/22872/libtemplate-plugin-yaml-perl_1.22-5~svn11598.dsc	f	\N	\N	1.22	\N	\N	134	8503	5	2008-01-19 20:37:03.149598	\N
-22877	365	5293	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libperl6-export-perl/22877/libperl6-export-perl_0.07-10~svn11598.dsc	f	\N	\N	0.07	\N	\N	135	8503	10	2008-01-19 20:37:06.228338	\N
-24959	365	5710	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libtemplate-multilingual-perl/24959/libtemplate-multilingual-perl_0.09-2~svn11598.dsc	f	\N	\N	0.09	\N	\N	386	8503	2	2008-01-19 20:37:09.271534	\N
-22897	365	5297	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libdata-dump-perl/22897/libdata-dump-perl_1.08-3~svn11598.dsc	f	\N	\N	1.08	\N	\N	138	8503	3	2008-01-19 20:37:12.315202	\N
-22907	365	5299	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libemail-simple-perl/22907/libemail-simple-perl_2.003-2~svn11598.dsc	f	\N	\N	2.003	\N	\N	140	8503	2	2008-01-19 20:37:18.552582	\N
-22912	365	5300	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libmath-randomorg-perl/22912/libmath-randomorg-perl_0.04-3~svn11598.dsc	f	\N	\N	0.04	\N	\N	141	8503	3	2008-01-19 20:37:21.62729	\N
-24979	365	5714	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libdigest-hmac-perl-dfsg/24979/libdigest-hmac-perl-dfsg_1.01-7~svn11598.dsc	f	\N	\N	1.01	\N	\N	391	8503	7	2008-01-19 20:37:24.777332	\N
-22922	365	5302	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libtext-formattable-perl/22922/libtext-formattable-perl_1.01-2~svn11598.dsc	f	\N	\N	1.01	\N	\N	143	8503	2	2008-01-19 20:37:39.762154	\N
-22927	365	5303	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libdbd-csv-perl/22927/libdbd-csv-perl_0.2200-4~svn11598.dsc	f	\N	\N	0.2200	\N	\N	145	8503	4	2008-01-19 20:37:42.848554	\N
-22937	365	5305	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libbusiness-isbn-perl/22937/libbusiness-isbn-perl_2.03-2~svn11598.dsc	f	\N	\N	2.03	\N	\N	147	8503	2	2008-01-19 20:37:46.149893	\N
-22952	365	5308	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libdata-dumper-simple-perl/22952/libdata-dumper-simple-perl_0.11-4~svn11598.dsc	f	\N	\N	0.11	\N	\N	151	8503	4	2008-01-19 20:37:49.192597	\N
-24994	365	5717	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libio-multiplex-perl/24994/libio-multiplex-perl_1.09-2~svn11598.dsc	f	\N	\N	1.09	\N	\N	392	8503	2	2008-01-19 20:37:52.192787	\N
-22962	365	5310	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libfile-next-perl/22962/libfile-next-perl_1.00-2~svn11598.dsc	f	\N	\N	1.00	\N	\N	153	8503	2	2008-01-19 20:37:55.351307	\N
-24999	365	5718	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libauthen-simple-smb-perl/24999/libauthen-simple-smb-perl_0.1-3~svn11598.dsc	f	\N	\N	0.1	\N	\N	393	8503	3	2008-01-19 20:37:58.260487	\N
-22967	365	5311	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libsvg-graph-perl/22967/libsvg-graph-perl_0.01-2~svn11598.dsc	f	\N	\N	0.01	\N	\N	154	8503	2	2008-01-19 20:38:01.431366	\N
-25014	365	5721	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libdanga-socket-perl/25014/libdanga-socket-perl_1.57-2~svn11598.dsc	f	\N	\N	1.57	\N	\N	395	8503	2	2008-01-19 20:38:20.70063	\N
-22992	365	5316	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libtk-gbarr-perl/22992/libtk-gbarr-perl_2.07-3~svn11598.dsc	f	\N	\N	2.07	\N	\N	157	8503	3	2008-01-19 20:38:23.795532	\N
-25019	365	5722	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libio-socket-multicast-perl/25019/libio-socket-multicast-perl_1.05-3~svn11598.dsc	f	\N	\N	1.05	\N	\N	396	8503	3	2008-01-19 20:38:26.773239	\N
-25029	365	5724	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libparse-debian-packages-perl/25029/libparse-debian-packages-perl_0.01-2~svn11598.dsc	f	\N	\N	0.01	\N	\N	398	8503	2	2008-01-19 20:38:29.918556	\N
-23022	365	5322	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libtest-use-ok-perl/23022/libtest-use-ok-perl_0.02-2~svn11598.dsc	f	\N	\N	0.02	\N	\N	161	8503	2	2008-01-19 20:38:38.436755	\N
-23032	365	5324	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libsys-hostname-long-perl/23032/libsys-hostname-long-perl_1.4-2~svn11598.dsc	f	\N	\N	1.4	\N	\N	163	8503	2	2008-01-19 20:38:38.552867	\N
-23037	365	5325	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libperl6-form-perl/23037/libperl6-form-perl_0.04-6~svn11598.dsc	f	\N	\N	0.04	\N	\N	165	8503	6	2008-01-19 20:38:43.609002	\N
-23837	365	5485	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libclass-data-accessor-perl/23837/libclass-data-accessor-perl_0.04001-2~svn11598.dsc	f	\N	\N	0.04001	\N	\N	206	8503	2	2008-01-19 20:38:43.692487	\N
-23047	365	5327	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libnet-ph-perl/23047/libnet-ph-perl_2.21-6~svn11598.dsc	f	\N	\N	2.21	\N	\N	166	8503	6	2008-01-19 20:38:43.785778	\N
-23052	365	5328	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libparams-classify-perl/23052/libparams-classify-perl_0.005-2~svn11598.dsc	f	\N	\N	0.005	\N	\N	167	8503	2	2008-01-19 20:38:50.254399	\N
-23057	365	5329	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libcpan-distnameinfo-perl/23057/libcpan-distnameinfo-perl_0.06-2~svn11598.dsc	f	\N	\N	0.06	\N	\N	168	8503	2	2008-01-19 20:38:58.406602	\N
-25074	365	5733	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libmarc-record-perl/25074/libmarc-record-perl_2.0.0-2~svn11598.dsc	f	\N	\N	2.0.0	\N	\N	403	8503	2	2008-01-19 20:39:01.4685	\N
-25089	365	5736	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libthread-pool-simple-perl/25089/libthread-pool-simple-perl_0.23-2~svn11598.dsc	f	\N	\N	0.23	\N	\N	404	8503	2	2008-01-19 20:39:03.489589	\N
-23077	365	5333	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libtemplate-plugin-textile2-perl/23077/libtemplate-plugin-textile2-perl_1.21-4~svn11598.dsc	f	\N	\N	1.21	\N	\N	172	8503	4	2008-01-19 20:39:06.608658	\N
-25093	365	5737	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libio-interface-perl/25093/libio-interface-perl_1.03-2~svn11598.dsc	f	\N	\N	1.03	\N	\N	405	8503	2	2008-01-19 20:39:09.71192	\N
-25103	365	5739	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libmath-numbercruncher-perl/25103/libmath-numbercruncher-perl_5.00-8~svn11598.dsc	f	\N	\N	5.00	\N	\N	407	8503	8	2008-01-19 20:39:12.693065	\N
-25108	365	5740	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libtemplate-plugin-class-perl/25108/libtemplate-plugin-class-perl_0.13-3~svn11598.dsc	f	\N	\N	0.13	\N	\N	408	8503	3	2008-01-19 20:39:16.070379	\N
-23087	365	5335	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libi18n-charset-perl/23087/libi18n-charset-perl_1.385-2~svn11598.dsc	f	\N	\N	1.385	\N	\N	173	8503	2	2008-01-19 20:39:23.86965	\N
-25123	365	5743	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libmro-compat-perl/25123/libmro-compat-perl_0.05-2~svn11598.dsc	f	\N	\N	0.05	\N	\N	410	8503	2	2008-01-19 20:39:23.939091	\N
-23102	365	5338	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libconfig-auto-perl/23102/libconfig-auto-perl_0.20-2~svn11598.dsc	f	\N	\N	0.20	\N	\N	176	8503	2	2008-01-19 20:39:24.991239	\N
-25128	365	5744	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libterm-readline-gnu-perl/25128/libterm-readline-gnu-perl_1.16-3~svn11598.dsc	f	\N	\N	1.16	\N	\N	411	8503	3	2008-01-19 20:39:29.105911	\N
-25133	365	5745	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libproc-background-perl/25133/libproc-background-perl_1.08-3~svn11598.dsc	f	\N	\N	1.08	\N	\N	412	8503	3	2008-01-19 20:39:31.90355	\N
-23117	365	5341	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libemail-localdelivery-perl/23117/libemail-localdelivery-perl_0.217-2~svn11598.dsc	f	\N	\N	0.217	\N	\N	180	8503	2	2008-01-19 20:39:35.052174	\N
-25138	365	5746	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libmodule-signature-perl/25138/libmodule-signature-perl_0.55-2~svn11598.dsc	f	\N	\N	0.55	\N	\N	413	8503	2	2008-01-19 20:39:38.052403	\N
-23122	365	5342	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libemail-send-io-perl/23122/libemail-send-io-perl_2.200-2~svn11598.dsc	f	\N	\N	2.200	\N	\N	181	8503	2	2008-01-19 20:39:47.197236	\N
-23132	365	5344	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libxml-namespacesupport-perl/23132/libxml-namespacesupport-perl_1.09-4~svn11598.dsc	f	\N	\N	1.09	\N	\N	182	8503	4	2008-01-19 20:39:50.252688	\N
-23142	365	5346	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libcache-simple-timedexpiry-perl/23142/libcache-simple-timedexpiry-perl_0.27-2~svn11598.dsc	f	\N	\N	0.27	\N	\N	183	8503	2	2008-01-19 20:39:53.372301	\N
-23147	365	5347	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libpdf-table-perl/23147/libpdf-table-perl_0.9.3-2~svn11598.dsc	f	\N	\N	0.9.3	\N	\N	184	8503	2	2008-01-19 20:39:56.430972	\N
-25153	365	5749	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libparse-syslog-perl/25153/libparse-syslog-perl_1.09-3~svn11598.dsc	f	\N	\N	1.09	\N	\N	415	8503	3	2008-01-19 20:39:59.53852	\N
-23152	365	5348	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libdevel-repl-perl/23152/libdevel-repl-perl_1.001000-3~svn11598.dsc	f	\N	\N	1.001000	\N	\N	185	8503	3	2008-01-19 20:40:07.564271	\N
-23157	365	5349	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libcache-cache-perl/23157/libcache-cache-perl_1.05-3~svn11598.dsc	f	\N	\N	1.05	\N	\N	186	8503	3	2008-01-19 20:40:07.636029	\N
-25158	365	5750	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libwwwbrowser-perl/25158/libwwwbrowser-perl_2.23-1~svn11598.dsc	f	\N	\N	2.23	\N	\N	416	8503	1	2008-01-19 20:40:08.709677	\N
-23162	365	5350	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libclass-accessor-perl/23162/libclass-accessor-perl_0.31-3~svn11598.dsc	f	\N	\N	0.31	\N	\N	188	8503	3	2008-01-19 20:40:11.836508	\N
-23182	365	5354	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libauthen-simple-dbm-perl/23182/libauthen-simple-dbm-perl_0.2-2~svn11598.dsc	f	\N	\N	0.2	\N	\N	191	8503	2	2008-01-19 20:40:14.992391	\N
-25178	365	5754	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libfile-touch-perl/25178/libfile-touch-perl_0.02-2~svn11598.dsc	f	\N	\N	0.02	\N	\N	420	8503	2	2008-01-19 20:40:22.959217	\N
-25183	365	5755	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libcarp-clan-perl/25183/libcarp-clan-perl_5.9-3~svn11598.dsc	f	\N	\N	5.9	\N	\N	421	8503	3	2008-01-19 20:40:23.030709	\N
-23202	365	5358	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libgeo-ipfree-perl/23202/libgeo-ipfree-perl_0.2-6~svn11598.dsc	f	\N	\N	0.2	\N	\N	196	8503	6	2008-01-19 20:40:31.129962	\N
-23207	365	5359	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libcarp-assert-more-perl/23207/libcarp-assert-more-perl_1.12-2~svn11598.dsc	f	\N	\N	1.12	\N	\N	197	8503	2	2008-01-19 20:40:34.243586	\N
-25193	365	5757	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libbarcode-code128-perl/25193/libbarcode-code128-perl_2.01-2~svn11598.dsc	f	\N	\N	2.01	\N	\N	423	8503	2	2008-01-19 20:40:37.290783	\N
-23217	365	5361	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libauthen-krb5-perl/23217/libauthen-krb5-perl_1.6-3~svn11598.dsc	f	\N	\N	1.6	\N	\N	198	8503	3	2008-01-19 20:40:40.382624	\N
-25203	365	5759	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libtest-without-module-perl/25203/libtest-without-module-perl_0.15-1~svn11598.dsc	f	\N	\N	0.15	\N	\N	614	8503	1	2008-01-19 20:40:43.475628	\N
-23237	365	5365	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libnet-easytcp-perl/23237/libnet-easytcp-perl_0.26-3~svn11598.dsc	f	\N	\N	0.26	\N	\N	202	8503	3	2008-01-19 20:40:46.556465	\N
-25218	365	5762	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libscope-guard-perl/25218/libscope-guard-perl_0.03-2~svn11598.dsc	f	\N	\N	0.03	\N	\N	427	8503	2	2008-01-19 20:40:49.650543	\N
-23252	365	5368	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libgd-securityimage-perl/23252/libgd-securityimage-perl_1.64-2~svn11598.dsc	f	\N	\N	1.64	\N	\N	204	8503	2	2008-01-19 20:40:52.869189	\N
-25228	365	5764	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libdata-types-perl/25228/libdata-types-perl_0.06-2~svn11598.dsc	f	\N	\N	0.06	\N	\N	428	8503	2	2008-01-19 20:40:54.982013	\N
-23257	365	5369	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libfreezethaw-perl/23257/libfreezethaw-perl_0.43-4~svn11598.dsc	f	\N	\N	0.43	\N	\N	205	8503	4	2008-01-19 20:40:58.053367	\N
-23262	365	5370	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libtree-redblack-perl/23262/libtree-redblack-perl_0.3-8~svn11598.dsc	f	\N	\N	0.3	\N	\N	207	8503	8	2008-01-19 20:41:01.153273	\N
-23267	365	5371	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libhttp-server-simple-perl/23267/libhttp-server-simple-perl_0.27-2~svn11598.dsc	f	\N	\N	0.27	\N	\N	208	8503	2	2008-01-19 20:41:04.323085	\N
-25238	365	5766	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libtext-reform-perl/25238/libtext-reform-perl_1.11-7~svn11598.dsc	f	\N	\N	1.11	\N	\N	429	8503	7	2008-01-19 20:41:07.297688	\N
-23277	365	5373	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libapache-dbilogger-perl/23277/libapache-dbilogger-perl_0.93-11~svn11598.dsc	f	\N	\N	0.93	\N	\N	210	8503	11	2008-01-19 20:41:10.523328	\N
-23287	365	5375	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libmodule-packaged-perl/23287/libmodule-packaged-perl_0.86-2~svn11598.dsc	f	\N	\N	0.86	\N	\N	212	8503	2	2008-01-19 20:41:13.364231	\N
-25258	365	5770	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libdigest-sha-perl/25258/libdigest-sha-perl_5.45-2~svn11598.dsc	f	\N	\N	5.45	\N	\N	432	8503	2	2008-01-19 20:41:21.481599	\N
-23332	365	5384	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libnet-imap-simple-ssl-perl/23332/libnet-imap-simple-ssl-perl_1.3-3~svn11598.dsc	f	\N	\N	1.3	\N	\N	218	8503	3	2008-01-19 20:41:24.564367	\N
-23347	365	5387	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libio-string-perl/23347/libio-string-perl_1.08-3~svn11598.dsc	f	\N	\N	1.08	\N	\N	222	8503	3	2008-01-19 20:41:26.713473	\N
-23352	365	5388	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libplot-perl/23352/libplot-perl_2.2.2-4~svn11598.dsc	f	\N	\N	2.2.2	\N	\N	223	8503	4	2008-01-19 20:41:29.776335	\N
-25298	365	5778	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libxml-feed-perl/25298/libxml-feed-perl_0.12-2~svn11598.dsc	f	\N	\N	0.12	\N	\N	437	8503	2	2008-01-19 20:41:42.945906	\N
-25303	365	5779	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libstring-escape-perl/25303/libstring-escape-perl_2002.001-8~svn11598.dsc	f	\N	\N	2002.001	\N	\N	438	8503	8	2008-01-19 20:41:48.335112	\N
-23377	365	5393	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libcgi-xmlform-perl/23377/libcgi-xmlform-perl_0.10-14~svn11598.dsc	f	\N	\N	0.10	\N	\N	228	8503	14	2008-01-19 20:41:48.403929	\N
-25308	365	5780	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libarchive-tar-perl/25308/libarchive-tar-perl_1.36-2~svn11598.dsc	f	\N	\N	1.36	\N	\N	439	8503	2	2008-01-19 20:41:48.468717	\N
-23382	365	5394	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libb-keywords-perl/23382/libb-keywords-perl_1.08-2~svn11598.dsc	f	\N	\N	1.08	\N	\N	230	8503	2	2008-01-19 20:41:48.663348	\N
-23392	365	5396	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libdatetime-format-db2-perl/23392/libdatetime-format-db2-perl_0.05-2~svn11598.dsc	f	\N	\N	0.05	\N	\N	232	8503	2	2008-01-19 20:41:51.716865	\N
-25318	365	5782	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libauthen-simple-perl/25318/libauthen-simple-perl_0.4-5~svn11598.dsc	f	\N	\N	0.4	\N	\N	441	8503	5	2008-01-19 20:41:54.687044	\N
-25323	365	5783	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libauthen-krb5-simple-perl/25323/libauthen-krb5-simple-perl_0.32-3~svn11598.dsc	f	\N	\N	0.32	\N	\N	442	8503	3	2008-01-19 20:42:02.938359	\N
-23397	365	5397	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libfile-read-perl/23397/libfile-read-perl_0.0801-1~svn11598.dsc	f	\N	\N	0.0801	\N	\N	615	8503	1	2008-01-19 20:42:06.000759	\N
-23402	365	5398	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libreturn-value-perl/23402/libreturn-value-perl_1.302-2~svn11598.dsc	f	\N	\N	1.302	\N	\N	1	8503	2	2008-01-19 20:42:09.025617	\N
-25333	365	5785	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/liblocale-maketext-lexicon-perl/25333/liblocale-maketext-lexicon-perl_0.62-3~svn11598.dsc	f	\N	\N	0.62	\N	\N	443	8503	3	2008-01-19 20:42:12.163814	\N
-25343	365	5787	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libb-utils-perl/25343/libb-utils-perl_0.05-3~svn11598.dsc	f	\N	\N	0.05	\N	\N	444	8503	3	2008-01-19 20:42:15.694751	\N
-23417	365	5401	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libsql-statement-perl/23417/libsql-statement-perl_1.15-3~svn11598.dsc	f	\N	\N	1.15	\N	\N	4	8503	3	2008-01-19 20:42:22.407107	\N
-23427	365	5403	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libmodule-versions-report-perl/23427/libmodule-versions-report-perl_1.03-2~svn11598.dsc	f	\N	\N	1.03	\N	\N	5	8503	2	2008-01-19 20:42:22.465607	\N
-23447	365	5407	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libhtml-scrubber-perl/23447/libhtml-scrubber-perl_0.08-5~svn11598.dsc	f	\N	\N	0.08	\N	\N	8	8503	5	2008-01-19 20:42:22.523681	\N
-23452	365	5408	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/liblocale-subcountry-perl/23452/liblocale-subcountry-perl_1.38-3~svn11598.dsc	f	\N	\N	1.38	\N	\N	9	8503	3	2008-01-19 20:42:25.444719	\N
-23462	365	5410	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libcgi-xmlapplication-perl/23462/libcgi-xmlapplication-perl_1.1.3-7~svn11598.dsc	f	\N	\N	1.1.3	\N	\N	11	8503	7	2008-01-19 20:42:28.602922	\N
-23467	365	5411	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libio-prompt-perl/23467/libio-prompt-perl_0.99.4-4~svn11598.dsc	f	\N	\N	0.99.4	\N	\N	12	8503	4	2008-01-19 20:42:31.591008	\N
-25373	365	5793	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libparams-callbackrequest-perl/25373/libparams-callbackrequest-perl_1.17-2~svn11598.dsc	f	\N	\N	1.17	\N	\N	448	8503	2	2008-01-19 20:42:35.021236	\N
-23947	365	5507	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libmoosex-object-pluggable-perl/23947/libmoosex-object-pluggable-perl_0.0005-3~svn11598.dsc	f	\N	\N	0.0005	\N	\N	241	8503	3	2008-01-19 20:42:37.867698	\N
-23497	365	5417	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libperl6-slurp-perl/23497/libperl6-slurp-perl_0.03-6~svn11598.dsc	f	\N	\N	0.03	\N	\N	16	8503	6	2008-01-19 20:42:44.097305	\N
-23507	365	5419	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libxml-dom-xpath-perl/23507/libxml-dom-xpath-perl_0.13-2~svn11598.dsc	f	\N	\N	0.13	\N	\N	17	8503	2	2008-01-19 20:42:52.18092	\N
-25403	365	5799	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libdatetime-format-builder-perl/25403/libdatetime-format-builder-perl_0.7901-2~svn11598.dsc	f	\N	\N	0.7901	\N	\N	451	8503	2	2008-01-19 20:42:55.281453	\N
-25408	365	5800	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libtest-assertions-perl/25408/libtest-assertions-perl_1.054-2~svn11598.dsc	f	\N	\N	1.054	\N	\N	452	8503	2	2008-01-19 20:42:58.300877	\N
-23942	365	5506	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libmsgcat-perl/23942/libmsgcat-perl_1.03-4~svn11598.dsc	f	\N	\N	1.03	\N	\N	240	8503	4	2008-01-19 20:43:01.361998	\N
-25428	365	5804	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libnet-patricia-perl/25428/libnet-patricia-perl_1.014-3~svn11598.dsc	f	\N	\N	1.014	\N	\N	455	8503	3	2008-01-19 20:43:05.287515	\N
-23527	365	5423	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libfilesys-df-perl/23527/libfilesys-df-perl_0.92-3~svn11598.dsc	f	\N	\N	0.92	\N	\N	18	8503	3	2008-01-19 20:43:08.093891	\N
-25443	365	5807	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libhook-lexwrap-perl/25443/libhook-lexwrap-perl_0.20-2~svn11598.dsc	f	\N	\N	0.20	\N	\N	458	8503	2	2008-01-19 20:43:11.559964	\N
-23542	365	5426	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libdbd-sqlite3-perl/23542/libdbd-sqlite3-perl_1.14-2~svn11598.dsc	f	\N	\N	1.14	\N	\N	36	8503	2	2008-01-19 20:43:14.349188	\N
-25448	365	5808	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libmarc-perl/25448/libmarc-perl_1.07-5~svn11598.dsc	f	\N	\N	1.07	\N	\N	459	8503	5	2008-01-19 20:43:17.383807	\N
-25453	365	5809	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libfortune-perl/25453/libfortune-perl_0.2-8~svn11598.dsc	f	\N	\N	0.2	\N	\N	460	8503	8	2008-01-19 20:43:20.674345	\N
-23552	365	5428	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libmasonx-interp-withcallbacks-perl/23552/libmasonx-interp-withcallbacks-perl_1.17-2~svn11598.dsc	f	\N	\N	1.17	\N	\N	37	8503	2	2008-01-19 20:43:23.471859	\N
-23557	365	5429	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libcurses-ui-perl/23557/libcurses-ui-perl_0.95-7~svn11598.dsc	f	\N	\N	0.95	\N	\N	40	8503	7	2008-01-19 20:43:46.602076	\N
-25458	365	5810	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libuniversal-isa-perl/25458/libuniversal-isa-perl_0.06-2~svn11598.dsc	f	\N	\N	0.06	\N	\N	461	8503	2	2008-01-19 20:43:46.672498	\N
-23612	365	5440	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libtest-unit-perl/23612/libtest-unit-perl_0.25-2~svn11598.dsc	f	\N	\N	0.25	\N	\N	55	8503	2	2008-01-19 20:43:46.749373	\N
-23617	365	5441	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libaudio-wav-perl/23617/libaudio-wav-perl_0.06-3~svn11598.dsc	f	\N	\N	0.06	\N	\N	618	8503	3	2008-01-19 20:43:46.816648	\N
-23622	365	5442	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libhash-case-perl/23622/libhash-case-perl_1.004-2~svn11598.dsc	f	\N	\N	1.004	\N	\N	58	8503	2	2008-01-19 20:43:46.895279	\N
-23627	365	5443	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libsub-install-perl/23627/libsub-install-perl_0.924-2~svn11598.dsc	f	\N	\N	0.924	\N	\N	59	8503	2	2008-01-19 20:43:47.001286	\N
-23637	365	5445	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libtest-longstring-perl/23637/libtest-longstring-perl_0.11-2~svn11598.dsc	f	\N	\N	0.11	\N	\N	65	8503	2	2008-01-19 20:43:50.09115	\N
-23657	365	5449	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libfile-which-perl/23657/libfile-which-perl_0.05-8~svn11598.dsc	f	\N	\N	0.05	\N	\N	80	8503	8	2008-01-19 20:43:53.168278	\N
-23667	365	5451	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libfeed-find-perl/23667/libfeed-find-perl_0.06-3~svn11598.dsc	f	\N	\N	0.06	\N	\N	87	8503	3	2008-01-19 20:43:56.253912	\N
-23692	365	5456	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libmail-verp-perl/23692/libmail-verp-perl_0.06-2~svn11598.dsc	f	\N	\N	0.06	\N	\N	105	8503	2	2008-01-19 20:43:59.639659	\N
-23702	365	5458	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libmail-gnupg-perl/23702/libmail-gnupg-perl_0.10-3~svn11598.dsc	f	\N	\N	0.10	\N	\N	119	8503	3	2008-01-19 20:44:02.629331	\N
-23707	365	5459	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libnet-tftp-perl/23707/libnet-tftp-perl_0.17-2~svn11598.dsc	f	\N	\N	0.17	\N	\N	122	8503	2	2008-01-19 20:44:05.651583	\N
-23712	365	5460	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libapache-session-perl/23712/libapache-session-perl_1.84-2~svn11598.dsc	f	\N	\N	1.84	\N	\N	126	8503	2	2008-01-19 20:44:08.670354	\N
-23722	365	5462	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libstar-parser-perl/23722/libstar-parser-perl_0.59-4~svn11598.dsc	f	\N	\N	0.59	\N	\N	136	8503	4	2008-01-19 20:44:11.697395	\N
-23732	365	5464	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libauthen-simple-passwd-perl/23732/libauthen-simple-passwd-perl_0.6-2~svn11598.dsc	f	\N	\N	0.6	\N	\N	142	8503	2	2008-01-19 20:44:21.799207	\N
-23737	365	5465	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libemail-filter-perl/23737/libemail-filter-perl_1.031-2~svn11598.dsc	f	\N	\N	1.031	\N	\N	144	8503	2	2008-01-19 20:44:24.906052	\N
-23742	365	5466	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/liblog-trace-perl/23742/liblog-trace-perl_1.070-2~svn11598.dsc	f	\N	\N	1.070	\N	\N	150	8503	2	2008-01-19 20:44:26.897251	\N
-23762	365	5470	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libdbd-excel-perl/23762/libdbd-excel-perl_0.06-6~svn11598.dsc	f	\N	\N	0.06	\N	\N	159	8503	6	2008-01-19 20:44:30.054579	\N
-23767	365	5471	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libtest-pod-coverage-perl/23767/libtest-pod-coverage-perl_1.08-3~svn11598.dsc	f	\N	\N	1.08	\N	\N	162	8503	3	2008-01-19 20:44:33.075577	\N
-23772	365	5472	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libconvert-binhex-perl/23772/libconvert-binhex-perl_1.119+pristine-3~svn11598.dsc	f	\N	\N	1.119+pristine	\N	\N	164	8503	3	2008-01-19 20:44:36.171287	\N
-23792	365	5476	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libevent-rpc-perl/23792/libevent-rpc-perl_0.90-2~svn11598.dsc	f	\N	\N	0.90	\N	\N	175	8503	2	2008-01-19 20:44:39.433984	\N
-23797	365	5477	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libdate-simple-perl/23797/libdate-simple-perl_3.02-2~svn11598.dsc	f	\N	\N	3.02	\N	\N	178	8503	2	2008-01-19 20:44:42.446628	\N
-23807	365	5479	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libtemplate-plugin-calendar-simple-perl/23807/libtemplate-plugin-calendar-simple-perl_0.02-4~svn11598.dsc	f	\N	\N	0.02	\N	\N	187	8503	4	2008-01-19 20:44:45.622452	\N
-23817	365	5481	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libauthen-simple-cdbi-perl/23817/libauthen-simple-cdbi-perl_0.2-2~svn11598.dsc	f	\N	\N	0.2	\N	\N	193	8503	2	2008-01-19 20:44:48.731009	\N
-23822	365	5482	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libcgi-uploader-perl/23822/libcgi-uploader-perl_2.15-2~svn11598.dsc	f	\N	\N	2.15	\N	\N	195	8503	2	2008-01-19 20:44:51.723785	\N
-23862	365	5490	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libmldbm-perl/23862/libmldbm-perl_2.01-2~svn11598.dsc	f	\N	\N	2.01	\N	\N	224	8503	2	2008-01-19 20:44:59.851786	\N
-23872	365	5492	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libdbd-odbc-perl/23872/libdbd-odbc-perl_1.13-6~svn11598.dsc	f	\N	\N	1.13	\N	\N	231	8503	6	2008-01-19 20:45:02.88738	\N
-23912	365	5500	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libtext-format-perl/23912/libtext-format-perl_0.52-22~svn11598.dsc	f	\N	\N	0.52	\N	\N	236	8503	22	2008-01-19 20:45:05.970815	\N
-23922	365	5502	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libnumber-compare-perl/23922/libnumber-compare-perl_0.01-5~svn11598.dsc	f	\N	\N	0.01	\N	\N	237	8503	5	2008-01-19 20:45:09.027957	\N
-23927	365	5503	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libnamespace-clean-perl/23927/libnamespace-clean-perl_0.05-3~svn11598.dsc	f	\N	\N	0.05	\N	\N	238	8503	3	2008-01-19 20:45:12.080083	\N
-23937	365	5505	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libvalidate-net-perl/23937/libvalidate-net-perl_0.5-3~svn11598.dsc	f	\N	\N	0.5	\N	\N	239	8503	3	2008-01-19 20:45:15.515582	\N
-23962	365	5510	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libauthen-simple-kerberos-perl/23962/libauthen-simple-kerberos-perl_0.1-3~svn11598.dsc	f	\N	\N	0.1	\N	\N	244	8503	3	2008-01-19 20:45:18.291997	\N
-23972	365	5512	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libnetaddr-ip-perl/23972/libnetaddr-ip-perl_4.007+dfsg-2~svn11598.dsc	f	\N	\N	4.007+dfsg	\N	\N	245	8503	2	2008-01-19 20:45:21.319564	\N
-24007	365	5519	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libsmart-comments-perl/24007/libsmart-comments-perl_1.0.2-2~svn11598.dsc	f	\N	\N	1.0.2	\N	\N	250	8503	2	2008-01-19 20:45:24.385656	\N
-24012	365	5520	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libauthen-radius-perl/24012/libauthen-radius-perl_0.13-2~svn11598.dsc	f	\N	\N	0.13	\N	\N	251	8503	2	2008-01-19 20:45:27.463511	\N
-24022	365	5522	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libdate-calc-perl/24022/libdate-calc-perl_5.4-6~svn11598.dsc	f	\N	\N	5.4	\N	\N	253	8503	6	2008-01-19 20:45:40.633412	\N
-24027	365	5523	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libsyntax-highlight-perl-improved-perl/24027/libsyntax-highlight-perl-improved-perl_1.01-3~svn11598.dsc	f	\N	\N	1.01	\N	\N	254	8503	3	2008-01-19 20:45:40.771603	\N
-24032	365	5524	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libwww-google-calculator-perl/24032/libwww-google-calculator-perl_0.04-3~svn11598.dsc	f	\N	\N	0.04	\N	\N	255	8503	3	2008-01-19 20:45:40.864754	\N
-24037	365	5525	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libproc-processtable-perl/24037/libproc-processtable-perl_0.41-6~svn11598.dsc	f	\N	\N	0.41	\N	\N	256	8503	6	2008-01-19 20:45:42.843588	\N
-24042	365	5526	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libclass-meta-perl/24042/libclass-meta-perl_0.53-2~svn11598.dsc	f	\N	\N	0.53	\N	\N	257	8503	2	2008-01-19 20:45:45.844455	\N
-24057	365	5529	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/liblingua-en-numbers-ordinate-perl/24057/liblingua-en-numbers-ordinate-perl_1.02-4~svn11598.dsc	f	\N	\N	1.02	\N	\N	260	8503	4	2008-01-19 20:45:53.903184	\N
-24087	365	5535	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libdata-walk-perl/24087/libdata-walk-perl_1.00-2~svn11598.dsc	f	\N	\N	1.00	\N	\N	263	8503	2	2008-01-19 20:45:53.970037	\N
-24097	365	5537	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libstring-koremutake-perl/24097/libstring-koremutake-perl_0.30-4~svn11598.dsc	f	\N	\N	0.30	\N	\N	265	8503	4	2008-01-19 20:45:55.096627	\N
-24111	365	5540	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libastro-fits-header-perl/24111/libastro-fits-header-perl_2.8.1-3~svn11598.dsc	f	\N	\N	2.8.1	\N	\N	267	8503	3	2008-01-19 20:45:58.064987	\N
-24136	365	5545	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libhtml-fillinform-perl/24136/libhtml-fillinform-perl_2.00-2~svn11598.dsc	f	\N	\N	2.00	\N	\N	269	8503	2	2008-01-19 20:46:01.126359	\N
-24146	365	5547	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/soap-lite/24146/soap-lite_0.69-3~svn11598.dsc	f	\N	\N	0.69	\N	\N	270	8503	3	2008-01-19 20:46:04.230031	\N
-24186	365	5555	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libhtml-clean-perl/24186/libhtml-clean-perl_0.8-11~svn11598.dsc	f	\N	\N	0.8	\N	\N	276	8503	11	2008-01-19 20:46:07.304723	\N
-24196	365	5557	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libwebservice-youtube-perl/24196/libwebservice-youtube-perl_1.0.2-2~svn11598.dsc	f	\N	\N	1.0.2	\N	\N	277	8503	2	2008-01-19 20:46:10.331071	\N
-24201	365	5558	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libdevel-gdb-perl/24201/libdevel-gdb-perl_2.0-2~svn11598.dsc	f	\N	\N	2.0	\N	\N	278	8503	2	2008-01-19 20:46:13.385638	\N
-24206	365	5559	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libemail-folder-perl/24206/libemail-folder-perl_0.853-2~svn11598.dsc	f	\N	\N	0.853	\N	\N	280	8503	2	2008-01-19 20:46:16.50059	\N
-24224	365	5563	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libauthen-simple-dbi-perl/24224/libauthen-simple-dbi-perl_0.2-2~svn11598.dsc	f	\N	\N	0.2	\N	\N	281	8503	2	2008-01-19 20:46:19.934707	\N
-24259	365	5570	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libhash-withdefaults-perl/24259/libhash-withdefaults-perl_0.04-2~svn11598.dsc	f	\N	\N	0.04	\N	\N	284	8503	2	2008-01-19 20:46:22.979055	\N
-24269	365	5572	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libauthen-simple-ldap-perl/24269/libauthen-simple-ldap-perl_0.2-2~svn11598.dsc	f	\N	\N	0.2	\N	\N	286	8503	2	2008-01-19 20:46:26.132897	\N
-24274	365	5573	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libdbix-xml-rdb-perl/24274/libdbix-xml-rdb-perl_0.05-12~svn11598.dsc	f	\N	\N	0.05	\N	\N	287	8503	12	2008-01-19 20:46:29.101614	\N
-24279	365	5574	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libstat-lsmode-perl/24279/libstat-lsmode-perl_0.50-5~svn11598.dsc	f	\N	\N	0.50	\N	\N	288	8503	5	2008-01-19 20:46:37.245522	\N
-24289	365	5576	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libregexp-copy-perl/24289/libregexp-copy-perl_0.06-2~svn11598.dsc	f	\N	\N	0.06	\N	\N	289	8503	2	2008-01-19 20:46:40.285871	\N
-24299	365	5578	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/liblocale-maketext-fuzzy-perl/24299/liblocale-maketext-fuzzy-perl_0.02-4~svn11598.dsc	f	\N	\N	0.02	\N	\N	290	8503	4	2008-01-19 20:46:43.369732	\N
-24319	365	5582	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libstring-crc32-perl/24319/libstring-crc32-perl_1.4-2~svn11598.dsc	f	\N	\N	1.4	\N	\N	293	8503	2	2008-01-19 20:46:46.428727	\N
-24324	365	5583	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libapache-session-wrapper-perl/24324/libapache-session-wrapper-perl_0.33-2~svn11598.dsc	f	\N	\N	0.33	\N	\N	294	8503	2	2008-01-19 20:46:49.454634	\N
-24359	365	5590	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libparams-check-perl/24359/libparams-check-perl_0.26-2~svn11598.dsc	f	\N	\N	0.26	\N	\N	298	8503	2	2008-01-19 20:46:52.558151	\N
-24374	365	5593	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libbit-vector-minimal-perl/24374/libbit-vector-minimal-perl_1.3-3~svn11598.dsc	f	\N	\N	1.3	\N	\N	299	8503	3	2008-01-19 20:47:01.018767	\N
-24379	365	5594	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libdatetime-format-mail-perl/24379/libdatetime-format-mail-perl_0.3001-2~svn11598.dsc	f	\N	\N	0.3001	\N	\N	300	8503	2	2008-01-19 20:47:01.670196	\N
-24389	365	5596	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libfile-find-rule-perl/24389/libfile-find-rule-perl_0.30-3~svn11598.dsc	f	\N	\N	0.30	\N	\N	301	8503	3	2008-01-19 20:47:03.961668	\N
-24394	365	5597	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libtext-autoformat-perl/24394/libtext-autoformat-perl_1.13-3~svn11598.dsc	f	\N	\N	1.13	\N	\N	302	8503	3	2008-01-19 20:47:07.025282	\N
-24429	365	5604	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libmath-round-perl/24429/libmath-round-perl_0.06-4~svn11598.dsc	f	\N	\N	0.06	\N	\N	307	8503	4	2008-01-19 20:47:10.133868	\N
-24439	365	5606	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libsys-syscall-perl/24439/libsys-syscall-perl_0.22-3~svn11598.dsc	f	\N	\N	0.22	\N	\N	309	8503	3	2008-01-19 20:47:19.26738	\N
-24444	365	5607	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libauthen-simple-pam-perl/24444/libauthen-simple-pam-perl_0.2-2~svn11598.dsc	f	\N	\N	0.2	\N	\N	310	8503	2	2008-01-19 20:47:22.364062	\N
-24449	365	5608	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libcgi-xml-perl/24449/libcgi-xml-perl_0.1-14~svn11598.dsc	f	\N	\N	0.1	\N	\N	311	8503	14	2008-01-19 20:47:29.453235	\N
-24454	365	5609	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libformvalidator-simple-perl/24454/libformvalidator-simple-perl_0.22-2~svn11598.dsc	f	\N	\N	0.22	\N	\N	312	8503	2	2008-01-19 20:47:29.534343	\N
-24474	365	5613	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libclass-accessor-grouped-perl/24474/libclass-accessor-grouped-perl_0.07000-2~svn11598.dsc	f	\N	\N	0.07000	\N	\N	314	8503	2	2008-01-19 20:47:31.067393	\N
-24479	365	5614	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libxml-xpathengine-perl/24479/libxml-xpathengine-perl_0.08-2~svn11598.dsc	f	\N	\N	0.08	\N	\N	315	8503	2	2008-01-19 20:47:33.883731	\N
-24484	365	5615	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libmarc-charset-perl/24484/libmarc-charset-perl_0.98-2~svn11598.dsc	f	\N	\N	0.98	\N	\N	316	8503	2	2008-01-19 20:47:37.311776	\N
-24499	365	5618	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libclass-returnvalue-perl/24499/libclass-returnvalue-perl_0.55-2~svn11598.dsc	f	\N	\N	0.55	\N	\N	318	8503	2	2008-01-19 20:47:40.09378	\N
-24524	365	5623	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libtie-ical-perl/24524/libtie-ical-perl_0.13-2~svn11598.dsc	f	\N	\N	0.13	\N	\N	321	8503	2	2008-01-19 20:47:43.129797	\N
-24534	365	5625	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libauthen-simple-http-perl/24534/libauthen-simple-http-perl_0.2-3~svn11598.dsc	f	\N	\N	0.2	\N	\N	322	8503	3	2008-01-19 20:47:46.155098	\N
-24549	365	5628	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libtie-array-sorted-perl/24549/libtie-array-sorted-perl_1.41-2~svn11598.dsc	f	\N	\N	1.41	\N	\N	324	8503	2	2008-01-19 20:47:54.239151	\N
-24554	365	5629	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libscalar-number-perl/24554/libscalar-number-perl_0.002-2~svn11598.dsc	f	\N	\N	0.002	\N	\N	325	8503	2	2008-01-19 20:47:57.326029	\N
-24564	365	5631	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libdbd-mysql-perl/24564/libdbd-mysql-perl_4.005-2~svn11598.dsc	f	\N	\N	4.005	\N	\N	328	8503	2	2008-01-19 20:47:59.347593	\N
-24584	365	5635	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libtest-www-mechanize-cgiapp-perl/24584/libtest-www-mechanize-cgiapp-perl_0.05-3~svn11598.dsc	f	\N	\N	0.05	\N	\N	331	8503	3	2008-01-19 20:48:02.477635	\N
-24599	365	5638	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libimap-admin-perl/24599/libimap-admin-perl_1.6.4-2~svn11598.dsc	f	\N	\N	1.6.4	\N	\N	333	8503	2	2008-01-19 20:48:05.52694	\N
-24604	365	5639	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libnet-ssh-perl-perl/24604/libnet-ssh-perl-perl_1.30-2~svn11598.dsc	f	\N	\N	1.30	\N	\N	334	8503	2	2008-01-19 20:48:08.556606	\N
-24624	365	5643	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libgd-barcode-perl/24624/libgd-barcode-perl_1.15-4~svn11598.dsc	f	\N	\N	1.15	\N	\N	335	8503	4	2008-01-19 20:48:11.881891	\N
-24644	365	5647	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libtext-pdf-perl/24644/libtext-pdf-perl_0.29a-2~svn11598.dsc	f	\N	\N	0.29a	\N	\N	339	8503	2	2008-01-19 20:48:14.746497	\N
-24659	365	5650	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libfilesys-smbclient-perl/24659/libfilesys-smbclient-perl_3.1-2~svn11598.dsc	f	\N	\N	3.1	\N	\N	341	8503	2	2008-01-19 20:48:20.999967	\N
-24674	365	5653	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libnet-cidr-lite-perl/24674/libnet-cidr-lite-perl_0.20-2~svn11598.dsc	f	\N	\N	0.20	\N	\N	344	8503	2	2008-01-19 20:48:23.027604	\N
-24679	365	5654	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libunicode-map-perl/24679/libunicode-map-perl_0.112-11~svn11598.dsc	f	\N	\N	0.112	\N	\N	345	8503	11	2008-01-19 20:48:26.151053	\N
-24689	365	5656	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libtime-stopwatch-perl/24689/libtime-stopwatch-perl_1.00-4~svn11598.dsc	f	\N	\N	1.00	\N	\N	347	8503	4	2008-01-19 20:48:29.141062	\N
-24694	365	5657	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libunicode-maputf8-perl/24694/libunicode-maputf8-perl_1.11-3~svn11598.dsc	f	\N	\N	1.11	\N	\N	348	8503	3	2008-01-19 20:48:38.288786	\N
-24699	365	5658	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libstatistics-descriptive-perl/24699/libstatistics-descriptive-perl_2.6-5~svn11598.dsc	f	\N	\N	2.6	\N	\N	349	8503	5	2008-01-19 20:48:41.345251	\N
-24724	365	5663	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libtemplate-plugin-clickable-perl/24724/libtemplate-plugin-clickable-perl_0.06-3~svn11598.dsc	f	\N	\N	0.06	\N	\N	352	8503	3	2008-01-19 20:48:43.387728	\N
-24744	365	5667	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libemail-valid-perl/24744/libemail-valid-perl_0.179-2~svn11598.dsc	f	\N	\N	0.179	\N	\N	356	8503	2	2008-01-19 20:48:46.482101	\N
-24749	365	5668	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libfile-path-expand-perl/24749/libfile-path-expand-perl_1.02-2~svn11598.dsc	f	\N	\N	1.02	\N	\N	357	8503	2	2008-01-19 20:48:49.58772	\N
-24754	365	5669	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libtext-typography-perl/24754/libtext-typography-perl_0.01-2~svn11598.dsc	f	\N	\N	0.01	\N	\N	358	8503	2	2008-01-19 20:48:52.615975	\N
-24769	365	5672	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/liblist-moreutils-perl/24769/liblist-moreutils-perl_0.21-2~svn11598.dsc	f	\N	\N	0.21	\N	\N	359	8503	2	2008-01-19 20:48:56.413699	\N
-24779	365	5674	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libdevel-lexalias-perl/24779/libdevel-lexalias-perl_0.04-2~svn11598.dsc	f	\N	\N	0.04	\N	\N	362	8503	2	2008-01-19 20:48:58.813978	\N
-24799	365	5678	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libxml-filter-sort-perl/24799/libxml-filter-sort-perl_1.01-2~svn11598.dsc	f	\N	\N	1.01	\N	\N	364	8503	2	2008-01-19 20:49:02.290683	\N
-24809	365	5680	2007-10-23 15:29:54	\nSet svn-bp:TrunkUrl, svn-bp:upsCurrentUrl, svn-bp:upsTagUrl, and svn-bp:tagsUrl properties to debian/ so svn-* does not lookup too much\n	@REPOSITORY_URL@/pkg-perl/libpod-xhtml-perl/24809/libpod-xhtml-perl_1.59-2~svn11598.dsc	f	\N	\N	1.59	\N	\N	366	8503	2	2008-01-19 20:49:05.255936	\N
-23342	365	5386	2007-10-24 20:52:55	\n* debian/watch: clean-up\n  + version=3\n  + stop capturing file extension\n  + Drop uupdate part as we use svn-upgrade for upgrading\n	@REPOSITORY_URL@/pkg-perl/libwww-topica-perl/23342/libwww-topica-perl_0.6-3~svn11598.dsc	f	\N	\N	0.6	\N	\N	220	8559	3	2008-01-19 20:49:07.238444	\N
-28608	479	6489	2007-10-27 23:15:56	\nAdd watch file.  Make package name match soname.\n\n	@REPOSITORY_URL@/pkg-games/libwfut/28608/libwfut_0.1.0-2~svn5055.dsc	f	\N	\N	0.1.0	\N	\N	582	4480	2	2008-01-19 20:49:10.309337	\N
-24304	366	5579	2007-10-28 19:09:32	\n* Manually add Homepage field.\n* Update watch file.\n	@REPOSITORY_URL@/pkg-perl/timedate/24304/timedate_1.1600-10~svn11598.dsc	f	\N	\N	1.1600	\N	\N	291	8627	10	2008-01-19 20:49:13.792756	\N
-29160	479	6607	2007-10-29 03:47:14	\n* Make distclean not ignore errors\n* Make debhelper b-d, not b-d-i. (Used in clean target).\n\n	@REPOSITORY_URL@/pkg-games/pathological/29160/pathological_1.1.3-9~svn5055.dsc	f	\N	\N	1.1.3	\N	\N	606	4486	9	2008-01-19 20:49:21.771494	\N
-22300	282	5173	2007-10-29 10:55:53	\n* NOT RELEASED YET\n	@REPOSITORY_URL@/noteam/gtkmathview/22300/gtkmathview_0.8.0-2~svn6905.dsc	f	\N	\N	0.8.0	\N	\N	45	5502	2	2008-01-19 20:50:02.332764	\N
-24424	367	5603	2007-10-30 07:53:58	\nClean up debian/rules target dependencies so that the package\ncan be build with dpkg-buildpackage -j. Found by Daniel Schepler.\n\n	@REPOSITORY_URL@/pkg-perl/libdevice-cdio-perl/24424/libdevice-cdio-perl_0.2.4-4~svn11598.dsc	f	\N	\N	0.2.4	\N	\N	306	8687	4	2008-01-19 20:50:05.355667	\N
-24514	367	5621	2007-10-30 08:03:21	\nFix changelog formatting\n\n	@REPOSITORY_URL@/pkg-perl/libcrypt-cbc-perl/24514/libcrypt-cbc-perl_2.24-2~svn11598.dsc	f	\N	\N	2.24	\N	\N	320	8689	2	2008-01-19 20:50:08.45447	\N
-23787	367	5475	2007-10-30 08:05:42	\ndebian/rules: Fix target dependencies so that the package can be\nbuild with dpkg-buildpackage -j. Found by Daniel Schepler.\n\n	@REPOSITORY_URL@/pkg-perl/libcgi-application-perl/23787/libcgi-application-perl_4.06-2~svn11598.dsc	f	\N	\N	4.06	\N	\N	174	8690	2	2008-01-19 20:50:11.51493	\N
-22572	367	5232	2007-10-30 09:57:51	\ndebian/rules: Fix some typos and some dependencies\n\n	@REPOSITORY_URL@/pkg-perl/libapache2-mod-perl2/22572/libapache2-mod-perl2_2.0.3-3~svn11598.dsc	f	\N	\N	2.0.3	\N	\N	72	8697	3	2008-01-19 20:50:14.700954	\N
-28652	479	6500	2007-11-01 04:30:38	\nFix watch file regexp\n\n	@REPOSITORY_URL@/pkg-games/xwelltris/28652/xwelltris_1.0.1-5~svn5055.dsc	f	\N	\N	1.0.1	\N	\N	583	4517	5	2008-01-19 20:50:17.604241	\N
-25004	367	5719	2007-11-01 16:39:04	\ndebian/rules: Fix target dependencies to allow building with\ndpkg-buildpackage -j. Found by Daniel Schepler.\n\n	@REPOSITORY_URL@/pkg-perl/liblingua-preferred-perl/25004/liblingua-preferred-perl_0.2.4-4~svn11598.dsc	f	\N	\N	0.2.4	\N	\N	394	8741	4	2008-01-19 20:50:20.670351	\N
-22657	367	5249	2007-11-01 16:40:54	\ndebian/rules: Fix target dependencies to allow building with\ndpkg-buildpackage -j. Found by Daniel Schepler.\n\n	@REPOSITORY_URL@/pkg-perl/liblog-tracemessages-perl/22657/liblog-tracemessages-perl_1.4-3~svn11598.dsc	f	\N	\N	1.4	\N	\N	89	8742	3	2008-01-19 20:50:26.944277	\N
-23597	367	5437	2007-11-01 18:40:15	\ndebian/rules clean-up\n\n	@REPOSITORY_URL@/pkg-perl/libmath-derivative-perl/23597/libmath-derivative-perl_0.01-6~svn11598.dsc	f	\N	\N	0.01	\N	\N	52	8747	6	2008-01-19 20:50:29.903963	\N
-22802	367	5278	2007-11-01 18:46:02	\ndebian/rules cleanup\n\n	@REPOSITORY_URL@/pkg-perl/libmath-combinatorics-perl/22802/libmath-combinatorics-perl_0.09-4~svn11598.dsc	f	\N	\N	0.09	\N	\N	121	8748	4	2008-01-19 20:50:41.058592	\N
-23567	367	5431	2007-11-01 18:48:34	\ndebian/rules cleanup\n\n	@REPOSITORY_URL@/pkg-perl/libmath-spline-perl/23567/libmath-spline-perl_0.01-5~svn11598.dsc	f	\N	\N	0.01	\N	\N	44	8749	5	2008-01-19 20:50:44.115385	\N
-23062	367	5330	2007-11-02 09:04:05	\ndebian/rules: Fix target dependencies to allow building with dpkg-buildpackage -j. Found by Daniel Schepler.\n	@REPOSITORY_URL@/pkg-perl/libnet-irc-perl/23062/libnet-irc-perl_0.75-8~svn11598.dsc	f	\N	\N	0.75	\N	\N	170	8750	8	2008-01-19 20:50:47.203165	\N
-28309	484	6427	2007-11-02 12:07:09	\nFixed watch file including mangling of upstream version\n\n	@REPOSITORY_URL@/pkg-games/kball/28309/kball_0.0.20041216-5~svn5055.dsc	f	\N	\N	0.0.20041216	\N	\N	569	4533	5	2008-01-19 20:50:50.216428	\N
-22652	367	5248	2007-11-02 13:31:52	\nLet dh_strip handle nostrip support\n\n	@REPOSITORY_URL@/pkg-perl/libvorbis-perl/22652/libvorbis-perl_0.05-6~svn11598.dsc	f	\N	\N	0.05	\N	\N	88	8754	6	2008-01-19 20:50:53.348315	\N
-24704	367	5659	2007-11-02 13:31:52	\nLet dh_strip handle nostrip support\n\n	@REPOSITORY_URL@/pkg-perl/libvideo-capture-v4l-perl/24704/libvideo-capture-v4l-perl_0.901-3~svn11598.dsc	f	\N	\N	0.901	\N	\N	350	8754	3	2008-01-19 20:50:56.39998	\N
-27739	343	6309	2007-11-02 22:41:53	\nFixed the build-dependency on python-setuptools.\n\n	@REPOSITORY_URL@/pkg-team/sqlobject/27739/sqlobject_0.9.2-1~svn4035.dsc	f	\N	\N	0.9.2	\N	\N	515	3503	1	2008-01-19 20:51:02.626816	\N
-24684	366	5655	2007-11-03 14:46:25	\nremove /usr/lib/perl5 directory\n	@REPOSITORY_URL@/pkg-perl/libparse-debcontrol-perl/24684/libparse-debcontrol-perl_2.005-1~svn11598.dsc	f	\N	\N	2.005	\N	\N	346	8784	1	2008-01-19 20:51:08.704407	\N
-23322	341	5382	2007-11-04 11:12:48	\n* debian/watch updated: old url gave 403 error.\n	@REPOSITORY_URL@/pkg-perl/libsvg-perl/23322/libsvg-perl_2.36-2~svn11598.dsc	f	\N	\N	2.36	\N	\N	216	8816	2	2008-01-19 20:51:17.95414	\N
-25113	366	5741	2007-11-05 20:44:40	\n* debian/rules: Remove empty /usr/lib/perl5 directory.\n* Move sample* to /usr/share/doc/libpdf-create-perl/examples/.\n* debian/watch: Remove commented lines.\n	@REPOSITORY_URL@/pkg-perl/libpdf-create-perl/25113/libpdf-create-perl_0.06.1b-6~svn11598.dsc	f	\N	\N	0.06.1b	\N	\N	409	8881	6	2008-01-19 20:51:21.421511	\N
-28411	479	6448	2007-11-05 23:28:32	\nlibtpprot-cpp - Protocol Library for Thousand Parsec (New package)\n* Initial Release\n* Work in Progress. (Upstream tarball includes debian dir)\n  + Upstreams files used as a base for these\n* Fix watch file\n* Remove dh_make comments from files\n* Remove unused/unneded commands from rules\n* Fix .install files to put the correct files in the correct packages\n\n	@REPOSITORY_URL@/pkg-games/libtpproto-cpp/28411/libtpproto-cpp_0.1.1-1~svn5055.dsc	f	\N	\N	0.1.1	\N	\N	572	4568	1	2008-01-19 20:51:24.08441	\N
-22667	365	5251	2007-11-06 10:02:38	\n[debian/watch] Stop capturing file extension\n	@REPOSITORY_URL@/pkg-perl/libmime-charset-perl/22667/libmime-charset-perl_0.044-2~svn11598.dsc	f	\N	\N	0.044	\N	\N	91	8897	2	2008-01-19 20:51:27.11033	\N
-22777	365	5273	2007-11-06 10:02:38	\n[debian/watch] Stop capturing file extension\n	@REPOSITORY_URL@/pkg-perl/libuser-simple-perl/22777/libuser-simple-perl_1.35-3~svn11598.dsc	f	\N	\N	1.35	\N	\N	116	8897	3	2008-01-19 20:51:30.278648	\N
-23002	365	5318	2007-11-06 10:02:38	\n[debian/watch] Stop capturing file extension\n	@REPOSITORY_URL@/pkg-perl/libset-nestedgroups-perl/23002/libset-nestedgroups-perl_0.01-2~svn11598.dsc	f	\N	\N	0.01	\N	\N	160	8897	2	2008-01-19 20:51:33.281504	\N
-23107	365	5339	2007-11-06 10:02:38	\n[debian/watch] Stop capturing file extension\n	@REPOSITORY_URL@/pkg-perl/libperl6-junction-perl/23107/libperl6-junction-perl_1.30000-2~svn11598.dsc	f	\N	\N	1.30000	\N	\N	177	8897	2	2008-01-19 20:51:36.627459	\N
-23302	365	5378	2007-11-06 10:02:38	\n[debian/watch] Stop capturing file extension\n	@REPOSITORY_URL@/pkg-perl/libspreadsheet-parseexcel-simple-perl/23302/libspreadsheet-parseexcel-simple-perl_1.04-2~svn11598.dsc	f	\N	\N	1.04	\N	\N	213	8897	2	2008-01-19 20:51:42.534622	\N
-25278	365	5774	2007-11-06 10:02:38	\n[debian/watch] Stop capturing file extension\n	@REPOSITORY_URL@/pkg-perl/libfilter-eof-perl/25278/libfilter-eof-perl_0.04-2~svn11598.dsc	f	\N	\N	0.04	\N	\N	435	8897	2	2008-01-19 20:51:45.944455	\N
-25388	365	5796	2007-11-06 10:02:38	\n[debian/watch] Stop capturing file extension\n	@REPOSITORY_URL@/pkg-perl/libclass-c3-xs-perl/25388/libclass-c3-xs-perl_0.08-2~svn11598.dsc	f	\N	\N	0.08	\N	\N	449	8897	2	2008-01-19 20:51:48.749896	\N
-23532	365	5424	2007-11-06 10:02:38	\n[debian/watch] Stop capturing file extension\n	@REPOSITORY_URL@/pkg-perl/libuniversal-can-perl/23532/libuniversal-can-perl_1.12-2~svn11598.dsc	f	\N	\N	1.12	\N	\N	31	8897	2	2008-01-19 20:51:51.764022	\N
-23677	365	5453	2007-11-06 10:02:38	\n[debian/watch] Stop capturing file extension\n	@REPOSITORY_URL@/pkg-perl/libsvn-notify-mirror-perl/23677/libsvn-notify-mirror-perl_0.03603-2~svn11598.dsc	f	\N	\N	0.03603	\N	\N	95	8897	2	2008-01-19 20:51:59.782536	\N
-24092	365	5536	2007-11-06 10:02:38	\n[debian/watch] Stop capturing file extension\n	@REPOSITORY_URL@/pkg-perl/libmime-encwords-perl/24092/libmime-encwords-perl_0.040-4~svn11598.dsc	f	\N	\N	0.040	\N	\N	264	8897	4	2008-01-19 20:51:59.838151	\N
-24264	365	5571	2007-11-06 10:02:38	\n[debian/watch] Stop capturing file extension\n	@REPOSITORY_URL@/pkg-perl/libcrypt-openssl-x509-perl/24264/libcrypt-openssl-x509-perl_0.5-2~svn11598.dsc	f	\N	\N	0.5	\N	\N	285	8897	2	2008-01-19 20:52:02.862698	\N
-24349	365	5588	2007-11-06 10:02:38	\n[debian/watch] Stop capturing file extension\n	@REPOSITORY_URL@/pkg-perl/libnet-ident-perl/24349/libnet-ident-perl_1.20-5~svn11598.dsc	f	\N	\N	1.20	\N	\N	297	8897	5	2008-01-19 20:52:13.025845	\N
-24664	365	5651	2007-11-06 10:02:38	\n[debian/watch] Stop capturing file extension\n	@REPOSITORY_URL@/pkg-perl/libfilter-template-perl/24664/libfilter-template-perl_1.02-2~svn11598.dsc	f	\N	\N	1.02	\N	\N	342	8897	2	2008-01-19 20:52:16.122301	\N
-28042	437	6371	2007-11-07 12:55:31	\n* Fixing debian/watch. Thanks to Raphael Geissert (Closes: #450206).\n	@REPOSITORY_URL@/pkg-team/forgetsql/28042/forgetsql_0.5.1-10~svn4035.dsc	f	\N	\N	0.5.1	\N	\N	550	3570	10	2008-01-19 20:52:19.21216	\N
-23897	366	5497	2007-11-07 16:52:21	\n[debian/watch] Stop capturing file extension (closes: #450023).\n	@REPOSITORY_URL@/pkg-perl/libtext-shellwords-perl/23897/libtext-shellwords-perl_1.08-2~svn11598.dsc	f	\N	\N	1.08	\N	\N	234	8978	2	2008-01-19 20:52:22.273888	\N
-22737	366	5265	2007-11-07 16:57:27	\nCorrect the debian/watch file (closes: #450130).\n	@REPOSITORY_URL@/pkg-perl/libauthen-simple-net-perl/22737/libauthen-simple-net-perl_0.2-2~svn11598.dsc	f	\N	\N	0.2	\N	\N	107	8980	2	2008-01-19 20:52:25.58724	\N
-22957	365	5309	2007-11-07 21:44:21	\n* [debian/watch] Use version mangling to force 3-digit minor version\n	@REPOSITORY_URL@/pkg-perl/libcache-mmap-perl/22957/libcache-mmap-perl_0.09-4~svn11598.dsc	f	\N	\N	0.09	\N	\N	152	8998	4	2008-01-19 20:52:28.486466	\N
-22692	365	5256	2007-11-07 22:22:35	\n* [debian/watch] force six-digit minor version\n	@REPOSITORY_URL@/pkg-perl/libdevice-serialport-perl/22692/libdevice-serialport-perl_1.04-2~svn11598.dsc	f	\N	\N	1.04	\N	\N	97	8999	2	2008-01-19 20:52:31.564347	\N
-24072	365	5532	2007-11-08 13:02:26	\nFlag as UNRELEASED. Add pointer to concerns\n	@REPOSITORY_URL@/pkg-perl/libwhisker2-perl/24072/libwhisker2-perl_2.4-1~svn11598.dsc	f	\N	\N	2.4	\N	\N	262	9025	1	2008-01-19 20:52:34.993533	\N
-22772	367	5272	2007-11-08 18:47:13	\nenable tests\n\n	@REPOSITORY_URL@/pkg-perl/libtk-histentry-perl/22772/libtk-histentry-perl_0.43-3~svn11598.dsc	f	\N	\N	0.43	\N	\N	115	9051	3	2008-01-19 20:52:37.641556	\N
-24594	367	5637	2007-11-08 19:07:41	\ndebian/rules cleanup\n\n	@REPOSITORY_URL@/pkg-perl/libtk-splashscreen-perl/24594/libtk-splashscreen-perl_1.0-4~svn11598.dsc	f	\N	\N	1.0	\N	\N	332	9054	4	2008-01-19 20:52:40.780227	\N
-25253	367	5769	2007-11-08 19:19:58	\ndebian/rules clean-up\n\n	@REPOSITORY_URL@/pkg-perl/libwww-curl-perl/25253/libwww-curl-perl_3.02-3~svn11598.dsc	f	\N	\N	3.02	\N	\N	431	9056	3	2008-01-19 20:52:43.792304	\N
-25418	367	5802	2007-11-08 19:24:17	\ndebian/rules: cleanup\n\n	@REPOSITORY_URL@/pkg-perl/libxml-writer-perl/25418/libxml-writer-perl_0.603-2~svn11598.dsc	f	\N	\N	0.603	\N	\N	454	9057	2	2008-01-19 20:52:45.815488	\N
-23777	367	5473	2007-11-08 19:36:14	\nFix dependency of build-stamp on config-stamp\n	@REPOSITORY_URL@/pkg-perl/libset-object-perl/23777/libset-object-perl_1.22-2~svn11598.dsc	f	\N	\N	1.22	\N	\N	169	9059	2	2008-01-19 20:52:55.020193	\N
-28598	479	6487	2007-11-08 20:20:58	\n* Add watch file\n* Add Homepage to control\n* Remove XS- from VCS fields\n\n	@REPOSITORY_URL@/pkg-games/dominoblast/28598/dominoblast_0.1-1~svn5055.dsc	f	\N	\N	0.1	\N	\N	581	4592	1	2008-01-19 20:53:06.079907	\N
-22812	366	5280	2007-11-09 18:23:29	\ndebian/watch: Mangle versions in order to deal with 2 and 4 digits after\n  the dot.\n	@REPOSITORY_URL@/pkg-perl/libdatetime-format-mysql-perl/22812/libdatetime-format-mysql-perl_0.04-3~svn11598.dsc	f	\N	\N	0.04	\N	\N	123	9101	3	2008-01-19 20:53:09.21228	\N
-28712	479	6512	2007-11-09 22:56:27	\n* Add watch file\n* Add Homepage field in control\n* Add VCS fields in control\n* Bump debhelper build-dep to match compat version (5)\n* Add myself to uploaders\n\n	@REPOSITORY_URL@/pkg-games/xtux/28712/xtux_0.2.030306-11~svn5055.dsc	f	\N	\N	0.2.030306	\N	\N	585	4615	11	2008-01-19 20:53:12.20207	\N
-24734	366	5665	2007-11-09 23:20:50	\ns/UNRELEASED/unstable/\n	@REPOSITORY_URL@/pkg-perl/libfinance-streamer-perl/24734/libfinance-streamer-perl_1.10-2~svn11598.dsc	f	\N	\N	1.10	\N	\N	354	9131	2	2008-01-19 20:53:15.331334	\N
-28432	479	6453	2007-11-13 03:48:21	\n* Remove XS- from VCS fields\n* Remove deprecated encoding field and make desktop more HIG compliant\n* Fix watch file regexp\n\n	@REPOSITORY_URL@/pkg-games/rrootage/28432/rrootage_0.23a-7~svn5055.dsc	f	\N	\N	0.23a	\N	\N	574	4643	7	2008-01-19 20:53:18.370965	\N
-28583	479	6484	2007-11-13 05:16:05	\nFix my watch file\n* Remove XS- from VCS fields in control\n* Bump debhelper build-dep to match compat\n* Make clean not ignore errors\n\n	@REPOSITORY_URL@/pkg-games/xbat/28583/xbat_1.11-12~svn5055.dsc	f	\N	\N	1.11	\N	\N	580	4645	12	2008-01-19 20:53:21.423264	\N
-24309	365	5580	2007-11-15 07:13:04	\n* Add version mangling to debian/watch to cope with ancient upstream release\n  of 0.091\n	@REPOSITORY_URL@/pkg-perl/libnet-lite-ftp-perl/24309/libnet-lite-ftp-perl_0.54-2~svn11598.dsc	f	\N	\N	0.54	\N	\N	292	9298	2	2008-01-19 20:53:25.04773	\N
-23407	341	5399	2007-11-17 09:05:59	\n* Newer upstream release 0.28\n\n	@REPOSITORY_URL@/pkg-perl/libxml-atom-perl/23407/libxml-atom-perl_0.28-1~svn11598.dsc	f	\N	\N	0.28	\N	\N	2	9458	1	2008-01-19 20:53:27.584118	\N
-22110	335	5130	2007-11-17 16:32:53	\nuse new control fields\n\n	@REPOSITORY_URL@/noteam/stlport5.1/22110/stlport5.1_5.1.4-2~svn6905.dsc	f	\N	\N	5.1.4	\N	\N	30	5773	2	2008-01-19 20:53:30.609714	\N
-27392	437	6238	2007-11-17 19:07:32	\n* NOT RELEASED YET\n	@REPOSITORY_URL@/pkg-team/mod-wsgi/27392/mod-wsgi_1.3-2~svn4035.dsc	f	\N	\N	1.3	\N	\N	484	3658	2	2008-01-19 20:53:33.720017	\N
-29056	479	6585	2007-11-18 22:29:49	\nClose 450137 with changelog entry\n\n	@REPOSITORY_URL@/pkg-games/billard-gl/29056/billard-gl_1.75-9.2~svn5055.dsc	f	\N	\N	1.75	\N	\N	601	4705	9.2	2008-01-19 20:53:46.7825	\N
-27925	276	6347	2007-11-19 04:27:51	\nUpdated debian/copyright to be complete to current requirements.\n	@REPOSITORY_URL@/pkg-team/python-dns/27925/python-dns_2.3.1-3~svn4035.dsc	f	\N	\N	2.3.1	\N	\N	536	3695	3	2008-01-19 20:53:46.855879	\N
-28829	479	6538	2007-11-19 05:20:55	\n* New upstream release\n* Move from simple-patch-sys to quilt\n* 10_build_environment.diff - Fix upstream build issues\n  + Thanks to Ben Asselstine for the fix\n* Autoreconf on build to pick up fixes from patch\n* Add build-deps for autoconf, automake, and libtool\n* Add myself to uploaders\n* Add VCS fields in control\n* Add desktop file\n\n	@REPOSITORY_URL@/pkg-games/qonk/28829/qonk_0.3.1-1~svn5055.dsc	f	\N	\N	0.3.1	\N	\N	590	4712	1	2008-01-19 20:53:46.931353	\N
-27967	437	6356	2007-11-21 00:39:21	\n* debian/watch:\n  - Simplifying url\n	@REPOSITORY_URL@/pkg-team/python-application/27967/python-application_1.0.9-5~svn4035.dsc	f	\N	\N	1.0.9	\N	\N	543	3711	5	2008-01-19 20:53:47.008318	\N
-27835	273	6329	2007-11-21 00:57:29	\nwatch file updated\n	@REPOSITORY_URL@/pkg-team/fpconst/27835/fpconst_0.7.2-5~svn4035.dsc	f	\N	\N	0.7.2	\N	\N	525	3714	5	2008-01-19 20:53:48.928076	\N
-27890	273	6340	2007-11-21 23:30:25	\nwatch file updating\n	@REPOSITORY_URL@/pkg-team/python-gnutls/27890/python-gnutls_1.1.4-2~svn4035.dsc	f	\N	\N	1.1.4	\N	\N	533	3720	2	2008-01-19 20:53:55.14039	\N
-27676	273	6296	2007-11-24 18:19:27	\ncommitting debian/watch file...\n	@REPOSITORY_URL@/pkg-team/clientcookie/27676/clientcookie_1.3.0-2~svn4035.dsc	f	\N	\N	1.3.0	\N	\N	509	3732	2	2008-01-19 20:53:58.4662	\N
-27592	273	6279	2007-11-24 18:20:38	\ncommitting debian/watch file...\n	@REPOSITORY_URL@/pkg-team/python-htmltmpl/27592/python-htmltmpl_1.22-11~svn4035.dsc	f	\N	\N	1.22	\N	\N	501	3734	11	2008-01-19 20:54:00.320758	\N
-28515	491	6470	2007-11-24 23:14:51	\nRemove Encoding key from desktop files.\n\n	@REPOSITORY_URL@/pkg-games/neverball/28515/neverball_1.4.0-4~svn5055.dsc	f	\N	\N	1.4.0	\N	\N	577	4764	4	2008-01-19 20:54:03.334996	\N
-27582	273	6277	2007-11-25 12:56:40	\nwatch file added\n	@REPOSITORY_URL@/pkg-team/pyopengl-demo/27582/pyopengl-demo_3.0.0~a6-2~svn4035.dsc	f	\N	\N	3.0.0~a6	\N	\N	500	3739	2	2008-01-19 20:54:06.501372	\N
-28128	273	6390	2007-11-25 12:59:23	\nwatch file added\n	@REPOSITORY_URL@/pkg-team/pyopengl/28128/pyopengl_3.0.0~a6-5~svn4035.dsc	f	\N	\N	3.0.0~a6	\N	\N	557	3740	5	2008-01-19 20:54:09.478404	\N
-27930	273	6348	2007-11-25 13:06:46	\nwatch file added\n	@REPOSITORY_URL@/pkg-team/python-kde3/27930/python-kde3_3.16.0-5~svn4035.dsc	f	\N	\N	3.16.0	\N	\N	537	3741	5	2008-01-19 20:54:12.50241	\N
-28084	273	6380	2007-11-25 23:34:04	\nHomepage in source stanza\n	@REPOSITORY_URL@/pkg-team/pyqwt/28084/pyqwt_4.2.3.dfsg-3~svn4035.dsc	f	\N	\N	4.2.3.dfsg	\N	\N	553	3748	3	2008-01-19 20:54:22.132442	\N
-27417	273	6243	2007-11-25 23:45:31	\nHomepage in source stanza\n	@REPOSITORY_URL@/pkg-team/wareweb/27417/wareweb_0.3-1~svn4035.dsc	f	\N	\N	0.3	\N	\N	485	3749	1	2008-01-19 20:54:23.718622	\N
-23977	366	5513	2007-11-26 21:30:23	\nadd current status to libwebservice-googlemaps-perl's changelog\n	@REPOSITORY_URL@/pkg-perl/libwebservice-googlemaps-perl/23977/libwebservice-googlemaps-perl_0.07-1~svn11598.dsc	f	\N	\N	0.07	\N	\N	246	9784	1	2008-01-19 20:54:26.765909	\N
-23852	366	5488	2007-11-26 21:33:25	\nadd a note about missing dependencies to libmath-pari-perl's changelog\n	@REPOSITORY_URL@/pkg-perl/libmath-pari-perl/23852/libmath-pari-perl_2.010709-1~svn11598.dsc	f	\N	\N	2.010709	\N	\N	214	9785	1	2008-01-19 20:54:29.81286	\N
-21813	290	5067	2007-11-29 11:32:09	\nuploaded\n	@REPOSITORY_URL@/noteam/cmph/21813/cmph_0.7-3~svn6905.dsc	f	\N	\N	0.7	\N	\N	19	6076	3	2008-01-19 20:54:32.884681	\N
-25288	368	5776	2007-11-29 22:17:33	\nready for uploading\n\n	@REPOSITORY_URL@/pkg-perl/mime-tools/25288/mime-tools_5.425-1~svn11598.dsc	f	\N	\N	5.425	\N	\N	436	10017	1	2008-01-19 20:54:35.942016	\N
-27557	437	6272	2007-11-30 10:22:39	\nlast test commit\n\n	@REPOSITORY_URL@/pkg-team/zsi/27557/zsi_2.1~a1-1~svn4035.dsc	f	\N	\N	2.1~a1	\N	\N	497	3768	1	2008-01-19 20:54:39.309644	\N
-24669	366	5652	2007-11-30 17:03:50	\ns/UNRELEASED/unstable/\n	@REPOSITORY_URL@/pkg-perl/libsub-exporter-perl/24669/libsub-exporter-perl_0.978-1~svn11598.dsc	f	\N	\N	0.978	\N	\N	343	10046	1	2008-01-19 20:54:42.150219	\N
-28427	305	6452	2007-11-30 18:07:59	\n* remove the Xs- prefix from the Vcs entrys\n* remove the homepage from the package description since the Homepage: field\n  do the job now\n\n	@REPOSITORY_URL@/pkg-games/blockattack/28427/blockattack_1.3.1-3~svn5055.dsc	f	\N	\N	1.3.1	\N	\N	573	4801	3	2008-01-19 20:54:45.216085	\N
-25188	366	5756	2007-11-30 18:23:57	\ndebian/watch: use dist-based URL.\n	@REPOSITORY_URL@/pkg-perl/libnet-imap-simple-perl/25188/libnet-imap-simple-perl_1.17-3~svn11598.dsc	f	\N	\N	1.17	\N	\N	422	10051	3	2008-01-19 20:54:58.246606	\N
-25438	366	5806	2007-12-01 21:49:10	\nchange a couple of watch files to use dist-based URLs\n	@REPOSITORY_URL@/pkg-perl/libclass-date-perl/25438/libclass-date-perl_1.1.9-2~svn11598.dsc	f	\N	\N	1.1.9	\N	\N	456	10632	2	2008-01-19 20:54:58.340135	\N
-23492	366	5416	2007-12-01 22:43:48	\n* Don't install empty /usr/share/perl5 directory.\n* Install upstream changelog.\n* Convert debian/copyright to UTF-8.\n* Set Standards-Version to 3.7.2 (no changes needed).\n* Remove lintian override, not needed anymore.\n	@REPOSITORY_URL@/pkg-perl/libunicode-string-perl/23492/libunicode-string-perl_2.09-2~svn11598.dsc	f	\N	\N	2.09	\N	\N	15	10636	2	2008-01-19 20:54:58.421796	\N
-25163	366	5751	2007-12-01 22:49:06	\n* Don't install empty /usr/share/perl5 directory.\n* Set Standards-Version to 3.7.2 (no changes needed).\n* Set debhelper compatibility level to 5.\n	@REPOSITORY_URL@/pkg-perl/libalias-perl/25163/libalias-perl_2.32-9~svn11598.dsc	f	\N	\N	2.32	\N	\N	417	10637	9	2008-01-19 20:54:58.483144	\N
-22902	366	5298	2007-12-01 22:56:00	\n* Use dist-based URL in debian/watch.\n* Don't install empty /usr/share/perl5 directory.\n	@REPOSITORY_URL@/pkg-perl/libbit-vector-perl/22902/libbit-vector-perl_6.4-7~svn11598.dsc	f	\N	\N	6.4	\N	\N	139	10638	7	2008-01-19 20:55:00.552556	\N
-24181	366	5554	2007-12-01 23:17:40	\n* Fix URL in debian/watch.\n* debian/rules:\n  - don't install empty /usr/lib/perl5 directory\n  - let install target depend on build target\n  - remove compiler variables\n  - don't ignore errors of $(MAKE) realclean\n	@REPOSITORY_URL@/pkg-perl/libcgi-session-perl/24181/libcgi-session-perl_4.20-3~svn11598.dsc	f	\N	\N	4.20	\N	\N	275	10643	3	2008-01-19 20:55:09.04829	\N
-22632	366	5244	2007-12-01 23:27:01	\n* debian/rules:\n  - don't install empty /usr/lib/perl5 directory\n  - don't ignore errors of $(MAKE) realclean\n  - remove unused compiler flags\n* Set debhelper compatibility level to 5.\n* Set Standards-Version to 3.7.2 (no changes needed).\n	@REPOSITORY_URL@/pkg-perl/libconfigreader-perl/22632/libconfigreader-perl_0.5-5~svn11598.dsc	f	\N	\N	0.5	\N	\N	83	10644	5	2008-01-19 20:55:09.121999	\N
-22547	366	5227	2007-12-02 00:03:57	\n* Remove empty /usr/share/perl5 directory.\n* Convert debian/copyright to UTF-8.\n	@REPOSITORY_URL@/pkg-perl/libdbd-pg-perl/22547/libdbd-pg-perl_1.49-6~svn11598.dsc	f	\N	\N	1.49	\N	\N	67	10647	6	2008-01-19 20:55:09.714361	\N
-24067	366	5531	2007-12-02 00:11:10	\ndebian/rules:\n  - don't install empty /usr/share/perl5 directory\n  - let -stamp targets only depend on other -stamp targets\n	@REPOSITORY_URL@/pkg-perl/libdbi-perl/24067/libdbi-perl_1.601-2~svn11598.dsc	f	\N	\N	1.601	\N	\N	261	10648	2	2008-01-19 20:55:18.040322	\N
-23362	366	5390	2007-12-02 00:14:25	\n* debian/watch: Use a dist-based URL.\n* Don't install empty /usr/lib/perl5 directory.\n	@REPOSITORY_URL@/pkg-perl/libdebug-trace-perl/23362/libdebug-trace-perl_0.04-5~svn11598.dsc	f	\N	\N	0.04	\N	\N	226	10649	5	2008-01-19 20:55:28.127615	\N
-24774	366	5673	2007-12-02 00:21:44	\ndebian/rules:\n  - remove empty /usr/share/perl5 directory\n  - let install-stamp depend on build-stamp\n  - don't create .packlist file\n	@REPOSITORY_URL@/pkg-perl/libdevel-caller-perl/24774/libdevel-caller-perl_0.11-2~svn11598.dsc	f	\N	\N	0.11	\N	\N	360	10650	2	2008-01-19 20:55:28.217435	\N
-23842	366	5486	2007-12-02 00:26:39	\nDon't install empty /usr/lib/perl5 directory.\n	@REPOSITORY_URL@/pkg-perl/libdevel-ebug-perl/23842/libdevel-ebug-perl_0.48-3~svn11598.dsc	f	\N	\N	0.48	\N	\N	209	10651	3	2008-01-19 20:55:28.279908	\N
-23982	366	5514	2007-12-02 00:31:56	\ndebian/rules:\n  - Don't install empty /usr/lib/perl5 directory.\n  - Let install-stamp depend on build-stamp and build-stamp on\n    config-stamp.\n	@REPOSITORY_URL@/pkg-perl/libdigest-md2-perl-dfsg/23982/libdigest-md2-perl-dfsg_2.03-4~svn11598.dsc	f	\N	\N	2.03	\N	\N	247	10652	4	2008-01-19 20:55:28.33677	\N
-24434	366	5605	2007-12-02 00:36:42	\ndebian/rules:\n  - don't install empty /usr/lib/perl5 directory\n  - -stamp targets now depend only on other -stamp targets\n	@REPOSITORY_URL@/pkg-perl/libdigest-perl/24434/libdigest-perl_1.15-3~svn11598.dsc	f	\N	\N	1.15	\N	\N	308	10653	3	2008-01-19 20:55:41.049719	\N
-24414	366	5601	2007-12-02 00:39:55	\ndebian/rules:\n  - don't install empty /usr/share/perl5 directory\n  - make all -stamp target depend on other -stamp targets only\n	@REPOSITORY_URL@/pkg-perl/libdigest-sha1-perl/24414/libdigest-sha1-perl_2.11-3~svn11598.dsc	f	\N	\N	2.11	\N	\N	305	10654	3	2008-01-19 20:55:41.146024	\N
-24829	365	5684	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libdate-ical-perl/24829/libdate-ical-perl_1.72-3~svn11598.dsc	f	\N	\N	1.72	\N	\N	368	10669	3	2008-01-19 20:55:41.232401	\N
-22552	365	5228	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libhttp-proxy-perl/22552/libhttp-proxy-perl_0.20-2~svn11598.dsc	f	\N	\N	0.20	\N	\N	69	10669	2	2008-01-19 20:55:41.333296	\N
-22627	365	5243	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libcarp-assert-perl/22627/libcarp-assert-perl_0.20-2~svn11598.dsc	f	\N	\N	0.20	\N	\N	82	10669	2	2008-01-19 20:55:43.246596	\N
-23827	365	5483	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libxml-libxml-common-perl/23827/libxml-libxml-common-perl_0.13-6~svn11598.dsc	f	\N	\N	0.13	\N	\N	199	10669	6	2008-01-19 20:55:46.304157	\N
-24834	365	5685	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libtie-cphash-perl/24834/libtie-cphash-perl_1.03-2~svn11598.dsc	f	\N	\N	1.03	\N	\N	369	10669	2	2008-01-19 20:55:49.377149	\N
-24859	365	5690	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libxml-handler-trees-perl/24859/libxml-handler-trees-perl_0.02-6~svn11598.dsc	f	\N	\N	0.02	\N	\N	373	10669	6	2008-01-19 20:55:52.461002	\N
-22747	365	5267	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libparse-plainconfig-perl/22747/libparse-plainconfig-perl_1.7a-3~svn11598.dsc	f	\N	\N	1.7a	\N	\N	109	10669	2	2008-01-19 20:55:55.469439	\N
-24889	365	5696	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libdigest-md4-perl/24889/libdigest-md4-perl_1.5.dfsg-1.3~svn11598.dsc	f	\N	\N	1.5.dfsg	\N	\N	376	10669	1.3	2008-01-19 20:55:58.57584	\N
-22792	365	5276	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libterm-query-perl/22792/libterm-query-perl_2.0-9~svn11598.dsc	f	\N	\N	2.0	\N	\N	118	10669	9	2008-01-19 20:56:01.645964	\N
-22827	365	5283	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/liblingua-en-nameparse-perl/22827/liblingua-en-nameparse-perl_1.23-2~svn11598.dsc	f	\N	\N	1.23	\N	\N	124	10669	2	2008-01-19 20:56:04.739404	\N
-22832	365	5284	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libtest-differences-perl/22832/libtest-differences-perl_0.47-3~svn11598.dsc	f	\N	\N	0.47	\N	\N	125	10669	3	2008-01-19 20:56:07.806906	\N
-24929	365	5704	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libxml-filter-saxt-perl/24929/libxml-filter-saxt-perl_0.01-7~svn11598.dsc	f	\N	\N	0.01	\N	\N	382	10669	7	2008-01-19 20:56:10.928291	\N
-22842	365	5286	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libpod-escapes-perl/22842/libpod-escapes-perl_1.04-2~svn11598.dsc	f	\N	\N	1.04	\N	\N	128	10669	2	2008-01-19 20:56:13.990007	\N
-22857	365	5289	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libtime-modules-perl/22857/libtime-modules-perl_2006.0814-2~svn11598.dsc	f	\N	\N	2006.0814	\N	\N	130	10669	2	2008-01-19 20:56:17.035389	\N
-22932	365	5304	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libxml-node-perl/22932/libxml-node-perl_0.11-7~svn11598.dsc	f	\N	\N	0.11	\N	\N	146	10669	7	2008-01-19 20:56:20.150379	\N
-22982	365	5314	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libnet-subnets-perl/22982/libnet-subnets-perl_0.21-3~svn11598.dsc	f	\N	\N	0.21	\N	\N	156	10669	2	2008-01-19 20:56:23.239471	\N
-22997	365	5317	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libpostscript-perl/22997/libpostscript-perl_0.06-1~svn11598.dsc	f	\N	\N	0.06	\N	\N	158	10669	1	2008-01-19 20:56:26.245624	\N
-25044	365	5727	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libdate-leapyear-perl/25044/libdate-leapyear-perl_1.71-2~svn11598.dsc	f	\N	\N	1.71	\N	\N	399	10669	2	2008-01-19 20:56:29.358636	\N
-25143	365	5747	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libxml-smart-perl/25143/libxml-smart-perl_1.6.9-3~svn11598.dsc	f	\N	\N	1.6.9	\N	\N	414	10669	3	2008-01-19 20:56:32.396182	\N
-23172	365	5352	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libdatetime-astro-sunrise-perl/23172/libdatetime-astro-sunrise-perl_0.01.01-3~svn11598.dsc	f	\N	\N	0.01.01	\N	\N	189	10669	3	2008-01-19 20:56:35.449091	\N
-25168	365	5752	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libhtml-format-perl/25168/libhtml-format-perl_2.04-2~svn11598.dsc	f	\N	\N	2.04	\N	\N	418	10669	2	2008-01-19 20:56:38.497255	\N
-25173	365	5753	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libtest-pod-perl/25173/libtest-pod-perl_1.26-1~svn11598.dsc	f	\N	\N	1.26	\N	\N	419	10669	1	2008-01-19 20:56:41.610804	\N
-23197	365	5357	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libxml-sax-machines-perl/23197/libxml-sax-machines-perl_0.41-3~svn11598.dsc	f	\N	\N	0.41	\N	\N	194	10669	3	2008-01-19 20:56:44.632516	\N
-25198	365	5758	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libxml-checker-perl/25198/libxml-checker-perl_0.13-5~svn11598.dsc	f	\N	\N	0.13	\N	\N	424	10669	5	2008-01-19 20:56:47.745952	\N
-23227	365	5363	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libxml-regexp-perl/23227/libxml-regexp-perl_0.03-8~svn11598.dsc	f	\N	\N	0.03	\N	\N	200	10669	8	2008-01-19 20:56:50.797887	\N
-25208	365	5760	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libxml-filter-detectws-perl/25208/libxml-filter-detectws-perl_0.01-7~svn11598.dsc	f	\N	\N	0.01	\N	\N	425	10669	7	2008-01-19 20:56:53.917959	\N
-25248	365	5768	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libclass-factory-util-perl/25248/libclass-factory-util-perl_1.7-2~svn11598.dsc	f	\N	\N	1.7	\N	\N	430	10669	2	2008-01-19 20:56:56.975499	\N
-23282	365	5374	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libxml-grove-perl/23282/libxml-grove-perl_0.46alpha-12~svn11598.dsc	f	\N	\N	0.46alpha	\N	\N	211	10669	12	2008-01-19 20:57:00.02692	\N
-25263	365	5771	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libtext-diff-perl/25263/libtext-diff-perl_0.35-3~svn11598.dsc	f	\N	\N	0.35	\N	\N	433	10669	3	2008-01-19 20:57:03.172158	\N
-25268	365	5772	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libxml-easyobj-perl/25268/libxml-easyobj-perl_1.12-3~svn11598.dsc	f	\N	\N	1.12	\N	\N	434	10669	3	2008-01-19 20:57:06.211286	\N
-23317	365	5381	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libxml-handler-printevents-perl/23317/libxml-handler-printevents-perl_0.01-7~svn11598.dsc	f	\N	\N	0.01	\N	\N	215	10669	7	2008-01-19 20:57:09.282951	\N
-23327	365	5383	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libobject-multitype-perl/23327/libobject-multitype-perl_0.05-3~svn11598.dsc	f	\N	\N	0.05	\N	\N	217	10669	3	2008-01-19 20:57:12.345013	\N
-23337	365	5385	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libexception-class-perl/23337/libexception-class-perl_1.23-2~svn11598.dsc	f	\N	\N	1.23	\N	\N	219	10669	2	2008-01-19 20:57:15.440665	\N
-23357	365	5389	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libxml-um-perl/23357/libxml-um-perl_0.01-8~svn11598.dsc	f	\N	\N	0.01	\N	\N	225	10669	8	2008-01-19 20:57:18.502182	\N
-25313	365	5781	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libfont-afm-perl/25313/libfont-afm-perl_1.19-2~svn11598.dsc	f	\N	\N	1.19	\N	\N	440	10669	2	2008-01-19 20:57:21.56245	\N
-25348	365	5788	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libgeo-metar-perl/25348/libgeo-metar-perl_1.14-6~svn11598.dsc	f	\N	\N	1.14	\N	\N	445	10669	6	2008-01-19 20:57:24.671246	\N
-23442	365	5406	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libemail-mime-creator-perl/23442/libemail-mime-creator-perl_1.454-1~svn11598.dsc	f	\N	\N	1.454	\N	\N	7	10669	1	2008-01-19 20:57:27.668582	\N
-23457	365	5409	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libtk-filedialog-perl/23457/libtk-filedialog-perl_1.3-3~svn11598.dsc	f	\N	\N	1.3	\N	\N	10	10669	3	2008-01-19 20:57:33.787627	\N
-25368	365	5792	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/liblocale-us-perl/25368/liblocale-us-perl_1.2-1~svn11598.dsc	f	\N	\N	1.2	\N	\N	447	10669	1	2008-01-19 20:57:36.833831	\N
-23487	365	5415	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/liblog-agent-logger-perl/23487/liblog-agent-logger-perl_0.1.1-6~svn11598.dsc	f	\N	\N	0.1.1	\N	\N	14	10669	6	2008-01-19 20:57:39.90135	\N
-25398	365	5798	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libdata-stag-perl/25398/libdata-stag-perl_0.10-1~svn11598.dsc	f	\N	\N	0.10	\N	\N	450	10669	1	2008-01-19 20:57:46.28715	\N
-23562	365	5430	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libxml-handler-yawriter-perl/23562/libxml-handler-yawriter-perl_0.23-6~svn11598.dsc	f	\N	\N	0.23	\N	\N	42	10669	6	2008-01-19 20:57:49.250269	\N
-23592	365	5436	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libregexp-common-email-address-perl/23592/libregexp-common-email-address-perl_1.01-2~svn11598.dsc	f	\N	\N	1.01	\N	\N	50	10669	2	2008-01-19 20:57:51.255421	\N
-23607	365	5439	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libxml-nodefilter-perl/23607/libxml-nodefilter-perl_0.01-6~svn11598.dsc	f	\N	\N	0.01	\N	\N	54	10669	6	2008-01-19 20:57:54.366375	\N
-23647	365	5447	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libobject-realize-later-perl/23647/libobject-realize-later-perl_0.18-2~svn11598.dsc	f	\N	\N	0.18	\N	\N	74	10669	2	2008-01-19 20:57:57.719553	\N
-23652	365	5448	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libipc-run-perl/23652/libipc-run-perl_0.80-2~svn11598.dsc	f	\N	\N	0.80	\N	\N	76	10669	2	2008-01-19 20:58:00.700961	\N
-23662	365	5450	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libclass-multimethods-perl/23662/libclass-multimethods-perl_1.70-5~svn11598.dsc	f	\N	\N	1.70	\N	\N	81	10669	5	2008-01-19 20:58:06.85805	\N
-23687	365	5455	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libxml-xslt-perl/23687/libxml-xslt-perl_0.48-3~svn11598.dsc	f	\N	\N	0.48	\N	\N	102	10669	3	2008-01-19 20:58:09.884105	\N
-23717	365	5461	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libxml-xql-perl/23717/libxml-xql-perl_0.68-5~svn11598.dsc	f	\N	\N	0.68	\N	\N	133	10669	5	2008-01-19 20:58:13.00505	\N
-23782	365	5474	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libxml-filter-buffertext-perl/23782/libxml-filter-buffertext-perl_1.01-5~svn11598.dsc	f	\N	\N	1.01	\N	\N	171	10669	5	2008-01-19 20:58:16.074479	\N
-23857	365	5489	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libhtml-simpleparse-perl/23857/libhtml-simpleparse-perl_0.12-2~svn11598.dsc	f	\N	\N	0.12	\N	\N	221	10669	2	2008-01-19 20:58:19.068008	\N
-23867	365	5491	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libschedule-at-perl/23867/libschedule-at-perl_1.06-2~svn11598.dsc	f	\N	\N	1.06	\N	\N	229	10669	2	2008-01-19 20:58:22.119803	\N
-23882	365	5494	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libxml-perl/23882/libxml-perl_0.08-2~svn11598.dsc	f	\N	\N	0.08	\N	\N	106	10669	2	2008-01-19 20:58:25.288447	\N
-23957	365	5509	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libparse-yapp-perl/23957/libparse-yapp-perl_1.05-12~svn11598.dsc	f	\N	\N	1.05	\N	\N	243	10669	12	2008-01-19 20:58:28.332291	\N
-23987	365	5515	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libxml-handler-composer-perl/23987/libxml-handler-composer-perl_0.01-7~svn11598.dsc	f	\N	\N	0.01	\N	\N	248	10669	7	2008-01-19 20:58:31.43514	\N
-24047	365	5527	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libarray-printcols-perl/24047/libarray-printcols-perl_2.1-9~svn11598.dsc	f	\N	\N	2.1	\N	\N	258	10669	9	2008-01-19 20:58:34.737771	\N
-24052	365	5528	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libipc-sharelite-perl/24052/libipc-sharelite-perl_0.09-4~svn11598.dsc	f	\N	\N	0.09	\N	\N	259	10669	4	2008-01-19 20:58:37.678953	\N
-24131	365	5544	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libnet-scp-expect-perl/24131/libnet-scp-expect-perl_0.12-2~svn11598.dsc	f	\N	\N	0.12	\N	\N	268	10669	2	2008-01-19 20:58:40.982986	\N
-24176	365	5553	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libxml-xpath-perl/24176/libxml-xpath-perl_1.13-7~svn11598.dsc	f	\N	\N	1.13	\N	\N	274	10669	7	2008-01-19 20:58:44.079338	\N
-24244	365	5567	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/liblog-agent-perl/24244/liblog-agent-perl_0.307-2~svn11598.dsc	f	\N	\N	0.307	\N	\N	283	10669	2	2008-01-19 20:58:47.02937	\N
-24399	365	5598	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libipc-sharedcache-perl/24399/libipc-sharedcache-perl_1.3-7~svn11598.dsc	f	\N	\N	1.3	\N	\N	303	10669	7	2008-01-19 20:58:50.13394	\N
-24494	365	5617	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libmodule-info-perl/24494/libmodule-info-perl_0.31-2~svn11598.dsc	f	\N	\N	0.31	\N	\N	317	10669	2	2008-01-19 20:58:53.229465	\N
-24509	365	5620	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libmd5-perl/24509/libmd5-perl_2.03-2~svn11598.dsc	f	\N	\N	2.03	\N	\N	319	10669	2	2008-01-19 20:58:56.334634	\N
-24544	365	5627	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libxml-filter-reindent-perl/24544/libxml-filter-reindent-perl_0.03-7~svn11598.dsc	f	\N	\N	0.03	\N	\N	323	10669	7	2008-01-19 20:59:00.553833	\N
-24579	365	5634	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libvi-quickfix-perl/24579/libvi-quickfix-perl_1.129-1~svn11598.dsc	f	\N	\N	1.129	\N	\N	330	10669	1	2008-01-19 20:59:03.643009	\N
-24629	365	5644	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libxml-csv-perl/24629/libxml-csv-perl_0.15-8~svn11598.dsc	f	\N	\N	0.15	\N	\N	336	10669	8	2008-01-19 20:59:06.651647	\N
-24634	365	5645	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libxml-stream-perl/24634/libxml-stream-perl_1.22-4~svn11598.dsc	f	\N	\N	1.22	\N	\N	337	10669	4	2008-01-19 20:59:09.736815	\N
-24639	365	5646	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libtest-deep-perl/24639/libtest-deep-perl_0.099-3~svn11598.dsc	f	\N	\N	0.099	\N	\N	338	10669	3	2008-01-19 20:59:12.738135	\N
-24739	365	5666	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libtest-warn-perl/24739/libtest-warn-perl_0.10-2~svn11598.dsc	f	\N	\N	0.10	\N	\N	355	10669	2	2008-01-19 20:59:15.883494	\N
-24804	365	5679	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libpod-sax-perl/24804/libpod-sax-perl_0.14-5~svn11598.dsc	f	\N	\N	0.14	\N	\N	365	10669	5	2008-01-19 20:59:18.824341	\N
-24814	365	5681	2007-12-02 09:33:44	\nAdd svn-bp:tagsUrl, svn-bp:TrunkUrl, svn-bp:upsTagUrl and svn-bp:upsCurrentUrl properties to all debian/ directories to save a couple of repository lookups when upgrading\n	@REPOSITORY_URL@/pkg-perl/libtie-regexphash-perl/24814/libtie-regexphash-perl_0.15-2~svn11598.dsc	f	\N	\N	0.15	\N	\N	367	10669	2	2008-01-19 20:59:22.260183	\N
-24964	366	5711	2007-12-02 13:55:01	\nDon't install empty /usr/lib/perl5 directory.\n	@REPOSITORY_URL@/pkg-perl/libexpect-simple-perl/24964/libexpect-simple-perl_0.03-2~svn11598.dsc	f	\N	\N	0.03	\N	\N	388	10676	2	2008-01-19 20:59:31.122064	\N
-23232	366	5364	2007-12-02 14:02:13	\n* debian/rules:\n  - don't install empty /usr/share/perl5 directory\n  - let all -stamp targets depend on other -stamp targets only\n* Convert copyright to UTF-8.\n* Set debhelper compatibility level to 5.\n* Set Standards-Version to 3.7.2 (no changes needed).\n	@REPOSITORY_URL@/pkg-perl/libfile-sync-perl/23232/libfile-sync-perl_0.09-5~svn11598.dsc	f	\N	\N	0.09	\N	\N	201	10677	5	2008-01-19 20:59:34.308022	\N
-24017	366	5521	2007-12-02 14:10:42	\n* Use dist-based URL in debian/watch.\n* debian/rules:\n  - don't install empty /usr/lib/perl5 directory\n  - use $(CURDIR) instead of `pwd`.\n  - call clean target unconditionally but check for Makefile on $(MAKE)\n    distclean.\n* Set debhelper compatibility level to 5.\n* debian/control: Move perl to Build-Depends-Indep.\n	@REPOSITORY_URL@/pkg-perl/libfilehandle-unget-perl/24017/libfilehandle-unget-perl_0.1621-4~svn11598.dsc	f	\N	\N	0.1621	\N	\N	252	10678	4	2008-01-19 20:59:37.220355	\N
-22942	366	5306	2007-12-02 14:20:52	\ndebian/rules:\n  - don't install empty /usr/share/perl5 directory\n  - remove unneeded dh_link call\n	@REPOSITORY_URL@/pkg-perl/libimage-librsvg-perl/22942/libimage-librsvg-perl_0.07-5~svn11598.dsc	f	\N	\N	0.07	\N	\N	148	10679	5	2008-01-19 20:59:40.390241	\N
-23952	366	5508	2007-12-02 14:26:00	\n* Use dist-based URL in debian/watch.\n* Set debhelper compatibility level to 5.\n* debian/rules: don't install empty /usr/lib/perl5 directory.\n	@REPOSITORY_URL@/pkg-perl/libinline-perl/23952/libinline-perl_0.44-6~svn11598.dsc	f	\N	\N	0.44	\N	\N	242	10680	6	2008-01-19 20:59:43.416118	\N
-24574	366	5633	2007-12-02 14:33:24	\n* Use dist-based URL in debian/watch.\n* debian/rules:\n  - don't install empty /usr/lib/perl5 directory\n  - use $(CURDIR) instead of `pwd`\n  - remove unneeded dh_link and dh_strip calls\n* Remove pseudo-field Homepage from long description.\n	@REPOSITORY_URL@/pkg-perl/libipc-shareable-perl/24574/libipc-shareable-perl_0.60-7~svn11598.dsc	f	\N	\N	0.60	\N	\N	329	10681	7	2008-01-19 20:59:52.532696	\N
-23887	366	5495	2007-12-02 14:38:17	\n* Use dist-based URL in debian/watch.\n* Set debhelper compatibility level to 5.\n* Move perl from Build-Depends to Build-Depends-Indep.\n* debian/rules:\n  - don't install empty /usr/lib/perl5 directory\n  - use $(CURDIR) instead of `pwd`\n  - remove unneeded dh_link call\n	@REPOSITORY_URL@/pkg-perl/liblingua-en-inflect-perl/23887/liblingua-en-inflect-perl_1.89-3~svn11598.dsc	f	\N	\N	1.89	\N	\N	233	10682	3	2008-01-19 20:59:56.242171	\N
-23432	366	5404	2007-12-02 14:49:55	\ndebian/rules:\n  - don't install empty /usr/lib/perl5 directory\n  - remove unneeded OPTIMIZE variable\n  - let build-stamp depend on configure-stamp instead of build\n  - remove unneeded calls to dh_link and dh_strip\n  - remove deletion of .packlist, not created anymore\n	@REPOSITORY_URL@/pkg-perl/liblingua-ispell-perl/23432/liblingua-ispell-perl_0.07-6~svn11598.dsc	f	\N	\N	0.07	\N	\N	6	10683	6	2008-01-19 20:59:58.05284	\N
-24334	366	5585	2007-12-02 14:57:48	\n* Use dist-based URL in debian/watch.\n* debian/rules:\n  - don't install empty /usr/lib/perl5 directory\n  - use $(CURDIR) instead of `pwd`\n  - call clean target unconditionally but check for existence of Makefile\n    before running $(MAKE) distclean\n* Set debhelper compatibility level to 5\n* Move all build dependencies (except debhelper) to Build-Depends-Indep.\n	@REPOSITORY_URL@/pkg-perl/libmail-mbox-messageparser-perl/24334/libmail-mbox-messageparser-perl_1.5000+pristine-3~svn11598.dsc	f	\N	\N	1.5000+pristine	\N	\N	295	10684	3	2008-01-19 21:00:01.133792	\N
-24161	366	5550	2007-12-02 15:09:25	\n* Set Standards-Version to 3.7.2 (no changes needed).\n* debian/rules:\n  - don't install empty /usr/lib/perl5 directory\n  - remove OPTIMIZE variable, we don't compile anything\n  - remove unneeded call to dh_strip\n  - install upstream changelog\n* Convert debian/copyright to UTF-8.\n	@REPOSITORY_URL@/pkg-perl/libmail-sendmail-perl/24161/libmail-sendmail-perl_0.79-5~svn11598.dsc	f	\N	\N	0.79	\N	\N	272	10685	5	2008-01-19 21:00:04.376127	\N
-24102	366	5538	2007-12-02 15:28:42	\n* Use dist-based URL in debian/watch.\n* Change Homepage field and remove misspelled pseudo-field Homepage from\n  long description.\n* debian/rules:\n  - don't install empty /usr/lib/perl5 directory\n  - remove variable OPTIMIZE, we don't compile anything\n  - use $(CURDIR) instead of `pwd`\n  - let install target depend on build target\n  - remove comments, empty lines and unneeded dh_* calls\n	@REPOSITORY_URL@/pkg-perl/libnet-smtp-server-perl/24102/libnet-smtp-server-perl_1.1-4~svn11598.dsc	f	\N	\N	1.1	\N	\N	266	10688	4	2008-01-19 21:00:07.271617	\N
-24404	366	5599	2007-12-02 15:34:04	\ndebian/rules:\n  - don't install empty /usr/lib/perl5 directory\n  - use $(CURDIR) instead of `pwd`\n  - remove variable OPTIMIZE, we don't compile anything\n  - remove some comments, empty lines and unused/unneeded dh_* calls\n  - let install target depend on build target\n  - don't ignore errors of $(MAKE) realclean\n	@REPOSITORY_URL@/pkg-perl/libnet-xwhois-perl/24404/libnet-xwhois-perl_0.90-4~svn11598.dsc	f	\N	\N	0.90	\N	\N	304	10689	4	2008-01-19 21:00:10.353023	\N
-24729	366	5664	2007-12-02 15:39:22	\n* Use dist-based URL in debian/watch.\n* Set debhelper compatibility level to 5.\n* Set Standards-Version to 3.7.2 (no changes needed).\n	@REPOSITORY_URL@/pkg-perl/libpdf-report-perl/24729/libpdf-report-perl_1.30-7~svn11598.dsc	f	\N	\N	1.30	\N	\N	353	10690	7	2008-01-19 21:00:13.857799	\N
-25049	366	5728	2007-12-02 15:42:54	\n* Use dist-based URL in debian/watch.\n* debian/rules: don't install empty /usr/lib/perl5 directory.\n	@REPOSITORY_URL@/pkg-perl/libpdf-reuse-barcode-perl/25049/libpdf-reuse-barcode-perl_0.05-2~svn11598.dsc	f	\N	\N	0.05	\N	\N	400	10691	2	2008-01-19 21:00:16.724089	\N
-22947	366	5307	2007-12-02 15:48:52	\n* Use dist-based URL in debian/watch.\n* debian/rules: Don't install empty /usr/lib/perl5 directory.\n* debian/control: Move libcompress-zlib-perl from Buuild-Depends to\n  Build-Depends-Indep.\n	@REPOSITORY_URL@/pkg-perl/libpdf-reuse-perl/22947/libpdf-reuse-perl_0.33-2~svn11598.dsc	f	\N	\N	0.33	\N	\N	149	10692	2	2008-01-19 21:00:23.062259	\N
-22577	366	5233	2007-12-02 15:54:42	\ndebian/rules:\n  - don't install empty /usr/lib/perl5 directory\n  - remove variable OPTIMIZE, we don't compile anything\n  - create -stamp targets and adapt target dependencies accordingly\n  - move tests to build target\n  - remove unneeded call to dh_link\n	@REPOSITORY_URL@/pkg-perl/libpod-pom-perl/22577/libpod-pom-perl_0.17-7~svn11598.dsc	f	\N	\N	0.17	\N	\N	73	10693	7	2008-01-19 21:00:25.999914	\N
-23587	366	5435	2007-12-02 15:58:09	\n* Use dist-based URL in debian/watch.\n* debian/rules: don't install empty /usr/lib/perl5 directory.\n	@REPOSITORY_URL@/pkg-perl/librcs-perl/23587/librcs-perl_1.05-4~svn11598.dsc	f	\N	\N	1.05	\N	\N	49	10694	4	2008-01-19 21:00:29.144096	\N
-25024	366	5723	2007-12-02 16:03:24	\n* Use dist-based URL in debian/watch.\n* debian/rules:\n  - don't install empty /usr/share/perl5 directory\n  - use $(CURDIR) instead of `pwd`\n  - let install target depend on build target\n	@REPOSITORY_URL@/pkg-perl/libsys-utmp-perl/25024/libsys-utmp-perl_1.6-5~svn11598.dsc	f	\N	\N	1.6	\N	\N	397	10695	5	2008-01-19 21:00:32.327962	\N
-25059	366	5730	2007-12-02 16:11:26	\n* Set debhelper compatibility level to 5.\n* Set Standards-Version to 3.7.2 (no changes needed).\n* debian/rules:\n  - don't install empty /usr/share/perl5 directory\n  - use $(CURDIR) instead of `pwd`\n  - let install target depend on build target\n  - remove commented out dh_* calls\n	@REPOSITORY_URL@/pkg-perl/libterm-readkey-perl/25059/libterm-readkey-perl_2.30-4~svn11598.dsc	f	\N	\N	2.30	\N	\N	402	10696	4	2008-01-19 21:00:35.332668	\N
-23472	366	5412	2007-12-02 16:16:08	\ndebian/rules:\n  - don't install empty /usr/lib/perl5 directory\n  - remove variable OPTIMIZE, we don't compile anything\n  - let install target depend on build target\n  - remove unneeded dh_link and dh_strip calls\n	@REPOSITORY_URL@/pkg-perl/libterm-readline-perl-perl/23472/libterm-readline-perl-perl_1.0302-2~svn11598.dsc	f	\N	\N	1.0302	\N	\N	13	10697	2	2008-01-19 21:00:38.414652	\N
-23187	366	5355	2007-12-02 16:19:03	\ndebian/rules: don't install empty /usr/lib/perl5 directory.\n	@REPOSITORY_URL@/pkg-perl/libterm-shell-perl/23187/libterm-shell-perl_0.02-3~svn11598.dsc	f	\N	\N	0.02	\N	\N	192	10698	3	2008-01-19 21:00:41.480376	\N
-22672	366	5252	2007-12-02 16:25:29	\n* Use dist-based URL in debian/watch.\n* debian/rules:\n  - don't install empty /usr/share/perl5 directory\n  - use $(CURDIR) instead of `pwd`\n  - let install target depend on build target\n  - don't ignore errors of $(MAKE) realclean\n  - move tests to build target\n  - delete unused/unneeded dh_* calls\n* Set debhelper compatibility level to 5 and add debian/compat.\n	@REPOSITORY_URL@/pkg-perl/libterm-size-perl/22672/libterm-size-perl_0.2-4~svn11598.dsc	f	\N	\N	0.2	\N	\N	92	10699	4	2008-01-19 21:00:44.616038	\N
-25213	366	5761	2007-12-02 16:29:30	\n* Use dist-based URL in debian/watch.\n* Set debhelper compatibility level to 5.\n* debian/rules:\n  - don't install empty /usr/share/perl5 directory\n  - remove unneeded call to dh_link\n	@REPOSITORY_URL@/pkg-perl/libterm-slang-perl/25213/libterm-slang-perl_0.07-12~svn11598.dsc	f	\N	\N	0.07	\N	\N	426	10700	12	2008-01-19 21:00:50.73176	\N
-24794	366	5677	2007-12-02 16:34:12	\ndebian/rules: don't install empty /usr/lib/perl5 directory.\n	@REPOSITORY_URL@/pkg-perl/libtest-expect-perl/24794/libtest-expect-perl_0.30-3~svn11598.dsc	f	\N	\N	0.30	\N	\N	363	10701	3	2008-01-19 21:00:53.820062	\N
-23112	366	5340	2007-12-02 16:41:44	\n* Use dist-based URL in debian/watch.\n* debian/rules:\n  - don't install empty /usr/lib/perl5 directory\n  - remove unneeded calls to dh_link and dh_installexamples\n	@REPOSITORY_URL@/pkg-perl/libtest-object-perl/23112/libtest-object-perl_0.07-2~svn11598.dsc	f	\N	\N	0.07	\N	\N	179	10702	2	2008-01-19 21:00:56.858162	\N
-23632	366	5444	2007-12-02 16:47:59	\n* Update Homepage field and remove pseudo-field from description.\n* debian/rules: remove emtpy /usr/lib/perl5 directory.\n	@REPOSITORY_URL@/pkg-perl/libtext-roman-perl/23632/libtext-roman-perl_3.3-5~svn11598.dsc	f	\N	\N	3.3	\N	\N	61	10703	5	2008-01-19 21:00:59.91311	\N
-28259	273	6417	2007-12-02 16:53:49	\ngiven to team\n	@REPOSITORY_URL@/pkg-team/python-pdftools/28259/python-pdftools_0.35-2~svn4035.dsc	f	\N	\N	0.35	\N	\N	567	3799	2	2008-01-19 21:01:02.948792	\N
-23412	366	5400	2007-12-02 16:55:02	\n* Set debhelper compatibility level to 5.\n* debian/rules:\n  - don't install empty /usr/lib/perl5 directory\n  - move tests to build target\n  - change dependencies: install-stamp -> build-stamp instead of install\n    -> build\n  - remove variable OPTIMIZE, we don't compile anything\n  - delete unneeded dh_link and dh_strip calls\n  - install upstream changelog\n	@REPOSITORY_URL@/pkg-perl/libtext-textile-perl/23412/libtext-textile-perl_2.03-3~svn11598.dsc	f	\N	\N	2.03	\N	\N	3	10704	3	2008-01-19 21:01:05.979494	\N
-27860	273	6334	2007-12-02 16:57:17	\ngiven to team\n	@REPOSITORY_URL@/pkg-team/python-pyglew/27860/python-pyglew_0.1.2-2~svn4035.dsc	f	\N	\N	0.1.2	\N	\N	529	3800	2	2008-01-19 21:01:10.22427	\N
-23642	366	5446	2007-12-02 16:58:36	\n* Use dist-based URL in debian/watch.\n* Set debhelper compatibility level to 5.\n* debian/rules:\n  - don't install empty /usr/lib/perl5 directory\n  - remove unneeded calls to dh_link and dh_strip\n	@REPOSITORY_URL@/pkg-perl/libtime-human-perl/23642/libtime-human-perl_1.03-3~svn11598.dsc	f	\N	\N	1.03	\N	\N	68	10705	3	2008-01-19 21:01:16.322735	\N
-24919	366	5702	2007-12-02 17:04:47	\ndebian/rules:\n  - remove empty directory /usr/share/perl5\n  - don't ignore errors of $(MAKE) test\n  - install upstream changelog\n	@REPOSITORY_URL@/pkg-perl/libunicode-map8-perl-dfsg/24919/libunicode-map8-perl-dfsg_0.12-4~svn11598.dsc	f	\N	\N	0.12	\N	\N	381	10706	4	2008-01-19 21:01:19.329686	\N
-25413	365	5801	2007-12-02 17:24:32	\nUNRELEASED; ommitting an empty dir that is most probably already there because of hundreds packages does not deserve an upload\n	@REPOSITORY_URL@/pkg-perl/libcrypt-des-perl/25413/libcrypt-des-perl_2.05-3~svn11598.dsc	f	\N	\N	2.05	\N	\N	453	10714	3	2008-01-19 21:01:22.424426	\N
-23902	374	5498	2007-12-03 04:56:56	\noops, wrong email\n	@REPOSITORY_URL@/pkg-perl/libalzabo-perl/23902/libalzabo-perl_0.92-2~svn11598.dsc	f	\N	\N	0.92	\N	\N	235	10758	2	2008-01-19 21:01:25.479628	\N
-28062	280	6375	2007-12-03 18:16:29	\nSwitch back to pycentral due to import errors.\n	@REPOSITORY_URL@/pkg-team/enthought-enable2/28062/enthought-enable2_2.0.1b1-1~svn4035.dsc	f	\N	\N	2.0.1b1	\N	\N	552	3823	1	2008-01-19 21:01:28.568125	\N
-28792	480	6529	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	@REPOSITORY_URL@/pkg-games/chromium-data/28792/chromium-data_0.9.12-4~svn5055.dsc	f	\N	\N	0.9.12	\N	\N	589	4831	4	2008-01-19 21:01:32.106327	\N
-28859	480	6544	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	@REPOSITORY_URL@/pkg-games/transcend/28859/transcend_0.3.dfsg1-3~svn5055.dsc	f	\N	\N	0.3.dfsg1	\N	\N	593	4831	3	2008-01-19 21:01:35.042081	\N
-28915	480	6556	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	@REPOSITORY_URL@/pkg-games/enet/28915/enet_1.1-3~svn5055.dsc	f	\N	\N	1.1	\N	\N	596	4831	3	2008-01-19 21:01:38.291924	\N
-28940	480	6561	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	@REPOSITORY_URL@/pkg-games/gnomekiss/28940/gnomekiss_2.0-2~svn5055.dsc	f	\N	\N	2.0	\N	\N	597	4831	2	2008-01-19 21:01:40.136424	\N
-28970	480	6567	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	@REPOSITORY_URL@/pkg-games/freealut/28970/freealut_1.1.0-2~svn5055.dsc	f	\N	\N	1.1.0	\N	\N	599	4831	2	2008-01-19 21:01:43.345513	\N
-29041	480	6582	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	@REPOSITORY_URL@/pkg-games/barrage/29041/barrage_1.0.2-2~svn5055.dsc	f	\N	\N	1.0.2	\N	\N	600	4831	2	2008-01-19 21:01:46.22155	\N
-28401	480	6446	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	@REPOSITORY_URL@/pkg-games/fillets-ng-data/28401/fillets-ng-data_0.7.4-2~svn5055.dsc	f	\N	\N	0.7.4	\N	\N	571	4831	2	2008-01-19 21:01:49.244817	\N
-28442	480	6455	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	@REPOSITORY_URL@/pkg-games/ultrastar-ng/28442/ultrastar-ng_0.2.1-1~svn5055.dsc	f	\N	\N	0.2.1	\N	\N	575	4831	1	2008-01-19 21:02:07.492904	\N
-28553	480	6478	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	@REPOSITORY_URL@/pkg-games/blockattackeditor/28553/blockattackeditor_4-1~svn5055.dsc	f	\N	\N	4	\N	\N	578	4831	1	2008-01-19 21:02:10.569696	\N
-28568	480	6481	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	@REPOSITORY_URL@/pkg-games/stormbaancoureur/28568/stormbaancoureur_1.5.3-1~svn5055.dsc	f	\N	\N	1.5.3	\N	\N	579	4831	1	2008-01-19 21:02:13.608035	\N
-28682	480	6506	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	@REPOSITORY_URL@/pkg-games/fillets-ng/28682/fillets-ng_0.7.4-4~svn5055.dsc	f	\N	\N	0.7.4	\N	\N	584	4831	4	2008-01-19 21:02:16.676085	\N
-29145	480	6604	2007-12-03 18:53:46	\nadd Homepage: control field to source stanza\n\n	@REPOSITORY_URL@/pkg-games/wok/29145/wok_1.0-1~svn5055.dsc	f	\N	\N	1.0	\N	\N	605	4831	1	2008-01-19 21:02:19.745322	\N
-25463	366	5811	2007-12-03 20:12:39	\nadd watch file\n	@REPOSITORY_URL@/pkg-perl/libtemplate-plugin-number-format-perl/25463/libtemplate-plugin-number-format-perl_1.02-1~svn11598.dsc	f	\N	\N	1.02	\N	\N	462	10764	1	2008-01-19 21:02:22.816058	\N
-29113	479	6597	2007-12-04 06:01:41	\n  * Run distclean if config.status and Makefile exist (Closes: #424494)\n  * Make distclean not ignore errors\n  * Remove Homepage from package descriptions\n  * Fix watch file (Closes: #453581)\n\n	@REPOSITORY_URL@/pkg-games/late/29113/late_0.1.0-11~svn5055.dsc	f	\N	\N	0.1.0	\N	\N	604	4839	11	2008-01-19 21:02:25.929375	\N
-22446	360	5205	2007-12-04 08:22:26	\n* noting the current work to fix parallel building issues\n\n\n	@REPOSITORY_URL@/noteam/afbackup/22446/afbackup_3.5.1pl2-4~svn6905.dsc	f	\N	\N	3.5.1pl2	\N	\N	617	6341	4	2008-01-19 21:02:28.948731	\N
-27455	277	6251	2007-12-04 22:29:55	\nprepended XS-\n	@REPOSITORY_URL@/pkg-team/petsc4py/27455/petsc4py_0.7.5-6~svn4035.dsc	f	\N	\N	0.7.5	\N	\N	488	3838	5	2008-01-19 21:02:32.040138	\N
-29066	479	6587	2007-12-05 04:42:35	\nFix directory structure in SVN (I hope). Not sure what I was smoking.\n  * Add VCS fields in control\n  * Fix watch file (Closes: #449821)\n\n	@REPOSITORY_URL@/pkg-games/gnome-breakout/29066/gnome-breakout_0.5.3-2~svn5055.dsc	f	\N	\N	0.5.3	\N	\N	602	4845	2	2008-01-19 21:02:35.078354	\N
-24229	366	5564	2007-12-05 20:08:29	\nadd bug number of package we are waiting for\n	@REPOSITORY_URL@/pkg-perl/libmail-box-perl/24229/libmail-box-perl_2.079-1~svn11598.dsc	f	\N	\N	2.079	\N	\N	282	10838	1	2008-01-19 21:02:38.123461	\N
-25098	360	5738	2007-12-05 21:44:55	\n\n* New upstream release\n* Move debhelper to Build-Depends instead B-D-I\n* Bump Standard version to 3.7.2\n   + Set compat level to 5\n* Add ${misc:Depends} to Depends\n* debian/rules\n   + use $(PERL) instead perl\n   + add build/install-stamp targets \n   + Move 'build' and 'test' to build target\n   + de-ignoring output from make clean\n   + remove un-used dh_* calls\n   + remove un-useful README from debian package\n* debian/copyright\n   + refresh copyright info\n   + Add copyright info for the Debian Packaging\n	@REPOSITORY_URL@/pkg-perl/libpod-simple-perl/25098/libpod-simple-perl_3.05-1~svn11598.dsc	f	\N	\N	3.05	\N	\N	406	10869	1	2008-01-19 21:02:41.217019	\N
-27779	267	6317	2007-12-06 05:36:09	\n* debian/control:\n  + Remove XS-Python-Versions, unneded for pysupport.\n* debian/pyversions: Set for Python 2.4 onwards.\n	@REPOSITORY_URL@/pkg-team/enthought-kiva/27779/enthought-kiva_2.0.0b2-1~svn4035.dsc	f	\N	\N	2.0.0b2	\N	\N	519	3861	1	2008-01-19 21:02:44.284418	\N
-22386	308	5192	2007-12-06 06:50:34	\nBump Standards-Version to 3.7.3\n\n	@REPOSITORY_URL@/noteam/dopewars/22386/dopewars_1.5.12+svn20071106-1~svn6905.dsc	f	\N	\N	1.5.12+svn20071106	\N	\N	53	6395	1	2008-01-19 21:02:47.328091	\N
-28186	344	6402	2007-12-06 13:21:00	\nRefactor the changelog a bit (thanks Piotr & Sandro), target unstable\n\n	@REPOSITORY_URL@/pkg-team/python-pygraphviz/28186/python-pygraphviz_0.35.dfsg-2~svn4035.dsc	f	\N	\N	0.35.dfsg	\N	\N	560	3870	2	2008-01-19 21:02:50.401392	\N
-25692	267	5860	2007-12-06 13:43:30	\n* NOT RELEASED YET\n* debian/control:\n  + Change XS-Vcs-* to Vcs-*.\n  + Add Homepage field, shift homepage from description.\n\n	@REPOSITORY_URL@/pkg-java/libj2ssh-java/25692/libj2ssh-java_0.2.9-2~svn5167.dsc	f	\N	\N	0.2.9	\N	\N	473	4974	2	2008-01-19 21:02:53.520482	\N
-29372	504	6653	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	@REPOSITORY_URL@/pkg-kde/kphotoalbum/29372/kphotoalbum_3.1.0-2~svn8525.dsc	f	\N	\N	3.0.2	\N	\N	609	8140	2	2008-01-19 21:02:56.610033	\N
-29492	504	6678	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	@REPOSITORY_URL@/pkg-kde/keep/29492/keep_0.4.0-2~svn8525.dsc	f	\N	\N	0.4.0	\N	\N	610	8140	2	2008-01-19 21:02:59.628923	\N
-29512	504	6682	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	@REPOSITORY_URL@/pkg-kde/libsynaptics/29512/libsynaptics_0.14.6c-2~svn8525.dsc	f	\N	\N	0.14.6c	\N	\N	611	8140	2	2008-01-19 21:03:02.666027	\N
-29582	504	6696	2007-12-06 16:18:41	\n * Use fabo at d.o for Debian related work.\n\n	@REPOSITORY_URL@/pkg-kde/ksynaptics/29582/ksynaptics_0.3.3-3~svn8525.dsc	f	\N	\N	0.3.3	\N	\N	612	8140	3	2008-01-19 21:03:05.748122	\N
-28088	452	6381	2007-12-06 22:06:41	\n[svn-inject] Applying Debian modifications to trunk\n	@REPOSITORY_URL@/pkg-team/python-pysizer/28088/python-pysizer_0.1.1-1~svn4035.dsc	f	\N	\N	0.1.1	\N	\N	554	3893	1	2008-01-19 21:03:08.811309	\N
-22151	309	5140	2007-12-06 22:43:01	\nAdded empty changelog entry for the next revision.\n\n	@REPOSITORY_URL@/noteam/curlftpfs/22151/curlftpfs_0.9.1-3~svn6905.dsc	f	\N	\N	0.9.1	\N	\N	35	6415	3	2008-01-19 21:03:11.847892	\N
-28229	344	6411	2007-12-06 23:46:32	\nFix new lintian warnings: python section, binary-* targets\n\n	@REPOSITORY_URL@/pkg-team/python-networkx/28229/python-networkx_0.35.1.dfsg-2~svn4035.dsc	f	\N	\N	0.35.1.dfsg	\N	\N	564	3897	2	2008-01-19 21:03:15.031254	\N
-23242	331	5366	2007-12-07 03:02:43	\nDebian fixes for 1.21 (changelog + upgrade of Version-Standards)\n\n	@REPOSITORY_URL@/pkg-perl/libnet-z3950-zoom-perl/23242/libnet-z3950-zoom-perl_1.21-1~svn11598.dsc	f	\N	\N	1.21	\N	\N	203	10950	1	2008-01-19 21:03:17.980083	\N
-22502	362	5217	2007-12-07 07:41:54	\n[ejabberd]\n  * Added a patch which fixes access rule check in mod_irc.\n  * Added a patch which fixes ejabberd build using erlang R12B-0.\n  * Increased number of erlang ports in /etc/ejabberd/default. The default\n    value of 1024 allows too few simultaneous connections (from 300 to 500\n    for both clients and servers depending of whether they use SSL or traffic\n    compression).\n\n	@REPOSITORY_URL@/noteam/ejabberd/22502/ejabberd_1.1.4-4~svn6905.dsc	f	\N	\N	1.1.4	\N	\N	60	6419	4	2008-01-19 21:03:21.017422	\N
-27910	457	6344	2007-12-07 21:25:49	\nUpdate Standards-Version to 3.7.3. No changes needed.\n	@REPOSITORY_URL@/pkg-team/cheetah/27910/cheetah_2.0.1-2~svn4035.dsc	f	\N	\N	2.0.1	\N	\N	535	3902	2	2008-01-19 21:03:24.092374	\N
-22612	365	5240	2007-12-07 21:51:57	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	@REPOSITORY_URL@/pkg-perl/libnet-dpap-client-perl/22612/libnet-dpap-client-perl_0.26-2~svn11598.dsc	f	\N	\N	0.26	\N	\N	271	11014	2	2008-01-19 21:03:27.177993	\N
-22647	365	5247	2007-12-07 21:51:57	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	@REPOSITORY_URL@/pkg-perl/libpoe-component-server-http-perl/22647/libpoe-component-server-http-perl_0.09-2~svn11598.dsc	f	\N	\N	0.09	\N	\N	86	11014	2	2008-01-19 21:03:30.258807	\N
-24914	365	5701	2007-12-07 21:51:57	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	@REPOSITORY_URL@/pkg-perl/libcgi-simple-perl/24914/libcgi-simple-perl_1.103-2~svn11598.dsc	f	\N	\N	1.103	\N	\N	380	11014	2	2008-01-19 21:03:33.328042	\N
-22882	365	5294	2007-12-07 21:51:57	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	@REPOSITORY_URL@/pkg-perl/libdevel-size-perl/22882/libdevel-size-perl_0.69-2~svn11598.dsc	f	\N	\N	0.69	\N	\N	137	11014	2	2008-01-19 21:03:36.365702	\N
-24969	365	5712	2007-12-07 21:51:57	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	@REPOSITORY_URL@/pkg-perl/libflickr-api-perl/24969/libflickr-api-perl_0.08-3~svn11598.dsc	f	\N	\N	0.08	\N	\N	389	11014	3	2008-01-19 21:03:39.451231	\N
-25054	365	5729	2007-12-07 21:51:57	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	@REPOSITORY_URL@/pkg-perl/libnews-nntpclient-perl/25054/libnews-nntpclient-perl_0.37-8~svn11598.dsc	f	\N	\N	0.37	\N	\N	401	11014	8	2008-01-19 21:03:42.543076	\N
-23367	365	5391	2007-12-07 21:51:57	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	@REPOSITORY_URL@/pkg-perl/libxml-parser-lite-tree-perl/23367/libxml-parser-lite-tree-perl_0.03-2~svn11598.dsc	f	\N	\N	0.03	\N	\N	227	11014	2	2008-01-19 21:03:45.594732	\N
-23572	365	5432	2007-12-07 21:51:57	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	@REPOSITORY_URL@/pkg-perl/libextutils-f77-perl/23572/libextutils-f77-perl_1.16-2~svn11598.dsc	f	\N	\N	1.16	\N	\N	46	11014	2	2008-01-19 21:03:48.693606	\N
-23697	365	5457	2007-12-07 21:51:57	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	@REPOSITORY_URL@/pkg-perl/libencode-perl/23697/libencode-perl_2.23-2~svn11598.dsc	f	\N	\N	2.23	\N	\N	112	11014	2	2008-01-19 21:03:51.766025	\N
-24002	365	5518	2007-12-07 21:51:57	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	@REPOSITORY_URL@/pkg-perl/libnet-daap-dmap-perl/24002/libnet-daap-dmap-perl_1.26-2~svn11598.dsc	f	\N	\N	1.26	\N	\N	249	11014	2	2008-01-19 21:03:54.848335	\N
-24559	365	5630	2007-12-07 21:51:57	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	@REPOSITORY_URL@/pkg-perl/libnet-rendezvous-publish-perl/24559/libnet-rendezvous-publish-perl_0.04-2~svn11598.dsc	f	\N	\N	0.04	\N	\N	327	11014	2	2008-01-19 21:03:57.918142	\N
-24714	365	5661	2007-12-07 21:51:57	\nAdd missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.\n	@REPOSITORY_URL@/pkg-perl/libpoe-api-peek-perl/24714/libpoe-api-peek-perl_1.0802-2~svn11598.dsc	f	\N	\N	1.0802	\N	\N	351	11014	2	2008-01-19 21:04:00.971813	\N
-27704	457	6302	2007-12-07 23:05:35	\nNew email address\n	@REPOSITORY_URL@/pkg-team/genshi/27704/genshi_0.4.4-3~svn4035.dsc	f	\N	\N	0.4.4	\N	\N	513	3903	2	2008-01-19 21:04:03.994127	\N
-25537	302	5827	2007-12-08 22:17:52	\n* Add more packages thanks to Rafal Lewczuk.\n* Fix Vcs header in debian/control.\n	@REPOSITORY_URL@/pkg-java/jbossas4/25537/jbossas4_4.2.2.GA-2~svn5167.dsc	f	\N	\N	4.2.2.GA	\N	\N	468	4976	2	2008-01-19 21:04:07.0927	\N
-24649	374	5648	2007-12-09 07:46:52	\nMore readable changelog\n	@REPOSITORY_URL@/pkg-perl/libclass-accessor-lvalue-perl/24649/libclass-accessor-lvalue-perl_0.11-2~svn11598.dsc	f	\N	\N	0.11	\N	\N	340	11041	2	2008-01-19 21:04:10.167704	\N
-22071	301	5122	2007-12-09 17:50:53	\nchange libgnokii3-dev to priority extra (policy 2.5)\n\n	@REPOSITORY_URL@/noteam/gnokii/22071/gnokii_0.6.22.dfsg-4~svn6905.dsc	f	\N	\N	0.6.22.dfsg	\N	\N	26	6458	4	2008-01-19 21:04:13.25678	\N
-22470	300	5210	2007-12-09 20:05:06	\nconverted debian/copyright to utf-8\n	@REPOSITORY_URL@/noteam/wmmemload/22470/wmmemload_0.1.6-5~svn6905.dsc	f	\N	\N	0.1.6	\N	\N	56	6463	5	2008-01-19 21:04:16.3474	\N
-25890	267	5908	2007-12-10 04:35:31	\nFix 01_target13_BuildXml.patch newlines\n	@REPOSITORY_URL@/pkg-java/libcommons-logging-java/25890/libcommons-logging-java_1.1.1-1~svn5167.dsc	f	\N	\N	1.1.1	\N	\N	479	4988	1	2008-01-19 21:04:19.342251	\N
-28191	273	6403	2007-12-10 23:12:59	\nfixing copyright\n	@REPOSITORY_URL@/pkg-team/python-daap/28191/python-daap_0.7-2~svn4035.dsc	f	\N	\N	0.7	\N	\N	561	3924	2	2008-01-19 21:04:22.430694	\N
-23577	360	5433	2007-12-11 06:57:45	\n* New upstream version\n* merging changlog entries\n\n\n	@REPOSITORY_URL@/pkg-perl/libwww-mechanize-perl/23577/libwww-mechanize-perl_1.34-1~svn11598.dsc	f	\N	\N	1.34	\N	\N	47	11111	1	2008-01-19 21:04:25.528837	\N
-28472	479	6461	2007-12-11 21:19:00	\nChange -3 to unstable (Uploaded to archive)\nAdd -4 entry and remove XS prefix from VCS fields in control\n\n	@REPOSITORY_URL@/pkg-games/nettoe/28472/nettoe_1.1.0-4~svn5055.dsc	f	\N	\N	1.1.0	\N	\N	576	4900	4	2008-01-19 21:04:28.56039	\N
-28736	344	6517	2007-12-12 04:04:54	\nAdd a TODO about the CFLAGS, update timestamp\n	@REPOSITORY_URL@/pkg-games/boswars/28736/boswars_2.4.1.dfsg-1~svn5055.dsc	f	\N	\N	2.4.1.dfsg	\N	\N	587	4913	1	2008-01-19 21:04:31.649335	\N
-22199	330	5151	2007-12-12 12:10:24	\nfixed Vcs-*\n	@REPOSITORY_URL@/noteam/kanif/22199/kanif_1.2-2~svn6905.dsc	f	\N	\N	1.2	\N	\N	38	6562	2	2008-01-19 21:04:34.744737	\N
-22034	330	5114	2007-12-12 12:11:40	\nfixed Vcs-*\n	@REPOSITORY_URL@/noteam/taktuk/22034/taktuk_3.6-2~svn6905.dsc	f	\N	\N	3.6	\N	\N	25	6563	2	2008-01-19 21:04:37.789173	\N
-26441	280	6031	2007-12-13 16:12:50	\n* Fix typo\n\n	@REPOSITORY_URL@/pkg-java/libjfreechart-java/26441/libjfreechart-java_1.0.8a-1~svn5167.dsc	f	\N	\N	1.0.8a	\N	\N	361	5006	1	2008-01-19 21:04:40.88434	\N
-26042	388	5941	2007-12-13 19:14:58	\nfixed typos\n\n	@REPOSITORY_URL@/pkg-java/libgtk-java/26042/libgtk-java_2.10.2-5~svn5167.dsc	f	\N	\N	2.10.2	\N	\N	480	5008	5	2008-01-19 21:04:43.922968	\N
-25682	388	5858	2007-12-13 19:17:47	\nfixed typos\n\n	@REPOSITORY_URL@/pkg-java/glib-java/25682/glib-java_0.4.2-8~svn5167.dsc	f	\N	\N	0.4.2	\N	\N	472	5009	8	2008-01-19 21:04:46.993216	\N
-26569	388	6059	2007-12-13 19:19:06	\nfixed typos\n\n	@REPOSITORY_URL@/pkg-java/libgconf-java/26569/libgconf-java_2.12.6-4~svn5167.dsc	f	\N	\N	2.12.6	\N	\N	446	5010	4	2008-01-19 21:04:50.102226	\N
-25527	388	5825	2007-12-13 19:20:30	\nfixed typos\n\n	@REPOSITORY_URL@/pkg-java/libglade-java/25527/libglade-java_2.12.8-4~svn5167.dsc	f	\N	\N	2.12.8	\N	\N	467	5011	4	2008-01-19 21:04:53.15222	\N
-26321	388	6004	2007-12-13 19:24:38	\nfixed typos in description.\n\n	@REPOSITORY_URL@/pkg-java/libgnome-java/26321/libgnome-java_2.12.7-4~svn5167.dsc	f	\N	\N	2.12.7	\N	\N	296	5013	4	2008-01-19 21:04:56.175436	\N
-25735	388	5872	2007-12-13 19:26:28	\nfixed typo in description\n\n	@REPOSITORY_URL@/pkg-java/cairo-java/25735/cairo-java_1.0.8-7~svn5167.dsc	f	\N	\N	1.0.8	\N	\N	475	5014	7	2008-01-19 21:04:59.237911	\N
-27617	270	6284	2007-12-13 20:13:44	\n  - Updating Standards-Version to 3.7.3.\n	@REPOSITORY_URL@/pkg-team/parsedatetime/27617/parsedatetime_0.8.5-2~svn4035.dsc	f	\N	\N	0.8.5	\N	\N	616	3936	1	2008-01-19 21:05:02.27894	\N
-27667	273	6294	2007-12-13 23:53:18	\nupdating patch\n	@REPOSITORY_URL@/pkg-team/pycg/27667/pycg_0.14.1-1~svn4035.dsc	f	\N	\N	0.14.1	\N	\N	508	3942	1	2008-01-19 21:05:05.339418	\N
-29201	479	6618	2007-12-14 03:39:14	\norigUrl property set for openyahtzee_1.8\n	@REPOSITORY_URL@/pkg-games/openyahtzee/29201/openyahtzee_1.8-1~svn5055.dsc	f	\N	\N	1.8	\N	\N	608	4935	1	2008-01-19 21:05:08.418017	\N
-28900	479	6553	2007-12-14 19:46:13	\n  * Merge changes in archive package with svn\n  * Change quilt handling (add include)\n  * 02_configure.patch\n    + Modify configure to allow reconf\n\n	@REPOSITORY_URL@/pkg-games/ceferino/28900/ceferino_0.97.8-2~svn5055.dsc	f	\N	\N	0.97.8	\N	\N	595	4949	2	2008-01-19 21:05:11.481541	\N
-24974	365	5713	2007-12-14 19:56:51	\nAdd "install" to "build" dependencies so that we get a bit bigger package :)\n	@REPOSITORY_URL@/pkg-perl/libwww-perl/24974/libwww-perl_5.808-1~svn11598.dsc	f	\N	\N	5.808	\N	\N	390	11197	1	2008-01-19 21:05:14.558686	\N
-28002	270	6363	2007-12-14 22:04:29	\n  AND DO NOT RELEASE YET.\n  TARBALL CONTAINS NON-FREE MATERIAL.\n* debian/copyright:\n  - Updating the file to reflect the current copyrights and licenses.\n	@REPOSITORY_URL@/pkg-team/ipython/28002/ipython_0.8.2-1~svn4035.dsc	f	\N	\N	0.8.2	\N	\N	546	3951	1	2008-01-19 21:05:17.595025	\N
-25472	375	5813	2007-12-15 11:47:52	\nupdated TODO\n\n	@REPOSITORY_URL@/pkg-perl/librunapp-perl/25472/librunapp-perl_0.13-1~svn11598.dsc	f	\N	\N	0.13	\N	\N	464	11202	1	2008-01-19 21:05:20.668292	\N
-28367	479	6439	2007-12-15 19:44:35	\nUpdate man page patch\n\n	@REPOSITORY_URL@/pkg-games/conquest/28367/conquest_8.3-2~svn5055.dsc	f	\N	\N	8.3	\N	\N	570	4957	2	2008-01-19 21:05:23.758779	\N
-21906	316	5087	2007-12-15 22:19:25	\nxs\n	@REPOSITORY_URL@/noteam/ccd2iso/21906/ccd2iso_0.3-3~svn6905.dsc	f	\N	\N	0.3	\N	\N	22	6625	3	2008-01-19 21:05:26.795815	\N
-25480	341	5815	2007-12-16 02:37:42	\n[svn-inject] Applying Debian modifications to trunk\n	@REPOSITORY_URL@/pkg-perl/libtest-perl-critic-perl/25480/libtest-perl-critic-perl_1.01-1~svn11598.dsc	f	\N	\N	1.01	\N	\N	465	11207	1	2008-01-19 21:05:29.870259	\N
-25483	341	5816	2007-12-16 02:48:29	\nFixing version, was faked to let me svn-inject the package\n\n	@REPOSITORY_URL@/pkg-perl/libxml-atom-service-perl/25483/libxml-atom-service-perl_0.15.4-1~svn11598.dsc	f	\N	\N	0.15.4	\N	\N	466	11213	1	2008-01-19 21:05:32.949174	\N
-27801	280	6322	2007-12-16 09:05:00	\n* Initial release\n* Add debian/orig-tar.sh to create orig.tar.gz\n* Merge enable2 and kive into chaco2\n* Install examples and docs\n	@REPOSITORY_URL@/pkg-team/enthought-chaco2/27801/enthought-chaco2_2.0.1b1-1~svn4035.dsc	f	\N	\N	2.0.1b1	\N	\N	522	3957	1	2008-01-19 21:05:36.039422	\N
-22214	343	5154	2007-12-16 10:04:11	\n* debian/rules: some of the upstream gettext message catalogs are corrupted,\n  let's rebuild all of them at build time.\n	@REPOSITORY_URL@/noteam/phpldapadmin/22214/phpldapadmin_1.1.0-1~svn6905.dsc	f	\N	\N	1.1.0	\N	\N	39	6659	1	2008-01-19 21:05:39.077659	\N
-22538	308	5225	2007-12-16 11:34:22	\nDelete autotools files which are copied from the system ones\nCheck for the existence of the Makefile in the clean target\n\n	@REPOSITORY_URL@/noteam/spectools/22538/spectools_200710R2-1~svn6905.dsc	f	\N	\N	200710R2	\N	\N	63	6666	1	2008-01-19 21:05:42.136946	\N
-26761	302	6104	2007-12-16 13:26:53	\nUNRELEASED (needs tomcat6)\n* new upstream version\n* Bump up Standards-Version: 3.7.3 (no changes needed).\n* Refresh our patches.\n* Add patch no-downloads.diff to avoid any downloads of binary jars.\n* Add patch javacc-home.diff to make the path configurable. \n	@REPOSITORY_URL@/pkg-java/libfreemarker-java/26761/libfreemarker-java_2.3.11-1~svn5167.dsc	f	\N	\N	2.3.11	\N	\N	481	5055	1	2008-01-19 21:05:45.181536	\N
-27945	280	6351	2007-12-16 13:57:31	\n* Add debain/orig-tar.sh script to create orig.tar.gz\n* Cleanup debian/rules\n\n	@REPOSITORY_URL@/pkg-team/enthought-traits/27945/enthought-traits_2.0.1b1-2~svn4035.dsc	f	\N	\N	2.0.1b1	\N	\N	539	3958	2	2008-01-19 21:05:48.299811	\N
-27607	280	6282	2007-12-16 13:58:53	\n* Add debian/orig-tar.sh script to create orig.tar.gz\n\n	@REPOSITORY_URL@/pkg-team/enthought-traits-ui/27607/enthought-traits-ui_2.0.1b1-2~svn4035.dsc	f	\N	\N	2.0.1b1	\N	\N	503	3959	2	2008-01-19 21:05:51.362248	\N
-22330	302	5180	2007-12-16 14:44:05	\n* new upstream version\n* Add debian/watch.\n* Switch to debhelper 5.\n* Update Homepage and Vcs headers in debian/control.\n* Replace ${Source-Version} by {binary:Version}.\n* Bump up Standards-Version: 3.7.3.\n	@REPOSITORY_URL@/noteam/libview/22330/libview_0.6.1-1~svn6905.dsc	f	\N	\N	0.6.1	\N	\N	48	6669	1	2008-01-19 21:05:54.452216	\N
-29193	489	6616	2007-12-16 15:16:57	\n[antigrav] Dummy changelog entry\n	@REPOSITORY_URL@/pkg-games/antigrav/29193/antigrav_0.0.3-2~svn5055.dsc	f	\N	\N	0.0.3	\N	\N	607	4970	2	2008-01-19 21:05:57.492517	\N
-23177	341	5353	2007-12-16 15:26:49	\n* debian/control:\n  - added myself to Uploaders\n  - bumping Standards-Version to 3.7.3\n  - debhelper dependency moved to Build-Depdends instead of B-D-Indep\n  - removed some unnecessary fields from the binary stanza\n  - wrapped *Depends fields\n* debian/rules:\n  - don't ignore the return value of $(MAKE) clean\n  - some minor fixes\n	@REPOSITORY_URL@/pkg-perl/libxml-sax-expat-perl/23177/libxml-sax-expat-perl_0.39-1~svn11598.dsc	f	\N	\N	0.39	\N	\N	190	11226	1	2008-01-19 21:06:00.573483	\N
-22722	341	5262	2007-12-16 16:08:20	\nAdding a "closes:" to the debian/watch line\n\n	@REPOSITORY_URL@/pkg-perl/libtest-distribution-perl/22722/libtest-distribution-perl_2.00-1~svn11598.dsc	f	\N	\N	2.00	\N	\N	103	11229	1	2008-01-19 21:06:03.62285	\N
-24469	341	5612	2007-12-16 16:19:58	\n* debian/control:\n  - bumping Standards-Version to 3.7.3\n  - adding myself to Uploaders\n  - moving debhelper to Build-Depends from B-D-Indep\n  - adding quilt to B-D\n* debian/rules:\n  - don't ignore the return value of $(MAKE) clean\n  - updated to support quilt patch system\n* debian/patches: added to fix gzip's path (/bin/ instead of /usr/bin/)\n  in a test file (t/external.t)\n	@REPOSITORY_URL@/pkg-perl/libio-zlib-perl/24469/libio-zlib-perl_1.08-1~svn11598.dsc	f	\N	\N	1.08	\N	\N	313	11231	1	2008-01-19 21:06:06.662677	\N
-24904	366	5699	2007-12-16 17:08:27	\nNOTE: There's no explicit copyright statement anywhere in the upstream\ntarball ...\n\n	@REPOSITORY_URL@/pkg-perl/libtime-piece-perl/24904/libtime-piece-perl_1.12-1~svn11598.dsc	f	\N	\N	1.12	\N	\N	378	11240	1	2008-01-19 21:06:09.709808	\N
-26635	415	6074	2007-08-27 14:32:46	\nUpdate control fields for pkg-java public/co-maintenance\nincluding new VCS URIs\n\n	@REPOSITORY_URL@/pkg-java/fetchexc/26635/fetchexc_2.0-1~svn5167.dsc	f	\N	\N	2.0	\N	\N	470	4068	1	2008-01-19 21:06:12.807726	\N
-22147	299	5139	2007-09-29 12:23:49	\n* Move Homepage to own field (from pseudo-field in long description).\n	@REPOSITORY_URL@/noteam/libgtkol/22147/libgtkol_1.4.1-2~svn6905.dsc	f	\N	\N	1.4.1	\N	\N	34	5003	2	2008-01-20 12:32:49.558801	\N
-21921	299	5090	2007-09-29 12:27:14	\n* Move Homepage to own field (from pseudo-field in long description).\n	@REPOSITORY_URL@/noteam/libmail-cclient-perl/21921/libmail-cclient-perl_1.12-5~svn6905.dsc	f	\N	\N	1.12	\N	\N	24	5005	5	2008-01-20 13:19:47.450693	\N
-22091	299	5126	2007-09-29 13:09:59	\nMove comment on earlier change to the bottom of current changelog entry.\n	@REPOSITORY_URL@/noteam/python-weblib/22091/python-weblib_1.3.4-1~svn6905.dsc	f	\N	\N	1.3.4	\N	\N	28	5014	1	2008-01-20 13:44:54.979453	\N
-22133	299	5136	2007-09-29 13:10:40	\n* Move Homepage to own field (from pseudo-field in long description).\n	@REPOSITORY_URL@/noteam/rmagic/22133/rmagic_2.21-5~svn6905.dsc	f	\N	\N	2.21	\N	\N	33	5015	5	2008-01-20 13:53:04.599803	\N
-26682	394	6085	2006-07-06 05:44:08	\ndebhelper >= 5\n\n	@REPOSITORY_URL@/pkg-java/libcolt-java/26682/libcolt-java_1.2.0-1~svn5167.dsc	f	\N	\N	1.2.0	\N	\N	476	2261	1	2008-01-20 15:46:49.950562	\N
-26621	386	6070	2006-07-17 18:33:47	\nlibgnujaxp-java (1.3-7) unstable; urgency=low\n\n  * Built with java-gcj-compat-dev, jni.h is now included (closes:\n    #371062)\n\n	@REPOSITORY_URL@/pkg-java/libgnujaxp-java/26621/libgnujaxp-java_1.3-7~svn5167.dsc	f	\N	\N	1.3	\N	\N	469	2285	7	2008-01-20 15:56:45.5216	\N
-27465	307	6253	2007-06-18 22:01:46	\n* Suggest python-twisted and python-qt3; thanks Piotr O?\\197?\\188arowski.\n	@REPOSITORY_URL@/pkg-team/louie/27465/louie_1.1-2~svn4035.dsc	f	\N	\N	1.1	\N	\N	489	2569	2	2008-01-20 16:12:51.847773	\N
-29679	512	6716	2007-08-07 23:23:16	\nCleanup for http://buildserver.net\n	@REPOSITORY_URL@/pkg-kde/kfocus/29679/kfocus_1.0.2-18~svn8525.dsc	f	\N	\N	1.0.2	\N	\N	613	7005	18	2008-01-20 16:13:52.478737	\N
-21896	315	5085	2007-08-08 07:39:39	\ndebian/compat: Put '4' for debhelper.\ndebian/rules: Commented out DH_COMPAT.\n\n	@REPOSITORY_URL@/noteam/swish++/21896/swish++_6.1.4-3~svn6905.dsc	f	\N	\N	6.1.4	\N	\N	20	4320	3	2008-01-20 16:17:07.726576	\N
-25794	400	5885	2007-08-09 23:16:35	\nWorking on getting stuff to work with gcj\n	@REPOSITORY_URL@/pkg-java/lucene2/25794/lucene2_2.2.0-2~pre1~svn5167.dsc	f	\N	\N	2.2.0	\N	\N	477	4006	2~pre1	2008-01-20 16:21:36.550191	\N
-26489	267	6042	2007-09-20 16:55:10	\n* Update watch file.\n* debian/control:\n  + Add XS-Vcs-{Svn,Browser}.\n  + Add Homepage field.\n	@REPOSITORY_URL@/pkg-java/libcommons-fileupload-java/26489/libcommons-fileupload-java_1.2-3~svn5167.dsc	f	\N	\N	1.2	\N	\N	387	4235	3	2008-01-20 16:22:36.718095	\N
-22086	315	5125	2007-09-25 06:05:00	\nIn accordance with URL on packages.qa.d.o\n	@REPOSITORY_URL@/noteam/par/22086/par_1.52-4~svn6905.dsc	f	\N	\N	1.52	\N	\N	27	4958	4	2008-01-20 16:24:36.745927	\N
-22519	299	5221	2007-09-29 12:21:43	\n* Move Homepage to own field (from pseudo-field in long description).\n	@REPOSITORY_URL@/noteam/libconvert-tnef-perl/22519/libconvert-tnef-perl_0.17-6~svn6905.dsc	f	\N	\N	0.17	\N	\N	62	5000	6	2008-01-20 16:25:36.813099	\N
-22096	299	5127	2007-09-29 12:22:11	\n* Move Homepage to own field (from pseudo-field in long description).\n	@REPOSITORY_URL@/noteam/libconvert-uulib-perl/22096/libconvert-uulib-perl_1.09-2~svn6905.dsc	f	\N	\N	1.09	\N	\N	29	5001	2	2008-01-20 16:26:36.862299	\N
-28751	479	6520	2007-10-05 23:03:58	\nFix my watch file f-up\n\n	@REPOSITORY_URL@/pkg-games/chromium/28751/chromium_0.9.12-14~svn5055.dsc	f	\N	\N	0.9.12	\N	\N	588	4339	14	2008-01-20 16:29:37.098993	\N
-27382	266	6236	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/scapy/27382/scapy_1.1.1-4~svn4035.dsc	f	\N	\N	1.1.1	\N	\N	482	3408	4	2008-01-20 16:31:22.169136	\N
-27387	266	6237	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/hachoir-regex/27387/hachoir-regex_1.0.2-2~svn4035.dsc	f	\N	\N	1.0.2	\N	\N	483	3408	2	2008-01-20 16:32:52.327358	\N
-27435	266	6247	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/hachoir-core/27435/hachoir-core_1.0.1-2~svn4035.dsc	f	\N	\N	1.0.1	\N	\N	486	3408	2	2008-01-20 16:34:07.39378	\N
-27450	266	6250	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/kid/27450/kid_0.9.6-2~svn4035.dsc	f	\N	\N	0.9.6	\N	\N	487	3408	2	2008-01-20 16:35:22.453833	\N
-27473	266	6255	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/pyip/27473/pyip_0.7-2~svn4035.dsc	f	\N	\N	0.7	\N	\N	490	3408	2	2008-01-20 16:36:52.540271	\N
-27483	266	6257	2007-10-07 12:10:55	\nRename XS-Vcs-* fields to Vcs-*\n\n	@REPOSITORY_URL@/pkg-team/python-cherrypy/27483/python-cherrypy_2.2.1-4~svn4035.dsc	f	\N	\N	2.2.1	\N	\N	491	3408	4	2008-01-20 16:37:53.04317	\N
-22262	299	5165	2007-09-29 12:27:49	\n* Move Homepage to own field (from pseudo-field in long description).\n	@REPOSITORY_URL@/noteam/libnet-netmask-perl/22262/libnet-netmask-perl_1.9015-2~svn6905.dsc	f	\N	\N	1.9015	\N	\N	43	5006	2	2008-01-20 16:41:25.853957	\N
-22253	299	5163	2007-09-29 12:59:51	\n* Move Homepage to own field (from pseudo-field in long description).\n	@REPOSITORY_URL@/noteam/migrationtools/22253/migrationtools_47-4~svn6905.dsc	f	\N	\N	47	\N	\N	41	5008	4	2008-01-20 16:42:40.985735	\N
-25655	387	5852	2007-05-02 18:07:35	\ngjdoc (0.7.8-1) unstable; urgency=low\n\n  * New upstream version, runs sucessfully against the backported\n    libjava in gcj-4.1.\n  * Set java to gij-4.1 instead of gij-4.1-wrapper.\n  * Adjust (build-)dependencies.\n\n -- Matthias Klose <doko at debian.org>  Wed, 02 May 2007 17:48:57 +0200\n\n	@REPOSITORY_URL@/pkg-java/gjdoc/25655/gjdoc_0.7.8-1~svn5167.dsc	f	\N	\N	0.7.8	\N	\N	471	3387	1	2008-01-27 01:28:30.142853	\N
-21901	299	5086	2007-09-29 12:23:10	\n* Move Homepage to own field (from pseudo-field in long description).\n	@REPOSITORY_URL@/noteam/libgenerics/21901/libgenerics_1.2.1-2~svn6905.dsc	f	\N	\N	1.2.1	\N	\N	21	5002	2	2008-01-27 01:28:32.899655	\N
 \.
 
 
@@ -12325,636 +1573,6 @@
 --
 
 COPY changelogentry_bug (id, changelogentry_id, bug_id) FROM stdin;
-77	21801	348399
-78	21801	396910
-79	21806	385228
-80	21818	456228
-81	21818	454801
-82	21818	456036
-83	21823	335324
-84	21823	280095
-85	21826	410864
-86	21831	434115
-87	21836	422695
-88	21836	423613
-89	21836	423537
-90	21836	426053
-91	21836	425712
-92	21836	426347
-93	21836	423546
-94	21836	425160
-95	21836	426254
-96	21836	422488
-97	21837	424783
-98	21852	438029
-99	21876	254703
-100	21876	406953
-101	21876	408210
-102	21876	408324
-103	21876	408348
-104	21876	406972
-105	21886	452100
-106	21891	453498
-107	21891	453834
-108	21891	445561
-109	21891	445690
-110	21891	445918
-111	21926	442631
-112	21926	443644
-113	21931	350740
-114	21931	351430
-115	21931	360671
-116	21936	452755
-117	21936	454109
-118	21941	397261
-119	21951	447589
-120	21951	433028
-121	21951	427475
-122	21951	433003
-123	21951	443732
-124	21951	434825
-125	21951	436287
-126	21951	433965
-127	21951	392712
-128	21951	441801
-129	21951	422539
-130	21951	414100
-131	21956	197795
-132	21959	447246
-133	21968	447382
-134	21978	432891
-135	21983	455062
-136	21991	347253
-137	22006	336157
-138	22016	452461
-139	22021	453544
-140	22026	335080
-141	22026	321611
-142	22026	316171
-143	22039	438354
-144	22039	433978
-145	22044	456441
-146	22044	454549
-147	22049	439220
-148	22049	446199
-149	22058	451206
-150	22071	454217
-151	22081	454973
-152	22120	190662
-153	22123	426020
-154	22128	338217
-155	22176	213883
-156	22178	450970
-157	22189	444593
-158	22189	446876
-159	22194	444688
-160	22209	436541
-161	22209	436540
-162	22214	447862
-163	22214	370435
-164	22214	419517
-165	22219	410016
-166	22228	445912
-167	22233	383495
-168	22233	428228
-169	22233	445678
-170	22233	422203
-171	22233	409694
-172	22233	445766
-173	22233	445768
-174	22233	445773
-175	22233	423707
-176	22249	430721
-177	22295	429655
-178	22305	419453
-179	22305	451387
-180	22310	399359
-181	22315	449373
-182	22320	209524
-183	22350	420944
-184	22360	383609
-185	22362	410404
-186	22362	439349
-187	22362	451408
-188	22362	426682
-189	22367	451652
-190	22386	412411
-191	22386	449851
-192	22391	453478
-193	22391	452489
-194	22406	431205
-195	22416	312403
-196	22416	335284
-197	22416	309034
-198	22416	331887
-199	22416	321075
-200	22416	312197
-201	22416	314916
-202	22416	315729
-203	22419	171087
-204	22431	384258
-205	22436	307738
-206	22436	311266
-207	22451	451462
-208	22465	411281
-209	22465	423052
-210	22475	384398
-211	22475	445002
-212	22487	286780
-213	22487	361056
-214	22497	453533
-215	22507	435992
-216	22512	452999
-217	22512	446870
-218	22523	450470
-219	22538	455692
-220	22582	434393
-221	22617	421408
-222	22722	450210
-223	22737	450130
-224	22782	404125
-225	22782	434444
-226	22987	452483
-227	23042	441473
-228	23042	430118
-229	23042	240356
-230	23042	332440
-231	23042	420687
-232	23042	295398
-233	23042	229178
-234	23042	452872
-235	23137	447302
-236	23167	450100
-237	23407	442817
-238	23437	451076
-239	23442	452117
-240	23537	445805
-241	23547	420859
-242	23577	432485
-243	23672	450916
-244	23682	451599
-245	23727	451774
-246	23832	452713
-247	23852	440527
-248	23897	450023
-249	23977	436797
-250	23992	452715
-251	24062	453288
-252	24072	435979
-253	24082	439470
-254	24107	426888
-255	24126	430686
-256	24141	454345
-257	24171	453218
-258	24229	442912
-259	24294	432253
-260	24354	452369
-261	24364	452566
-262	24579	451545
-263	24684	437933
-264	24789	416459
-265	24789	346476
-266	24849	450307
-267	24849	451411
-268	24849	444550
-269	24974	386565
-270	24974	424737
-271	24974	396968
-272	24974	408426
-273	24974	354905
-274	24974	422732
-275	25039	447685
-276	25079	442764
-277	25288	451619
-278	25288	322389
-279	25338	452122
-280	25338	451838
-281	25353	449697
-282	25358	357280
-283	25368	451627
-284	25383	449486
-285	25477	456252
-286	25492	455883
-287	25492	442865
-288	25502	446527
-289	25507	456168
-290	25527	440583
-291	25537	451976
-292	25542	453604
-293	25547	402556
-294	25552	337828
-295	25568	448992
-296	25570	334629
-297	25580	440586
-298	25590	424105
-299	25595	448258
-300	25595	451935
-301	25595	448351
-302	25605	446053
-303	25615	453766
-304	25630	396334
-305	25635	441513
-306	25635	431889
-307	25650	367010
-308	25650	382815
-309	25665	380139
-310	25678	452875
-311	25682	440581
-312	25699	392097
-313	25702	450333
-314	25705	333164
-315	25709	453111
-316	25718	448989
-317	25725	439336
-318	25730	446656
-319	25735	428660
-320	25740	393377
-321	25740	34130
-322	25740	417544
-323	25740	341405
-324	25750	418579
-325	25759	418579
-326	25772	450196
-327	25779	385569
-328	25784	385350
-329	25799	428575
-330	25813	362120
-331	25818	354374
-332	25823	450765
-333	25828	442958
-334	25835	377064
-335	25840	448692
-336	25850	447469
-337	25852	352994
-338	25857	451831
-339	25857	449655
-340	25867	451555
-341	25868	453149
-342	25871	442246
-343	25878	453941
-344	25904	448990
-345	25909	374118
-346	25914	326616
-347	25918	440590
-348	25918	441049
-349	25918	441403
-350	25930	360551
-351	25940	352093
-352	25940	446788
-353	25945	450616
-354	25955	456481
-355	25960	449194
-356	25975	352986
-357	25978	417591
-358	25983	340307
-359	25988	442607
-360	25993	440729
-361	25998	451488
-362	26002	413528
-363	26007	453476
-364	26010	399372
-365	26015	426476
-366	26030	352978
-367	26034	124995
-368	26042	440585
-369	26052	341745
-370	26062	352977
-371	26066	429865
-372	26076	429474
-373	26081	396699
-374	26081	432000
-375	26086	439338
-376	26091	454081
-377	26096	426227
-378	26101	453471
-379	26118	352987
-380	26123	321476
-381	26128	451437
-382	26134	413554
-383	26144	424442
-384	26149	446603
-385	26153	432542
-386	26158	446656
-387	26163	443382
-388	26163	455495
-389	26163	454312
-390	26168	450063
-391	26186	385500
-392	26188	426546
-393	26192	270531
-394	26192	453021
-395	26202	342200
-396	26202	217878
-397	26202	335294
-398	26202	353464
-399	26202	368244
-400	26202	289241
-401	26202	418864
-402	26212	352980
-403	26217	427975
-404	26222	445704
-405	26227	442716
-406	26237	448740
-407	26239	395264
-408	26248	446792
-409	26283	448974
-410	26290	429523
-411	26312	450847
-412	26321	440584
-413	26340	450615
-414	26345	442557
-415	26357	346541
-416	26369	306923
-417	26389	424290
-418	26394	432538
-419	26426	403039
-420	26441	456148
-421	26451	306617
-422	26463	339921
-423	26468	352993
-424	26509	445804
-425	26516	397697
-426	26526	413526
-427	26536	381324
-428	26536	399688
-429	26536	352981
-430	26540	449357
-431	26545	329245
-432	26564	386101
-433	26569	440582
-434	26574	446117
-435	26596	320437
-436	26596	301761
-437	26601	392768
-438	26621	371062
-439	26630	450359
-440	26635	367835
-441	26637	451489
-442	26641	152180
-443	26641	385293
-444	26646	430560
-445	26646	430562
-446	26656	448977
-447	26682	368542
-448	26687	449188
-449	26692	426729
-450	26702	449113
-451	26717	449640
-452	26722	453184
-453	26735	384507
-454	26740	440000
-455	26766	451802
-456	26782	441839
-457	26792	447129
-458	26806	430806
-459	26813	267345
-460	26817	296643
-461	26831	444506
-462	26848	454095
-463	26853	449282
-464	26858	432369
-465	26863	450611
-466	26867	451433
-467	26871	307950
-468	26887	440161
-469	26917	447326
-470	26922	351912
-471	26922	452654
-472	26927	444462
-473	26927	277743
-474	26927	437554
-475	26927	437323
-476	26932	441174
-477	26962	452674
-478	26972	453749
-479	26982	453187
-480	27002	438502
-481	27002	451221
-482	27007	433937
-483	27017	411917
-484	27092	445428
-485	27177	450425
-486	27197	424640
-487	27202	456029
-488	27207	447109
-489	27207	447940
-490	27332	433936
-491	27402	452997
-492	27417	388490
-493	27422	439102
-494	27422	450293
-495	27440	449072
-496	27445	430763
-497	27577	449588
-498	27612	453024
-499	27662	453591
-500	27667	446791
-501	27699	449751
-502	27729	421528
-503	27729	427030
-504	27729	451608
-505	27754	449225
-506	27787	450120
-507	27855	450296
-508	27982	447596
-509	27987	434714
-510	27987	440244
-511	27987	438928
-512	28012	447894
-513	28037	430947
-514	28037	379709
-515	28037	438667
-516	28037	418446
-517	28042	450206
-518	28088	444221
-519	28099	448646
-520	28138	446694
-521	28161	449739
-522	28166	452823
-523	28176	448838
-524	28176	450659
-525	28186	449547
-526	28191	453831
-527	28224	450377
-528	28279	454359
-529	28284	428718
-530	28289	453888
-531	28289	453889
-532	28319	445491
-533	28319	456000
-534	28324	448786
-535	28334	437587
-536	28347	419546
-537	28352	436442
-538	28367	454998
-539	28396	451414
-540	28396	451416
-541	28396	416873
-542	28396	441711
-543	28406	350999
-544	28406	288367
-545	28406	288380
-546	28406	396078
-547	28406	409451
-548	28417	337937
-549	28422	441419
-550	28432	442349
-551	28437	448973
-552	28462	406307
-553	28462	443453
-554	28485	452575
-555	28510	440901
-556	28540	455580
-557	28550	294764
-558	28588	435763
-559	28598	429547
-560	28617	453554
-561	28627	440924
-562	28639	440227
-563	28641	446545
-564	28641	449132
-565	28652	438352
-566	28657	417171
-567	28662	449975
-568	28662	424575
-569	28672	424462
-570	28672	412056
-571	28672	269840
-572	28677	188449
-573	28677	299524
-574	28677	383972
-575	28677	414533
-576	28677	60031
-577	28677	372272
-578	28687	445516
-579	28702	440925
-580	28707	440173
-581	28712	395337
-582	28736	437382
-583	28741	248751
-584	28758	442514
-585	28763	280045
-586	28763	326813
-587	28767	439714
-588	28777	442034
-589	28777	442056
-590	28777	442029
-591	28802	432985
-592	28802	424738
-593	28807	402168
-594	28807	447415
-595	28807	442322
-596	28814	444372
-597	28814	444948
-598	28819	438812
-599	28824	440923
-600	28834	437735
-601	28859	413825
-602	28895	409377
-603	28905	449101
-604	28905	447465
-605	28910	444144
-606	28925	397830
-607	28960	449900
-608	28975	450395
-609	28985	433390
-610	28985	428449
-611	28985	438741
-612	28985	451566
-613	29010	428328
-614	29015	439471
-615	29056	450137
-616	29061	449449
-617	29066	449821
-618	29068	406351
-619	29088	452576
-620	29088	437080
-621	29113	424494
-622	29113	453581
-623	29128	454316
-624	29130	440925
-625	29140	337938
-626	29165	355991
-627	29168	444827
-628	29188	453750
-629	29188	436774
-630	29189	454439
-631	29192	357751
-632	29192	241334
-633	29198	453751
-634	29201	405825
-635	29234	450630
-636	29234	448254
-637	29249	448918
-638	29259	450603
-639	29259	446998
-640	29259	447055
-641	29264	325336
-642	29264	441547
-643	29274	444899
-644	29274	440945
-645	29274	444251
-646	29274	445122
-647	29279	450631
-648	29279	445038
-649	29279	439307
-650	29314	444716
-651	29314	369345
-652	29314	438796
-653	29339	441614
-654	29349	447414
-655	29349	313714
-656	29349	263393
-657	29349	353796
-658	29354	426801
-659	29377	446403
-660	29381	454912
-661	29381	455373
-662	29406	452659
-663	29408	417505
-664	29408	424296
-665	29442	431509
-666	29462	309068
-667	29482	439837
-668	29507	367882
-669	29507	356981
-670	29512	417359
-671	29522	455588
-672	29527	452334
-673	29532	438848
-674	29532	448084
-675	29542	421209
-676	29557	393035
-677	29557	390087
-678	29557	342994
-679	29562	387328
-680	29567	394841
-681	29587	447699
-682	29602	439504
-683	29602	424505
-684	29602	445292
-685	29637	445935
-686	29637	424741
-687	29637	255896
-688	29637	256423
-689	29637	404460
-690	29637	356626
-691	29637	343903
-692	29637	231399
-693	29637	343905
-694	29637	393827
-695	29637	341680
-696	29637	307717
-697	29637	414934
-698	29637	363410
-699	29637	408554
-700	29637	304605
-701	29637	436852
-702	29637	354706
-703	29647	445734
-704	29647	445738
-705	29677	452658
-706	29684	388173
 \.
 
 
@@ -12963,8 +1581,6 @@
 --
 
 COPY deb (id, name) FROM stdin;
-2	amd64
-3	par
 \.
 
 
@@ -12972,9 +1588,7 @@
 -- Data for Name: host; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
 --
 
-COPY host (id, name, arch, maintainer_id) FROM stdin;
-2	linda	i386	\N
-3	clara	amd64	\N
+COPY host (id, name, maintainer_id, ip, lastseen, isblacklisted) FROM stdin;
 \.
 
 
@@ -12983,447 +1597,6 @@
 --
 
 COPY maintainer (id, email, name) FROM stdin;
-440	pkg-bluetooth-maintainers at lists.alioth.debian.org	Debian Bluetooth Maintainers
-441	ejad at debian.org	Edd Dumbill
-442	filippo at debian.org	Filippo Giunchedi
-443	mario at debian.org	Mario Iseli
-444	francesco at namuri.it	Francesco Namuri
-445	stappers at debian.org	Geert Stappers
-446	albert at csail.mit.edu	Albert Huang
-449	gothicx at sapo.pt	Marco Rodrigues
-450	akumar at ee.iitm.ac.in	Kumar Appaiah
-451	pochu at ubuntu.com	Emilio Pozuelo Monfort
-452	arnaud at andesi.org	Arnaud Fontaine
-454	bzed at debian.org	Bernd Zeimetz
-455	little_miry at yahoo.es	Miriam Ruiz
-456	sc at linux.it	Stefano Canepa
-457	sgevatter at ubuntu.cat	Siegfried-Angel Gevatter Pujals (RainCT)
-458	bixente44 at gmail.com	Vincent Legout
-459	brandon at ifup.org	Brandon Philips
-460	ana at debian.org	Ana Beatriz Guerrero Lopez
-461	alet at librelogiciel.com	Jerome Alet
-462	scott at kitterman.com	Scott Kitterman
-463	ondrej at certik.cz	Ondrej Certik
-464	julien.lavergne at gmail.com	Julien Lavergne
-465	andy at andrewprice.me.uk	Andy Price
-466	varunhiremath at gmail.com	Varun Hiremath
-467	abpillai at gmail.com	Anand Pillai
-468	packages at qa.debian.org	Debian QA Group
-469	webapps-common-packages at lists.alioth.debian.org	Debian Webapps Team
-470	sukria at debian.org	Alexis Sukrieh
-471	rperrot at debian.org	Rémi Perrot
-472	sukria at sukria.net	Alexis Sukrieh
-473	debian-ocaml-maint at lists.debian.org	Debian OCaml Maintainers
-474	treinen at debian.org	Ralf Treinen
-475	gildor at debian.org	Sylvain Le Gall
-476	zack at debian.org	Stefano Zacchiroli
-477	smimram at debian.org	Samuel Mimram
-478	luther at debian.org	Sven Luther
-479	vanicat at debian.org	Remi Vanicat
-480	mfurr at debian.org	Mike Furr
-481	julien.cristau at ens-lyon.org	Julien Cristau
-482	thomas.petazzoni at enix.org	Thomas Petazzoni
-483	skaller at users.sf.net	John Skaller
-484	pietro.abate at pps.jussieu.fr	Pietro Abate
-485	enrico at debian.org	Enrico Zini
-486	savonet-debian at lists.sourceforge.net	Liquidsoap Debian Packaging
-487	toots at rastageeks.org	Romain Beauxis
-488	gareuselesinge at debian.org	Enrico Tassi
-489	gn at oglaroon.de	Georg Neis
-490	debian at mutu.net	Dimitri Ara
-491	pietro.abate at anu.edu.au	Pietro Abate
-493	erikd at mega-nerd.com	Erik de Castro Lopo
-494	white at debian.org	Steffen Joeris
-495	ecc at cmu.edu	Eric Cooper
-492	sylvain.le-gall at polytechnique.org	Sylvain Le Gall
-496	rich at annexia.org	Richard W.M. Jones
-497	mkedeb at sane.net	Michael K. Edwards (in Debian context)
-498	berke-dev at ouvaton.org	Oguz Berke Durak
-500	fenton at debian.org	Joel Alwin
-501	dr at jones.dk	Jonas Smedegaard
-502	mail at philipp-benner.de	Philipp Benner
-503	costela at debian.org	Leo Costela
-504	maxy at gnuservers.com.ar	Maximiliano Curia
-505	twerner at debian.org	Torsten Werner
-506	thomas.g.girard at free.fr	Thomas Girard
-507	madduck at debian.org	martin f. krafft
-508	chifflier at inl.fr	Pierre Chifflier
-509	tiago at debian-ba.org	Tiago Bortoletto Vaz
-510	lool at dooz.org	Loic Minier
-511	francois at debian.org	Francois Marier
-512	porridge at debian.org	Marcin Owsiany
-513	fst at debian.org	Frank S. Thomas
-514	mckinstry at debian.org	Alastair McKinstry
-515	malex at debian.org	Oleksandr Moskalenko
-516	zehrer at zepan.org	Michael Zehrer
-517	siretart at tauware.de	Reinhard Tartler
-518	holger at debian.org	Holger Levsen
-519	kapil at debian.org	Kapil Hari Paranjape
-520	asheesh at asheesh.org	Asheesh Laroia
-521	tolimar at debian.org	Alexander Schmehl
-522	naoliv at debian.org	Nelson A. de Oliveira
-523	jaldhar-seamonkey at debian.org	Jaldhar H. Vyas
-524	ajvincent at gmail.com	Alex Vincent
-525	jaldhar at debian.org	Jaldhar H. Vyas
-526	ari at debian.org	Ari Pollak
-527	pkern at debian.org	Philipp Kern
-528	maxx at debian.org	Martin Wuertele
-529	cameron at patrick.wattle.id.au	Cameron Patrick
-530	jesus.climent at hispalinux.es	Jesus Climent
-531	otavio at debian.org	Otavio Salvador
-532	devel at sumpfralle.de	Lars Kruse
-533	bubulle at debian.org	Christian Perrier
-534	peter at makholm.net	Peter Makholm
-535	racke at linuxia.de	Stefan Hornburg (Racke)
-536	sylvestre.ledru at inria.fr	Sylvestre Ledru
-538	biebl at debian.org	Michael Biebl
-539	lucas at lucas-nussbaum.net	Lucas Nussbaum
-540	vdanjean at debian.org	Vincent Danjean
-541	yabuki at netfort.gr.jp	Yukiharu YABUKI
-542	dancer at debian.org	Junichi Uekawa
-543	robot101 at debian.org	Robert McQueen
-544	pkg-openbox at modprobe.de	Openbox Maintainers
-545	nion at debian.org	Nico Golde
-546	aavelar at cofradia.org	Anibal Avelar (Fixxxer)
-547	joeyh at debian.org	Joey Hess
-550	flight at debian.org	Gregor Hoffleit
-551	gaudenz at debian.org	Gaudenz Steinlin
-552	m.kooijman at student.utwente.nl	Matthijs Kooijman
-553	jordi at debian.org	Jordi Mallach
-554	pkg-jwchat at lists.debianforum.de	jwchat packagers
-555	d.paleino at gmail.com	David Paleino
-556	absurd at debian.org	Stephan A Suerken
-557	shiju.p at gmail.com	Shiju p. Nair
-558	kobold at debian.org	Fabio Tranchitella
-559	kodzoman at gmail.com	Jure Kodzoman
-560	charles-debian-nospam at plessy.org	Charles Plessy
-561	csmall at debian.org	Craig Small
-562	kov at debian.org	Gustavo Noronha Silva
-563	debian at menole.net	Michael Mende
-564	bdale at gag.com	Bdale Garbee
-565	rra at debian.org	Russ Allbery
-566	kobold-zabbix at debian.org	Zabbix Maintainers
-567	abi at debian.org	Michael Ablassmeier
-568	daigo at debian.org	Daigo Moriwaki
-569	blade at debian.org	Eduard Bloch
-570	danchev at spnet.net	George Danchev
-571	rafael-ttf2tex at debian.org	Co-maintainers of ttf2tex
-572	rafael at debian.org	Rafael Laboissiere
-573	jaldhar-skim at debian.org	Jaldhar H. Vyas
-574	wjbeksi at users.sourceforge.net	William J Beksi
-576	luciano at debian.org	Luciano Bello
-577	mlang at debian.org	Mario Lang
-578	tassia at debian-ba.org	Tassia Camoes Araujo
-579	colm.maccarthaigh at heanet.ie	Colm MacCarthaigh
-581	bart at samwel.tk	Bart Samwel
-582	hertzog at debian.org	Raphael Hertzog
-583	jaldhar-dovecot at debian.org	Dovecot Maintainers
-584	batmand at packages.qa.debian.org	Debian B.A.T.M.A.N maintainers
-585	wesleyboy42 at gmail.com	Wesley Tsai
-586	luk at debian.org	Luk Claes
-587	rmayorga at debian.org.sv	Rene Mayorga
-588	tbm at cyrius.com	Martin Michlmayr
-589	rod at whitby.id.au	Rod Whitby
-537	ag at roxor.cx	Aurélien GÉRÔME
-549	jezz at sysmic.org	Jérôme Pouiller (Jezz)
-499	zorglub at debian.org	Clément Stenac
-590	monga at debian.org	Mattia Monga
-591	lakeland at debian.org	Corrin Lakeland
-592	sgolovan at debian.org	Sergei Golovan
-593	ptitlouis at sysif.net	Julien Louis
-594	emfox at debian.org	Emfox Zhou
-595	felipe at cathedrallabs.org	Felipe Augusto van de Wiel (faw)
-597	nomeata at debian.org	Joachim Breitner
-598	florian at mookooh.org	Florian Ragwitz
-599	he at debian.org	Marc 'HE' Brockschmidt
-600	gwolf at debian.org	Gunnar Wolf
-601	eloy at debian.org	Krzysztof Krzyzaniak (eloy)
-602	ntyni at iki.fi	Niko Tyni
-603	gregor+debian at comodo.priv.at	gregor herrmann
-604	jaybonci at debian.org	Jay Bonci
-605	apenguinlinux at gmail.com	Deepak Tripathi
-606	stratus at debian.org	Gustavo Franco
-607	dmn at debian.org	Damyan Ivanov
-608	segre at debian.org	Carlo Segre
-609	marc at dch-faq.de	Marc Brockschmidt
-610	ghostbar38 at gmail.com	Jose Luis Rivas
-611	x.oswald at free.fr	Xavier Oswald
-612	daniel at ruoso.com	Daniel Ruoso
-613	micah at debian.org	Micah Anderson
-614	kjetilk at opera.com	Kjetil Kjernsmo (Work key)
-615	mattice at debian.org	Mike Mattice
-616	zakame at spunge.org	Zak B. Elep
-618	kees at outflux.net	Kees Cook
-619	rafl at debianforum.de	Florian Ragwitz
-620	djpig at debian.org	Frank Lichtenheld
-621	ch at debian.org	Christian Hammers
-622	allard at byte.nl	Allard Hoeve
-624	divanov at creditreform.bg	Damyan Ivanov
-625	asaterceiro at inf.ufrgs.br	Antonio S. de A. Terceiro
-626	jonas.genannt at capi2name.de	Jonas Genannt
-627	emhn at telcel.net.ve	Ernesto Hernández-Novich
-628	pabs at debian.org	Paul Wise
-629	thp at linuxforce.net	Tim Peeler
-630	waldi at debian.org	Bastian Blank
-631	zoso at debian.org	Esteban Manchado Velázque
-632	Andreas.Fester at gmx.de	Andreas Fester
-634	rafl at debian.org	Florian Ragwitz
-636	gwolf at gwolf.org	Gunnar Wolf
-637	edward at debian.org	Edward Betts
-638	julian at mehnle.net	Julian Mehnle
-639	ezra at cpan.org	Ezra Pagel
-640	acid at debian.org	Julien Danjou
-641	zobel at debian.org	Martin Zobel-Helas
-643	roberto at connexer.com	Roberto C. Sanchez
-644	Jeffrey.Ratcliffe at gmail.com	Jeffrey Ratcliffe
-645	oliver.gorwits at oucs.ox.ac.uk	Oliver Gorwits
-646	christoph.martin at uni-mainz.de	Christoph Martin
-647	christian.kuelker at cipworx.org	Christian Kuelker
-648	segre at iit.edu	Carlo Segre
-649	ron at debian.org	Ron Lee
-650	roktas at debian.org	Recai Oktaş
-651	ardo at debian.org	Ardo van Rangelrooij
-652	olly at survex.com	Olly Betts
-653	debian at 37.org	Wolfgang Schemmel
-654	ivan-debian at 420.am	Ivan Kohler
-655	dam at modsoftsys.com	Damyan Ivanov
-617	emhn at usb.ve	Ernesto Hernández-Novich (USB)
-596	pkg-perl-maintainers at lists.alioth.debian.org	Debian Perl Group
-623	jeremiah at jeremiahfoster.com	Jeremiah Foster
-656	damog at debian.org	David Moreno Garza
-657	pkg-vim-maintainers at lists.alioth.debian.org	Debian VIM Maintainers
-658	fpletz at franz-pletz.org	Franz Pletz
-659	piefel at debian.org	Michael Piefel
-660	jamessan at debian.org	James Vega
-661	bigon at bigon.be	Laurent Bigonville
-662	madcoder at debian.org	Pierre Habouzit
-663	nobse at debian.org	Norbert Tretkowski
-664	matthijs at cacholong.nl	Matthijs Mohlmann
-665	pepijn at ce.et.tudelft.nl	Pepijn de Langen
-667	avdyk at debian.org	Arnaud Vandyck
-668	marcus at better.se	Marcus Better
-669	doko at ubuntu.com	Matthias Klose
-670	mh at debian.org	Mark Howard
-671	nico at debian.org	Nicolas Sabouret
-672	paul-debian at home.paulcager.org	Paul Cager
-673	apeeters at lashout.net	Adriaan Peeters
-674	stephan at apache.org	Stephan Michels
-675	WBaer at gmx.de	Wolfgang Baer
-676	j2se-package at z42.de	Hubert Schmid
-677	tora at debian.org	Takashi Okamoto
-678	konqueror at gmx.de	Michael Koch
-679	trygvis at inamo.n	Trygve Laugstøl
-681	cfry at debian.org	Charles Fry
-682	claviola at debian.org	Carlos Laviola
-683	jeroen at wolffelaar.nl	Jeroen van Wolffelaar
-684	barry at alltc.com	Barry Hawkins
-685	ean at novare.net	Ean R. Schuessler
-686	doogie at brainfood.com	Adam Heath
-687	janpascal at vanbest.org	Jan-Pascal van Best
-688	jewel at debian.org	John Leuner
-689	sgybas at debian.org	Stefan Gybas
-690	varun at debian.org	Varun Hiremath
-691	doko at debian.org	Matthias Klose
-692	crafterm at debian.org	Marcus Crafter
-693	wasabi at larvalstage.net	Jerry Haltom
-694	opal at debian.org	Ola Lundqvist
-695	werner at debian.org	Morten Werner Olsen
-696	pkg-grass-devel at lists.alioth.debian.org	Debian GIS Project
-697	frankie at debian.org	Francesco Paolo Lovergine
-698	deb at zorglub.s.bawue.de	Eric Lavarde
-699	gcuriel at debianvenezuela.org	Gerardo Curiel
-700	marek.slama at sun.com	Marek Slama
-701	barry at bytemason.org	Barry Hawkins
-702	killer at debian.org	Kalle Kivimaa
-703	abdyk at debian.org	Arnaud Vandyck
-704	daniel.leidert at wgdd.de	Daniel Leidert (dale)
-705	meier at fnogol.de	Philipp Meier
-706	bayle at debian.org	Christian Bayle
-707	rene at debian.org	Rene Engelhard
-708	jab at debian.org	Jeff Breidenbach
-709	dirson at debian.org	Yann Dirson
-710	rafal.lewczuk at gmail.com	Rafal Lewczuk
-711	andreas at putzo.net	Andreas Putzo
-713	steffen_moeller at gmx.de	Steffen Moeller
-714	jsogo at debian.org	Jose Carlos Garcia Sogo
-666	pkg-java-maintainers at lists.alioth.debian.org	Debian Java Maintainers
-715	ted at midg3t.net	Ted Percival
-716	petere at debian.org	Peter Eisentraut
-717	pere at debian.org	Petter Reinholdtsen
-712	vladimir.lapacek at gmail.com	Vladimír Lapáček
-680	trygvis at inamo.no	Trygve Laugstøl
-718	trygvis at codehaus.org	Trygve Laugstøl
-719	debian-java at lists.debian.org	Debian Java Mailing List
-720	debian-boot at lists.debian.org	Debian Install System Team
-721	vorlon at debian.org	Steve Langasek
-722	fjp at debian.org	Frans Pop
-723	cjwatson at debian.org	Colin Watson
-724	kraai at debian.org	Matt Kraai
-725	ajt at debian.org	Anthony Towns
-726	sjogren at debian.org	Martin Sjogren
-727	kmuto at debian.org	Kenshi Muto
-728	smarenka at debian.org	Stephen R. Marenka
-729	tausq at debian.org	Randolph Chung
-730	lunar at debian.org	Jérémy Bobbio
-731	phil at hands.com	Philip Hands
-732	wouter at debian.org	Wouter Verhelst
-733	dannf at debian.org	dann frazier
-734	wart at debian.org	Wartan Hachaturow
-735	jbailey at raspberryginger.com	Jeff Bailey
-736	tfheen at debian.org	Tollef Fog Heen
-737	merker at debian.org	Karsten Merker
-738	rmh at debian.org	Robert Millan
-739	rmh at aybabtu.com	Robert Millan
-740	pb at debian.org	Phil Blundell
-741	jbailey at nisa.net	Jeff Bailey
-742	daniel at debian.org	Daniel Baumann
-743	zinoviev at debian.org	Anton Zinoviev
-744	xam at debian.org	Max Vozeler
-745	huggie at earth.li	Simon Huggins
-746	cajus at debian.org	Cajus Pollmeier
-747	dwhedon at debian.org	David Kimdon
-748	joshk at triplehelix.org	Joshua Kwan
-749	jdthood at yahoo.co.uk	Thomas Hood
-750	David.Villa at uclm.es	David Villa Alises
-751	michel.casabona at free.fr	Michel Casabona
-752	bernd at bzed.de	Bernd Zeimetz
-753	afayolle at debian.org	Alexandre Fayolle
-754	zufus at debian.org	Marco Presi (Zufus)
-447	python-apps-team at lists.alioth.debian.org	Python Applications Packaging Team
-755	mithrandi at mithrandi.za.net	Tristan Seligmann
-756	atehwa at sange.fi	Panu Kalliokoski
-757	ozarow at gmail.com	Piotr Ozarowski
-758	repo at geole.info	Georg W. Leonhardt
-759	ross at debian.org	Ross Burton
-548	adn+deb at diwi.org	Mohammed Adnène Trojette
-760	aurel32 at debian.org	Aurelien Jarno
-761	dave at natulte.net	David Anderson
-762	nslater at bytesexual.org	Noah Slater
-763	kevin at rustybear.com	Kevin Coyner
-764	gpastore at colband.com.br	Guilherme de S. Pastore
-765	ian at excess.org	Ian Ward
-766	ucko at debian.org	Aaron M. Ucko
-767	stew at vireo.org	Mike O'Connor
-768	shlomme at debian.org	Torsten Marek
-769	sto at debian.org	Sergio Talens-Oliag
-770	matrixhasu at gmail.com	Sandro Tosi
-771	dottedmag at dottedmag.net	Mikhail Gusarov
-772	dan at ag-projects.com	Dan Pascu
-773	stone at debian.org	Fredrik Steen
-774	guilherme.pastore at terra.com.br	Guilherme de S. Pastore
-775	jeremie.corbier at resel.enst-bretagne.fr	Jeremie Corbier
-776	rganesan at debian.org	Ganesan Rajagopal
-777	j_r_fonseca at yahoo.co.uk	José Fonseca
-778	arnau at debian.org	Arnaud Fontaine
-780	jenner at debian.org	Igor Stroh
-781	pcc03 at doc.ic.ac.uk	Peter Collingbourne
-782	cgalisteo at k-rolus.net	Carlos Galisteo
-783	kcoyner at debian.org	Kevin Coyner
-784	jluebbe at lasnet.de	Jan Luebbe
-785	jluebbe at debian.org	Jan Luebbe
-786	joergland at debian.org	Joerg Wendland
-787	jmalonzo at unpluggable.com	Jan Alonzo
-788	gudjon at gudjon.org	Gudjon I. Gudjonsson
-789	gaspa at yattaweb.it	Andrea Gasparini
-790	nacho at debian.org	Nacho Barrientos Arias
-792	nas at debian.org	Neil Schemenauer
-793	smcv at ianadd.pseudorandom.co.uk	Simon McVittie
-791	santiago at debian.org	Santiago Ruano Rincón
-642	azatoth at gmail.com	Carl Fürstenberg
-794	rkrishnan at debian.org	Ramakrishnan Muthukrishnan
-795	pollastri at inrim.it	Fabrizio Pollastri
-796	haas at debian.org	Christoph Haas
-453	python-modules-team at lists.alioth.debian.org	Debian Python Modules Team
-797	mejo at debian.org	Jonas Meurer
-798	tv at beamnet.de	Thomas Viehmann
-799	iDunno at sommitrealweird.co.uk	Brett Parker
-800	cyril.brulebois at enst-bretagne.fr	Cyril Brulebois
-801	pabs3 at bonedaddy.net	Paul Wise
-802	rodrigo at debian.org	Luis Rodrigo Gallardo Cruz
-803	goedson at debian.org	Goedson Teixeira Paixao
-448	piotr at debian.org	Piotr Ożarowski
-804	mark at diveintomark.org	Mark Pilgrim
-805	pkg-games-devel at lists.alioth.debian.org	Debian Games Team
-806	mcitadel at gmail.com	Andres Mejia
-807	fuddl at gmx.de	Bruno "Fuddl" Kleinert
-808	pdewacht at gmail.com	Peter De Wachter
-809	bddebian at comcast.net	Barry deFreese
-810	jensseidel at users.sf.net	Jens Seidel
-811	sam+deb at zoy.org	Sam Hocevar (Debian packages)
-812	jon at alcopop.org	Jon Dowland
-813	svnbuildstat at rulezlan.org>	Gonéri Le Bouder
-814	frank at gevaerts.be	Frank Gevaerts
-815	marc.leeman at gmail.com	Marc Leeman
-816	daf at debian.org	Dafydd Harries
-817	pkg-games-devel at lists.debian.debian.org	Debian Games Team
-818	richih-debian at net.in.tum.de	Richard Hartmann
-819	fritsd at wanadoo.nl	Frits Daalmans
-820	skx at debian.org	Steve Kemp
-821	artefact at altern.org	Jean Parpaillon (artefact)
-822	rhonda at debian.at	Gerfried Fuchs
-824	toma at rulez.org	Tamas SZERB
-823	jorda at ettin.org	Jordà Polo
-825	mjj29 at debian.org	Matthew Johnson
-826	fenio at debian.org	Bartosz Fenski
-827	fog at debian.org	Federico Di Gregorio
-828	synrg at sanctuary.nslug.ns.ca	Ben Armstrong
-829	pascal at debian.org	Pascal Giard
-830	thierry at doppeltgemoppelt.de	Thierry Reding
-831	debian-devel-games at lists.debian.org	Debian Games Team
-832	isaac at debian.org	Isaac Clerencia
-833	cyril at bouthors.org	Cyril Bouthors
-834	sven at velt.de	Sven Velt
-835	e at lefant.net	fabian linzberger
-836	guus at debian.org	Guus Sliepen
-837	helmut at subdivi.de	Helmut Grohne
-838	mpitt at debian.org	Martin Pitt
-635	martin.ferrari at gmail.com	Martín Ferrari
-839	fourmond at debian.org	Vincent Fourmond
-840	gborzi at ieee.org	Giuseppe Borzi
-841	wijnen at debian.org	Bas Wijnen
-842	sistpoty at ubuntu.com	Stefan Potyra
-843	admin at marioiseli.com	Mario Iseli
-844	sargentd at die-welt.net	Evgeni Golov
-580	eddy.petrisor at gmail.com	Eddy Petrișor
-845	jmm at debian.org	Moritz Muehlenhoff
-846	javiergaliciaacm at gmail.com	Javier Galicia
-847	0x0007 at gmail.com	Linas Žvirblis
-848	sdt at debian.org	Stu Teasdale
-633	svnbuildstat at rulezlan.org	Gonéri Le Bouder
-849	debian-qt-kde at lists.debian.org	Debian Qt/KDE Maintainers
-850	pyro at debian.org	Brian Nelson
-851	debian at pusling.com	Sune Vuorela
-852	fabo at debian.org	Fathi Boudra
-853	chrsmrtn at debian.org	Christopher Martin
-854	schepler at debian.org	Daniel Schepler
-855	noel at debian.org	Noèl Köthe
-779	rcardenes at debian.org	Ricardo Cardenes
-857	geromanas at mailas.com	Modestas Vainius
-858	francesco.pedrini at gmail.com	Francesco Pedrini
-859	joshdeb at metzlers.org	Josh Metzler
-860	trigger+debian at space-based.de	Armin Berres
-861	jeremy.laine at m4x.org	Jeremy Lainé
-862	hobbsee at ubuntu.com	Sarah Hobbs
-856	dato at net.com.org.es	Adeodato Simó
-863	bab at debian.org	Ben Burton
-864	pkg-kde-extras at lists.alioth.debian.org	Debian KDE Extras Team
-865	msp at debian.org	Mark Purcell
-575	zhengpeng-hou at ubuntu.com	ZhengPeng Hou
-867	nixternal at ubuntu.com	Richard A. Johnson
-868	meskes at debian.org	Michael Meskes
-869	ach at mpe.mpg.de	Achim Bohnet
-870	aquette at debian.org	Arnaud Quette
-871	bvh-osm at irule.be	Bart Vanhauwaert
-872	pxt at debian.org	Paul Telford
-873	seamus at debian.org	Angel Ramos
-874	ana at ekaia.org	Ana Beatriz Guerrero Lopez
-875	modestas at vainius.eu	Modestas Vainius
-876	mrjoel at lixil.net	Joel Johnson
-877	riku.voipio at iki.fi	Riku Voipio
-866	rasasi78 at gmail.com	Raúl Sánchez Siles
-878	jriddell at ubuntu.com	Jonathan Riddell
-879	fuji at debian.org	KELEMEN Peter
-880	kelrin at tpg.com.au	Kel Modderman
 \.
 
 
@@ -13431,7 +1604,7 @@
 -- Data for Name: qajob; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
 --
 
-COPY qajob (id, qatool_id, qastatus_id, changelogentry_id, qalog_id, lastjobstart, date) FROM stdin;
+COPY qajob (id, qatool_id, qastatus_id, changelogentry_id, lastjobstart, date) FROM stdin;
 \.
 
 
@@ -13444,14 +1617,6 @@
 
 
 --
--- Data for Name: qalog; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY qalog (id, log) FROM stdin;
-\.
-
-
---
 -- Data for Name: qastatus; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
 --
 
@@ -13481,19 +1646,19 @@
 --
 
 COPY repository (id, uri, name, tarballlayout, enabled, rev, lastcheck, team_id, vcs_id) FROM stdin;
-13	svn://svn.debian.org/svn/webapps-common/packages	Packages	\N	t	136	2007-12-15 03:38:46	11	1
-3	svn://svn.debian.org/svn/collab-maint/deb-maint	Collab QA	\N	t	7459	2008-01-15 17:57:46	2	1
-1	svn://svn.debian.org/svn/pkg-kde/trunk/packages	KDE	\N	t	8970	2008-01-15 18:04:00	1	1
-12	svn://svn.debian.org/svn/pkg-vim/trunk/packages	Packages	\N	t	1156	2008-01-15 09:45:00	10	1
-7	svn://svn.debian.org/svn/pkg-java/trunk	Packages	\N	t	5458	2008-01-15 16:18:26	6	1
-11	svn://svn.debian.org/svn/python-modules/packages	Python Modules	\N	t	4380	2008-01-15 18:24:43	9	1
-6	svn://svn.debian.org/svn/d-i/trunk/packages	Packages	\N	t	50888	2008-01-15 17:24:05	5	1
-2	svn://svn.debian.org/svn/pkg-kde/kde-extras	KDE Extra	\N	t	8970	2008-01-15 18:05:37	1	1
-4	svn://svn.debian.org/svn/pkg-bluetooth/packages	Packages	\N	t	659	2008-01-13 11:38:58	3	1
-8	svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages	Packages	\N	t	5055	2008-01-15 16:52:00	7	1
-5	svn://svn.debian.org/svn/pkg-games/packages/trunk	Packages	\N	t	5377	2008-01-15 20:34:35	4	1
-9	svn://svn.debian.org/svn/pkg-perl/trunk	Packages	\N	t	12799	2008-01-15 20:49:01	8	1
-10	svn://svn.debian.org/python-apps/packages	Python applications	\N	t	522	2008-01-15 03:41:07	9	1
+10	svn://svn.debian.org/python-apps/packages	Python applications	\N	t	981	2008-04-16 19:57:20	9	1
+3	svn://svn.debian.org/svn/collab-maint/deb-maint	Collab QA	\N	t	9214	2008-04-16 19:57:41	2	1
+13	svn://svn.debian.org/svn/webapps-common/packages	Packages	\N	t	136	2008-04-16 20:07:02	11	1
+4	svn://svn.debian.org/svn/pkg-bluetooth/packages	Packages	\N	t	707	2008-04-17 17:14:05	3	1
+11	svn://svn.debian.org/svn/python-modules/packages	Python Modules	\N	t	5051	2008-04-19 18:56:18	9	1
+9	svn://svn.debian.org/svn/pkg-perl/trunk	Packages	\N	t	18841	2008-04-19 18:57:30	8	1
+5	svn://svn.debian.org/svn/pkg-games/packages/trunk	Packages	\N	t	6663	2008-04-19 13:30:33	4	1
+12	svn://svn.debian.org/svn/pkg-vim/trunk/packages	Packages	\N	t	1252	2008-04-19 14:14:04	10	1
+8	svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages	Packages	\N	t	5536	2008-04-18 10:30:22	7	1
+6	svn://svn.debian.org/svn/d-i/trunk/packages	Packages	\N	t	52741	2008-04-19 17:58:26	5	1
+7	svn://svn.debian.org/svn/pkg-java/trunk	Packages	\N	t	6205	2008-04-19 18:31:59	6	1
+1	svn://svn.debian.org/svn/pkg-kde/trunk/packages	KDE	\N	t	10185	2008-04-19 18:32:57	1	1
+2	svn://svn.debian.org/svn/pkg-kde/kde-extras	KDE Extra	\N	t	10185	2008-04-19 18:33:00	1	1
 \.
 
 
@@ -13501,1666 +1666,7 @@
 -- Data for Name: repositoryentry; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
 --
 
-COPY repositoryentry (id, repository_id, istarballpresent, upstreamversion, lastcheck, blacklisted, i386, powerpc, amd64, sparc, sourcepackage_id, subdir, debianversion, rev, debchangelogentry, todo, changelogentry_id) FROM stdin;
-5223	3	f	\N	2007-12-16 19:33:30.209119	f	t	t	t	t	2120	/libtut/trunk	\N	\N	libtut (0.0.20060329-2) UNRELEASED; urgency=low  * Changed priority to extra as suggested by ftpmaster. -- martin f. krafft <madduck at debian.org>  Wed, 12 Jul 2006 00:25:35 +0200	\N	22528
-6003	7	f	\N	2007-12-16 19:52:22.21785	f	t	t	t	t	2896	/javassist	\N	\N	javassist (3.6.GA-1) unstable; urgency=low  [ Arnaud Vandyck ]  * debian/control: fixed a typo in description, thanks to Marcus Better.  [ Varun Hiremath ]  * New upstream release.  * debian/control:    + Add Homepage, Vcs-{Svn, Browser} Headers.    + Build-Depend on debhelper >=5    + Build-Depend on sun-java6-jdk instead of ibm compiler.  * debian/compat: switch to 5  * debian/rules:    + Clean up old comments.    + Add install target.    + Implement get-orig-source.  * Remove libjavassist-java.install, libjavassist-java.links and    libjavassist-java.dirs - not required.  * Fix typo in debian/libjavassist-java-doc.install  * Add debian/orig-tar.sh to repackage the source (zip) and create    orig.tar.gz -- Varun Hiremath <varunhiremath at gmail.com>  Fri, 09 Nov 2007 20:09:52 +0530	\N	26316
-5224	3	f	\N	2007-12-16 19:33:30.62536	f	t	t	t	t	2121	/lifelines/trunk	\N	\N	lifelines (3.0.46.1-1) unstable; urgency=low  * New upstream.  -- Felipe Augusto van de Wiel (faw) <felipe at cathedrallabs.org>  Sun, 26 Jun 2005 05:55:02 -0300	\N	22533
-5225	3	f	\N	2007-12-16 19:33:31.02459	f	t	t	t	t	2122	/spectools/trunk	\N	\N	spectools (200710R2-1) unstable; urgency=low  * Initial release (Closes: #455692) -- Francois Marier <francois at debian.org>  Sun, 16 Dec 2007 22:07:06 +1300	\N	22538
-6005	7	f	\N	2007-12-16 19:52:23.097314	f	t	t	t	t	2898	/libservlet2.4-java	\N	\N	libservlet2.4-java (5.0.30-6) unstable; urgency=low  * Fix XSS bug (CVE-2007-4724) in cal2.jsp. -- Michael Koch <konqueror at gmx.de>  Sat, 06 Oct 2007 23:50:14 +0200	\N	26326
-6006	7	f	\N	2007-12-16 19:52:23.527726	f	t	t	t	t	2899	/libsaxpath-java	\N	\N	libsaxpath-java (1.0.0FCS-6) unstable; urgency=low  * Removed libgnujaxp-java dependency - not needed anymore  * Simplified depends line to kaffe | java1-runtime | java2-runtime  * debian/rules: Removed jikes build compiler property  * Bumped debhelper version to fix linda error  * Added myself to uploaders -- Wolfgang Baer <WBaer at gmx.de>  Thu,  5 Jan 2006 10:29:59 +0100	\N	26331
-6007	7	f	\N	2007-12-16 19:52:23.976752	f	t	t	t	t	2900	/libjdom0-java	\N	\N	libjdom0-java (0.9b-3) unstable; urgency=low  * Build with java-gcj-compat-dev and libjaxen-java  * Standards-Version 3.7.2 (no changes) -- Arnaud Vandyck <avdyk at debian.org>  Sun,  5 Nov 2006 16:56:40 +0100	\N	26335
-6008	7	f	\N	2007-12-16 19:52:24.437865	f	t	t	t	t	2901	/opennms	\N	\N	opennms (1.2.9-1) unstable; urgency=low  * Initial release (Closes: #450615) -- Varun Hiremath <varunhiremath at gmail.com>  Tue, 24 Apr 2007 17:19:10 +0530	\N	26340
-6517	5	f	\N	2007-12-16 20:06:52.718232	f	t	t	t	t	3407	/boswars	\N	\N	boswars (2.4.1.dfsg-1) unstable; urgency=low  [ Cyril Brulebois]  * Initial release (Closes: #437382).  * Repack because of included “.dll” files.  * Notes:     - Upstream says both lua5.0 and lua5.1 should be fine, hence the       alternative in Build-Depends.     - No menu icon yet, since upstream's .ico seems not to be representative       of the game.  * Add Homepage entry to debian/control, use Vcs-*.  * Add get-orig-source target to debian/rules, based on Barry's, and a bit    more generic (independent of the version number).  * Copy and rename an icon from the source, to be used as desktop icon.  * Bump Standards-Version to 3.7.3 (no change needed).  * Remove unneeded configure* targets.  * Add a TODO file (its current content is about desktop icon, and CFLAGS not    being honoured).  [ Barry deFreese ]  * New upstream release (from 2.4 to 2.4.1).  * Add desktop file.  * Remove dh_make comments from rules file.  * New files: debian/ boswars.{dirs,install}, boswars-data.{dirs,install}.  * Call dh_desktop.  * Remove opengl=0 from scons build. (OpenGL support is now run-time option.)  * Update -data package description.  * Remove unnecessary files from binary package.  * Add quilt patch system.  * 10_lua_const_char.diff    + Fix char* -> const char* issues in lua code.  * Add README.Debian-source to describe repack.  * Update watch file to mangle dfsg version. -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Wed, 12 Dec 2007 04:05:05 +0100	TODO for boswars:\n-----------------\n\n  * Ask upstream for a nice SVG icon.\n  * Put it where it belongs.\n  * Get rid of the kind-of-a-hack PNG file under /usr/share/applications.\n  * Fix the CFLAGS issues.\n\n -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Wed, 12 Dec 2007 03:48:36 +0100\n	28736
-6009	7	f	\N	2007-12-16 19:52:40.105991	f	t	t	t	t	2902	/ehcache	\N	\N	ehcache (1.4.0~beta-1) unstable; urgency=low  * New upstream release  * debian/build.xml:    + Add clean target (Closes: #442557)    + Remove hard coded version from build.xml and install versioned jar from debian/rules.  * debian/control:    + Add myself and Kumar Appaiah to Uploaders.    + Move cdbs and debhelper to Build-Depends.    + Add libcommons-collections3-java to Build-Depends-Indep and Depends    + Add XS-Vcs-{Svn, Browser} headers.  * Add debian/orig-tar.sh  * Add debian/README.Debian-source  * Update debian/watch to call debian/orig-tar.sh  * debian/rules:    + Add commons-collection3 to DEB_JARS    + implement get-orig-source -- Varun Hiremath <varunhiremath at gmail.com>  Mon, 17 Sep 2007 00:18:23 +0530	\N	26345
-6518	5	f	\N	2007-12-16 20:07:03.169843	f	t	t	t	t	3408	/openmortal	\N	\N	openmortal (0.7.dfsg-1) UNRELEASED; urgency=low  [ Bruno "Fuddl" Kleinert ]  * Finalized debianization  * Added myself to Uploaders  * Removed all truetype fonts because of license issues  * Added gcc41 upstream patch as a dbatch  * Initial Debian Release (Closes: #248751).  [ Gonéri Le Bouder ]  * add libfreetype6-dev in builddep  * add lintian override file for openmortal-data to avoid the    script-not-executable warnings  * remove Applications from Categorie in the desktop file since it's not    an official categorie  * call dh_desktop to run update-desktop-database  [ Reinhard Tartler ]  * added openmortal-data to depends of openmortal  [ Jon Dowland ]  * update menu section to "Games/Action" for menu policy transition.    Thanks Linas Žvirblis.  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Barry deFreese ]  * Add Homepage field  * Fix watch file  * Make distclean not ignore errors  * Bump debhelper build-dep to match compat -- Jon Dowland <jon at alcopop.org>  Thu, 12 Jul 2007 12:03:41 +0100	\N	28741
-6010	7	f	\N	2007-12-16 19:52:45.517798	f	t	t	t	t	2903	/libpixie-java	\N	\N	libpixie-java (1:0.8.8-1) unstable; urgency=low  * New upstream release  * remove bogus and unintended ant.properties file  -- Rene Engelhard <rene at debian.org>  Thu, 27 Sep 2007 15:51:22 +0200	\N	26350
-6011	7	f	\N	2007-12-16 19:52:45.88537	f	t	t	t	t	2904	/libnachocalendar-java	\N	\N	libnachocalendar-java (0.23-4) unstable; urgency=low  * Move the package to pkg-java svn.  * Switch from kaffe to java-gcj-compat-dev.  * Set Maintainer to Debian Java Maintainers and add myself to Uploaders.  * Add debian/README.Debian-source file.  * debian/control: add XS-Vcs-{Svn,Browser} headers. -- Varun Hiremath <varunhiremath at gmail.com>  Tue, 28 Aug 2007 00:34:49 +0530	\N	26355
-6012	7	f	\N	2007-12-16 19:52:46.37379	f	t	t	t	t	2905	/rssowl	\N	\N	rssowl (1.2.2-1) unstable; urgency=low  * Initial release Closes: #346541  * Added manpage  * Patches and rssowl.sh script were taken from the fedora rssowl source package     -- Gerardo Curiel <gcuriel at debianvenezuela.org>  Thu,  24 Sep 2006 17:54:22 -0400	\N	26357
-6013	7	f	\N	2007-12-16 19:52:46.782485	f	t	t	t	t	2906	/eclipse-bugzilla	\N	\N	eclipse-bugzilla (0.1.1-1) unstable; urgency=low  * Initial Version (Closes: #XXXX). -- Michael Koch <konqueror at gmx.de>  Thu, 22 Dec 2005 19:11:00 +0000	\N	26362
-6014	7	f	\N	2007-12-16 19:52:47.365775	f	t	t	t	t	2907	/eclipse-ve	\N	\N	eclipse-ve (1.1.0.1-1) unstable; urgency=low  [ Stephan Michels ]  * Initial Version.  * debian/rules: Fetch source code and compilation for libswt-gtk-print. -- Stephan Michels <stephan at apache.org>  Sun, 18 Dec 2005 03:39:04 +0100	\N	26364
-6015	7	f	\N	2007-12-16 19:52:47.95332	f	t	t	t	t	2908	/libjfreereport-java	\N	\N	libjfreereport-java (0.8.3c-5) unstable; urgency=high  * Recognize the JAVA_HOME directories for ibm-j2sdk1.4 and    blackdown-j2sdk1.4 (Closes: #306923) -- Christian Bayle <bayle at debian.org>  Fri, 29 Apr 2005 20:33:22 +0200	\N	26369
-6519	5	f	\N	2007-12-16 20:07:03.604249	f	t	t	t	t	3409	/vegastrike-music	\N	\N	vegastrike-music (0.4.3-1) unstable; urgency=low  * New upstream release -- Mike Furr <mfurr at debian.org>  Wed, 16 Feb 2005 00:27:57 -0500	\N	28746
-6016	7	f	\N	2007-12-16 19:52:48.517726	f	t	t	t	t	2909	/libdtdparser-java	\N	\N	libdtdparser-java (1.21a-3) UNRELEASED; urgency=low  * Add watch file.  * debian/control:    + Add XS-Vcs-Broswer and XS-Vcs-Svn.    + Add Homepage.   -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Thu, 20 Sep 2007 19:34:00 +0530	\N	26374
-6017	7	f	\N	2007-12-16 19:52:49.048895	f	t	t	t	t	2910	/jcifs	\N	\N	jcifs (1.2.17-1) unstable; urgency=low  * New Upstream Release  * Add a watch file.  * debian/orig-tar.sh:      + Automate repackaging.    + Remove example Format.java, since it is not allowed for      commercial use.  * debian/README.Debian-source:    + Update for new repackaging information.  * debian/libjcifs-java.examples:    + Include upstream supplied examples.  * debian/copyright:    + Add upstream authors, update licenses and copyrights.    + Point to LGPL 2.1, instead of LGPL (for common-license).  * debian/control:    + Add Homepage field.    + Add Vcs-Svn and Vcs-Browser.    + Update description.    + Build-Depend on java-gcj-compat-dev instead of kaffe.    + Depend on java-gcj-compat instead of kaffe.    + Update standards version.    + Move debhelper and cdbs to Build-Depends.  * debian/rules:    + Use java-gcj to build.    + Use DEB_UPSTREAM_VERSION instead of parsing the changelog.    + Add get-orig-source rule.    + Don't compress examples.  * debian/patches/01_build_xml.patch:    + Removed, since not necessary with java-gcj.   -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Thu, 08 Nov 2007 22:58:49 +0530	\N	26379
-6520	5	f	\N	2007-12-16 20:07:04.076952	f	t	t	t	t	3410	/chromium	\N	\N	chromium (0.9.12-14) UNRELEASED; urgency=low  [ Reinhard Tartler ]  * use /bin/bash instead of /bin/sh in configure to avoid FTBFS with    /bin/sh pointing to dash. This causes build failiure in ubuntu.  [ Emmet Hikory ]  * Start game unpaused  * Allow restart with mouse click (Closes: 426817)  [ Eddy Petrișor ]  * desktop file changes    - added a Romanian Comment translation    - removed the invalid category "Application" and added "ActionGame"  [ Jon Dowland ]  * update menu section to "Games/Action" for menu transition    (thanks Linas Žvirblis)  [ Cyril Brulebois ]  * Adjusted XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Barry deFreese ]  * Fix make clean lintian warning  * Clean up watch file (Probably should be looked at)  * Add Homepage entry in control -- Jon Dowland <jon at alcopop.org>  Thu, 12 Jul 2007 11:26:12 +0100	\N	28751
-6018	7	f	\N	2007-12-16 19:52:49.552124	f	t	t	t	t	2911	/libgnucrypto-java	\N	\N	libgnucrypto-java (2.1.0-2) unstable; urgency=low  * Rebuild the database of security providers in the postrm    instead of the prerm. -- Matthias Klose <doko at debian.org>  Sat, 10 Feb 2007 11:51:42 +0100	\N	26384
-6521	5	f	\N	2007-12-16 20:07:04.42214	f	t	t	t	t	3411	/libtpproto-py	\N	\N	libtpproto-py (0.2.2-1) unstable; urgency=low  [ Barry deFreese ]  * Initial release  * Add quilt patch system  * 01_setuptools.diff - Use distutils.core for setup instead of setuptools  * 02_no_pkg_resources.diff - Remove pkg_resources calls from setup.py  * Work in progress.. -- Barry deFreese <bddebian at comcast.net>  Mon, 05 Nov 2007 21:33:27 -0500	\N	28756
-6019	7	f	\N	2007-12-16 19:52:50.030412	f	t	t	t	t	2912	/ganymed-ssh2	\N	\N	ganymed-ssh2 (210-2) unstable; urgency=low  * debian/rules: clean: Delete build-stamp (Closes: #424290).  * Added myself as Uploader. -- Michael Koch <konqueror at gmx.de>  Wed, 16 May 2007 07:42:33 +0200	\N	26389
-6020	7	f	\N	2007-12-16 19:52:50.488861	f	t	t	t	t	2913	/axis	\N	\N	axis (1.4-3) unstable; urgency=low  * Added xmlParserAPIs.jar and xercesImpl.jar to classpath.    Closes: #432538. -- Michael Koch <konqueror at gmx.de>  Sat, 14 Jul 2007 21:10:45 +0200	\N	26394
-6021	7	f	\N	2007-12-16 19:52:50.876393	f	t	t	t	t	2914	/japitools	\N	\N	japitools (0.9.5+cvs20060115-1) unstable; urgency=low  * New upstream cvs snapshot  * kaffe compiler transition -- Wolfgang Baer <WBaer at gmx.de>  Mon, 16 Jan 2006 15:32:32 +0100	\N	26398
-6522	5	f	\N	2007-12-16 20:07:04.922282	f	t	t	t	t	3412	/boson-data	\N	\N	boson-data (0.13-3) unstable; urgency=low  [ Gonéri Le Bouder ]  * make clean correctly remove the configure-stamp (Closes: #442514)  * clean target removes quilt .pc directory  * Build-Depends: debhelper (>> 5.0.0), quilt  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:44:05 +0000	\N	28758
-6022	7	f	\N	2007-12-16 19:52:56.293373	f	t	t	t	t	2915	/wsdl4j	\N	\N	wsdl4j (1.6.2-1) unstable; urgency=low  * New upstream release  * debian/control:    + Add Homepage, Vcs-{Svn, Browser} Headers.    + Build-Depend on debhelper >=5  * debian/compat: switch to 5  * debian/rules:    + Clean up old comments.    + Add install target to install jars and create symbolic links  * Remove debian/libwsdl4j-java.install and debian/libwsdl4j-java.links  * Add debian/orig-tar.sh to repackage the source (zip) and create    orig.tar.gz  * Add build.diff patch to fix the broken build.xml file. -- Varun Hiremath <varunhiremath at gmail.com>  Thu, 08 Nov 2007 22:49:36 +0530	\N	26401
-6523	5	f	\N	2007-12-16 20:07:05.368429	f	t	t	t	t	3413	/doom-package	\N	\N	doom-package (15) unstable; urgency=low  * Initial upload. Closes: #280045,  #326813.  * update comments in make-wad-package (thanks Ben Hutchings)  * remove dummy md5sum and doom2.wad file from package    (thanks Ben Hutchings)  * auto-generate md5sums in the doom2-wad .deb on build  * remove binutils dependency  * use Build-Depends, not -Indep (thanks Ben Hutchings)  * make-wad-package is a bash script (not sh, yet)  * clarify copyright (GPL-2)  * use fakeroot again (or doom2-wad will unpack with the wrong uid)  * manually adjust perms in doom2-wad (unpacked source might be mangled) -- Jon Dowland <jon at alcopop.org>  Sun,  1 Oct 2006 21:07:31 +0100 	TODO:\n\n\t* remove bashisms so we can use #!/bin/sh\n\t* support {doom,tnt,plutonia}.wad\n\t* ensure the doom2.wad is not +x (chmod)\n\t* generalize for non-doom games\n\t\t* a more suitable name?\n\t\t* show a licence where necessary\n\t\n\t\t\t\t\t Jon Dowland <jon at alcopop.org>\n\t\t\t\t       Sun, 01 Oct 2006 17:01:02 +0100\n	28763
-6023	7	f	\N	2007-12-16 19:53:06.732581	f	t	t	t	t	2916	/libproxool-java	\N	\N	libproxool-java (0.9.0~rc3-2) unstable; urgency=low  * debian/control: Set section to contrib because libcglib2.1-java is in contrib. -- Varun Hiremath <varunhiremath at gmail.com>  Sun, 18 Nov 2007 20:05:32 +0530	\N	26406
-6024	7	f	\N	2007-12-16 19:53:12.207653	f	t	t	t	t	2917	/libjboss-remoting-java	\N	\N	libjboss-remoting-java (2.2.0.GA-2) unstable; urgency=low  * debian/control: Set section to contrib because    libjboss-serialization-java is in contrib. -- Varun Hiremath <varunhiremath at gmail.com>  Mon, 19 Nov 2007 16:59:06 +0530	\N	26410
-6524	5	f	\N	2007-12-16 20:07:05.856833	f	t	t	t	t	3414	/parsec47	\N	\N	parsec47 (0.2.dfsg1-1) unstable; urgency=low  * Initial release (Closes: #439714)  [ Barry deFreese ]  * Add watch file -- Miriam Ruiz <little_miry at yahoo.es>  Sat, 25 Aug 2007 19:58:40 +0000	\N	28767
-6025	7	f	\N	2007-12-16 19:53:27.530188	f	t	t	t	t	2918	/libgrinvin-help-java	\N	\N	libgrinvin-help-java (1.0-2) unstable; urgency=low  * Added debian/watch file -- Adriaan Peeters <apeeters at lashout.net>  Tue, 04 Dec 2007 09:55:01 +0100	\N	26415
-6026	7	f	\N	2007-12-16 19:53:32.988751	f	t	t	t	t	2919	/jama	\N	\N	jama (1.0.2-2) unstable; urgency=low  * kaffe compiler transition  -- Wolfgang Baer <WBaer at gmx.de>  Sun, 15 Jan 2006 18:17:09 +0100	\N	26417
-6525	5	f	\N	2007-12-16 20:07:06.296728	f	t	t	t	t	3415	/jugglemaster	\N	\N	jugglemaster (0.4-2) UNRELEASED; urgency=low  * FTBFS with libwxgtk2.6-dev being installed.  * Bumped Standards-Version to 3.7.3, no changes needed. -- Helmut Grohne <helmut at subdivi.de>  Mon, 10 Dec 2007 13:42:27 +0100	\N	28772
-5683	9	f	\N	2007-12-16 19:43:32.810522	f	t	t	t	t	2580	/libsearch-xapian-perl	\N	\N	libsearch-xapian-perl (1.0.4.0-1) unstable; urgency=low  [ gregor herrmann ]  * New upstream release.  * Move homepage to real field in debian/control.  * Versioned build-dependency of libxapian-dev adjusted to ">= 1.0.4".  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza). Removed: XS-Vcs-Svn fields.  [ Frank Lichtenheld ]  * Move tests from install to build target.  [ Damyan Ivanov ]  * Add libtest-pod-coverage-perl to B-D-I, but do not enable the test yet, as    most of them fail :/  * Update copyright years and download URL  * Add patch siggested by upstream for avoiding failing in t/threads.t    See http://thread.gmane.org/gmane.comp.search.xapian.general/5425  * Migrate the change to t/03podcoverage.t to a separate patch  * Add quilt to Build-Depends and debian/rules  * Add myself to Uploaders  * Move stamp-removal before distclean  * Remove unused dh_link call -- Damyan Ivanov <dmn at debian.org>  Wed, 14 Nov 2007 16:38:17 +0200	\N	24824
-5684	9	f	\N	2007-12-16 19:43:33.24788	f	t	t	t	t	2581	/libdate-ical-perl	\N	\N	libdate-ical-perl (1.72-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:54:50 +0100	\N	24829
-6526	5	f	\N	2007-12-16 20:07:06.802091	f	t	t	t	t	3416	/opencity	\N	\N	opencity (0.0.4stable-3) unstable; urgency=low  [ Eddy Petrișor ]  * added Encoding field in the desktop file  [ Jon Dowland ]  * update menu section to "Games/Action" for menu policy transition.    Thanks Linas Žvirblis.  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  * Fixed copyright:    - Added missing “or any later version” to match upstream's copyright      statement in the COPYRIGHT file (Closes: #442034).    - Fixed public domain statement by replacing the copyright by an      authorship statement (Closes: #442056).  [ Gonéri Le Bouder ]  * do not ignore make distclean return anymore  * install LEGGIMI.txt and FAQ.txt in /usr/share/doc/opencity and remove some    useless files (Closes: #442029)  * use imagemagick's convert to create the .xpm from OpenCity.png    - new builddep: imagemagick    - remove debian/opencity.xpm  * clean target removes quilt .pc directory and debian/opencity.6 -- Gonéri Le Bouder <svnbuildstat at rulezlan.org>  Sat, 15 Sep 2007 12:13:27 +0200	\N	28777
-6527	5	f	\N	2007-12-16 20:07:07.245876	f	t	t	t	t	3417	/ogre-contrib	\N	\N	ogre-contrib (1.4.5-1) unstable; urgency=low  * New upstream release. -- Andres Mejia <mcitadel at gmail.com>  Mon, 08 Oct 2007 15:24:13 -0400	\N	28782
-6528	5	f	\N	2007-12-16 20:07:07.65884	f	t	t	t	t	3418	/abuse-frabs	\N	\N	abuse-frabs (2.10-8) UNRELEASED; urgency=low  [ Eddy Petrișor ]  * Merged the changes made in Ubuntu (Closes: 403957)    - fixes 'small clarification to gamma text'    [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Barry deFreese ]  * Bump debhelper build-dep to match compat -- Eddy Petrișor <eddy.petrisor at gmail.com>  Sat, 19 May 2007 05:39:24 +0300	\N	28787
-6529	5	f	\N	2007-12-16 20:07:08.055809	f	t	t	t	t	3419	/chromium-data	\N	\N	chromium-data (0.9.12-4) UNRELEASED; urgency=low  [ Barry deFreese ]  * Add watch file  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:43:18 +0000	\N	28792
-6530	5	f	\N	2007-12-16 20:07:08.501949	f	t	t	t	t	3420	/renpy	\N	\N	renpy (6.3.1.ds1-2) UNRELEASED; urgency=low  [ Emmet Hikory ]  * Add watch file  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:46:41 +0000	\N	28795
-6531	5	f	\N	2007-12-16 20:07:08.885714	f	t	t	t	t	3421	/libtpclient-py	\N	\N	libtpclient-py (0.2.2-1) unstable; urgency=low  [ Barry deFreese ]  * Initial release  * Add quilt patch system  * 01_setuptools.diff - Use distutils.core for setup instead of setuptools  * 02_no_pkg_resources.diff - Remove pkg_resources calls from setup.py  * Work in progress.. -- Barry deFreese <bddebian at comcast.net>  Mon, 05 Nov 2007 21:33:27 -0500	\N	28800
-6532	5	f	\N	2007-12-16 20:07:19.377686	f	t	t	t	t	3422	/ketm	\N	\N	ketm (0.0.6-20) UNRELEASED; urgency=low  [ Barry deFreese ]  * Make binNMU safe (Closes: #432985)    * Thanks to Lior Kaplan for the patch  * Exclude var/games/ketm.scores from md5sums (Closes: #424738)  * Bump debhelper build-dep to 5 to match compat  * Don't ignore make clean errors  * Add watch file  * Add desktop file and icon  * Add VCS tags to control file  * Add myself to uploaders  * Update to use dh_install  * debian/rules: add dh_desktop  * ketm.install, ketm-data.install new files  * debian/menu: use new icon -- Barry deFreese <bddebian at comcast.net>  Fri, 26 Oct 2007 16:00:10 -0400	\N	28802
-6533	5	f	\N	2007-12-16 20:07:19.891956	f	t	t	t	t	3423	/powermanga	\N	\N	powermanga (0.90-1) UNRELEASED; urgency=low  [ Gonéri Le Bouder ]  * add desktop file, thanks Adrien Cunin (Closes: #402168)   - powermanga.xpm moved in /usr/share/pixmaps  * call dh_desktop to run update-desktop-database  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Barry deFreese ]  * Bump debhelper build-dep version to match compat  * Fix substvar source:Version  * Make distclean not ignore errors  * Add watch file  * Add Homepage field in control  * Remove XS- from VCS fields in control  * New Upstream Release (Closes: #447415)    + Should now be dfsg free    + Adds joystick support (Closes: #442322)    + STILL NOT SURE ABOUT tlk.fnt  * Revert patches except fixing scoredir path and copyright for manpage  * Remove deprecated Encoding tag from desktop file  * Remove file extention from icon tag in desktop file  * Replace evil 'pwd' with $(CURDIR)  * Removing config.log config.status in clean target    + MIGHT BREAK SUBSEQUENT BUILDS SO MIGHT NEED REVERTED? -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Sun, 10 Dec 2006 01:36:02 +0100	\N	28807
-6534	5	f	\N	2007-12-16 20:07:20.276781	f	t	t	t	t	3424	/clanbomber	\N	\N	clanbomber (1.05cdbs-8) UNRELEASED; urgency=low  [ Barry deFreese ]  * Add watch file  * Add VCS fields to control  * Add Homepage field to control -- Barry deFreese <bddebian at comcast.net>  Thu, 08 Nov 2007 14:07:33 -0500	\N	28812
-6535	5	f	\N	2007-12-16 20:07:20.800109	f	t	t	t	t	3425	/torus-trooper	\N	\N	torus-trooper (0.22.dfsg1-2) UNRELEASED; urgency=low  [ Barry deFreese ]  * Add watch file  * Add Homepage field in control  * Remove XS- from VCS fields in control  [ Peter De Wachter ]  * Save high score when quitting via escape (Closes: #444372)  * Make level selection more intuitive (Closes: #444948) -- Peter De Wachter <pdewacht at gmail.com>  Wed, 03 Oct 2007 23:24:52 +0200	\N	28814
-6647	2	f	\N	2007-12-16 20:09:28.094698	f	t	t	t	t	3537	/guidance/trunk	\N	\N	kde-guidance (0.8.0-3) UNRELEASED; urgency=low  * NOT RELEASED YET  * Depends: python-qt-dev    - mountconfig in guidance needs pyqtconfig -- Mark Purcell <msp at debian.org>  Sat, 01 Sep 2007 11:48:32 +0100	\N	29344
-5226	9	f	\N	2007-12-16 19:36:19.346869	f	t	t	t	t	2123	/libastro-fits-cfitsio-perl	\N	\N	libastro-fits-cfitsio-perl (1.05-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:17 +0200	\N	22542
-5811	9	f	\N	2007-12-16 19:45:24.712579	f	t	t	t	t	2708	/libtemplate-plugin-number-format-perl	\N	\N	libtemplate-plugin-number-format-perl (1.02-1) unstable; urgency=low  * Initial Release. -- David Moreno Garza <damog at debian.org>  Sun, 02 Dec 2007 16:41:18 -0500	\N	25463
-5227	9	f	\N	2007-12-16 19:36:19.764271	f	t	t	t	t	2124	/libdbd-pg-perl	\N	\N	libdbd-pg-perl (1.49-6) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza). Removed: XS-Vcs-Svn fields.  * Remove empty /usr/share/perl5 directory.  * Convert debian/copyright to UTF-8. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:49 +0200	\N	22547
-5812	9	f	\N	2007-12-16 19:45:40.668466	f	t	t	t	t	2709	/libconfig-inihash-perl	\N	\N	libconfig-inihash-perl (2.9.0-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza). Removed: XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:18 +0200	\N	25467
-5228	9	f	\N	2007-12-16 19:36:20.178912	f	t	t	t	t	2125	/libhttp-proxy-perl	\N	\N	libhttp-proxy-perl (0.20-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:54:56 +0100	\N	22552
-5229	9	f	\N	2007-12-16 19:36:20.658396	f	t	t	t	t	2126	/libconvert-pem-perl	\N	\N	libconvert-pem-perl (0.07-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza). Removed: XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:21 +0200	\N	22557
-5813	9	f	\N	2007-12-16 19:45:41.143636	f	t	t	t	t	2710	/librunapp-perl	\N	\N	librunapp-perl (0.13-1) UNRELEASED; urgency=low  [ David Bremner ]  * TODO make sure it builds under pbuilder 	\N	25472
-5230	9	f	\N	2007-12-16 19:36:21.090466	f	t	t	t	t	2127	/libwww-freshmeat-perl	\N	\N	libwww-freshmeat-perl (0.01-4) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:17 +0200	\N	22562
-5814	9	f	\N	2007-12-16 19:45:41.560023	f	t	t	t	t	2711	/libemail-date-format-perl	\N	\N	libemail-date-format-perl (1.002-1) unstable; urgency=low  * Initial Release. (Closes: #456252) -- Gunnar Wolf <gwolf at debian.org>  Thu, 13 Dec 2007 17:24:20 -0600	\N	25477
-5231	9	f	\N	2007-12-16 19:36:21.53017	f	t	t	t	t	2128	/libpdf-api2-perl	\N	\N	libpdf-api2-perl (0.68-1) unstable; urgency=low  [ gregor herrmann ]  * New upstream release.  * Update debian/ignored-manpages.  * Update patch fix_unmatched_back.patch.  * Add patch fix_typo_in_manpage.patch that fixes typos in the inline docs.  [ Damyan Ivanov ]  * Add explicit $(MAKE) call. I don't knwo why, but this fixes parallel build -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 17 Nov 2007 22:55:03 +0100	\N	22567
-5815	9	f	\N	2007-12-16 19:45:41.959011	f	t	t	t	t	2712	/libtest-perl-critic-perl	\N	\N	libtest-perl-critic-perl (1.01-1) unstable; urgency=low  * Initial Release. -- David Paleino <d.paleino at gmail.com>  Sun, 16 Dec 2007 02:23:24 +0100	\N	25480
-5816	9	f	\N	2007-12-16 19:45:42.385477	f	t	t	t	t	2713	/libxml-atom-service-perl	\N	\N	libxml-atom-service-perl (0.15.4-1) unstable; urgency=low  NEEDS libxml-atom-perl > 0.27 (0.28 needs dependency)    * Initial Release. -- David Paleino <d.paleino at gmail.com>  Sun, 16 Dec 2007 02:20:50 +0100	\N	25483
-6027	7	f	\N	2007-12-16 19:53:33.441094	f	t	t	t	t	2920	/libxalan-java	\N	\N	libxalan-java (2.5.2-1) unstable; urgency=low  * New upstream release  * Split the package into libxalan-java (main) which only builds libxalan-java    and libxalan2-java (stays in contrib) which builds libxsltc-java and    libxalan2-java-doc. The JAR is now named xalan.jar like upstream does.  * Build with Kaffe, Jikes and Ant 1.6  * Only build the "unbundled" xalan.jar with no addional external classes.    They are all packaged in Debian, so you just need to add them to your    class path to make use of them.  * Link xml-apis.jar to jaxp-1.2.jar from libjaxp1.2-java and depend on it -- Stefan Gybas <sgybas at debian.org>  Wed, 18 Feb 2004 18:50:33 +0100	\N	26421
-5232	9	f	\N	2007-12-16 19:36:21.97733	f	t	t	t	t	2129	/libapache2-mod-perl2	\N	\N	libapache2-mod-perl2 (2.0.3-3) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Frank Lichtenheld ]  * debian/rules: Fix some typos and some dependencies  * debian/patches/009-allow-parallel-build.patch: Fix Makefile.PL    to allow parallel building. Fixes a misbuild with dpkg-buildpackage -j    found by Daniel Schepler. -- Frank Lichtenheld <djpig at debian.org>  Tue, 30 Oct 2007 09:57:01 +0100	\N	22572
-6028	7	f	\N	2007-12-16 19:53:33.870802	f	t	t	t	t	2921	/dom4j/dom4j	\N	\N	dom4j (1.6.1+dfsg-2) unstable; urgency=high  * The two classes from jaxen in package org.jaxen.dom4j were    accidentally left out of the previous version. (Closes: #403039) -- Marcus Better <marcus at better.se>  Thu, 14 Dec 2006 13:04:57 +0100	\N	26426
-5233	9	f	\N	2007-12-16 19:36:22.410227	f	t	t	t	t	2130	/libpod-pom-perl	\N	\N	libpod-pom-perl (0.17-7) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * debian/rules:    - don't install empty /usr/lib/perl5 directory    - remove variable OPTIMIZE, we don't compile anything    - create -stamp targets and adapt target dependencies accordingly    - move tests to build target    - remove unneeded call to dh_link -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:41 +0200	\N	22577
-6536	5	f	\N	2007-12-16 20:07:21.310156	f	t	t	t	t	3426	/funnyboat	\N	\N	funnyboat (1.5-2) unstable; urgency=low  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Gonéri Le Bouder ]  * depends on ttf-dejavu instead of ttf-bitstream-vera (Closes: #438812)  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:43:44 +0000	\N	28819
-5234	9	f	\N	2007-12-16 19:36:22.821817	f	t	t	t	t	2131	/libwhisker-perl	\N	\N	libwhisker-perl (2.4-1) UNRELEASED; urgency=low    UPSTREAM has version 2.1. 2.4 is whisker2  [ Deepak Tripathi ]  * New maintainer (Closes: #434393)  * New upstream release  * Add Homepage in debian/control  * Add debian/watch  * Bumped Standards-Version to 3.7.2  * Changes debian/rule       - LW.pm to LW2.pm.       - simple.pl and api_demo.pl is already in scripts so no need to put       separately.    [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- Deepak Tripathi <apenguinlinux at gmail.com>  Wed, 01 Aug 2007 22:31:58 +0530	\N	22582
-6029	7	f	\N	2007-12-16 19:53:34.341682	f	t	t	t	t	2922	/libgnujaf-java	\N	\N	libgnujaf-java (1.1.1-4) unstable; urgency=low  * Use java-gcj-compat instead of kaffe. -- Michael Koch <konqueror at gmx.de>  Sun, 17 Jun 2007 19:39:13 +0200	\N	26431
-5235	9	f	\N	2007-12-16 19:36:23.243261	f	t	t	t	t	2132	/libnet-z3950-perl	\N	\N	libnet-z3950-perl (0.51-4) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:17 +0200	\N	22587
-6537	5	f	\N	2007-12-16 20:07:21.78562	f	t	t	t	t	3427	/tatan	\N	\N	tatan (1.0.dfsg1-1) unstable; urgency=low  [ Miriam Ruiz ]  * Initial release (Closes: #440923)  * Thanks to Junichi Uekawa <dancer at netfort.gr.jp>    and to 角田慎一 <tsuno at ngy.1st.ne.jp> for their help translating the    license text.  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:35:53 +0000	\N	28824
-6030	7	f	\N	2007-12-16 19:53:34.82234	f	t	t	t	t	1870	/ant	\N	\N	ant (1.7.0-3) unstable; urgency=low  * Upgrade source and target version from 1.2 to 1.3. -- Michael Koch <mkoch at quadriga.konqueror.de>  Fri, 24 Aug 2007 19:39:32 +0200	\N	26436
-6031	7	f	\N	2007-12-16 19:53:35.309349	f	t	t	t	t	2923	/libjfreechart-java	\N	\N	libjfreechart-java (1.0.8a-1) unstable; urgency=low  * New upstream release to address security issues    + (Fixes: CVE-2007-6306) and (Closes: #456148)  * Fix debian/watch to include letters also in upstream version.  * Make some minor fixes in debian/orig-tar.sh file.  * debian/control: Bumped up Standards-Version to 3.7.3 -- Varun Hiremath <varun at debian.org>  Thu, 13 Dec 2007 20:49:21 +0530	\N	26441
-6032	7	f	\N	2007-12-16 19:53:35.75367	f	t	t	t	t	2924	/plexus-interactivity-api	\N	\N	plexus-interactivity-api (1.0-alpha-6-2) unstable; urgency=low  * Include META-INF/plexus/components.xml in Jar -- Paul Cager <paul-debian at home.paulcager.org>  Thu, 19 Jul 2007 23:16:27 +0100	\N	26446
-5236	9	f	\N	2007-12-16 19:36:23.683197	f	t	t	t	t	2133	/libclass-inner-perl	\N	\N	libclass-inner-perl (0.1-5) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:05 +0200	\N	22592
-6538	5	f	\N	2007-12-16 20:07:22.26149	f	t	t	t	t	3428	/qonk	\N	\N	qonk (0.3.1-1) UNRELEASED; urgency=low  [ Barry deFreese ]  * New upstream release  * Move from simple-patch-sys to quilt  * 10_build_environment.diff - Fix upstream build issues    + Thanks to Ben Asselstine for the fix  * Autoreconf on build to pick up fixes from patch  * Add build-deps for autoconf, automake, and libtool  * Add myself to uploaders  * Add VCS fields in control  * Add desktop file -- Barry deFreese <bddebian at comcast.net>  Sun, 18 Nov 2007 22:59:58 -0500	\N	28829
-5237	9	f	\N	2007-12-16 19:36:24.132115	f	t	t	t	t	2134	/libmail-bulkmail-perl	\N	\N	libmail-bulkmail-perl (3.12-4) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:12 +0200	\N	22597
-6033	7	f	\N	2007-12-16 19:53:41.166833	f	t	t	t	t	2925	/statcvs	\N	\N	statcvs (20030713-4) unstable; urgency=high  * Fixed FTBFS: Missing Build-Depends on 'junit, libjdom-java'   (Closes: #306617) -- Christian Bayle <bayle at debian.org>  Thu, 28 Apr 2005 22:20:22 +0200	\N	26451
-5238	9	f	\N	2007-12-16 19:36:24.548963	f	t	t	t	t	2135	/liblocale-gettext-perl	\N	\N	liblocale-gettext-perl (1.05-2) UNRELEASED; urgency=low  [ Raphael Hertzog ]  * Move myself to Uploaders and put the team as Maintainer.  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:06 +0200	\N	22602
-6034	7	f	\N	2007-12-16 19:53:41.539284	f	t	t	t	t	2926	/libjetty4-java	\N	\N	libjetty4-java (4.2.24-1) unstable; urgency=low  * Non-maintainer upload.  * Initial Release (closes: #). -- Trygve Laugstøl <trygvis at inamo.no>  Mon,  8 Aug 2005 04:44:32 +0200	\N	26456
-5239	9	f	\N	2007-12-16 19:36:25.019789	f	t	t	t	t	2136	/libtest-class-perl	\N	\N	libtest-class-perl (0.24-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:18 +0100	\N	22607
-6539	5	f	\N	2007-12-16 20:07:22.714313	f	t	t	t	t	3429	/fenix	\N	\N	fenix (0.92a.dfsg1-3) unstable; urgency=low  [ Miriam Ruiz ]  * Replaced GFDL full text by a link to /usr/share/common-licenses/GFDL-1.2    in debian/copyright.  * Added patch fxi_pal_get.patch.    Thanks to Dann Frazier <dannf at debian.org>. Hopefully, Closes: #437735  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:48:08 +0000	El archivo common/regex.c corresponde al c\\xF3digo de la Extended regular expression matching and search library, version 0.12 ( ftp://aeneas.mit.edu/pub/gnu/regex/regex-0.12.tar.gz )\n\nhttp://forum.divsite.net/viewthread.php?tid=5193\n\nTODO: Modificar el c\\xF3digo para que se use la glibc actual.\n\n\n	28834
-5240	9	f	\N	2007-12-16 19:36:25.433034	f	t	t	t	t	2137	/libnet-dpap-client-perl	\N	\N	libnet-dpap-client-perl (0.26-2) UNRELEASED; urgency=low  * NEEDS WORK - Maintainer, watch, etc  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). -- Damyan Ivanov <dmn at debian.org>  Fri, 07 Dec 2007 13:52:03 +0200	\N	22612
-6035	7	f	\N	2007-12-16 19:53:42.156733	f	t	t	t	t	2927	/libstruts1.1-java	\N	\N	libstruts1.1-java (1.1-3) unstable; urgency=low  * libant1.6-java to ant transition -- Arnaud Vandyck <avdyk at debian.org>  Sat, 24 Sep 2005 03:09:31 +0200	\N	26458
-6036	7	f	\N	2007-12-16 19:53:42.69177	f	t	t	t	t	2928	/doc++	\N	\N	doc++ (3.4.10-3.4) unstable; urgency=low  * NMU as part of the GCC 4.1 transition.  * Revert GCC 3.3 builds patch since it introduced illegal syntax.  * Add GCC 4.1 build fix from Jeremy Nimmer (Closes: #339921). -- Martin Michlmayr <tbm at cyrius.com>  Thu, 25 May 2006 17:57:50 +0200	\N	26463
-6037	7	f	\N	2007-12-16 19:53:43.220058	f	t	t	t	t	2929	/velocity	\N	\N	velocity (1.4-5) unstable; urgency=low  * Removed Takashi Okamoto from the uploaders (closes: #352993). -- Arnaud Vandyck <avdyk at debian.org>  Tue, 25 Apr 2006 23:01:27 +0200	\N	26468
-6038	7	f	\N	2007-12-16 19:53:43.680985	f	t	t	t	t	2930	/libswidgets-java	\N	\N	libswidgets-java (0.1.4-1) unstable; urgency=low  * New upstream release  * Standards-Version: updated to 3.7.2; put debhelper and cdbs to    Build-Depends  * Build with java-gcj-compat-dev  * debian/rules: removed ant-launcher from classpath -- Arnaud Vandyck <avdyk at debian.org>  Thu,  3 Aug 2006 15:46:22 +0200	\N	26473
-5241	9	f	\N	2007-12-16 19:36:25.951558	f	t	t	t	t	2138	/libopengl-perl	\N	\N	libopengl-perl (0.56.dfsg.1-1) unstable; urgency=low  [ gregor herrmann ]  * New upstream release. (Closes: #421408)  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Niko Tyni ]  * Unapply old Debian modifications, they are no longer needed:    + upstream version should have all the .alan1 features    + GL_SOURCE3_RGB_EXT et al (#238617) are gone from upstream sources.    + GL_COLOR_TABLE_FORMAT_EXT et al (#322646) are now aliases for      the new symbols (eg. GL_COLOR_TABLE_FORMAT) when needed.  * Wrap overlong Build-Depends line.  * Manage debian/patches with quilt.    + no-display-build: don't try to find out the GL version and features      from the running X server.    + examples-perl-path: fix the path to 'perl' in the example files.    + use-system-headers: look for glut.h in the system headers, not the      bundled ones.  * Upgrade to debhelper compatibility level 5.  * Update debian/copyright.  * Repackage upstream source to remove non-free header files.  * Install the upstream changelog properly. -- Niko Tyni <ntyni at iki.fi>  Wed, 31 Oct 2007 23:12:34 +0200	\N	22617
-6039	7	f	\N	2007-12-16 19:53:49.1409	f	t	t	t	t	2931	/libpgjava	\N	\N	libpgjava (8.2-504-1) unstable; urgency=low  * New upstream version, supporting Postgresql 8.2.  * Build using java-gcj-compat-dev. -- Matthias Klose <doko at debian.org>  Sat,  6 Jan 2007 15:03:58 +0100	\N	26477
-5242	9	f	\N	2007-12-16 19:36:26.374673	f	t	t	t	t	2139	/libxml-generator-perl	\N	\N	libxml-generator-perl (0.99-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:34 +0100	\N	22622
-6540	5	f	\N	2007-12-16 20:07:23.171993	f	t	t	t	t	3430	/sauerbraten	\N	\N	sauerbraten (0.0.20070819.dfsg-2) UNRELEASED; urgency=low  [ Bruno "Fuddl" Kleinert ]  * Build debug package sauerbraten-dbg  * Placed a description in README.Debian how to generate a backtrace if    sauerbraten crashes.  * Add NEWS.Debian  [ Marco Rodrigues ]  * Add Homepage field in the control file. -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Mon, 08 Oct 2007 15:56:22 +0200	\N	28839
-6040	7	f	\N	2007-12-16 19:53:54.522834	f	t	t	t	t	2932	/libgrinvin-factories-java	\N	\N	libgrinvin-factories-java (1.0-2) unstable; urgency=low  * Added debian/watch file -- Adriaan Peeters <apeeters at lashout.net>  Tue, 04 Dec 2007 09:52:25 +0100	\N	26482
-5243	9	f	\N	2007-12-16 19:36:26.769589	f	t	t	t	t	2140	/libcarp-assert-perl	\N	\N	libcarp-assert-perl (0.20-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:54:47 +0100	\N	22627
-5244	9	f	\N	2007-12-16 19:36:27.193786	f	t	t	t	t	2141	/libconfigreader-perl	\N	\N	libconfigreader-perl (0.5-5) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * debian/rules:    - don't install empty /usr/lib/perl5 directory    - don't ignore errors of $(MAKE) realclean    - remove unused compiler flags  * Set debhelper compatibility level to 5.  * Set Standards-Version to 3.7.2 (no changes needed). -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:19 +0200	\N	22632
-6041	7	f	\N	2007-12-16 19:53:54.97545	f	t	t	t	t	2933	/dresden-ocl	\N	\N	dresden-ocl (1.1.debian-2) UNRELEASED; urgency=low  * Add a watch file.  * debian/control:    + Add XS-Svn-*    + Add Homepage field.   -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Thu, 20 Sep 2007 20:05:12 +0530	\N	26484
-6541	5	f	\N	2007-12-16 20:07:33.598154	f	t	t	t	t	3431	/snowballz	\N	\N	snowballz (0.9.5.1-1) UNRELEASED; urgency=low  [ Barry deFreese ]  * New upstream release  * Fix watch file  * Add myself to uploaders  * Remove deprecated Encoding from desktop and add HIG compliant comment -- Barry deFreese <bddebian at comcast.net>  Sat, 20 Oct 2007 22:56:47 -0400	\N	28844
-5245	9	f	\N	2007-12-16 19:36:27.588421	f	t	t	t	t	2142	/libclass-throwable-perl	\N	\N	libclass-throwable-perl (0.10-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:10 +0200	\N	22637
-6042	7	f	\N	2007-12-16 19:53:55.442098	f	t	t	t	t	2934	/libcommons-fileupload-java	\N	\N	libcommons-fileupload-java (1.2-3) UNRELEASED; urgency=low  * Update watch file.  * debian/control:    + Add XS-Vcs-{Svn,Browser}.    + Add Homepage field.   -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Thu, 20 Sep 2007 20:32:11 +0530	\N	26489
-6591	5	f	\N	2007-12-16 20:08:06.861589	f	t	t	t	t	3481	/kraptor	\N	\N	kraptor (0.0.20040403-5) UNRELEASED; urgency=low  [ Miriam Ruiz ]  * Modified building system for using quilt.  * Upgraded standards version to 3.7.2. No changes needed.  [ Jon Dowland ]  * update menu section to "Games/Action" for menu policy transition.    Thanks Linas Žvirblis.  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file. -- Jon Dowland <jon at alcopop.org>  Thu, 12 Jul 2007 11:32:49 +0100	\N	29083
-6043	7	f	\N	2007-12-16 19:53:56.061464	f	t	t	t	t	2935	/libjakarta-poi-java	\N	\N	libjakarta-poi-java (3.0.1.dfsg-1) unstable; urgency=low  * oops, of course we need to remove lib/*.jar and src/contrib/lib/* from the orig -- Rene Engelhard <rene at debian.org>  Mon, 24 Sep 2007 19:24:21 +0200	\N	26494
-6057	7	f	\N	2007-12-16 19:54:08.046282	f	t	t	t	t	2949	/trove	\N	\N	trove (2.0.1.dfsg.1-2) unstable; urgency=low  * NOT RELEASED YET  * remove reference to substance in README.Debian-source -- Torsten Werner <twerner at debian.org>  Sat, 13 Oct 2007 19:17:25 +0200	\N	26559
-5246	9	f	\N	2007-12-16 19:36:28.028879	f	t	t	t	t	2143	/libauthen-simple-radius-perl	\N	\N	libauthen-simple-radius-perl (0.1-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:29 +0200	\N	22642
-6044	7	f	\N	2007-12-16 19:54:01.975397	f	t	t	t	t	2936	/libant1.5-java	\N	\N	libant1.5-java (1.5.4-4) unstable; urgency=low  * Updated 01_kaffe_directory_layout.patch to handle SableVM's boot    classpath. Thanks to Grzegorz Prokopski for the help!  * Added patch to build.xml so libant1.5-java is always built without    Swing support. This fixes build problems with the latest Kaffe packages    which includes some dummy Swing classes.  * Fixed debian/rules to only build the JARs once  * Updated package description to mention libant1.6-java and ant. -- Stefan Gybas <sgybas at debian.org>  Sun,  7 Mar 2004 23:28:09 +0100	\N	26499
-5247	9	f	\N	2007-12-16 19:36:28.504033	f	t	t	t	t	2144	/libpoe-component-server-http-perl	\N	\N	libpoe-component-server-http-perl (0.09-2) UNRELEASED; urgency=low  * NEEDS WORK - Maintainer, watch, etc  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description). -- Damyan Ivanov <dmn at debian.org>  Fri, 07 Dec 2007 13:54:17 +0200	\N	22647
-6542	5	f	\N	2007-12-16 20:07:34.074411	f	t	t	t	t	3432	/openarena-data	\N	\N	openarena-data (0.7.1-1) unstable; urgency=low  [ Bruno "Fuddl" Kleinert ]  * New upstream release  * Versioned recommend of openarena or openarena-server package  * Updated copyright date in debian/copyright  * Manually include the "patch" pak7-patch.pk3 to make it version 0.7.1 and    document this in README.Debian  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file. -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Fri, 10 Aug 2007 23:59:18 +0200	\N	28849
-5248	9	f	\N	2007-12-16 19:36:28.939626	f	t	t	t	t	2145	/libvorbis-perl	\N	\N	libvorbis-perl (0.05-6) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Frank Lichtenheld ]  * debian/rules: leave nostrip support to dh_strip -- Frank Lichtenheld <djpig at debian.org>  Fri, 02 Nov 2007 13:30:26 +0100	\N	22652
-6045	7	f	\N	2007-12-16 19:54:02.444199	f	t	t	t	t	2937	/commons-digester	\N	\N	libcommons-digester-java (1.8-1) unstable; urgency=low  [ Kumar Appaiah ]  * debian/control:    + Add XS-Vcs-{Svn,Browser}.    + Add Homepage field.  * Add watch file.  [ Varun Hiremath ]  * New upstream release  * debian/control:    + Add myself and Kumar Appaiah to Uploaders.    + move cdbs and debhelper to Build-Depends.    + modify Description.  * debian/compat: switch to 5  * remove links file from debian/  * debian/rules:    + Use DEB_UPSTREAM_VERSION to install jar    + Create a versioned symbolic link to the jar.    + implement get-orig-source  * Add debian/orig-tar.sh to remove CRLF line terminators from upstream files.  * Update debian/watch to call debian/orig-tar.sh -- Varun Hiremath <varunhiremath at gmail.com>  Thu, 20 Sep 2007 22:02:53 +0530	\N	26504
-5249	9	f	\N	2007-12-16 19:36:29.363569	f	t	t	t	t	2146	/liblog-tracemessages-perl	\N	\N	liblog-tracemessages-perl (1.4-3) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Frank Lichtenheld ]  * debian/rules: Fix target dependencies to allow building with    dpkg-buildpackage -j. Found by Daniel Schepler. -- Frank Lichtenheld <djpig at debian.org>  Thu, 01 Nov 2007 16:39:45 +0100	\N	22657
-6543	5	f	\N	2007-12-16 20:07:34.549195	f	t	t	t	t	3433	/freecol	\N	\N	freecol (0.7.2-6) UNRELEASED; urgency=low  * NOT RELEASED YET -- Vincent Fourmond <fourmond at debian.org>  Fri, 14 Dec 2007 19:15:28 +0100	\N	28854
-6046	7	f	\N	2007-12-16 19:54:02.939899	f	t	t	t	t	2938	/commons-io	\N	\N	commons-io (1.3.2-2) unstable; urgency=low  * debian/patches: Add 02_no_mkdir_in_homedir.dpatch to stop creating    .maven directory in user homedir (Closes: #445804) -- Varun Hiremath <varunhiremath at gmail.com>  Mon, 08 Oct 2007 18:40:07 +0530	\N	26509
-5250	9	f	\N	2007-12-16 19:36:29.821022	f	t	t	t	t	2147	/libdatetime-format-w3cdtf-perl	\N	\N	libdatetime-format-w3cdtf-perl (0.04-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:46 +0200	\N	22662
-5251	9	f	\N	2007-12-16 19:36:30.207972	f	t	t	t	t	2148	/libmime-charset-perl	\N	\N	libmime-charset-perl (0.044-2) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Damyan Ivanov ]  * [debian/watch] Stop capturing file extension -- Damyan Ivanov <dmn at debian.org>  Tue, 06 Nov 2007 11:01:23 +0200	\N	22667
-5483	9	f	\N	2007-12-16 19:40:59.429661	f	t	t	t	t	2380	/libxml-libxml-common-perl	\N	\N	libxml-libxml-common-perl (0.13-6) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:39 +0100	\N	23827
-5685	9	f	\N	2007-12-16 19:43:33.672594	f	t	t	t	t	2582	/libtie-cphash-perl	\N	\N	libtie-cphash-perl (1.03-2) unstable; urgency=low  * Moved package into Debian Pkg Perl Project SVN.  * Added Build-Depends on libtest-pod-perl y libtest-pod-coverage-perl.  * Cleanup debian/rules.  * Fixed watch file.  * Wrapped long lines in control file.  * Fixed Maintainer address in control file.  * Fixed copyright and control file with a better URL. -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 23 Nov 2007 15:21:49 -0400	\N	24834
-6544	5	f	\N	2007-12-16 20:07:35.035713	f	t	t	t	t	3434	/transcend	\N	\N	transcend (0.3.dfsg1-3) UNRELEASED; urgency=low  [ Sam Hocevar ]  * debian/transcend.6:    + Removed weird mention of a wok and a frying pan from the manpage and      the empty SEE ALSO section (Closes: #413825).  * debian/control:    + Added myself to the uploaders.    + Removed a comma from the short description.  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:40:22 +0000	\N	28859
-5252	9	f	\N	2007-12-16 19:36:30.676975	f	t	t	t	t	2149	/libterm-size-perl	\N	\N	libterm-size-perl (0.2-4) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Use dist-based URL in debian/watch.  * debian/rules:    - don't install empty /usr/share/perl5 directory    - use $(CURDIR) instead of `pwd`    - let install target depend on build target    - don't ignore errors of $(MAKE) realclean    - move tests to build target    - delete unused/unneeded dh_* calls  * Set debhelper compatibility level to 5 and add debian/compat. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:23 +0200	\N	22672
-5686	9	f	\N	2007-12-16 19:43:34.137122	f	t	t	t	t	2583	/libmail-listdetector-perl	\N	\N	libmail-listdetector-perl (1.01+dfsg-2) UNRELEASED; urgency=low  [ Joey Hess ]  * Fix watch file to deal with mangled version number.  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:15 +0200	\N	24839
-5253	9	f	\N	2007-12-16 19:36:31.072199	f	t	t	t	t	2150	/libwordnet-querydata-perl	\N	\N	libwordnet-querydata-perl (1.46-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:16 +0200	\N	22677
-6545	5	f	\N	2007-12-16 20:07:45.488754	f	t	t	t	t	3435	/fretsonfire-songs-inkila	\N	\N	fretsonfire-songs-inkila (1.2.451-1) unstable; urgency=low  * Initial Packaging  * move to dh_install -- Matthew Johnson <mjj29 at debian.org>  Wed, 05 Dec 2007 10:58:02 +0000	\N	28864
-5254	9	f	\N	2007-12-16 19:36:31.46845	f	t	t	t	t	2151	/libspreadsheet-writeexcel-perl	\N	\N	libspreadsheet-writeexcel-perl (2.20-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza). Removed: XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:55 +0200	\N	22682
-5687	9	f	\N	2007-12-16 19:43:34.60409	f	t	t	t	t	2584	/libdata-random-perl	\N	\N	libdata-random-perl (0.05-4) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:34 +0200	\N	24844
-5255	9	f	\N	2007-12-16 19:36:31.900911	f	t	t	t	t	2152	/libregexp-common-perl	\N	\N	libregexp-common-perl (2.120-5) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:47 +0200	\N	22687
-6546	5	f	\N	2007-12-16 20:07:45.907069	f	t	t	t	t	3436	/sauerbraten-data	\N	\N	sauerbraten-data (0.0.20070819-1) UNRELEASED; urgency=low  * New upstream release  * Updated address of the FSF in the copyright file -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Sun, 26 Aug 2007 18:25:04 +0200	\N	28869
-5256	9	f	\N	2007-12-16 19:36:32.354749	f	t	t	t	t	2153	/libdevice-serialport-perl	\N	\N	libdevice-serialport-perl (1.04-2) UNRELEASED; urgency=low  * [debian/watch] force six-digit minor version -- Damyan Ivanov <dmn at debian.org>  Wed, 07 Nov 2007 23:21:40 +0200	\N	22692
-5257	9	f	\N	2007-12-16 19:36:32.812098	f	t	t	t	t	2154	/libapache-configfile-perl	\N	\N	libapache-configfile-perl (1.18-6) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:13 +0200	\N	22697
-6547	5	f	\N	2007-12-16 20:07:46.43994	f	t	t	t	t	3437	/glest-data	\N	\N	glest-data (2.0.0-3) UNRELEASED; urgency=low  [ Barry deFreese ]  * Add watch file -- Barry deFreese <bddebian at comcast.net>  Thu, 01 Nov 2007 22:38:51 -0400	\N	28874
-6548	5	f	\N	2007-12-16 20:07:46.898819	f	t	t	t	t	3438	/pangzero	\N	\N	pangzero (1.3-2) UNRELEASED; urgency=low  [ Marco Rodrigues ]  * Add Homepage field to debian/control.  * Remove duplicate lines about GPL file location in copyright.  [ Barry deFreese ]  * Fix watch file  * Add .desktop file -- Marco Rodrigues <gothicx at sapo.pt>  Mon, 01 Oct 2007 21:19:51 +0100	\N	28879
-5688	9	f	\N	2007-12-16 19:43:35.053996	f	t	t	t	t	2585	/libppi-perl	\N	\N	libppi-perl (1.201-1) unstable; urgency=low  * Taking over the package for the Debian Perl Group with Florian's consent    Moving him to Uploaders.  * debian/watch: Use by-dist URL, do not capture extension; even uscan works    now :) Closes: #450307 -- debian/watch fails to report upstream's version  * New upstream release (closes: #451411)  * debian/copyright    + update copyright years    + Add upstream URL  * debian/control    + add Homepage and Vcs-* fields    + Wrap long fields  * Add libtest-object-perl to B-D-I. Closes: #444550 -- FTBFS: tests failed:    Can't locate Test/Object/Test.pm. Thanks to Lucas Nussbaum for reporting    and Cyril Brulebois for the patch.  * debian/rules: clean-up    + do not ignore distclean errors [Peter Makholm]    + remove boiler plate manpages for internal modules    + move stamp-removal before distclean    + fix inter-target dependencies to allow parallel build    + move test suite from install to build target  * Add libtest-pod-perl to B-D-I allowing POD tests during build  * Add patch t-14_charsets.t-is-utf8.patch to let this test run    + brought up quilt to Depends:/rules -- Damyan Ivanov <dmn at debian.org>  Fri, 16 Nov 2007 11:18:50 +0200	\N	24849
-5258	9	f	\N	2007-12-16 19:36:34.892553	f	t	t	t	t	2155	/libmodule-pluggable-perl	\N	\N	libmodule-pluggable-perl (3.6-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:43 +0200	\N	22702
-5259	9	f	\N	2007-12-16 19:36:35.416151	f	t	t	t	t	2156	/libdatetime-format-pg-perl	\N	\N	libdatetime-format-pg-perl (0.16001-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:45 +0200	\N	22707
-5689	9	f	\N	2007-12-16 19:43:35.480673	f	t	t	t	t	2586	/libdbix-xmlmessage-perl	\N	\N	libdbix-xmlmessage-perl (0.05-10) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:55 +0200	\N	24854
-6549	5	f	\N	2007-12-16 20:07:47.383104	f	t	t	t	t	3439	/area2048	\N	\N	area2048 (1.02.dfsg1-1) unstable; urgency=low  [ Miriam Ruiz ]  * Initial release (Closes: #)  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:45:15 +0000	\N	28884
-5260	9	f	\N	2007-12-16 19:36:35.851512	f	t	t	t	t	2157	/libconfig-any-perl	\N	\N	libconfig-any-perl (0.08-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:16 +0200	\N	22712
-5690	9	f	\N	2007-12-16 19:43:35.905124	f	t	t	t	t	2587	/libxml-handler-trees-perl	\N	\N	libxml-handler-trees-perl (0.02-6) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:37 +0100	\N	24859
-5261	9	f	\N	2007-12-16 19:36:36.283169	f	t	t	t	t	2158	/libxml-mini-perl	\N	\N	libxml-mini-perl (1.2.8-4) UNRELEASED; urgency=low  [ Raphael Hertzog ]  * Put the team as Maintainer and move myself to Uploaders.  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza). Removed: XS-Vcs-Svn fields.  * Add Homepage field to debian/control, too. -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 12 Oct 2007 00:34:42 +0200	\N	22717
-6550	5	f	\N	2007-12-16 20:07:47.713734	f	t	t	t	t	3440	/tpclient-pywx	\N	\N	tpclient-pywx (0.2.2-1) UNRELEASED; urgency=low  [ Barry deFreese ]  * Initial release  * Add quilt patch system  * Work in progress..  * Getting close but now a permissions issue  * 01_sys_path.diff - Append installed path    + May not be necessary now that /usr/games/tpclient.. is a symlink? -- Barry deFreese <bddebian at comcast.net>  Mon, 05 Nov 2007 21:33:27 -0500	\N	28889
-5262	9	f	\N	2007-12-16 19:36:36.715173	f	t	t	t	t	2159	/libtest-distribution-perl	\N	\N	libtest-distribution-perl (2.00-1) unstable; urgency=low  [ Damyan Ivanov ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  [ David Paleino ]  * New upstream release  * debian/control:    - setting Maintainer to Debian Pkg-Perl Team    - moving former maintainer to Uploaders    - adding myself to Uploaders    - adding libpod-coverage-perl to dependencies    - moving libpathtools-perl to Build-Depends-Indep    - adding version numbers to dependencies    - bumping Standards-Version to 3.7.3  * debian/watch - now using a dist-based URL (Closes: #450210)  * debian/copyright - adding upstream author's e-mail address  * debian/rules:    - manually removing .packlist and the arch-specific directory -- David Paleino <d.paleino at gmail.com>  Sun, 16 Dec 2007 15:50:30 +0100	\N	22722
-6551	5	f	\N	2007-12-16 20:07:48.167271	f	t	t	t	t	3441	/holotz-castle-milanb	\N	\N	holotz-castle-milanb (0.0.20050210-1) unstable; urgency=low  * Initial Release. -- Miriam Ruiz <little_miry at yahoo.es>  Thu, 10 Feb 2005 00:15:22 +0100	\N	28890
-5263	9	f	\N	2007-12-16 19:36:37.187889	f	t	t	t	t	2160	/libboulder-perl	\N	\N	libboulder-perl (1.30-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:36 +0200	\N	22727
-5691	9	f	\N	2007-12-16 19:43:36.367543	f	t	t	t	t	2588	/libnet-amazon-s3-perl	\N	\N	libnet-amazon-s3-perl (0.40-1) unstable; urgency=low  * New upstream release.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Add libxml-libxml-perl, libclass-accessor-perl, and    libdatetime-format-strptime-perl to Build-Depends-Indep.  * Remove empty /usr/lib/perl5 directory. -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 01 Nov 2007 13:30:54 +0100	\N	24864
-5264	9	f	\N	2007-12-16 19:36:37.629593	f	t	t	t	t	2161	/libnetxap-perl	\N	\N	libnetxap-perl (0.02-7) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:19 +0200	\N	22732
-6552	5	f	\N	2007-12-16 20:07:48.625496	f	t	t	t	t	3442	/nexuiz-data	\N	\N	nexuiz-data (2.3-1) unstable; urgency=low  [ Bruno "Fuddl" Kleinert ]  * New upstream release.  * Fixed wrong level description in campaign by upstream (Closes: #409377)  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:46:59 +0000	\N	28895
-5692	9	f	\N	2007-12-16 19:43:37.031578	f	t	t	t	t	2589	/libdata-dump-streamer-perl	\N	\N	libdata-dump-streamer-perl (2.05-36-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:31 +0200	\N	24869
-5265	9	f	\N	2007-12-16 19:36:38.060683	f	t	t	t	t	2162	/libauthen-simple-net-perl	\N	\N	libauthen-simple-net-perl (0.2-2) UNRELEASED; urgency=low  [ Xavier Oswald ]  * Correct the debian/watch file (closes: #450130).  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 07 Nov 2007 16:56:44 +0100	\N	22737
-5266	9	f	\N	2007-12-16 19:36:43.505478	f	t	t	t	t	2163	/libcalendar-simple-perl	\N	\N	libcalendar-simple-perl (1.17-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:41 +0200	\N	22742
-5693	9	f	\N	2007-12-16 19:43:37.47555	f	t	t	t	t	2590	/libtest-mockobject-perl	\N	\N	libtest-mockobject-perl (1.07-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:21 +0100	\N	24874
-6553	5	f	\N	2007-12-16 20:07:49.113001	f	t	t	t	t	3443	/ceferino	\N	\N	ceferino (0.97.8-2) UNRELEASED; urgency=low  [ Barry deFreese ]  * Merge changes in archive package with svn  * Change quilt handling (add include)  * 02_configure.patch    + Modify configure to allow reconf -- Barry deFreese <bddebian at comcast.net>  Fri, 14 Dec 2007 08:42:59 -0500	\N	28900
-5267	9	f	\N	2007-12-16 19:36:43.922163	f	t	t	t	t	2164	/libparse-plainconfig-perl	\N	\N	libparse-plainconfig-perl (1.7a-2) unstable; urgency=low  * Moved package into Perl Pkg Project SVN.  * Updated Standards Version.  * Cleanup debian/rules.  * Fixed watch file to account for a trailing letter in version number.  * Fixed copyright and control file with a better URL.  * Fixed Maintainer field in control file. -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 23 Nov 2007 15:10:49 -0400	\N	22747
-5694	9	f	\N	2007-12-16 19:43:37.933822	f	t	t	t	t	2591	/liblogger-syslog-perl	\N	\N	liblogger-syslog-perl (1.1-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:11 +0200	\N	24879
-5268	9	f	\N	2007-12-16 19:36:44.368938	f	t	t	t	t	2165	/libchart-perl	\N	\N	libchart-perl (2.4.1-5) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:55 +0200	\N	22752
-5269	9	f	\N	2007-12-16 19:36:44.810644	f	t	t	t	t	2166	/liblexical-persistence-perl	\N	\N	liblexical-persistence-perl (0.97-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:56 +0200	\N	22757
-6554	5	f	\N	2007-12-16 20:07:49.720627	f	t	t	t	t	3444	/oolite	\N	\N	oolite (1.65-6) unstable; urgency=low  [ Cyril Brulebois ]  * Added Vcs-Svn and Vcs-Browser fields in the control file.  [ Eddy Petrișor ]  * changes (closes: #449101, #447465) according to    http://lists.alioth.debian.org/pipermail/pkg-games-devel/2007-July/004000.html    - use gs_make instead of sourcing      /usr/lib/GNUstep/System/Makefiles/GNUstep.sh and running $(MAKE)    - bumped versioned build depends on libgnustep-base-dev to (>= 1.14.0)    - added a Build-Depends on quilt since we needed a patch to obtain this  * install the .desktop file; patch thanks to Mario Bonino from Ubuntu  [ Gerfried Fuchs ]  * Removed leading The from the synopsis.  [ Eddy Petrișor ]  * bump debhelper compatibiliy to 5; updated builddep on debhelper    accordingly  * removed no longer needed XS-Autobuild  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:46:28 +0000	- oolite relicensed dualy under GNU GPL/CC-SA-NC\n - change copyright file; clarifications at:\n   - http://www.aegidian.org/bb/viewtopic.php?t=3075\n   - http://www.aegidian.org/bb/viewtopic.php?t=3072\n\tFor Creative Commons licenses, you can get a nice, neat summary in the form of Creative Commons Deeds (which I linked to in the announcement post):\n\n\t\t* Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Deed, for resources (i.e., non-source code files).\n\t\t* Creative Commons Attribution-NonCommercial-ShareAlike 2.0 Deed, for previous releases (back to and including 1.39).\n\n\tThere is no official equivalent for the GPL, which is a more complicated license with a big baggage of politics. However, the Creative Commons project has a similar Deed summarising the GPL.\n\n\tThe general intent of all the licenses used for Oolite now and in the past is that you may modify it, in whole or in part, as long as you don’t claim to have created it; however, you must distribute any modifications you make under the same terms. As of the transition to the GPL, you may also sell it (but not attempt to restrict your customers from redistributing it) – although Messrs. B&B may have ideas about that.\n\n\tExpressing licenses in terms of what you can do without touching on what you can’t do is inherently intractable, because managing restrictions on what you’re permitted to do is what licensing is all about.\n - authors: http://developer.berlios.de/project/memberlist.php?group_id=3577\n - later versions of the game will be GPL only for the game and gpl/cc-nc-sa for the data; as a consequence, the copyright file needs clen-up\n	28905
-5695	9	f	\N	2007-12-16 19:43:38.395304	f	t	t	t	t	2592	/libdir-purge-perl	\N	\N	libdir-purge-perl (1.02-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:06 +0200	\N	24884
-5270	9	f	\N	2007-12-16 19:36:45.28988	f	t	t	t	t	2167	/libcontextual-return-perl	\N	\N	libcontextual-return-perl (0.2.1-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:20 +0200	\N	22762
-5271	9	f	\N	2007-12-16 19:36:55.708027	f	t	t	t	t	2168	/libfcgi-procmanager-perl	\N	\N	libfcgi-procmanager-perl (0.17-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:16 +0200	\N	22767
-5696	9	f	\N	2007-12-16 19:43:43.819516	f	t	t	t	t	2593	/libdigest-md4-perl	\N	\N	libdigest-md4-perl (1.5.dfsg-1.3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:54:51 +0100	\N	24889
-6555	5	f	\N	2007-12-16 20:07:50.168603	f	t	t	t	t	3445	/adanaxisgpl	\N	\N	adanaxisgpl (1.2.2-1) UNRELEASED; urgency=low  [ Barry deFreese ]  * Initial Release (Closes: #444144)  * Add simple man page  * Add comment to Copyright about GPL compliance -- Barry deFreese <bddebian at comcast.net>  Wed, 10 Oct 2007 16:41:23 -0400	\N	28910
-5272	9	f	\N	2007-12-16 19:36:56.202985	f	t	t	t	t	2169	/libtk-histentry-perl	\N	\N	libtk-histentry-perl (0.43-3) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Frank Lichtenheld ]  * debian/rules: Cleanup:     + move build to build target     + make install depend on build     + introduce build-stamp     + split PREFIX into DESTDIR and PREFIX     + move dh_clean before $(MAKE) clean     + remove non-existant configure target from .PHONY     + enable tests  * debian/control: Add perl-tk and xvfb to b-d-i for tests -- Frank Lichtenheld <djpig at debian.org>  Thu, 08 Nov 2007 18:23:53 +0100	\N	22772
-5697	9	f	\N	2007-12-16 19:43:44.281445	f	t	t	t	t	2594	/libnet-rawip-perl	\N	\N	libnet-rawip-perl (0.21-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:10 +0200	\N	24894
-5273	9	f	\N	2007-12-16 19:37:01.856919	f	t	t	t	t	2170	/libuser-simple-perl	\N	\N	libuser-simple-perl (1.35-3) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Damyan Ivanov ]  * [debian/watch] Stop capturing file extension -- Damyan Ivanov <dmn at debian.org>  Tue, 06 Nov 2007 11:01:26 +0200	\N	22777
-5484	9	f	\N	2007-12-16 19:40:59.843935	f	t	t	t	t	2381	/libmarc-crosswalk-dublincore-perl	\N	\N	libmarc-crosswalk-dublincore-perl (0.02-1) unstable; urgency=low  * Initial Release (ITP Closes: #452713) -- Vincent Danjean <vdanjean at debian.org>  Sat, 24 Nov 2007 17:16:39 +0100	\N	23832
-6556	5	f	\N	2007-12-16 20:07:50.607274	f	t	t	t	t	3446	/enet	\N	\N	enet (1.1-3) unstable; urgency=low  [ Gonéri Le Bouder ]  * dpkg-buildpackage -B doesn't create arch all packages anymore  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:43:04 +0000	\N	28915
-5698	9	f	\N	2007-12-16 19:43:44.702739	f	t	t	t	t	2595	/libclass-factory-perl	\N	\N	libclass-factory-perl (1.06-1) unstable; urgency=low  [ gregor herrmann ]  * New upstream release.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * debian/copyright: Add upstream URL and update copyright information and    list of authors.  * debian/rules:    - Don't ignore errors of make distclean.    - Cleanup (comments, compiler arguments, unused dh_* calls).  [ Damyan Ivanov ]  * Move test suite from install to build target  * Add myself to Uploaders. Wrapped Uploaders. -- Damyan Ivanov <dmn at debian.org>  Mon, 12 Nov 2007 14:23:03 +0200	\N	24899
-5274	9	f	\N	2007-12-16 19:37:02.349413	f	t	t	t	t	2171	/libpoe-component-jabber-perl	\N	\N	libpoe-component-jabber-perl (2.02-1) unstable; urgency=low  [ Kees Cook ]  * New upstream release (Closes: #404125, #434444).  * debian/control:    - add new Build-Deps libmodule-build-perl and libpoe-component-sslify-perl.    - maintainer changed to Debian Perl Group, with permission from Florian      Ragwitz.    - bumped standards version  * debian/rules: converted to using Module::Build.  * debian/watch: added  * debian/copyright: download URL added  * debian/compat: updated to 5  [ Damyan Ivanov ]  * Fix debian/rules' target inter-dependencies to allow for a parallel build -- Kees Cook <kees at outflux.net>  Mon, 27 Aug 2007 14:16:01 -0700	\N	22782
-5275	9	f	\N	2007-12-16 19:37:02.750411	f	t	t	t	t	2172	/libio-capture-perl	\N	\N	libio-capture-perl (0.05-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:50 +0200	\N	22787
-5699	9	f	\N	2007-12-16 19:43:45.163076	f	t	t	t	t	2596	/libtime-piece-perl	\N	\N	libtime-piece-perl (1.12-1) UNRELEASED; urgency=low  NOTE: There's no explicit copyright statement anywhere in the upstream  tarball ...    * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * New upstream release.  * debian/watch: Use dist-based URL.  * Set Standards-Version to 3.7.3 (no further changes needed).  * Install README directly from debian/rules.  * debian/rules:    - build in $(CURDIR)/debian/$(PACKAGE) instead of debian/tmp    - drop call to dh_install and remove .install file    - move dh_clean before make realclean    - use PREFIX and DESTDIR for $(MAKE) install    - let install-stamp depend on build-stamp    - don't install empty /usr/share/perl5 directory  * debian/copyright:    - add upstream URL    - clarify referenced perl license terms    - be more verbose on listing authors -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 16 Dec 2007 17:06:36 +0100	\N	24904
-6557	5	f	\N	2007-12-16 20:07:51.066357	f	t	t	t	t	3447	/ppracer	\N	\N	ppracer (0.3.1-11) UNRELEASED; urgency=low  [ Alexander Schmehl ]  * NOT RELEASED YET  [ Jon Dowland ]  * add Homepage: field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:33:15 +0000	\N	28920
-5276	9	f	\N	2007-12-16 19:37:03.183769	f	t	t	t	t	2173	/libterm-query-perl	\N	\N	libterm-query-perl (2.0-9) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:17 +0100	\N	22792
-6058	7	f	\N	2007-12-16 19:54:08.505573	f	t	t	t	t	2950	/cglib2.1	\N	\N	cglib2.1 (2.1.3.dfsg.1-1) unstable; urgency=low  * Initial Release (closes: #386101). -- Arnaud Vandyck <avdyk at debian.org>  Tue, 10 Apr 2007 17:48:55 +0200	\N	26564
-5277	9	f	\N	2007-12-16 19:37:03.581116	f	t	t	t	t	2174	/libi18n-acceptlanguage-perl	\N	\N	libi18n-acceptlanguage-perl (1.04-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:44 +0200	\N	22797
-6558	5	f	\N	2007-12-16 20:07:51.517797	f	t	t	t	t	3448	/sabre	\N	\N	sabre (0.2.4b-23) unstable; urgency=high  [ Sam Hocevar (Debian packages) ]  * debian/patches/025_endianness.diff:    + Fix endianness issues in file import/export routines (Closes: #397830).  [ Jon Dowland ]  * update menu section to "Games/Action" for menu policy transition.    Thanks Linas Žvirblis.  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:46:54 +0000	\N	28925
-5278	9	f	\N	2007-12-16 19:37:04.015582	f	t	t	t	t	2175	/libmath-combinatorics-perl	\N	\N	libmath-combinatorics-perl (0.09-4) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Frank Lichtenheld ]  * debian/rules: Cleanup:     + move build and tests to build target     + make install depend on build     + introduce build-stamp     + split PREFIX into DESTDIR and PREFIX     + move dh_clean before $(MAKE) clean     + remove non-existant configure target from .PHONY -- Frank Lichtenheld <djpig at debian.org>  Thu, 01 Nov 2007 18:44:51 +0100	\N	22802
-5279	9	f	\N	2007-12-16 19:37:04.434462	f	t	t	t	t	2176	/libxml-rsslite-perl	\N	\N	libxml-rsslite-perl (0.11-3) UNRELEASED; urgency=low  * Change Maintainer Name to Debian Perl _Group_. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 02 Dec 2007 04:16:53 +0100	\N	22807
-5700	9	f	\N	2007-12-16 19:43:45.616641	f	t	t	t	t	2597	/libnet-bluetooth-perl	\N	\N	libnet-bluetooth-perl (0.40-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:55 +0200	\N	24909
-6559	5	f	\N	2007-12-16 20:07:51.951783	f	t	t	t	t	3449	/bulletss	\N	\N	bulletss (0.0.1.20030920.dfsg1-1) unstable; urgency=low  [ Miriam Ruiz ]  * Initial release  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:42:17 +0000	\N	28930
-5280	9	f	\N	2007-12-16 19:37:04.854344	f	t	t	t	t	2177	/libdatetime-format-mysql-perl	\N	\N	libdatetime-format-mysql-perl (0.04-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * debian/watch: Mangle versions in order to deal with 2 and 4 digits after    the dot. -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 09 Nov 2007 18:22:26 +0100	\N	22812
-5701	9	f	\N	2007-12-16 19:43:46.185512	f	t	t	t	t	2598	/libcgi-simple-perl	\N	\N	libcgi-simple-perl (1.103-2) UNRELEASED; urgency=low  * NEEDS WORK - Maintainer, watch, etc  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). -- Damyan Ivanov <dmn at debian.org>  Fri, 07 Dec 2007 13:48:05 +0200	\N	24914
-5281	9	f	\N	2007-12-16 19:37:05.280638	f	t	t	t	t	2178	/libversion-perl	\N	\N	libversion-perl (1:0.7400-1) unstable; urgency=low  * New upstream release.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Don't install .packlist file. -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 25 Oct 2007 20:35:25 +0200	\N	22817
-6560	5	f	\N	2007-12-16 20:07:52.392029	f	t	t	t	t	3450	/lordsawar	\N	\N	lordsawar (0.0.4-2) UNRELEASED; urgency=low  [ Eddy Petrișor ]  * install the desktop file in the proper place - thanks to Marco    Rodrigues -- Barry deFreese <bddebian at comcast.net>  Wed, 28 Nov 2007 00:06:13 +0200	\N	28935
-5282	9	f	\N	2007-12-16 19:37:05.691868	f	t	t	t	t	2179	/libcrypt-rijndael-perl	\N	\N	libcrypt-rijndael-perl (1.05.01-1) unstable; urgency=low  [ gregor herrmann ]  * New upstream release (1.05).  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields.  * Update patch for manpage section.  * Add upstream URL and copyright holder to debian/copyright.  [ Damyan Ivanov ]  * New upstream release (1.05.01)  * Updated debian/watch to work with "subreleases" (x.yy_zz)  * Add myself to Uploaders  * Convert from dpatch to quilt  * Clean up debian/rules    + fix inter-target dependencies    + unpatch before distclean; touch Makefile to avoid it being rebuilt due      to unpatched Makefile.PL -- Damyan Ivanov <dmn at debian.org>  Sun, 02 Dec 2007 19:44:05 +0200	\N	22822
-5702	9	f	\N	2007-12-16 19:43:46.740733	f	t	t	t	t	2599	/libunicode-map8-perl	\N	\N	libunicode-map8-perl-dfsg (0.12-4) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * debian/rules:    - remove empty directory /usr/share/perl5    - don't ignore errors of $(MAKE) test    - install upstream changelog -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:03 +0200	\N	24919
-5283	9	f	\N	2007-12-16 19:37:06.13818	f	t	t	t	t	2180	/liblingua-en-nameparse-perl	\N	\N	liblingua-en-nameparse-perl (1.23-2) unstable; urgency=low  * Fixed copyright and control file with a better URL.  * Fixed maintainer field in control file. -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 23 Nov 2007 15:01:18 -0400	\N	22827
-5703	9	f	\N	2007-12-16 19:43:52.171041	f	t	t	t	t	2600	/libtk-pod-perl	\N	\N	libtk-pod-perl (0.9937-1) unstable; urgency=low  [ Frank Lichtenheld ]  * debian/rules: Cleanup:     + move build to build target     + make install depend on build     + introduce build-stamp     + split PREFIX into DESTDIR and PREFIX     + move dh_clean before $(MAKE) clean     + remove non-existant configure target from .PHONY  [ gregor herrmann ]  * New upstream release.  * debian/rules: remove unused variable version.  * Refresh patch invalid_char_pod.patch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 10 Nov 2007 13:42:05 +0100	\N	24924
-5284	9	f	\N	2007-12-16 19:37:06.546576	f	t	t	t	t	2181	/libtest-differences-perl	\N	\N	libtest-differences-perl (0.47-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:19 +0100	\N	22832
-6663	2	f	\N	2007-12-16 20:09:52.962328	f	t	t	t	t	3553	/ksystemlog/trunk	\N	\N	ksystemlog (0.4-1) UNRELEASED; urgency=low  * (NOT RELEASED YET) New upstream release -- Mark Purcell <msp at debian.org>  Tue, 30 Oct 2007 22:54:15 +0000	\N	29418
-6561	5	f	\N	2007-12-16 20:07:52.854884	f	t	t	t	t	3451	/gnomekiss	\N	\N	gnomekiss (2.0-2) UNRELEASED; urgency=low  [ Gonéri Le Bouder ]  * remove Applications from Categorie in the desktop file since it's not    an official categorie  * call dh_desktop to run update-desktop-database  [ Eddy Petrișor ]  * desktop file changes:    - added encoding specification and recoded to UTF-8    - fixed Type and added Categories which were mixed    - fixed Terminal value (is a boolean, so it should be false instead of 0)  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Miriam Ruiz ]  * Removed Amaya from Uploaders.  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:41:30 +0000	\N	28940
-5285	9	f	\N	2007-12-16 19:37:06.990218	f	t	t	t	t	2182	/libspreadsheet-parseexcel-perl	\N	\N	libspreadsheet-parseexcel-perl (0.3200-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:54 +0200	\N	22837
-5704	9	f	\N	2007-12-16 19:43:52.586127	f	t	t	t	t	2601	/libxml-filter-saxt-perl	\N	\N	libxml-filter-saxt-perl (0.01-7) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:34 +0100	\N	24929
-5286	9	f	\N	2007-12-16 19:37:07.417733	f	t	t	t	t	2183	/libpod-escapes-perl	\N	\N	libpod-escapes-perl (1.04-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:14 +0100	\N	22842
-6562	5	f	\N	2007-12-16 20:07:53.319501	f	t	t	t	t	3452	/moagg-data	\N	\N	moagg-data (0.18-3) UNRELEASED; urgency=low  [ Eddy Petrișor ]  * fix Homepage semifield  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Barry deFreese ]  * Fix watch file  * Bump debhelper build-dep to match compat  * Add Homepage field to control -- Eddy Petrișor <eddy.petrisor at gmail.com>  Wed, 26 Jul 2006 03:38:17 +0300	\N	28945
-5705	9	f	\N	2007-12-16 19:43:53.05027	f	t	t	t	t	2602	/libobject-signature-perl	\N	\N	libobject-signature-perl (1.05-2) UNRELEASED; urgency=low  [ Frank Lichtenheld ]  * Fix typo in Description  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:24 +0200	\N	24934
-5287	9	f	\N	2007-12-16 19:37:07.852615	f	t	t	t	t	2184	/libmath-vec-perl	\N	\N	libmath-vec-perl (1.01-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:31 +0200	\N	22847
-5288	9	f	\N	2007-12-16 19:37:08.253292	f	t	t	t	t	2185	/libmath-fibonacci-perl	\N	\N	libmath-fibonacci-perl (1.5-4) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:26 +0200	\N	22852
-5706	9	f	\N	2007-12-16 19:43:53.520595	f	t	t	t	t	2603	/libgetopt-euclid-perl	\N	\N	libgetopt-euclid-perl (0.1.0-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:38 +0200	\N	24939
-6563	5	f	\N	2007-12-16 20:07:53.771194	f	t	t	t	t	3453	/sdmkun	\N	\N	sdmkun (1.5.8.dfsg1-1) unstable; urgency=low  * Initial release  [ Barry deFreese ]  * Add watch file  * Remove XS- from VCS fields in control  * Add Homepage field in control -- Miriam Ruiz <little_miry at yahoo.es>  Sat, 25 Aug 2007 19:58:40 +0000	\N	28950
-5289	9	f	\N	2007-12-16 19:37:08.685919	f	t	t	t	t	2186	/libtime-modules-perl	\N	\N	libtime-modules-perl (2006.0814-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:24 +0100	\N	22857
-5707	9	f	\N	2007-12-16 19:43:53.951937	f	t	t	t	t	2604	/libcurses-widgets-perl	\N	\N	libcurses-widgets-perl (1.997-6) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:25 +0200	\N	24944
-5290	9	f	\N	2007-12-16 19:37:09.133597	f	t	t	t	t	2187	/libprpc-perl	\N	\N	libprpc-perl (0.1005-21) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:45 +0200	\N	22862
-5291	9	f	\N	2007-12-16 19:37:09.544552	f	t	t	t	t	2188	/libuser-identity-perl	\N	\N	libuser-identity-perl (0.92-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:06 +0200	\N	22867
-6564	5	f	\N	2007-12-16 20:07:54.224872	f	t	t	t	t	3454	/oolite-data	\N	\N	oolite-data (1.65-3) UNRELEASED; urgency=low  * NOT RELEASED YET  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Jon Dowland ]  * Add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:35:34 +0000	\N	28955
-5708	9	f	\N	2007-12-16 19:44:00.421973	f	t	t	t	t	2605	/libcgi-formbuilder-source-yaml-perl	\N	\N	libcgi-formbuilder-source-yaml-perl (1.0.8-2) unstable; urgency=low  [ Martín Ferrari ]  * debian/rules: added create_packlist=0 option to inhibit creation of    packlist.  * debian/control: bumped standards-version.  * debian/copyright: converted to UTF-8.  [ Damyan Ivanov ]  * Put me in Uploaders instead of Ernesto -- Damyan Ivanov <dmn at debian.org>  Sun, 09 Dec 2007 22:47:10 +0200	\N	24949
-5292	9	f	\N	2007-12-16 19:37:09.95775	f	t	t	t	t	2189	/libtemplate-plugin-yaml-perl	\N	\N	libtemplate-plugin-yaml-perl (1.22-5) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:18 +0200	\N	22872
-5293	9	f	\N	2007-12-16 19:37:10.439842	f	t	t	t	t	2190	/libperl6-export-perl	\N	\N	libperl6-export-perl (0.07-10) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:36 +0200	\N	22877
-5709	9	f	\N	2007-12-16 19:44:00.845459	f	t	t	t	t	2606	/libfile-remove-perl	\N	\N	libfile-remove-perl (0.39-1) unstable; urgency=low  [ gregor herrmann ]  * New upstream release.  * Update debian/watch.  * debian/rules:    - Remove comments and empty lines.    - Make install-stamp depend on build-stamp.    - Remove commented out dh_installexamples.    - Enable more tests (and add libtest-pod-perl to Build-Depends-Indep in      debian/control).  * debian/copyright: mention new upstream maintainer.  [ Damyan Ivanov ]  * use verbatim copyright info  * Do not install redundant README  * Remove Gregor from Uploaders -- Damyan Ivanov <dmn at debian.org>  Mon, 03 Dec 2007 22:14:35 +0200	\N	24954
-5294	9	f	\N	2007-12-16 19:37:10.864612	f	t	t	t	t	2191	/libdevel-size-perl	\N	\N	libdevel-size-perl (0.69-2) UNRELEASED; urgency=low  * NEEDS WORK - Maintainer, watch, etc  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). -- Damyan Ivanov <dmn at debian.org>  Fri, 07 Dec 2007 13:50:41 +0200	\N	22882
-5710	9	f	\N	2007-12-16 19:44:01.347847	f	t	t	t	t	2607	/libtemplate-multilingual-perl	\N	\N	libtemplate-multilingual-perl (0.09-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:07 +0200	\N	24959
-5295	9	f	\N	2007-12-16 19:37:11.295217	f	t	t	t	t	2192	/libhtml-highlight-perl	\N	\N	libhtml-highlight-perl (0.20-3) unstable; urgency=low  [ Ernesto Hernández-Novich (USB) ]  * Moved package into Debian Pkg Perl Project SVN.  * Fixed copyright file with a better URL.  * Fixed watch file.  * Fixed Maintainer field in control file.  * Fixed copyright and control file with a better URL.  [ Damyan Ivanov ]  * Use faster URL in debian/watch  * Do not install redundant README  * Remove debian/docs, install test.pl via dh_installdocs  * Bump standards-version to 3.7.3 (no changes)  * Bump debhelper compat level to 5  * debian/copyright:    + verbatim copyright statement    + indented a bit  * Put me instead of Ernesto in Uploaders -- Damyan Ivanov <dmn at debian.org>  Tue, 04 Dec 2007 22:25:07 +0200	\N	22887
-5711	9	f	\N	2007-12-16 19:44:01.744113	f	t	t	t	t	2608	/libexpect-simple-perl	\N	\N	libexpect-simple-perl (0.03-2) UNRELEASED; urgency=low  * Don't install empty /usr/lib/perl5 directory. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 02 Dec 2007 13:51:54 +0100	\N	24964
-6565	5	f	\N	2007-12-16 20:07:54.753087	f	t	t	t	t	3455	/trigger	\N	\N	trigger-rally (0.5.2.1-1) unstable; urgency=low  [ Gonéri Le Bouder ]  * data file are in /usr/share/games/trigger  * rename the package to trigger-rally  [ Stefan Potyra ]  * New upstream version.  * Dropped patches (since integrated upstream):    + 10_src_glew_jamfile.patch    + 15_fixup_physfs_alut_interaction.patch    + 20_fix_build_with_gcc4.1.patch    + 30_physfs_sdl_interaction.patch  * Update homepage in control-file to new sourceforge homepage.  * Update watch file accordingly (Closes: #449900).  * Run automake during building:    + Add build-depends on automake1.9.    + Add rule to build configure script.    + Also delete configure, Jamconfig.in during clean (which are not      deleted by jam distclean).    + Delete mk/autoconf/sdl.m4, since we use the newer macro supplied      by the debian sdl package instead.  * Add 05_Makefile.am.patch to not link against zlib1g any longer,    as trigger doesn't directly need any symbols from it.  * Make configure rule in debian/rules depend on apply-patches.  * Update the hint where to install plugins for all users in    README.Debian to a saner location.  [ Jon Dowland ]  * update menu section to "Games/Action" for menu policy transition.    Thanks Linas Žvirblis.  [ Barry deFreese ]  * Add VCS and Homepage fields in control  * Fix up files for package rename  * Remove get-orig-source target from rules  * Add myself to uploaders -- Jon Dowland <jon at alcopop.org>  Thu, 12 Jul 2007 12:07:37 +0100	\N	28960
-5296	9	f	\N	2007-12-16 19:37:11.700015	f	t	t	t	t	2193	/libparams-validate-perl	\N	\N	libparams-validate-perl (0.89-1) unstable; urgency=low  [ gregor herrmann ]  * New upstream release.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch.  * Set debhelper compatibility level to 5.  * debian/copyright: adapt years of copyright, upstream URL, reference to    licence files on Debian systems; add copyright and license information    for included ppport.h.  * debian/rules:    - introduce install-stamp and build-stamp and dependencies between      targets    - remove unneeded call to dh_link    - remove some empty or commented out lines    - explicitly remove empty directory /usr/share/perl5 instead of trying to      find any    - move tests to build target    - use PREFIX and DESTDIR in call to make install    - use dh_listpackages instead of pwd/sed to get package name  * Add libreadonly-xs-perl, libreadonly-perl, libtest-pod-perl to build    dependencies in order to enable additional tests.    (Note: I'm not adding libtest-pod-coverage-perl at the moment due to    http://rt.cpan.org/Public/Bug/Display.html?id=31177)  [ Damyan Ivanov ]  * Bump Standards-Version (no changes)  * Remove unneeded dh_installdirs and dh_installman  * in clean target: s/clean/distclean/; No more need to remove    Makefile.old  * Move dh_clean stamp files before distclean -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 03 Dec 2007 21:19:01 +0100	\N	22892
-5712	9	f	\N	2007-12-16 19:44:02.347737	f	t	t	t	t	2609	/libflickr-api-perl	\N	\N	libflickr-api-perl (0.08-3) UNRELEASED; urgency=low  * NEEDS WORK - Maintainer, watch, etc  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). -- Damyan Ivanov <dmn at debian.org>  Fri, 07 Dec 2007 13:51:30 +0200	\N	24969
-5297	9	f	\N	2007-12-16 19:37:12.122287	f	t	t	t	t	2194	/libdata-dump-perl	\N	\N	libdata-dump-perl (1.08-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:26 +0200	\N	22897
-6047	7	f	\N	2007-12-16 19:54:03.404474	f	t	t	t	t	2939	/libkjdsp-java	\N	\N	libkjdsp-java (1.2-3) unstable; urgency=low  * Move the package to pkg-java svn.  * Set Maintainer to Debian Java Maintainers and add myself to Uploaders.  * Move the build scripts to debian dir.  * Add debian/orig-tar.sh to create orig.tar.gz -- Varun Hiremath <varunhiremath at gmail.com>  Mon, 15 Oct 2007 18:18:29 +0530	\N	26514
-5298	9	f	\N	2007-12-16 19:37:12.572893	f	t	t	t	t	2195	/libbit-vector-perl	\N	\N	libbit-vector-perl (6.4-7) UNRELEASED; urgency=low  * Use dist-based URL in debian/watch.  * Don't install empty /usr/share/perl5 directory. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 22:51:35 +0100	\N	22902
-6566	5	f	\N	2007-12-16 20:07:55.2471	f	t	t	t	t	3456	/pingus	\N	\N	pingus (0.7.2-1) unstable; urgency=low  [Marco Rodrigues]  * XInput support enabled by default. Thanks to Bas Wijnen  * Add libxi-dev to Build-Depends  * Add Homepage field to debian/control  * Add the installation of the level sets by adding “-name "*.levelset"” to    the find+cp command in debian/rules.  [Miriam Ruiz]  * New Upstream Release  * Removed Marco from Uploaders  [Cyril Brulebois]  * Renamed “XS-Vcs-*” to “Vcs-*”, now officially supported by dpkg.  * Removed the Homepage from the long descriptions.  * Updated watch file to only match pingus-$version (digits and dots),    and not pingus-sound-$version.  * Added myself to the Uploaders. -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Mon, 05 Nov 2007 06:46:49 +0100	\N	28965
-5299	9	f	\N	2007-12-16 19:37:13.047633	f	t	t	t	t	2196	/libemail-simple-perl	\N	\N	libemail-simple-perl (2.003-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:11 +0200	\N	22907
-5300	9	f	\N	2007-12-16 19:37:13.511094	f	t	t	t	t	2197	/libmath-randomorg-perl	\N	\N	libmath-randomorg-perl (0.04-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:29 +0200	\N	22912
-5713	9	f	\N	2007-12-16 19:44:02.957395	f	t	t	t	t	2610	/libwww-perl	\N	\N	libwww-perl (5.808-1) unstable; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch.  * Update Homepage field.  [ Martín Ferrari ]  * New upstream release. Closes: #386565 (and probably many more).  * debian/control:    - Bumped very old Standards-Version 3.6.2.2 (no changes needed).    - Moved debhelper to Build-Depends.    - Added quilt build-dependency for documentation patches to be added.    - New run-time dependency: libhtml-tagset-perl.    - New run-time dependency: netbase (Closes: #424737).  * debian/compat: to version 5.  * debian/copyright: converted to UTF-8, updated and converted to new format.  * debian/rules: revamped with current group practices. Added quilt support.  * debian/patches/documentation_fixes.patch: Patch to:    - bin/lwp-request: mention GET, POST and HEAD in the POD, fixed the      discrepancies between the synopsis, the POD description and the cmdline      help (-C and -P options, plus short options summary), also added some      standard markup in POD synopsis (Closes: #396968, #408426, #354905)    - libwww-perl/lib/HTTP/Cookies.pm: updated Netscape cookies spec's URL      (Closes: #422732).    Sent upstream as CPAN#31346.  * debian/patches/lwp-request_use_base_when_dumping_links.patch: Moved    changes made in the diff.gz to a quilt patch. This patch makes lwp-request    honour the -b option when dumping links (#294595). Sent upstream as    CPAN#31347.  * Removed change made to Makefile.PL in the diff.gz as it is not necessary    to allow MakeMaker to create the GET, HEAD and POST copies (we make    links). Removed relevant parts of debian/rules, too.  [ Damyan Ivanov ]  * Add a bit more text to debian/copyright to make it clearer:    + Note perl's licensing terms    + A few more words to packaging license  * Add myself to Uploaders  * Clean debian/rules:    + drop unneeded arrange target    + drop unnecessary binary-stamp, binary-arch-stamp and binary-indep-stamp    + fix target inter-dependencies      - make install-stamp depend on build-stamp    + drop unused dh_installexamples    + move cleaning of -stamp files before distclean  * Add list of previous maintainers to debian/copyright. Also add list of all    authors from AUTHORS file. -- Damyan Ivanov <dmn at debian.org>  Wed, 12 Dec 2007 13:24:32 +0200	\N	24974
-5301	9	f	\N	2007-12-16 19:37:14.018164	f	t	t	t	t	2198	/libdigest-md5-file-perl	\N	\N	libdigest-md5-file-perl (0.06-1) unstable; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Niko Tyni ]  * New upstream release.  * Switch to distribution-based URLs in debian/copyright and debian/watch.  * Minor improvements and cleanups to debian/rules. -- Niko Tyni <ntyni at iki.fi>  Wed, 28 Nov 2007 21:35:02 +0200	\N	22917
-5714	9	f	\N	2007-12-16 19:44:03.453994	f	t	t	t	t	2611	/libdigest-hmac-perl	\N	\N	libdigest-hmac-perl-dfsg (1.01-7) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:00 +0200	\N	24979
-5302	9	f	\N	2007-12-16 19:37:14.426985	f	t	t	t	t	2199	/libtext-formattable-perl	\N	\N	libtext-formattable-perl (1.01-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:36 +0200	\N	22922
-6567	5	f	\N	2007-12-16 20:07:55.745703	f	t	t	t	t	3457	/freealut	\N	\N	freealut (1.1.0-2) UNRELEASED; urgency=low  [ Eddy Petrișor ]  * removed myself from the Uploaders list  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:40:59 +0000	\N	28970
-5303	9	f	\N	2007-12-16 19:37:14.90822	f	t	t	t	t	2200	/libdbd-csv-perl	\N	\N	libdbd-csv-perl (0.2200-4) UNRELEASED; urgency=low  [ Damyan Ivanov ]  * Fixed watch file to match the change in upstream versioning without    sacrificing uscan comfort  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:47 +0200	\N	22927
-5715	9	f	\N	2007-12-16 19:44:04.014612	f	t	t	t	t	2612	/libclass-default-perl	\N	\N	libclass-default-perl (1.51-1) unstable; urgency=low  * New upstream release.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * debian/copyright: Add upstream URL, update author's email address and    years of copyright.  * debian/rules:    - Remove CFLAGS and OPTIMIZE, we don't compile anything.    - Remove comments and empty lines.    - Remove unused and useless dh_* calls (dh_link, dh_strip).    - Enable additional tests. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 17 Nov 2007 14:47:38 +0100	\N	24984
-5304	9	f	\N	2007-12-16 19:37:15.359894	f	t	t	t	t	2201	/libxml-node-perl	\N	\N	libxml-node-perl (0.11-7) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:39 +0100	\N	22932
-5305	9	f	\N	2007-12-16 19:37:15.78899	f	t	t	t	t	2202	/libbusiness-isbn-perl	\N	\N	libbusiness-isbn-perl (2.03-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:37 +0200	\N	22937
-5306	9	f	\N	2007-12-16 19:37:16.262962	f	t	t	t	t	2203	/libimage-librsvg-perl	\N	\N	libimage-librsvg-perl (0.07-5) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * debian/rules:    - don't install empty /usr/share/perl5 directory    - remove unneeded dh_link call -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:47 +0200	\N	22942
-6568	5	f	\N	2007-12-16 20:07:56.211815	f	t	t	t	t	3458	/trigger-data	\N	\N	trigger-rally-data (0.5.2-2) UNRELEASED; urgency=low  [ Alexander Schmehl ]  * NOT RELEASED YET  [ Stefan Potyra ]  * Move trigger.config.defs to /etc, since it's a config file.  [ Gonéri Le Bouder ]  * data file are in /usr/share/games/trigger  * watch file fixed since upstream files had been moved (Closes: #450395).  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Barry deFreese ]  * Rename to trigger-rally-data since that is what trigger-rally deps on  [ Jon Dowland ]  * add Homepage: to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:35:20 +0000	Minor, maybe with next upstream release of trigger:\n* install data to /usr/share/games/trigger-data\n\nEventually, see trigger's TODO.Debian as well:\n* have the snowlevel extracted during build (to not \n  mess up with user installed plugins)\n	28975
-5307	9	f	\N	2007-12-16 19:37:16.705048	f	t	t	t	t	2204	/libpdf-reuse-perl	\N	\N	libpdf-reuse-perl (0.33-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Use dist-based URL in debian/watch.  * debian/rules: Don't install empty /usr/lib/perl5 directory.  * debian/control: Move libcompress-zlib-perl from Buuild-Depends to    Build-Depends-Indep. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:35 +0200	\N	22947
-5716	9	f	\N	2007-12-16 19:44:04.550846	f	t	t	t	t	2613	/libemail-abstract-perl	\N	\N	libemail-abstract-perl (2.134-1) unstable; urgency=low  [ gregor herrmann ]  * New upstream release.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields.  * Update debian/watch.  * debian/copyright: Add upstream URL and second author.  * debian/rules:    - Move tests to build target.    - Introduce install-stamp target.    - Remove OPTIMIZE, we don't compile anything.    - Remove comments and empty lines; remove unused dh_link call.  [ Damyan Ivanov ]  * debian/rules    - Remove unneeded dh_installdirs    - Use proper DESTDIR and PREFIX when installing -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 17 Nov 2007 17:05:53 +0100	\N	24989
-5308	9	f	\N	2007-12-16 19:37:17.154035	f	t	t	t	t	2205	/libdata-dumper-simple-perl	\N	\N	libdata-dumper-simple-perl (0.11-4) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:32 +0200	\N	22952
-6569	5	f	\N	2007-12-16 20:07:56.693988	f	t	t	t	t	3459	/vegastrike-data	\N	\N	vegastrike-data (0.4.3-6) UNRELEASED; urgency=low  [ Andres Mejia ]  * Adding Homepage field in debian/control.  * Removing XS- in Vcs entries in debian/control. -- Andres Mejia <mcitadel at gmail.com>  Mon, 26 Nov 2007 01:07:40 -0500	\N	28980
-5717	9	f	\N	2007-12-16 19:44:04.9726	f	t	t	t	t	2614	/libio-multiplex-perl	\N	\N	libio-multiplex-perl (1.09-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:52 +0200	\N	24994
-5309	9	f	\N	2007-12-16 19:37:17.615364	f	t	t	t	t	2206	/libcache-mmap-perl	\N	\N	libcache-mmap-perl (0.09-4) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Damyan Ivanov ]  * [debian/watch] Use version mangling to force 3-digit minor version -- Damyan Ivanov <dmn at debian.org>  Wed, 07 Nov 2007 22:43:21 +0200	\N	22957
-5310	9	f	\N	2007-12-16 19:37:18.026652	f	t	t	t	t	2207	/libfile-next-perl	\N	\N	libfile-next-perl (1.00-2) UNRELEASED; urgency=low  [ Peter Makholm ]  * New maintainer: Debian Perl Group  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields (source stanza). -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 17 Oct 2007 17:57:26 +0200	\N	22962
-5718	9	f	\N	2007-12-16 19:44:05.420428	f	t	t	t	t	2615	/libauthen-simple-smb-perl	\N	\N	libauthen-simple-smb-perl (0.1-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:30 +0200	\N	24999
-5311	9	f	\N	2007-12-16 19:37:18.507196	f	t	t	t	t	2208	/libsvg-graph-perl	\N	\N	libsvg-graph-perl (0.01-2) UNRELEASED; urgency=low  [ David Paleino ]  * debian/control - Homepage pseudo-field updated  * debian/watch updated  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:02 +0200	\N	22967
-6570	5	f	\N	2007-12-16 20:07:57.232051	f	t	t	t	t	3460	/pokerth	\N	\N	pokerth (0.6~rc2+dfsg-1) UNRELEASED; urgency=low  * New upstream release candidate (Closes: #433390, #428449, #438741)  * Added a build-dependency on libboost-filesystem-dev  * Splitted data/* into a separate arch:all package  * removed duplicate VeraBd.ttf, depend on ttf-bitstream-vera  * Added Homepage field to debian/control  * Removed debian/patches/01-newgame_cancel.dpatch  * Bump to Standards-Version 3.7.3  * Added myself to uploaders  * Added a desktop file (Closes: #451566) -- Evgeni Golov <sargentd at die-welt.net>  Sun, 09 Dec 2007 11:48:00 +0100	\N	28985
-5312	9	f	\N	2007-12-16 19:37:18.943636	f	t	t	t	t	2209	/libnet-cups-perl	\N	\N	libnet-cups-perl (0.55-1) unstable; urgency=low  [ Gregor Herrmman ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields.  [ Martín Ferrari ]  * New upstream release.  * Added myself to uploaders.  * Added new examples from upstream.  * Loosened the versioned dependency on perl. -- Martín Ferrari <martin.ferrari at gmail.com>  Sun, 14 Oct 2007 22:52:37 -0300	\N	22972
-5719	9	f	\N	2007-12-16 19:44:05.898011	f	t	t	t	t	2616	/liblingua-preferred-perl	\N	\N	liblingua-preferred-perl (0.2.4-4) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Frank Lichtenheld ]  * debian/rules: Fix target dependencies to allow building with    dpkg-buildpackage -j. Found by Daniel Schepler. -- Frank Lichtenheld <djpig at debian.org>  Thu, 01 Nov 2007 16:37:04 +0100	\N	25004
-5313	9	f	\N	2007-12-16 19:37:19.387331	f	t	t	t	t	2210	/libnet-snpp-perl	\N	\N	libnet-snpp-perl (1.17-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:13 +0200	\N	22977
-6674	2	f	\N	2007-12-16 20:09:58.392179	f	t	t	t	t	3564	/kvpnc/trunk	\N	\N	kvpnc (0.8.9-2) UNRELEASED; urgency=low  * NOT RELEASED YET -- Mark Purcell <msp at debian.org>  Fri, 22 Jun 2007 10:04:53 +0100	\N	29472
-5720	9	f	\N	2007-12-16 19:44:11.443049	f	t	t	t	t	2617	/libjson-any-perl	\N	\N	libjson-any-perl (1.13-1) unstable; urgency=low  [ gregor herrmann ]  * New upstream release.  [ Damyan Ivanov ]  * Fix inter-target dependencies to allow parallel build -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 09 Nov 2007 16:56:43 +0100	\N	25009
-5314	9	f	\N	2007-12-16 19:37:19.820313	f	t	t	t	t	2211	/libnet-subnets-perl	\N	\N	libnet-subnets-perl (0.21-2) unstable; urgency=low  * Moved package into Pkg Perl Project SVN.  * Update Standards Version.  * Cleanup debian/rules.  * Fixed watch file.  * Fixed copyright and control file with a better URL.  * Fixed Maintainer field in control file. -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 23 Nov 2007 15:08:14 -0400	\N	22982
-5315	9	f	\N	2007-12-16 19:37:20.225911	f	t	t	t	t	2212	/libemail-mime-modifier-perl	\N	\N	libemail-mime-modifier-perl (1.442-2) unstable; urgency=low  [ Ernesto Hernández-Novich (USB) ]  * Fixed Maintainer field (Closes: #452483)  [ Damyan Ivanov ]  * Use author-independent upstream homepage in debian/copyright and    debian/control -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 23 Nov 2007 09:44:02 -0400	\N	22987
-5721	9	f	\N	2007-12-16 19:44:11.898515	f	t	t	t	t	2618	/libdanga-socket-perl	\N	\N	libdanga-socket-perl (1.57-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:25 +0200	\N	25014
-5316	9	f	\N	2007-12-16 19:37:25.682592	f	t	t	t	t	2213	/libtk-gbarr-perl	\N	\N	libtk-gbarr-perl (2.07-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:57 +0200	\N	22992
-5722	9	f	\N	2007-12-16 19:44:12.374867	f	t	t	t	t	2619	/libio-socket-multicast-perl	\N	\N	libio-socket-multicast-perl (1.05-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:53 +0200	\N	25019
-5317	9	f	\N	2007-12-16 19:37:26.122422	f	t	t	t	t	2214	/libpostscript-perl	\N	\N	libpostscript-perl (0.06-1) unstable; urgency=low  * Initial Release. -- David Paleino <d.paleino at gmail.com>  Sat, 17 Nov 2007 19:12:43 +0100	\N	22997
-6571	5	f	\N	2007-12-16 20:07:57.708413	f	t	t	t	t	3461	/glest	\N	\N	glest (2.0.0-3) UNRELEASED; urgency=low  [ Barry deFreese ]  * Add watch file  [ Siegfried-Angel Gevatter Pujals (RainCT) ]  * debian/control:     - Replace XS-Vcs-* with Vcs-*  * debian/glest.desktop:     - Update to the latest FD.o standards     - Add Catalan translation  [ Jon Dowland ]  * add Homepage: control field to source stanza  [ Eddy Petrișor ]  * removed Homepage: semi-field since the official one exists now -- Eddy Petrișor <eddy.petrisor at gmail.com>  Tue, 04 Dec 2007 03:52:05 +0200	- make the game big endian friendly (post started on glest\n  forum: http://www.glest.org/board2/viewtopic.php?t=1426)\n- change configuration.xml creation method: do not symlink to\n  the package one, but copy it and change it\n- glest.ini should not contain references to a specific font,\n  but should autodetect fonts present on the system and create\n  the ugly '-*-fixed-bold-r-normal--*-*-*-*-*-*-*-*' things\n  (BTW, why don't they just kill this retareded way of\n  specifying fonts?)\n- see what patches were added by other distros:\n   http://download.opensuse.org/distribution/SL-OSS-factory/inst-source/suse/src/\n   http://download.opensuse.org/distribution/10.2/repo/src-oss/suse/src/\n   http://cvs.fedoraproject.org/viewcvs/rpms/glest\n   http://cvs.fedoraproject.org/viewcvs/rpms/glest-data\n   http://rpms.mandrivaclub.com/rpms/mandriva/devel//cooker/x86_64/media/contrib/release/glest-2.0.0-2mdv2007.1.x86_64.html\n	28990
-5318	9	f	\N	2007-12-16 19:37:26.552155	f	t	t	t	t	2215	/libset-nestedgroups-perl	\N	\N	libset-nestedgroups-perl (0.01-2) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Damyan Ivanov ]  * [debian/watch] Stop capturing file extension -- Damyan Ivanov <dmn at debian.org>  Tue, 06 Nov 2007 11:01:24 +0200	\N	23002
-5723	9	f	\N	2007-12-16 19:44:12.807614	f	t	t	t	t	2620	/libsys-utmp-perl	\N	\N	libsys-utmp-perl (1.6-5) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Use dist-based URL in debian/watch.  * debian/rules:    - don't install empty /usr/share/perl5 directory    - use $(CURDIR) instead of `pwd`    - let install target depend on build target -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:06 +0200	\N	25024
-5319	9	f	\N	2007-12-16 19:37:27.015454	f	t	t	t	t	2216	/libperl-critic-perl	\N	\N	libperl-critic-perl (1.080-1) unstable; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Remove empty /usr/lib/perl5 directory.  * Move dh_clean before make distclean.  * Add libreadonly-perl to (build-)dependecies (only recommended, not    depended upon by libreadonly-xs-perl).  [ Damyan Ivanov ]  * New upstream release  * Fixed debian/watch to use search.cpan.org/dist/-based URL  * Remove unused dh_link from debian/rules  * Wrap long fields in debian/control  * Add libfile-homedir-perl, libfile-which-perl, perltidy,    libpod-spell-perl, libexception-class-perl and libreadonly-xs-perl to    (build-)dependencies  * Bump libppi-perl (build-)dependency to 1.201  * Add manpages-whatis.patch fixing whatis lintian warnings of 120 modules    Add quilt as a build-dependency  * debian/copyright:    + refreshed info, added two more copyright holders    + use direct search.cpan.org/dist/ URL as download location  * Add myself to Uploaders  * Add libtest-pod-perl and libtest-pod-coverage-perl to B-D-I -- Damyan Ivanov <dmn at debian.org>  Thu, 15 Nov 2007 21:30:16 +0200	\N	23007
-5724	9	f	\N	2007-12-16 19:44:13.256228	f	t	t	t	t	2621	/libparse-debian-packages-perl	\N	\N	libparse-debian-packages-perl (0.01-2) UNRELEASED; urgency=low  [ Frank Lichtenheld ]  * s/debian/Debian/ in Description  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:30 +0200	\N	25029
-5320	9	f	\N	2007-12-16 19:37:27.468352	f	t	t	t	t	2217	/libdate-manip-perl	\N	\N	libdate-manip-perl (5.48-1) unstable; urgency=low  [ gregor herrmann ]  * New upstream release.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * debian/watch: use dist-based URL.  * debian/rules: let -stamp targests only depend on other -stamp targets.  [ Damyan Ivanov ]  * Use both DESTDIR and PREFIX when calling $(MAKE) install  * Convert to quilt -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 30 Nov 2007 15:49:43 +0100	\N	23012
-6572	5	f	\N	2007-12-16 20:07:58.164979	f	t	t	t	t	3462	/openquartz-data	\N	\N	openquartz-data (2004.08.01-1) UNRELEASED; urgency=low  * Initial release.  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file. -- Gonéri Le Bouder <svnbuildstat at rulezlan.org>  Sun,  7 Jan 2007 19:09:06 +0100	\N	28995
-5321	9	f	\N	2007-12-16 19:37:28.035252	f	t	t	t	t	2218	/libaudio-mpd-perl	\N	\N	libaudio-mpd-perl (0.19.1-1) unstable; urgency=low  * New upstream release, incorporating my previous changes. -- Joey Hess <joeyh at debian.org>  Mon, 03 Dec 2007 16:58:20 -0500	\N	23017
-5725	9	f	\N	2007-12-16 19:44:13.666142	f	t	t	t	t	2622	/libio-compress-base-perl	\N	\N	libio-compress-base-perl (2.008-1) unstable; urgency=low  [ gregor herrmann ]  * New upstream release.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * debian/rules: move $(MAKE) test to build-stamp target, remove unused    dh_* calls.  [ Damyan Ivanov ]  * [debian/rules]    + Move build-stamp dependency from install to install-stamp    + Clean stamp files before distclean    + Drop unneeded dh_strip -- Damyan Ivanov <dmn at debian.org>  Tue, 13 Nov 2007 07:34:20 +0200	\N	25034
-5726	9	f	\N	2007-12-16 19:44:14.10679	f	t	t	t	t	2623	/libreadonly-perl	\N	\N	libreadonly-perl (1.03-1) unstable; urgency=low  * Initial release (Closes: #447685) -- Rene Mayorga <rmayorga at debian.org.sv>  Mon, 22 Oct 2007 20:42:47 -0600	\N	25039
-6573	5	f	\N	2007-12-16 20:07:58.61026	f	t	t	t	t	3463	/asc-music	\N	\N	asc-music (1.3-2) UNRELEASED; urgency=low  [ Eddy Petrișor ]  * fix Homepage semifield  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Jon Dowland ]  * Add Homepage: field to source control stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:39:02 +0000	\N	29000
-5322	9	f	\N	2007-12-16 19:37:28.482973	f	t	t	t	t	2219	/libtest-use-ok-perl	\N	\N	libtest-use-ok-perl (0.02-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:31 +0200	\N	23022
-5727	9	f	\N	2007-12-16 19:44:14.567615	f	t	t	t	t	2624	/libdate-leapyear-perl	\N	\N	libdate-leapyear-perl (1.71-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:54:50 +0100	\N	25044
-5323	9	f	\N	2007-12-16 19:37:28.90247	f	t	t	t	t	2220	/libtest-harness-perl	\N	\N	libtest-harness-perl (3.03-1) unstable; urgency=low  [ Martín Ferrari ]  * New upstream release.  * Added myself to uploaders.  [ Damyan Ivanov ]  * debian/rules    + move removing stamps before distclean -- Damyan Ivanov <dmn at debian.org>  Sat, 24 Nov 2007 23:37:50 +0200	* Drop Provides: libtap-parser-perl from libtest-harness-perl as soon as\n  libmail-box-perl (the only build-dependency) 2.078, depending on 3.0 is\n  uploaded.\n* Drop dummy libtap-perser-perl as soon as Lenny is out\n	23027
-6574	5	f	\N	2007-12-16 20:07:59.042994	f	t	t	t	t	3464	/excellent-bifurcation	\N	\N	excellent-bifurcation (0.0.20071015-1) unstable; urgency=low  * Initial release (Closes: #nnnn) -- Miriam Ruiz <little_miry at yahoo.es>  Tue, 23 Oct 2007 08:52:00 +0000	\N	29005
-5728	9	f	\N	2007-12-16 19:44:15.043447	f	t	t	t	t	2625	/libpdf-reuse-barcode-perl	\N	\N	libpdf-reuse-barcode-perl (0.05-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Use dist-based URL in debian/watch.  * debian/rules: don't install empty /usr/lib/perl5 directory. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:34 +0200	\N	25049
-5324	9	f	\N	2007-12-16 19:37:29.389372	f	t	t	t	t	2221	/libsys-hostname-long-perl	\N	\N	libsys-hostname-long-perl (1.4-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:05 +0200	\N	23032
-5325	9	f	\N	2007-12-16 19:37:29.834338	f	t	t	t	t	2222	/libperl6-form-perl	\N	\N	libperl6-form-perl (0.04-6) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:37 +0200	\N	23037
-5729	9	f	\N	2007-12-16 19:44:15.458248	f	t	t	t	t	2626	/libnews-nntpclient-perl	\N	\N	libnews-nntpclient-perl (0.37-8) UNRELEASED; urgency=low  * NEEDS WORK - Maintainer, watch, etc  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). -- Damyan Ivanov <dmn at debian.org>  Fri, 07 Dec 2007 13:52:33 +0200	\N	25054
-6575	5	f	\N	2007-12-16 20:07:59.482795	f	t	t	t	t	3465	/pixbros	\N	\N	pixbros (0.5-1) UNRELEASED; urgency=low  * Initial release (Closes: #428328)  [ Barry deFreese ]  * Add watch file  * Remove XS- from VCS fields in control -- Miriam Ruiz <little_miry at yahoo.es>  Tue, 05 Jun 2007 19:38:03 +0000	\N	29010
-5485	9	f	\N	2007-12-16 19:41:00.271946	f	t	t	t	t	2382	/libclass-data-accessor-perl	\N	\N	libclass-data-accessor-perl (0.04001-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:58 +0200	\N	23837
-6048	7	f	\N	2007-12-16 19:54:03.872503	f	t	t	t	t	2940	/nekohtml/nekohtml	\N	\N	nekohtml (0.9.5+dfsg-1.1) unstable; urgency=medium  * Non-maintainer upload.  * Add stubs for two missing XMLLocator methods; fixes FTBFS.    (Closes: #397697) -- Steinar H. Gunderson <sesse at debian.org>  Thu, 16 Nov 2006 00:02:27 +0100	\N	26516
-6059	7	f	\N	2007-12-16 19:54:08.983545	f	t	t	t	t	2951	/libgconf-java	\N	\N	libgconf-java (2.12.6-4) UNRELEASED; urgency=low  * Fixed typos in descriptions. Closes: #440582. -- Mark Howard <mh at debian.org>  Thu, 13 Dec 2007 18:18:16 +0000	\N	26569
-6576	5	f	\N	2007-12-16 20:07:59.945304	f	t	t	t	t	3466	/fenix-plugins	\N	\N	fenix-plugins (0.0.20070803-2) unstable; urgency=low  [ Cyril Brulebois ]  * Added libtool to “Build-Depends” since there were undefined macros    (Closes: #439471).  * Added myself to the “Uploaders”.  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:46:22 +0000	\N	29015
-5730	9	f	\N	2007-12-16 19:44:15.875751	f	t	t	t	t	2627	/libterm-readkey-perl	\N	\N	libterm-readkey-perl (2.30-4) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Set debhelper compatibility level to 5.  * Set Standards-Version to 3.7.2 (no changes needed).  * debian/rules:    - don't install empty /usr/share/perl5 directory    - use $(CURDIR) instead of `pwd`    - let install target depend on build target    - remove commented out dh_* calls -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:19 +0200	\N	25059
-5326	9	f	\N	2007-12-16 19:37:30.398212	f	t	t	t	t	2223	/libxml-sax-perl	\N	\N	libxml-sax-perl (0.16+dfsg-1) experimental; urgency=low  [ Niko Tyni ]  * New maintainer: Debian Perl Group    + leave Jay Bonci in the Uploaders field.  * Acknowledge NMUs. (Closes: #441473)  * Add support for SAX parser priorities.    + lower the XML::SAX::PurePerl priority so that it will not be the      default parser anymore if any others are available. (Closes: #430118)  * Move the /etc/perl/XML/SAX/ParserDetails.d directory under    /var/lib/libxml-sax-perl, since it's not really configuration data.  * Use ucf to manage local changes to /etc/perl/XML/SAX/ParserDetails.ini.  * Remove the pre-sarge preinst cleanup of /etc/XML and /etc/perl/SAX    introduced in 0.12-3.    + Now survives systems with a leftover symlink /etc/perl/XML -> .      (Closes: #240356)  * Point to the compressed file in XML::SAX::save_parsers(). (Closes: #332440)  * Recommend libxml-sax-expat-perl and explain this in the package    description. (Closes: #420687)  * Upgrade to debhelper compatibility level 5.  * Upgrade to Standards-Version 3.7.2. No changes needed.  * Don't install the upstream README file, there's no information in it.  * Update debian/copyright.  * Add explanations in the examples to clarify why they look like    stray maintainer scripts. (Closes: #295398)  * Various improvements in debian/rules.    + remove generated files in the 'clean' target.  * Update debian/watch.  * Move the examples under debian/, they are Debian-specific.  * Use quilt to manage debian/patches.    + charset-decoding: Fix charset decoding in the PurePerl module (#405186)    + parserdetails-debian: The Debian way of handling ParserDetails.ini    + skip-test-with-nonfree-file: skip tests in t/16large.t depending on      a non-free input file.  * Move update-perl-sax-parsers under debian/ in the source package, it's    Debian-specific.  * Remove an unused Debian modification: XML::SAX->load_parsers() doesn't    accept the '$file' argument anymore.  * README.Debian: add a pointer to the CPAN FAQ entry on uninstalling local    modules. Thanks to Streph Treadway <sbt at ginkwunk.net>. (Closes: #229178)  * Make update-perl-sax-parsers bail out with an informative error message    if there's a locally installed XML::SAX module breaking the installation.    (See #229178)  * Repackage the upstream tarball to remove the non-free    testfiles/xmltest.xml file. (Closes: #452872)  * Add the Homepage, Vcs-Svn and Vcs-Browser fields to debian/control.  * Upload to experimental for now because of the scope of the changes.    Test reports welcome, including 'it works for me'.  [ Damyan Ivanov ]  * Move $(QUILT_STAMPFN) dependency from build to build-stamp  * Add XS-DM-Upload-Allowed: yes to debian/control so Niko Tyni can exercise    his DM powers :) -- Niko Tyni <ntyni at iki.fi>  Tue, 27 Nov 2007 21:13:59 +0200	\N	23042
-6577	5	f	\N	2007-12-16 20:08:00.428259	f	t	t	t	t	3467	/boson-music	\N	\N	boson-music (0.13-3) unstable; urgency=low  [ Gonéri Le Bouder ]  * add an Enhances: boson  * Recommends boson instead of Suggests:  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:41:44 +0000	\N	29020
-5327	9	f	\N	2007-12-16 19:37:30.87885	f	t	t	t	t	2224	/libnet-ph-perl	\N	\N	libnet-ph-perl (2.21-6) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:08 +0200	\N	23047
-5731	9	f	\N	2007-12-16 19:44:16.474198	f	t	t	t	t	2628	/libmime-types-perl	\N	\N	libmime-types-perl (1.22-1) unstable; urgency=low  * New upstream release.  * Move '$(MAKE)' above '$(MAKE) test' in debian/rules. -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 16 Nov 2007 15:56:04 +0100	\N	25064
-5328	9	f	\N	2007-12-16 19:37:31.344787	f	t	t	t	t	2225	/libparams-classify-perl	\N	\N	libparams-classify-perl (0.005-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:27 +0200	\N	23052
-5732	9	f	\N	2007-12-16 19:44:16.950147	f	t	t	t	t	2629	/libpod-constants-perl	\N	\N	libpod-constants-perl (0.16-1) unstable; urgency=low  * Initial Release. Dependency of libwww-mechanize-shell-perl 0.46 -- Damyan Ivanov <dmn at debian.org>  Thu, 25 Oct 2007 08:54:05 +0300	\N	25069
-5329	9	f	\N	2007-12-16 19:37:31.822176	f	t	t	t	t	2226	/libcpan-distnameinfo-perl	\N	\N	libcpan-distnameinfo-perl (0.06-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:22 +0200	\N	23057
-6578	5	f	\N	2007-12-16 20:08:00.876815	f	t	t	t	t	3468	/supertux	\N	\N	supertux (0.3.0~dfsg-2) UNRELEASED; urgency=low  [ Alexander Schmehl ]  * NOT RELEASED YET  [ Jon Dowland ]  * update menu section to "Games/Action" for menu policy transition.    Thanks Linas Žvirblis.  [ Cyril Brulebois ]  * Added Vcs-Svn and Vcs-Browser fields in the control file.  * Dropped Gürkan Sengün from Uploaders since he doesn't want to package this    game anymore. Thanks for the initial effort.  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:43:13 +0000	\N	29025
-5733	9	f	\N	2007-12-16 19:44:17.399729	f	t	t	t	t	2630	/libmarc-record-perl	\N	\N	libmarc-record-perl (2.0.0-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:20 +0200	\N	25074
-5734	9	f	\N	2007-12-16 19:44:17.850974	f	t	t	t	t	2631	/libpod-spell-perl	\N	\N	libpod-spell-perl (1.01-1) unstable; urgency=low  * Initial release (Closes: #442764) -- Rene Mayorga <rmayorga at debian.org.sv>  Mon, 22 Oct 2007 08:30:19 -0600	\N	25079
-5330	9	f	\N	2007-12-16 19:37:32.302084	f	t	t	t	t	2227	/libnet-irc-perl	\N	\N	libnet-irc-perl (0.75-8) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Frank Lichtenheld ]  * debian/rules: Fix target dependencies to allow building with dpkg-    buildpackage -j. Found by Daniel Schepler. -- Frank Lichtenheld <djpig at debian.org>  Fri, 02 Nov 2007 09:03:34 +0100	\N	23062
-5735	9	f	\N	2007-12-16 19:44:18.288285	f	t	t	t	t	2632	/libmath-nocarry-perl	\N	\N	libmath-nocarry-perl (1.10-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:27 +0200	\N	25084
-5331	9	f	\N	2007-12-16 19:37:32.747703	f	t	t	t	t	2228	/libproc-invokeeditor-perl	\N	\N	libproc-invokeeditor-perl (0.02-4) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:15 +0100	\N	23067
-6579	5	f	\N	2007-12-16 20:08:01.342276	f	t	t	t	t	3469	/freedoom	\N	\N	freedoom (0.5-2) UNRELEASED; urgency=low  [ Jon Dowland ]  * implement a new binary-package "freedm"  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Jon Dowland ]  * move to quilt for patch management -- Jon Dowland <jon at alcopop.org>  Tue, 25 Sep 2007 15:31:39 +0100	\N	29030
-5736	9	f	\N	2007-12-16 19:44:18.719291	f	t	t	t	t	2633	/libthread-pool-simple-perl	\N	\N	libthread-pool-simple-perl (0.23-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:45 +0200	\N	25089
-5332	9	f	\N	2007-12-16 19:37:33.175552	f	t	t	t	t	2229	/libhtml-selector-xpath-perl	\N	\N	libhtml-selector-xpath-perl (0.03-1) unstable; urgency=low  [ gregor herrmann ]  * New upstream release.  * debian/rules:    - Make install-stamp depend on build-stamp.    - Remove some comments and blank lines.    - Remove commented out dh_installexamples.  * debian/control: add ${perl:Depends}, ${misc:Depends} to Depends.  [ Damyan Ivanov ]  * Don't install redundant README -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 17 Nov 2007 22:00:36 +0100	\N	23072
-5333	9	f	\N	2007-12-16 19:37:33.621016	f	t	t	t	t	2230	/libtemplate-plugin-textile2-perl	\N	\N	libtemplate-plugin-textile2-perl (1.21-4) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:13 +0200	\N	23077
-5737	9	f	\N	2007-12-16 19:44:19.157476	f	t	t	t	t	2634	/libio-interface-perl	\N	\N	libio-interface-perl (1.03-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:52 +0200	\N	25093
-6580	5	f	\N	2007-12-16 20:08:01.733384	f	t	t	t	t	3470	/game-servers-init	\N	\N	game-servers-init (1) unstable; urgency=low  * Initial release -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Fri,  1 Sep 2006 22:48:08 +0200	\N	29035
-5334	9	f	\N	2007-12-16 19:37:34.039675	f	t	t	t	t	2231	/libdata-optlist-perl	\N	\N	libdata-optlist-perl (0.103-1) unstable; urgency=low  * New upstream release.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Add libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep.  * debian/rules:    - Install upstream changelog.    - Remove unused dh_* calls.    - Move test to build target.    - Remove unused OPTIMIZE variable.    - Call dh_clean before make distclean.  * debian/copyright:    - Use generic upstream URL instead of versioned one.    - Update years of copyright according to README. -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 02 Nov 2007 17:31:42 +0100	\N	23082
-6581	5	f	\N	2007-12-16 20:08:02.154043	f	t	t	t	t	3471	/game-package	\N	\N	games-package (16) unstable; urgency=low  * side-work to develop something for quake3  * renamed to games-package  * quake3-data support -- Jon Dowland <jon at alcopop.org>  Sun, 18 Mar 2007 17:33:01 +0000	TODO:\n\n\t* remove bashisms so we can use #!/bin/sh\n\t* support {doom,tnt,plutonia}.wad\n\t* ensure the doom2.wad is not +x (chmod)\n\t* generalize for non-doom games\n\t\t* a more suitable name?\n\t\t* show a licence where necessary\n\t\n\t\t\t\t\t Jon Dowland <jon at alcopop.org>\n\t\t\t\t       Sun, 01 Oct 2006 17:01:02 +0100\n	29037
-5738	9	f	\N	2007-12-16 19:44:19.622489	f	t	t	t	t	2635	/libpod-simple-perl	\N	\N	libpod-simple-perl (3.05-1) unstable; urgency=low    [ Gregor Herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch.  [ Rene Mayorga ]   * New upstream release  * Move debhelper to Build-Depends instead B-D-I  * Bump Standard version to 3.7.2     + Set compat level to 5  * Add ${misc:Depends} to Depends  * debian/rules     + use $(PERL) instead perl     + add build/install-stamp targets      + Move 'build' and 'test' to build target     + de-ignoring output from make clean     + remove un-used dh_* calls     + remove un-useful README from debian package  * debian/copyright     + refresh copyright info     + Add copyright info for the Debian Packaging -- Rene Mayorga <rmayorga at debian.org.sv>  Wed, 05 Dec 2007 14:02:27 -0600	\N	25098
-5218	3	f	\N	2007-12-16 19:33:28.235436	f	t	t	t	t	2115	/epylog/trunk	\N	\N	epylog (1.0.3-6) unstable; urgency=low  * Add 03_check_binary_in_crontab patch to check if    binary exists before running epylof in crontab    (Closes: #435992). -- Julien Louis <ptitlouis at sysif.net>  Sun, 05 Aug 2007 10:19:43 +0200	\N	22507
-6582	5	f	\N	2007-12-16 20:08:02.599076	f	t	t	t	t	3472	/barrage	\N	\N	barrage (1.0.2-2) UNRELEASED; urgency=low  [ Gonéri Le Bouder ]  * Standards-Version: 3.7.2  * copright file:   - update Debian Games Team home URL   - change name from pkg-games to Debian Games Team   - add the year 2003 in the copyright line  * if nostrip is set in DEB_BUILD_OPTIONS it's useless to do:    INSTALL_PROGRAM += -s since dh_strip already do the job  * adds build depends on binutils (>= 2.14.90.0.7), according to dh_strip    manpage  [ Eddy Petrișor ]  * Fix Homepage semi URL  [ Jon Dowland ]  * update menu section to "Games/Action" for menu transition    (thanks Linas Žvirblis)  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Barry deFreese ]  * Fix make clean lintian warning  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:42:04 +0000	\N	29041
-5219	3	f	\N	2007-12-16 19:33:28.678669	f	t	t	t	t	2116	/zim/trunk	\N	\N	zim (0.23-1) unstable; urgency=low  * New upstream version. Closes: #452999    * Now handles symlinks properly. Closes: #446870  * Add myself to Uploaders.  * Updated dependencies to match new requirements: libfile-basedir-perl     (>= 0.03), libfile-desktopentry-perl (>= 0.04)  * Add Vcs-Svn and Vcs-Browser fields to document the SVN repository now used    to co-maintain the package.  * Add an Homepage field pointing to the upstream website.  * Moved libmodule-build-perl to Build-Depends-Indep as it's needed for the    clean target.  * Fix some bad permissions detected by lintian.  * Updated debian/menu file to conform to the new menu policy and added an    icon. -- Raphael Hertzog <hertzog at debian.org>  Sat, 01 Dec 2007 20:50:34 +0100	\N	22512
-5739	9	f	\N	2007-12-16 19:44:20.096797	f	t	t	t	t	2636	/libmath-numbercruncher-perl	\N	\N	libmath-numbercruncher-perl (5.00-8) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:27 +0200	\N	25103
-5220	3	f	\N	2007-12-16 19:33:29.0245	f	t	t	t	t	2117	/rpld/trunk	\N	\N	rpld (1.8beta1-8) unstable; urgency=low  * Use local cdbs snippet for invoking dh-buildinfo.  * Raise to standards version 3.6.2 (no changes needed).  * Use cdbs debian/control auto-build, but only when environment    includes DEB_BUILD_OPTIONS=update.  * Auto-update build-dependencies (and manually rip out build-essential    buggily sneaking in).  * Use newer version watch file to apply regex to version matching. -- Jonas Smedegaard <dr at jones.dk>  Wed, 13 Jul 2005 14:50:44 +0200	\N	22517
-5740	9	f	\N	2007-12-16 19:44:20.514363	f	t	t	t	t	2637	/libtemplate-plugin-class-perl	\N	\N	libtemplate-plugin-class-perl (0.13-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:12 +0200	\N	25108
-5221	3	f	\N	2007-12-16 19:33:29.392087	f	t	t	t	t	2118	/libconvert-tnef-perl/trunk	\N	\N	libconvert-tnef-perl (0.17-6) UNRELEASED; urgency=low  * Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.  * Move Homepage to own field (from pseudo-field in long description). -- Jonas Smedegaard <dr at jones.dk>  Sat, 29 Sep 2007 12:21:40 +0200	\N	22519
-6049	7	f	\N	2007-12-16 19:54:04.366127	f	t	t	t	t	2941	/eclipse-gef	\N	\N	eclipse-gef (3.2.1-1) feisty; urgency=low  * Updated to new upstream 3.2.1  * Recreated rules to be similar to Fedora  * Splitted to several packages -- Vladimír Lapáček <vladimir.lapacek at gmail.com>  Fri, 13 Apr 2007 22:16:54 +0200	\N	26521
-5222	3	f	\N	2007-12-16 19:33:29.791067	f	t	t	t	t	2119	/burgerspace/trunk	\N	\N	burgerspace (1.8.1-5) unstable; urgency=medium  * Rebuild now that libflatzebra is in testing (closes: #450470)  * Remove X-RedHat-Base from the .desktop file (fix lintian warning)  * Bump Standards-Version to 3.7.3 (no changes) -- Francois Marier <francois at debian.org>  Thu, 06 Dec 2007 12:48:34 +1300	\N	22523
-5741	9	f	\N	2007-12-16 19:44:21.007519	f	t	t	t	t	2638	/libpdf-create-perl	\N	\N	libpdf-create-perl (0.06.1b-6) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields.  * debian/rules: Remove empty /usr/lib/perl5 directory.  * Move sample* to /usr/share/doc/libpdf-create-perl/examples/.  * debian/watch: Remove commented lines. -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 05 Nov 2007 20:43:34 +0100	\N	25113
-5335	9	f	\N	2007-12-16 19:37:34.576373	f	t	t	t	t	2232	/libi18n-charset-perl	\N	\N	libi18n-charset-perl (1.385-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:45 +0200	\N	23087
-5336	9	f	\N	2007-12-16 19:37:35.031517	f	t	t	t	t	2233	/libdbd-sqlite2-perl	\N	\N	libdbd-sqlite2-perl (2:0.33-8) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:50 +0200	\N	23092
-5742	9	f	\N	2007-12-16 19:44:21.449821	f	t	t	t	t	2639	/libimage-exif-perl	\N	\N	libimage-exif-perl (1.00.3-4) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Frank Lichtenheld ]  * debian/rules: leave nostrip support to dh_strip -- Frank Lichtenheld <djpig at debian.org>  Fri, 02 Nov 2007 13:30:14 +0100	\N	25118
-5337	9	f	\N	2007-12-16 19:37:35.439636	f	t	t	t	t	2234	/libemail-address-perl	\N	\N	libemail-address-perl (1.888-2) unstable; urgency=low  [ Ernesto Hernández-Novich (USB) ]  * Cleanup debian/rules.  * Moved package into Debian Pkg Perl Project SVN.  * Fixed watch file.  * Added Build-Depends-Indep on libtest-pod-perl and libtest-pod-    coverage-perl.  * Fixed copyright file with a better URL.  * Fixed Maintainer field in control file.  [ Damyan Ivanov ]  * Remove debian/docs as:    - README copies the manpage and is thus redundant    - Changes is installed via dh_installchangelogs already    - bench moved to debian/rules' dh_installdocs  * Use author-neutral URLs in debian/copyright and debian/control's Homepage -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 23 Nov 2007 09:52:14 -0400	\N	23097
-5743	9	f	\N	2007-12-16 19:44:21.931468	f	t	t	t	t	2640	/libmro-compat-perl	\N	\N	libmro-compat-perl (0.05-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:47 +0200	\N	25123
-5338	9	f	\N	2007-12-16 19:37:35.929833	f	t	t	t	t	2235	/libconfig-auto-perl	\N	\N	libconfig-auto-perl (0.20-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:16 +0200	\N	23102
-5339	9	f	\N	2007-12-16 19:37:36.35776	f	t	t	t	t	2236	/libperl6-junction-perl	\N	\N	libperl6-junction-perl (1.30000-2) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Damyan Ivanov ]  * [debian/watch] Stop capturing file extension -- Damyan Ivanov <dmn at debian.org>  Tue, 06 Nov 2007 11:01:24 +0200	\N	23107
-5744	9	f	\N	2007-12-16 19:44:22.413326	f	t	t	t	t	2641	/libterm-readline-gnu-perl	\N	\N	libterm-readline-gnu-perl (1.16-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:20 +0200	\N	25128
-5340	9	f	\N	2007-12-16 19:37:36.780301	f	t	t	t	t	2237	/libtest-object-perl	\N	\N	libtest-object-perl (0.07-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Use dist-based URL in debian/watch.  * debian/rules:    - don't install empty /usr/lib/perl5 directory    - remove unneeded calls to dh_link and dh_installexamples -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:27 +0200	\N	23112
-5745	9	f	\N	2007-12-16 19:44:22.87651	f	t	t	t	t	2642	/libproc-background-perl	\N	\N	libproc-background-perl (1.08-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:44 +0200	\N	25133
-5341	9	f	\N	2007-12-16 19:37:37.226198	f	t	t	t	t	2238	/libemail-localdelivery-perl	\N	\N	libemail-localdelivery-perl (0.217-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:09 +0200	\N	23117
-5746	9	f	\N	2007-12-16 19:44:23.300604	f	t	t	t	t	2643	/libmodule-signature-perl	\N	\N	libmodule-signature-perl (0.55-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:43 +0200	\N	25138
-5342	9	f	\N	2007-12-16 19:37:37.615823	f	t	t	t	t	2239	/libemail-send-io-perl	\N	\N	libemail-send-io-perl (2.200-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:10 +0200	\N	23122
-5343	9	f	\N	2007-12-16 19:37:38.023903	f	t	t	t	t	2240	/libauthen-sasl-cyrus-perl	\N	\N	libauthen-sasl-cyrus-perl (0.13-server-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:20 +0200	\N	23127
-5747	9	f	\N	2007-12-16 19:44:23.756851	f	t	t	t	t	2644	/libxml-smart-perl	\N	\N	libxml-smart-perl (1.6.9-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:44 +0100	\N	25143
-5344	9	f	\N	2007-12-16 19:37:38.455118	f	t	t	t	t	2241	/libxml-namespacesupport-perl	\N	\N	libxml-namespacesupport-perl (1.09-4) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:27 +0200	\N	23132
-5345	9	f	\N	2007-12-16 19:37:43.82476	f	t	t	t	t	2242	/liblinux-lvm-perl	\N	\N	liblinux-lvm-perl (0.13-1) unstable; urgency=low  * Initial Release.  (closes: #447302). -- Jeremiah C. Foster <jeremiah at jeremiahfoster.com>  Mon, 29 Oct 2007 16:44:36 +0100	\N	23137
-6050	7	f	\N	2007-12-16 19:54:04.798356	f	t	t	t	t	2942	/jtidy	\N	\N	jtidy (7+svn20070309-1) unstable; urgency=low  * Initial release. (Closes: #413526) -- Paul Cager <paul-debian at home.paulcager.org>  Fri,  9 Mar 2007 23:57:22 +0000	\N	26526
-5346	9	f	\N	2007-12-16 19:37:44.258951	f	t	t	t	t	2243	/libcache-simple-timedexpiry-perl	\N	\N	libcache-simple-timedexpiry-perl (0.27-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:41 +0200	\N	23142
-5748	9	f	\N	2007-12-16 19:44:24.187613	f	t	t	t	t	2645	/libmarc-lint-perl	\N	\N	libmarc-lint-perl (1.43-1) unstable; urgency=low  [ gregor herrmann ]  * New upstream release.  * Bump (build) dependency on libbusiness-isbn-perl to (>= 2.03).  * Remove business-isbn.patch, not needed anymore.  * Add upstream URL to debian/copyright and as Homepage to debian/control.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza). Removed: XS-Vcs-Svn fields.  [ Damyan Ivanov ]  * Clean up debian/watch, remove uupdate invocation as we use svn-*  * Migrate from CDBS to DH  * Add 01_fix-man-name.patch to fix CodeData whatis entry  * Drop cdbs and patchutils from Build-Depends  * Add myself as an Uploader -- Damyan Ivanov <dmn at debian.org>  Fri, 12 Oct 2007 07:44:23 +0300	\N	25148
-5347	9	f	\N	2007-12-16 19:37:44.710311	f	t	t	t	t	2244	/libpdf-table-perl	\N	\N	libpdf-table-perl (0.9.3-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:35 +0200	\N	23147
-5749	9	f	\N	2007-12-16 19:44:24.785807	f	t	t	t	t	2646	/libparse-syslog-perl	\N	\N	libparse-syslog-perl (1.09-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:31 +0200	\N	25153
-5348	9	f	\N	2007-12-16 19:37:45.136812	f	t	t	t	t	2245	/libdevel-repl-perl	\N	\N	libdevel-repl-perl (1.001000-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:58 +0200	\N	23152
-5349	9	f	\N	2007-12-16 19:37:45.56435	f	t	t	t	t	2246	/libcache-cache-perl	\N	\N	libcache-cache-perl (1.05-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:39 +0200	\N	23157
-5750	9	f	\N	2007-12-16 19:44:25.311917	f	t	t	t	t	2647	/libwwwbrowser-perl	\N	\N	libwwwbrowser-perl (2.23-1) unstable; urgency=low  [ Carlo Segre ]  * Initial Release.    [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza). Removed: XS-Vcs-Svn fields (source stanza). -- Carlo Segre <segre at debian.org>  Fri, 05 Oct 2007 02:05:19 -0500	\N	25158
-5077	3	f	\N	2007-12-16 19:30:58.801314	f	t	t	t	t	1975	/euler/trunk	\N	\N	euler (1.61.0-5) UNRELEASED; urgency=low  * NOT RELEASED YET -- Frank S. Thomas <fst at debian.org>  Fri, 07 Dec 2007 01:56:09 +0100	\N	21857
-5078	3	f	\N	2007-12-16 19:30:59.146014	f	t	t	t	t	1976	/newt/trunk	\N	\N	newt (0.52.2-5) UNRELEASED; urgency=low  * Set priority: standard rather than required, to match overrides. -- Alastair McKinstry <mckinstry at debian.org>  Tue, 25 Apr 2006 22:09:53 +0100	- Figure out #192767 -- why is libnewt0.51 not being included in the\ndependencies for whiptail on !i386?\n\nFor the moment this is hard-coded to allow builds to happen.\n\n\t- Alastair, 2003-05-12\n	21862
-5350	9	f	\N	2007-12-16 19:37:50.970188	f	t	t	t	t	2247	/libclass-accessor-perl	\N	\N	libclass-accessor-perl (0.31-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:57 +0200	\N	23162
-5751	9	f	\N	2007-12-16 19:44:25.775907	f	t	t	t	t	2648	/libalias-perl	\N	\N	libalias-perl (2.32-9) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Don't install empty /usr/share/perl5 directory.  * Set Standards-Version to 3.7.2 (no changes needed).  * Set debhelper compatibility level to 5. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:12 +0200	\N	25163
-5486	9	f	\N	2007-12-16 19:41:00.710517	f	t	t	t	t	2383	/libdevel-ebug-perl	\N	\N	libdevel-ebug-perl (0.48-3) UNRELEASED; urgency=low  * Don't install empty /usr/lib/perl5 directory. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 02 Dec 2007 00:22:42 +0100	\N	23842
-6072	7	f	\N	2007-12-16 19:54:20.153333	f	t	t	t	t	2964	/libjgoodies-animation-java	\N	\N	libjgoodies-animation-java (1.2.0-4) unstable; urgency=low  * Move the package to pkg-java svn.  * Set Maintainer to Debian Java Maintainers and add myself to Uploaders. -- Varun Hiremath <varunhiremath at gmail.com>  Mon, 15 Oct 2007 13:50:03 +0530	\N	26628
-5351	9	f	\N	2007-12-16 19:37:51.487262	f	t	t	t	t	2248	/libend-perl	\N	\N	libend-perl (1.2-6) unstable; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Fix watch file (closes: #450100).  * debian/rules:    - Don't install empty /usr/lib/perl5 directory.    - Let install target depend on build target.    - Use $(CURDIR) instead of `pwd`.  * Use dist-based URL in debian/watch.  [ Damyan Ivanov ]  * debian/control    + slight rewording and re-wrapping    + bump standards-version to 3.7.3 (no changes)    + add myself to Uploaders  * debian/rules    + add install-stamp target and make install depend on it, instead of build    + split PREFIX to DESTDIR and PREFIX    + drop unneeded dh_shlibdeps    + drop unneeded OPTIMIZE setting    + drop --destdir argument to dh_builddeb  * Bump debhelper compat level to 5 -- Damyan Ivanov <dmn at debian.org>  Tue, 11 Dec 2007 16:16:21 +0200	\N	23167
-5352	9	f	\N	2007-12-16 19:37:57.545364	f	t	t	t	t	2249	/libdatetime-astro-sunrise-perl	\N	\N	libdatetime-astro-sunrise-perl (0.01.01-3) UNRELEASED; urgency=low  * Use dist-based URL in debian/watch.  * Don't install empty /usr/lib/perl5 directory. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 23:33:34 +0100	\N	23172
-5752	9	f	\N	2007-12-16 19:44:26.188654	f	t	t	t	t	2649	/libhtml-format-perl	\N	\N	libhtml-format-perl (2.04-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:54:55 +0100	\N	25168
-5353	9	f	\N	2007-12-16 19:37:57.973837	f	t	t	t	t	2250	/libxml-sax-expat-perl	\N	\N	libxml-sax-expat-perl (0.39-1) unstable; urgency=low  [ David Paleino ]  * New upstream release  * debian/control:    - added myself to Uploaders    - bumping Standards-Version to 3.7.3    - debhelper dependency moved to Build-Depdends instead of B-D-Indep    - removed some unnecessary fields from the binary stanza    - wrapped *Depends fields  * debian/rules:    - don't ignore the return value of $(MAKE) clean    - some minor fixes  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- David Paleino <d.paleino at gmail.com>  Sun, 16 Dec 2007 13:07:03 +0100	\N	23177
-5753	9	f	\N	2007-12-16 19:44:26.630819	f	t	t	t	t	2650	/libtest-pod-perl	\N	\N	libtest-pod-perl (1.26-1) unstable; urgency=low    [ Gregor Herrmann ]    * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch.  [ Rene Mayorga ]  * New upstream release  * debian/copyright    + refresh copyright info    + Add copyright info for the Debian Packaging  * debian/control    + Bump Standards-Version to 3.7.2      + raise debhelper version      + change compat to 5    + Move debhelper to Build-Depends    + Wrap Build-Depends-Indep    + add ${misc:Depends} -- Rene Mayorga <rmayorga at debian.org.sv>  Sat, 01 Dec 2007 18:57:18 -0600	\N	25173
-5354	9	f	\N	2007-12-16 19:37:58.388543	f	t	t	t	t	2251	/libauthen-simple-dbm-perl	\N	\N	libauthen-simple-dbm-perl (0.2-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:23 +0200	\N	23182
-5355	9	f	\N	2007-12-16 19:37:58.770256	f	t	t	t	t	2252	/libterm-shell-perl	\N	\N	libterm-shell-perl (0.02-3) UNRELEASED; urgency=low  * Add watch file  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * debian/rules: don't install empty /usr/lib/perl5 directory. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:22 +0200	\N	23187
-5754	9	f	\N	2007-12-16 19:44:27.173321	f	t	t	t	t	2651	/libfile-touch-perl	\N	\N	libfile-touch-perl (0.02-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:26 +0200	\N	25178
-5356	9	f	\N	2007-12-16 19:37:59.349803	f	t	t	t	t	2253	/libtext-csv-perl	\N	\N	libtext-csv-perl (0.32-1) unstable; urgency=low  [ gregor herrmann ]  * New upstream release.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Damyan Ivanov ]  * Add upstream URL to debian/copyrithg  * Move test suite from binary-arch to build target  * Add OPTIMIZE="..." to $(MAKE) invocation; CFLAGS depend on    DEB_BUILD_OPTIONS -- Damyan Ivanov <dmn at debian.org>  Thu, 25 Oct 2007 23:01:18 +0300	\N	23192
-5755	9	f	\N	2007-12-16 19:44:27.582431	f	t	t	t	t	2652	/libcarp-clan-perl	\N	\N	libcarp-clan-perl (5.9-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:43 +0200	\N	25183
-5357	9	f	\N	2007-12-16 19:37:59.796712	f	t	t	t	t	2254	/libxml-sax-machines-perl	\N	\N	libxml-sax-machines-perl (0.41-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:44 +0100	\N	23197
-6236	11	f	\N	2007-12-16 19:59:35.176953	f	t	t	t	t	3127	/scapy/trunk	\N	\N	scapy (1.1.1-4) UNRELEASED; urgency=low  * Vcs-Svn, Vcs-Browser and Homepage fields added -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:25 +0200	\N	27382
-5358	9	f	\N	2007-12-16 19:38:00.24214	f	t	t	t	t	2255	/libgeo-ipfree-perl	\N	\N	libgeo-ipfree-perl (0.2-6) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:36 +0200	\N	23202
-5756	9	f	\N	2007-12-16 19:44:28.166334	f	t	t	t	t	2653	/libnet-imap-simple-perl	\N	\N	libnet-imap-simple-perl (1.17-3) UNRELEASED; urgency=low  * Split out the changes from -2 in a separate patch; add quilt to    debian/control and adapt debian/rules accordingly.  * debian/rules: remove unneeded compiler flags; move dh_clean before    $(MAKE) distclean; remove unneeded dh_link call.  * debian/watch: use dist-based URL. -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 30 Nov 2007 18:17:21 +0100	\N	25188
-5359	9	f	\N	2007-12-16 19:38:06.381422	f	t	t	t	t	2256	/libcarp-assert-more-perl	\N	\N	libcarp-assert-more-perl (1.12-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:42 +0200	\N	23207
-5757	9	f	\N	2007-12-16 19:44:33.579685	f	t	t	t	t	2654	/libbarcode-code128-perl	\N	\N	libbarcode-code128-perl (2.01-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:33 +0200	\N	25193
-5360	9	f	\N	2007-12-16 19:38:11.994997	f	t	t	t	t	2257	/libwww-mechanize-formfiller-perl	\N	\N	libwww-mechanize-formfiller-perl (0.08-1) unstable; urgency=low  * New upstream release    Contains no code changes  * Require at least 0.05 of libdata-random-perl  * Use narrower upstream source location  * Add myself to Uploaders  * Clean up debian/rules    + Drop unused dh_link    + Drop unused OPTIMIZE="…" setting    + Move test suitr from install to build target    + Remove stamps before distclean -- Damyan Ivanov <dmn at debian.org>  Thu, 11 Oct 2007 10:32:25 +0300	\N	23212
-6237	11	f	\N	2007-12-16 19:59:35.707883	f	t	t	t	t	3128	/hachoir-regex/trunk	\N	\N	hachoir-regex (1.0.2-2) UNRELEASED; urgency=low  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Fri, 21 Sep 2007 21:38:02 +0200	\N	27387
-5361	9	f	\N	2007-12-16 19:38:12.438892	f	t	t	t	t	2258	/libauthen-krb5-perl	\N	\N	libauthen-krb5-perl (1.6-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:18 +0200	\N	23217
-5758	9	f	\N	2007-12-16 19:44:34.068186	f	t	t	t	t	2655	/libxml-checker-perl	\N	\N	libxml-checker-perl (0.13-5) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:29 +0100	\N	25198
-6238	11	f	\N	2007-12-16 19:59:36.173348	f	t	t	t	t	3129	/mod-wsgi/trunk	\N	\N	mod-wsgi (1.3-2) UNRELEASED; urgency=low  * NOT RELEASED YET -- Bernd Zeimetz <bernd at bzed.de>  Sat, 17 Nov 2007 19:07:04 +0100	\N	27392
-6239	11	f	\N	2007-12-16 19:59:36.79375	f	t	t	t	t	3130	/scipy/trunk	\N	\N	python-scipy (0.6.0-5) unstable; urgency=low  * DM-Upload-Allowed changed to XS-DM-Upload-Allowed   * standards-version made uptodate (3.7.3)  * don't create an empty dir usr/share/doc/python-scipy/weave/ -- Ondrej Certik <ondrej at certik.cz>  Tue, 04 Dec 2007 22:27:48 +0100	\N	27397
-5362	9	f	\N	2007-12-16 19:38:12.873735	f	t	t	t	t	2259	/libauthen-captcha-perl	\N	\N	libauthen-captcha-perl (1.023-4) unstable; urgency=low  * Really add README.Debian-source -- Damyan Ivanov <dmn at debian.org>  Wed, 28 Nov 2007 18:21:46 +0200	\N	23222
-5759	9	f	\N	2007-12-16 19:44:34.482023	f	t	t	t	t	2656	/libtest-without-module-perl	\N	\N	libtest-without-module-perl (0.15-1) unstable; urgency=low  * Initial Release. -- David Paleino <d.paleino at gmail.com>  Mon, 22 Oct 2007 12:21:20 +0300	\N	25203
-5363	9	f	\N	2007-12-16 19:38:13.305651	f	t	t	t	t	2260	/libxml-regexp-perl	\N	\N	libxml-regexp-perl (0.03-8) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:42 +0100	\N	23227
-6240	11	f	\N	2007-12-16 19:59:37.383674	f	t	t	t	t	3131	/pyzenity/trunk	\N	\N	pyzenity (0.1.4-1) unstable; urgency=low  * Initial release (Closes: #452997)  * patches/fix_setup_py.patch:     - set correct version number and license (MIT) in setup.py file       (release notes on http://www.brianramos.com/?page_id=4 confirm       that PyZenity is released under the MIT License, and not BSD) -- Siegfried-Angel Gevatter Pujals (RainCT) <sgevatter at ubuntu.cat>  Mon, 26 Nov 2007 17:19:58 +0100	\N	27402
-5364	9	f	\N	2007-12-16 19:38:33.750201	f	t	t	t	t	2261	/libfile-sync-perl	\N	\N	libfile-sync-perl (0.09-5) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * debian/rules:    - don't install empty /usr/share/perl5 directory    - let all -stamp targets depend on other -stamp targets only  * Convert copyright to UTF-8.  * Set debhelper compatibility level to 5.  * Set Standards-Version to 3.7.2 (no changes needed). -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:25 +0200	\N	23232
-5760	9	f	\N	2007-12-16 19:44:34.89435	f	t	t	t	t	2657	/libxml-filter-detectws-perl	\N	\N	libxml-filter-detectws-perl (0.01-7) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:32 +0100	\N	25208
-5365	9	f	\N	2007-12-16 19:38:44.174895	f	t	t	t	t	2262	/libnet-easytcp-perl	\N	\N	libnet-easytcp-perl (0.26-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:58 +0200	\N	23237
-6241	11	f	\N	2007-12-16 19:59:37.871354	f	t	t	t	t	3132	/python-axiom/trunk	\N	\N	python-axiom (0.5.26-1) unstable; urgency=low  [ Tristan Seligmann ]  * New upstream version.  [ Piotr Ożarowski ]  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Tristan Seligmann <mithrandi at mithrandi.za.net>  Sat, 10 Nov 2007 00:15:31 +0200	- run unit tests at build time\n	27407
-5761	9	f	\N	2007-12-16 19:44:35.323932	f	t	t	t	t	2658	/libterm-slang-perl	\N	\N	libterm-slang-perl (0.07-12) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Use dist-based URL in debian/watch.  * Set debhelper compatibility level to 5.  * debian/rules:    - don't install empty /usr/share/perl5 directory    - remove unneeded call to dh_link -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:23 +0200	\N	25213
-5366	9	f	\N	2007-12-16 19:38:44.618442	f	t	t	t	t	2263	/libnet-z3950-zoom-perl	\N	\N	libnet-z3950-zoom-perl (1.21-1) UNRELEASED; urgency=low  * New upstream release  * Update Version-Standards to 3.7.3 (no change needed) -- Vincent Danjean <vdanjean at debian.org>  Fri, 07 Dec 2007 02:53:50 +0100	\N	23242
-5487	9	f	\N	2007-12-16 19:41:01.154242	f	t	t	t	t	2384	/libmarc-xml-perl	\N	\N	libmarc-xml-perl (0.87-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:21 +0200	\N	23847
-5762	9	f	\N	2007-12-16 19:44:35.757347	f	t	t	t	t	2659	/libscope-guard-perl	\N	\N	libscope-guard-perl (0.03-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:50 +0200	\N	25218
-6242	11	f	\N	2007-12-16 19:59:38.365075	f	t	t	t	t	3133	/python-selecting/trunk	\N	\N	python-selecting (0.92-4) UNRELEASED; urgency=low  * Added Vcs-Svn and Vcs-Browser fields -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:17 +0200	\N	27412
-5367	9	f	\N	2007-12-16 19:38:45.069904	f	t	t	t	t	2264	/libarray-compare-perl	\N	\N	libarray-compare-perl (1.14-1) unstable; urgency=low  [ gregor herrmann ]  * New upstream release.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch.  * debian/copyright: update with recent information from README.  * Set debhelper compatibility level to 5.  * Set Standards-Version to 3.7.3 (no changes needed).  * debian/rules:    - don't install .packlist file    - don't ignore errors of make clean    - move tests and actual building to build target    - use PREFIX and DESTDIR in install target    - explicitly remove empty /usr/lib/perl5 directory    - exchange binary-indep and binary-arch    - use dh_listpackages instead of pwd/sed to get package name    - introduce build-stamp and install-stamp and inter-target dependencies    - remove unneeded calls to dh_link, dh_strip, dh_installexamples    - use $(PERL) instead of perl  * debian/control:    - move debhelper to Build-Depends-Indep    - remove libmodule-build-perl and add libtest-pod-coverage-perl to      Build-Depends-Indep  [ Damyan Ivanov ]  * Use Build.PL    + Add libmodule-build-perl to build-depends    + Stop removing (now not installed) /usr/lib/perl5    + Add final backslash to download url in debian/copyright  * Drop unneeded dh_installman call  * Add myself to Uploaders -- Damyan Ivanov <dmn at debian.org>  Mon, 10 Dec 2007 11:31:06 +0200	\N	23247
-5763	9	f	\N	2007-12-16 19:44:36.210573	f	t	t	t	t	2660	/liblog-agent-rotate-perl	\N	\N	liblog-agent-rotate-perl (0.104-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:07 +0100	\N	25223
-6243	11	f	\N	2007-12-16 19:59:38.824806	f	t	t	t	t	3134	/wareweb/trunk	\N	\N	wareweb (0.3-1) UNRELEASED; urgency=low  [ Piotr Ożarowski ]  * Initial release (closes: #388490)  [ Sandro Tosi ]  * debian/watch    - url now points to pypi instead of cheeseshop  * debian/control    - Homepage in the source stanza and not in package description -- Sandro Tosi <matrixhasu at gmail.com>  Sun, 25 Nov 2007 23:45:31 +0100	\N	27417
-5368	9	f	\N	2007-12-16 19:38:50.502114	f	t	t	t	t	2265	/libgd-securityimage-perl	\N	\N	libgd-securityimage-perl (1.64-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:35 +0200	\N	23252
-5764	9	f	\N	2007-12-16 19:44:36.623818	f	t	t	t	t	2661	/libdata-types-perl	\N	\N	libdata-types-perl (0.06-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:35 +0200	\N	25228
-5369	9	f	\N	2007-12-16 19:38:50.952262	f	t	t	t	t	2266	/libfreezethaw-perl	\N	\N	libfreezethaw-perl (0.43-4) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:34 +0200	\N	23257
-6244	11	f	\N	2007-12-16 19:59:39.28633	f	t	t	t	t	3135	/python-gdata/trunk	\N	\N	python-gdata (1.0.9-1) unstable; urgency=low  [ Brandon Philips ]  * New upstream release (Closes: #439102)  [ Piotr Ożarowski ]  * Add remove_shebangs patch  * debian/watch file updated (Closes: #450293)  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)  * Add Homepage field  * Add Brandon to Uploaders  * Add info about copyright holder of src/atom/* files in debian/copyright -- Brandon Philips <philips at ifup.org>  Thu, 15 Nov 2007 19:55:05 +0100	\N	27422
-5370	9	f	\N	2007-12-16 19:38:51.382153	f	t	t	t	t	2267	/libtree-redblack-perl	\N	\N	libtree-redblack-perl (0.3-8) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:00 +0200	\N	23262
-5765	9	f	\N	2007-12-16 19:44:37.089359	f	t	t	t	t	2662	/libhtml-template-pro-perl	\N	\N	libhtml-template-pro-perl (0.66-2) UNRELEASED; urgency=low  * NOT RELEASED YET  * add debian/watch file -- Vincent Danjean <vdanjean at debian.org>  Tue, 20 Nov 2007 00:54:24 +0100	\N	25233
-5371	9	f	\N	2007-12-16 19:38:51.816547	f	t	t	t	t	2268	/libhttp-server-simple-perl	\N	\N	libhttp-server-simple-perl (0.27-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:43 +0200	\N	23267
-5766	9	f	\N	2007-12-16 19:44:37.605381	f	t	t	t	t	2663	/libtext-reform-perl	\N	\N	libtext-reform-perl (1.11-7) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:38 +0200	\N	25238
-6245	11	f	\N	2007-12-16 19:59:39.652602	f	t	t	t	t	3136	/python-django-tagging/trunk	\N	\N	python-django-tagging (0.1+svn102-2) UNRELEASED; urgency=low  * Update the Vcs-Browser URL to match the python-modules standard. -- Raphael Hertzog <hertzog at debian.org>  Thu, 04 Oct 2007 15:08:23 +0200	\N	27427
-5767	9	f	\N	2007-12-16 19:44:38.040035	f	t	t	t	t	2664	/libole-storage-lite-perl	\N	\N	libole-storage-lite-perl (0.14-5) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:24 +0200	\N	25243
-5372	9	f	\N	2007-12-16 19:38:52.222927	f	t	t	t	t	2269	/libclass-prototyped-perl	\N	\N	libclass-prototyped-perl (1.10-4) UNRELEASED; urgency=low  * NEEDS WORK - Maintainer, watch, etc  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). -- Damyan Ivanov <dmn at debian.org>  Fri, 07 Dec 2007 13:50:23 +0200	\N	23272
-5768	9	f	\N	2007-12-16 19:44:38.476721	f	t	t	t	t	2665	/libclass-factory-util-perl	\N	\N	libclass-factory-util-perl (1.7-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:54:48 +0100	\N	25248
-5373	9	f	\N	2007-12-16 19:38:52.691714	f	t	t	t	t	2270	/libapache-dbilogger-perl	\N	\N	libapache-dbilogger-perl (0.93-11) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:13 +0200	\N	23277
-6246	11	f	\N	2007-12-16 19:59:50.115547	f	t	t	t	t	3137	/pylirc/trunk	\N	\N	pylirc (0.0.5-1) UNRELEASED; urgency=low  [ Georg W. Leonhardt ]  * Initial release.  [ Sandro Tosi ]  * debian/watch    - added -- Sandro Tosi <matrixhasu at gmail.com>  Fri, 23 Nov 2007 18:39:03 +0100	\N	27430
-5374	9	f	\N	2007-12-16 19:38:53.14473	f	t	t	t	t	2271	/libxml-grove-perl	\N	\N	libxml-grove-perl (0.46alpha-12) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:35 +0100	\N	23282
-5769	9	f	\N	2007-12-16 19:44:38.951145	f	t	t	t	t	2666	/libwww-curl-perl	\N	\N	libwww-curl-perl (3.02-3) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields.  [ Frank Lichtenheld ]  * debian/rules: Cleanup:    + don't define $(PERL) and then don't use it    + fix dependency of build-stamp on configure-stamp    + reorder clean target -- Frank Lichtenheld <djpig at debian.org>  Thu, 08 Nov 2007 19:09:33 +0100	\N	25253
-5375	9	f	\N	2007-12-16 19:39:13.630803	f	t	t	t	t	2272	/libmodule-packaged-perl	\N	\N	libmodule-packaged-perl (0.86-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:42 +0200	\N	23287
-6247	11	f	\N	2007-12-16 19:59:50.603199	f	t	t	t	t	3138	/hachoir-core/trunk	\N	\N	hachoir-core (1.0.1-2) UNRELEASED; urgency=low  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:29 +0200	\N	27435
-5770	9	f	\N	2007-12-16 19:44:39.440314	f	t	t	t	t	2667	/libdigest-sha-perl	\N	\N	libdigest-sha-perl (5.45-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:05 +0200	\N	25258
-5376	9	f	\N	2007-12-16 19:39:14.094039	f	t	t	t	t	2273	/libgraphics-colornames-www-perl	\N	\N	libgraphics-colornames-www-perl (0.01-3) unstable; urgency=low  [ Ernesto Hernández-Novich (USB) ]  * Moved package into Debian Perl Pkg Project SVN.  * Fixed copyright file with a better URL.  * Fixed watch file.  * Fixed Maintainer field in control file.  * Fixed copyright and control file with a better URL.  [ Damyan Ivanov ]  * Remove modification of manpages, that replaced utf8-characters with ascii    equivalents  * debian/copyright    + convert to utf8    + copy verbatim upstream copyright and licensing notices  * Put me instead of Ernesto in Uploaders -- Damyan Ivanov <dmn at debian.org>  Tue, 04 Dec 2007 22:04:22 +0200	\N	23292
-6248	11	f	\N	2007-12-16 19:59:51.04416	f	t	t	t	t	3139	/nose/trunk	\N	\N	nose (0.10.0-1) unstable; urgency=low  [ Piotr Ożarowski ]  * Vcs-Browser and Homepage fields added  * XS-Vcs-Svn field renamed to Vcs-Svn  [ Gustavo Noronha Silva ]  * New upstream release (Closes: #449072) -- Gustavo Noronha Silva <kov at debian.org>  Sat, 17 Nov 2007 03:31:08 -0200	\N	27440
-5377	9	f	\N	2007-12-16 19:39:14.510957	f	t	t	t	t	2274	/libhtml-tagfilter-perl	\N	\N	libhtml-tagfilter-perl (1.03-2) unstable; urgency=low  * Updated Standards Version.  * Cleanup debian/rules.  * Moved package into Debian Pkg Perl Project SVN.  * Fixed watch file.  * Fixed Maintainer field in control file.  * Fixed copyright and control file with a better URL. -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 23 Nov 2007 14:47:31 -0400	\N	23297
-5771	9	f	\N	2007-12-16 19:44:39.887009	f	t	t	t	t	2668	/libtext-diff-perl	\N	\N	libtext-diff-perl (0.35-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:23 +0100	\N	25263
-6249	11	f	\N	2007-12-16 19:59:51.527584	f	t	t	t	t	3140	/psycopg2/trunk	\N	\N	psycopg2 (2.0.6-3) unstable; urgency=low  [ Piotr Ożarowski ]  * XS-Vcs-Svn field renamed to Vcs-Svn  * Vcs-Browser field added  [ Fabio Tranchitella ]  * Mention DB-API 2.0 compatibility in the long description.    (Closes: #430763) -- Fabio Tranchitella <kobold at debian.org>  Thu, 08 Nov 2007 15:07:05 +0100	\N	27445
-5378	9	f	\N	2007-12-16 19:39:14.946763	f	t	t	t	t	2275	/libspreadsheet-parseexcel-simple-perl	\N	\N	libspreadsheet-parseexcel-simple-perl (1.04-2) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Damyan Ivanov ]  * [debian/watch] Stop capturing file extension -- Damyan Ivanov <dmn at debian.org>  Tue, 06 Nov 2007 11:01:25 +0200	\N	23302
-5772	9	f	\N	2007-12-16 19:44:40.32459	f	t	t	t	t	2669	/libxml-easyobj-perl	\N	\N	libxml-easyobj-perl (1.12-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:31 +0100	\N	25268
-5379	9	f	\N	2007-12-16 19:39:15.395992	f	t	t	t	t	2276	/libdatetime-format-strptime-perl	\N	\N	libdatetime-format-strptime-perl (1.0702-1) unstable; urgency=low  [ Ernesto Hernández-Novich (USB) ]  * Updated Standards Version.  * Clean up debian/rules.  * Moved package into Debian Perl Pkg Project SVN.  * Wrap long fields in control file.  * Cleanup debian/rules.  * Fixed copyright file with a better URL.  * Fixed watch file.  * Fixed Maintainer field in control file.  [ gregor herrmann ]  * New upstream release.  * Tighten dependency on libdatetime-locale-perl to (>= 1:0.35).  * Merge changelog entries.  * Bump debhelper compatibility level to 5.  [ Niko Tyni ]  * Update debian/watch.  * Update debian/copyright.  * Don't install the upstream changelog twice.  * Remove unneeded debian/docs.  [ Damyan Ivanov ]  * Use author neutral upstream URL  * Use http://datetime-format-strptime.googlecode.com/ for Homepage  * Do not install redundant README -- Niko Tyni <ntyni at iki.fi>  Fri, 23 Nov 2007 21:51:18 +0200	\N	23307
-6250	11	f	\N	2007-12-16 19:59:52.036001	f	t	t	t	t	3141	/kid/trunk	\N	\N	kid (0.9.6-2) UNRELEASED; urgency=low  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:35 +0200	\N	27450
-5380	9	f	\N	2007-12-16 19:39:15.829636	f	t	t	t	t	2277	/libcoy-perl	\N	\N	libcoy-perl (0.06-7) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Don't install empty empty /usr/lib/perl5 directory.  * Set debhelper compatibility level to 5.  * Use $(CURDIR) instead of pwd in debian/rules.  * Move perl from Build-Depends to Build-Depends-Indep. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:21 +0200	\N	23312
-5773	9	f	\N	2007-12-16 19:44:45.736499	f	t	t	t	t	2670	/libsys-syslog-perl	\N	\N	libsys-syslog-perl (0.23-1) unstable; urgency=low  [ gregor herrmann ]  * New upstream release.  * Update patch skip-test-that-needs-dev-log.dpatch.  [ Damyan Ivanov ]  * Fix usage of DESTDIR and PREFIX when invoking $(MAKE) install  * Use '$@' when touching stamps  * Re-wrapped Uploaders  * Add dh_shlibdeps; add ${shlibs:Depends} and ${misc:Depends} to Depends -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 17 Nov 2007 23:02:58 +0100	\N	25273
-5774	9	f	\N	2007-12-16 19:44:46.181397	f	t	t	t	t	2671	/libfilter-eof-perl	\N	\N	libfilter-eof-perl (0.04-2) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Damyan Ivanov ]  * [debian/watch] Stop capturing file extension -- Damyan Ivanov <dmn at debian.org>  Tue, 06 Nov 2007 11:01:23 +0200	\N	25278
-6251	11	f	\N	2007-12-16 19:59:52.500742	f	t	t	t	t	3142	/petsc4py/trunk	\N	\N	petsc4py (0.7.5-5) unstable; urgency=low  * DM-Upload-Allowed changed to XS-DM-Upload-Allowed -- Ondrej Certik <ondrej at certik.cz>  Tue, 04 Dec 2007 22:29:32 +0100	\N	27455
-5107	3	f	\N	2007-12-16 19:31:44.791377	f	t	t	t	t	2005	/ack-grep/trunk	\N	\N	ack-grep (1.72-1) unstable; urgency=low  * New upstream release    - Now recognizes .cc as C++ file extension (Closes: 447853) -- Peter Makholm <peter at makholm.net>  Mon, 12 Nov 2007 07:34:40 +0000	\N	22001
-6252	11	f	\N	2007-12-16 19:59:52.990386	f	t	t	t	t	3143	/cubictemp/trunk	\N	\N	cubictemp (0.4-4) UNRELEASED; urgency=low  * Added Vcs-Svn and Vcs-Browser fields -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:22 +0200	\N	27460
-5381	9	f	\N	2007-12-16 19:39:16.252706	f	t	t	t	t	2278	/libxml-handler-printevents-perl	\N	\N	libxml-handler-printevents-perl (0.01-7) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:36 +0100	\N	23317
-6253	11	f	\N	2007-12-16 19:59:53.39664	f	t	t	t	t	3144	/louie/trunk	\N	\N	louie (1.1-2) UNRELEASED; urgency=low  * Suggest python-twisted and python-qt3; thanks Piotr Ożarowski. -- Loic Minier <lool at dooz.org>  Mon, 18 Jun 2007 22:00:57 +0200	\N	27465
-5382	9	f	\N	2007-12-16 19:39:16.66163	f	t	t	t	t	2279	/libsvg-perl	\N	\N	libsvg-perl (2.36-2) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields.  [ David Paleino ]  * debian/watch updated: old url gave 403 error. -- David Paleino <d.paleino at gmail.com>  Sun, 04 Nov 2007 11:11:52 +0100	\N	23322
-5775	9	f	\N	2007-12-16 19:44:46.607881	f	t	t	t	t	2672	/libio-compress-zlib-perl	\N	\N	libio-compress-zlib-perl (2.008-1) unstable; urgency=low  * New upstream release.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * debian/control: bump dependency on libcompress-raw-zlib-perl and    libio-compress-base-perl to (>= 2.008)  * debian/rules: move $(MAKE) test to build-stamp target, remove unused    dh_* calls. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 11 Nov 2007 16:12:32 +0100	\N	25283
-5383	9	f	\N	2007-12-16 19:39:17.08514	f	t	t	t	t	2280	/libobject-multitype-perl	\N	\N	libobject-multitype-perl (0.05-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:11 +0100	\N	23327
-6254	11	f	\N	2007-12-16 19:59:53.879712	f	t	t	t	t	3145	/pyfits/trunk	\N	\N	pyfits (1:1.1-2) UNRELEASED; urgency=low  * Vcs-Browser, Vcs-Svn, Homepage fields added (Piotr Ożarowski <piotr at debian.org>)  * Watch file added -- Jan Michael Alonzo <jmalonzo at unpluggable.com>  Sat, 06 Oct 2007 21:06:00 +1000	\N	27468
-5384	9	f	\N	2007-12-16 19:39:22.565698	f	t	t	t	t	2281	/libnet-imap-simple-ssl-perl	\N	\N	libnet-imap-simple-ssl-perl (1.3-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:01 +0200	\N	23332
-6255	11	f	\N	2007-12-16 19:59:54.346624	f	t	t	t	t	3146	/pyip/trunk	\N	\N	pyip (0.7-2) UNRELEASED; urgency=low  * debian/control:    - Adding Homepage field, removing pseudo-field from description    - Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Bernd Zeimetz <bernd at bzed.de>  Sat,  6 Oct 2007 23:46:52 +0200	\N	27473
-5385	9	f	\N	2007-12-16 19:39:22.978472	f	t	t	t	t	2282	/libexception-class-perl	\N	\N	libexception-class-perl (1.23-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:54:52 +0100	\N	23337
-5386	9	f	\N	2007-12-16 19:39:23.411015	f	t	t	t	t	2283	/libwww-topica-perl	\N	\N	libwww-topica-perl (0.6-3) UNRELEASED; urgency=low  [ Paul Wise ]  * Change my email address now that I'm a Debian Developer  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields.  [ Damyan Ivanov ]  * debian/watch: clean-up    + version=3    + stop capturing file extension    + Drop uupdate part as we use svn-upgrade for upgrading -- Damyan Ivanov <dmn at debian.org>  Wed, 24 Oct 2007 21:52:34 +0300	\N	23342
-6256	11	f	\N	2007-12-16 19:59:54.827534	f	t	t	t	t	3147	/pynxt/trunk	\N	\N	pynxt (0.0.1-2) UNRELEASED; urgency=low  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:54 +0200	\N	27478
-5776	9	f	\N	2007-12-16 19:44:47.093575	f	t	t	t	t	2673	/mime-tools	\N	\N	mime-tools (5.425-1) unstable; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ David Paleino ]  * New upstream release. (Closes: #451619)  [ Niko Tyni ]  * Update debian/watch  * Complete the import of the new upstream release.    + RFC numbers updated upstream. (Closes: #322389)  * Update dependencies:    + Upgrade to libio-stringy-perl (>= 2.110)    + Unversion libmailtools-perl: the version was obsolete and apparently      unexact.    + Add libfile-temp-perl (>= 0.17): perl-modules only has 0.16.    + Add netbase build-dependency: t/Smtpsend.t requires /etc/protocols.    + Add libtest-pod-perl build-dependency: better test coverage.  * Minor improvements and cleanups to debian/rules.  * Install upstream changelog under /usr/share/doc.  * Update debian/copyright.  * Don't install the README-OR-DIE file. The upgrading information inside    was useful in 1998.  * Don't install the README file, it's just a copy of the Mail::Tools    POD documentation. -- Niko Tyni <ntyni at iki.fi>  Thu, 29 Nov 2007 23:14:42 +0200	\N	25288
-5387	9	f	\N	2007-12-16 19:39:23.843391	f	t	t	t	t	2284	/libio-string-perl	\N	\N	libio-string-perl (1.08-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:54 +0200	\N	23347
-6257	11	f	\N	2007-12-16 19:59:55.280663	f	t	t	t	t	3148	/python-cherrypy/trunk	\N	\N	python-cherrypy (2.2.1-4) UNRELEASED; urgency=low  [ Piotr Ożarowski ]  * Vcs-Svn, Vcs-Browser and Homepage fields added  * New python-support handles egg's directory name correctly    - bump python-support required version    - remove mv part from debian/rules  [ Loic Minier ]  * Only track 2.x versions in watch file; thanks Goedson Teixeira Paixao.  [ Scott Kitterman ]  * debian/patches/03_autoreloader_fix.dpatch    - Fixed the auto-reloader if modules with an invalid __file__ attribute      are loaded, using code from CherryPy 3. -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:01 +0200	\N	27483
-5388	9	f	\N	2007-12-16 19:39:24.302444	f	t	t	t	t	2285	/libplot-perl	\N	\N	libplot-perl (2.2.2-4) UNRELEASED; urgency=low  [ Frank Lichtenheld ]  * Fix typo in Description  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:40 +0200	\N	23352
-5777	9	f	\N	2007-12-16 19:44:47.558197	f	t	t	t	t	2674	/libdbix-searchbuilder-perl	\N	\N	libdbix-searchbuilder-perl (1.50-1) unstable; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Niko Tyni ]  * New upstream release.  * Minor improvements and cleanups to debian/rules.  * Update debian/copyright and convert it into a machine-parseable format.  * Wrap overlong debian/control dependency lines.  * Remove obsolete build-dependency on libextutils-autoinstall-perl.  * Update debian/watch.  [ Damyan Ivanov ]  * Remove unused dh_installdirs and dh_installman calls -- Niko Tyni <ntyni at iki.fi>  Wed, 28 Nov 2007 21:15:08 +0200	\N	25293
-5389	9	f	\N	2007-12-16 19:39:24.72434	f	t	t	t	t	2286	/libxml-um-perl	\N	\N	libxml-um-perl (0.01-8) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:46 +0100	\N	23357
-6258	11	f	\N	2007-12-16 19:59:55.745887	f	t	t	t	t	3149	/pylons/trunk	\N	\N	pylons (0.9.6.1-1) unstable; urgency=low  * New upstream release  * Add Homepage field  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)  * Remove README.Debian as python-decorator is already in the archive  * Remove debian/dirs file (no longer needed)  * Bump required versions of: python-routes, python-beaker, python-paste,    python-pastedeploy, python-pastescript, python-formencode,    python-decorator and python-mako  * Add python-{c,}elementtree, python-cheetah, python-kid, python-genshi,    python-pygments and python-pudge to Suggests  * Add myself to Uploaders -- Piotr Ożarowski <piotr at debian.org>  Thu, 04 Oct 2007 23:23:28 +0200	\N	27488
-5778	9	f	\N	2007-12-16 19:44:48.023907	f	t	t	t	t	2675	/libxml-feed-perl	\N	\N	libxml-feed-perl (0.12-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:25 +0200	\N	25298
-5390	9	f	\N	2007-12-16 19:39:25.1722	f	t	t	t	t	2287	/libdebug-trace-perl	\N	\N	libdebug-trace-perl (0.04-5) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * debian/watch: Use a dist-based URL.  * Don't install empty /usr/lib/perl5 directory. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:56 +0200	\N	23362
-5391	9	f	\N	2007-12-16 19:39:25.55662	f	t	t	t	t	2288	/libxml-parser-lite-tree-perl	\N	\N	libxml-parser-lite-tree-perl (0.03-2) UNRELEASED; urgency=low  * NEEDS WORK - Maintainer, watch, etc  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). -- Damyan Ivanov <dmn at debian.org>  Fri, 07 Dec 2007 13:55:28 +0200	\N	23367
-5779	9	f	\N	2007-12-16 19:44:48.487842	f	t	t	t	t	2676	/libstring-escape-perl	\N	\N	libstring-escape-perl (2002.001-8) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:59 +0200	\N	25303
-5392	9	f	\N	2007-12-16 19:39:25.954215	f	t	t	t	t	2289	/libcgi-ajax-perl	\N	\N	libcgi-ajax-perl (0.701-2) unstable; urgency=low  [ Ernesto Hernández-Novich (USB) ]  * Moved package into Debian Pkg Perl Project SVN.  * Cleanup debian/rules.  * Fixed watch file.  * Fixed copyright file with a better URL.  * Fixed Maintainer field in control file  [ Damyan Ivanov ]  * Use dist-based watch file  * Don't ship README, as it duplicated the POD  * Move shipment of examples from dedicated debian/$P.examples to    debian/rules  * Bump debhelper compatibility level to 5. Adjust build-dependencies    accordingly  * debian/control: use perljax.us for Homepage  * debian/copyright:    + use author-neutral upstream URL    + add years of copyright -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 23 Nov 2007 09:47:48 -0400	\N	23372
-5393	9	f	\N	2007-12-16 19:39:26.396303	f	t	t	t	t	2290	/libcgi-xmlform-perl	\N	\N	libcgi-xmlform-perl (0.10-14) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:55 +0200	\N	23377
-5780	9	f	\N	2007-12-16 19:44:49.09715	f	t	t	t	t	2677	/libarchive-tar-perl	\N	\N	libarchive-tar-perl (1.36-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:16 +0200	\N	25308
-6259	11	f	\N	2007-12-16 19:59:56.205721	f	t	t	t	t	3150	/python-wsgiref/trunk	\N	\N	python-wsgiref (0.1.2-2) UNRELEASED; urgency=low  * Corrected formatting of debian/control.  * Removed surplus Priority control field.  * Added Vcs-Svn, Vcs-Browser and Homepage control fields.  * Replaced Build-Depends on python-dev with python.  * Edited long description so as not to contain short description.  * Tweaked debian/copyright file for consistency.  * Added lintian overrides. -- Noah Slater <nslater at bytesexual.org>  Wed, 28 Nov 2007 23:10:20 +0000	\N	27493
-5394	9	f	\N	2007-12-16 19:39:26.842848	f	t	t	t	t	2291	/libb-keywords-perl	\N	\N	libb-keywords-perl (1.08-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza). Removed: XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:30 +0200	\N	23382
-5781	9	f	\N	2007-12-16 19:44:49.599417	f	t	t	t	t	2678	/libfont-afm-perl	\N	\N	libfont-afm-perl (1.19-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:54:53 +0100	\N	25313
-5395	9	f	\N	2007-12-16 19:39:27.265029	f	t	t	t	t	2292	/libtree-simple-perl	\N	\N	libtree-simple-perl (1.18-1) unstable; urgency=low  [ gregor herrmann ]  * New upstream release.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Add libtest-pod-coverage-perl to build dependencies.  * debian/rules: make install target depend on build-stamp.  * Update debian/watch.  * Add generic upstream URL to debian/copyright.  [ Damyan Ivanov ]  * More debian/rules cleanup    + Drop DESTDIR= setting and parameter to dh_builddeb    + Properly use DESTDIR and PREFIX when invoking $(MAKE) install    + Let build: depend in 'install', stamps still do their job    + Move stamp-cleaning before distclean    + Use '$@' when touching stamps  * debian/control    + Wrap long fields    + Add myself to Uploaders -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 17 Nov 2007 23:13:01 +0100	\N	23387
-6260	11	f	\N	2007-12-16 19:59:56.650913	f	t	t	t	t	3151	/mako/trunk	\N	\N	mako (0.1.9-2) UNRELEASED; urgency=low  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:38 +0200	\N	27498
-5396	9	f	\N	2007-12-16 19:39:27.671892	f	t	t	t	t	2293	/libdatetime-format-db2-perl	\N	\N	libdatetime-format-db2-perl (0.05-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:40 +0200	\N	23392
-5782	9	f	\N	2007-12-16 19:44:55.474389	f	t	t	t	t	2679	/libauthen-simple-perl	\N	\N	libauthen-simple-perl (0.4-5) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:27 +0200	\N	25318
-5783	9	f	\N	2007-12-16 19:44:55.92189	f	t	t	t	t	2680	/libauthen-krb5-simple-perl	\N	\N	libauthen-krb5-simple-perl (0.32-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:19 +0200	\N	25323
-6261	11	f	\N	2007-12-16 19:59:57.089638	f	t	t	t	t	3152	/urlgrabber/trunk	\N	\N	urlgrabber (3.1.0-4) UNRELEASED; urgency=low  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:35 +0200	\N	27503
-5397	9	f	\N	2007-12-16 19:39:28.223497	f	t	t	t	t	2294	/libfile-read-perl	\N	\N	libfile-read-perl (0.0801-1) unstable; urgency=low  * New upstream release  * debian/patches removed, patch has been applied upstream  * debian/rules:    - some beautification    - dh_installexamples added    - references to quilt removed (see debian/patches note)  * debian/control:    - removing dependency from quilt (see debian/patches note)    - added dependency on libtest-distribution-perl (some more tests      are triggered)    - added myself to Uploaders -- Damyan Ivanov <dmn at debian.org>  Sat, 20 Oct 2007 10:39:59 +0300	\N	23397
-5784	9	f	\N	2007-12-16 19:45:01.329367	f	t	t	t	t	2681	/libpathtools-perl	\N	\N	libpathtools-perl (3.24-2) UNRELEASED; urgency=low  [ Damyan Ivanov ]  * NEEDS WORK - Maintainer, watch, etc  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  [ Martín Ferrari ]  * debian/watch:   - Added by-dist URL.  * debian/control:   - Bumped Standards-Version.   - Moved José to Uploaders, put the Perl Group as maintainer.   - Removed homepage from description, and changed the wording a bit. -- Martín Ferrari <martin.ferrari at gmail.com>  Sun, 09 Dec 2007 03:56:36 -0300	\N	25328
-5398	9	f	\N	2007-12-16 19:39:28.681812	f	t	t	t	t	2295	/libreturn-value-perl	\N	\N	libreturn-value-perl (1.302-2) UNRELEASED; urgency=low  [ Frank Lichtenheld ]  * Fix typo in Description  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:48 +0200	\N	23402
-6262	11	f	\N	2007-12-16 20:00:07.542088	f	t	t	t	t	3153	/cherrypy3/trunk	\N	\N	cherrypy3 (3.0.2-2) UNRELEASED; urgency=low  * Vcs-Browser and Homepage fields added  * Rename XS-Vcs-Svn to Vcs-Svn -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:20 +0200	\N	27507
-5399	9	f	\N	2007-12-16 19:39:29.132846	f	t	t	t	t	2296	/libxml-atom-perl	\N	\N	libxml-atom-perl (0.28-1) UNRELEASED; urgency=low  NEEDS libxml-libxml-perl 1.64 (#442813)  [ David Paleino ]  * Newer upstream release 0.28    [ gregor herrmann ]  * Don't ignore return value of ($MAKE) distclean.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields.  [ David Paleino ]  * New upstream release (Closes: #442817)  * debian/control:    - Added myself to Uploaders field    - Added Homepage field    - Fixed dependency on libxml-xml-perl to (>= 1.64) from (>= 1.54)  * debian/rules:    - Using new approach to build the package (using environment variables)    - Moved $(MAKE) test under the build target, from the install    - Removed useless comments    - Some general cleanup  * debian/patches/:    - test_cases.dpatch adjusted to apply cleanly on new testfiles  [ Damyan Ivanov ]  * debian/rules:    + Removed unneeded dh_link and dh_strip calls    + Move dh_clean $stamp_files before distclean    + Remove unneeded OPTIMIZE="..."    + Use PERL_AUTOINSTALL=--skip when invoking $(Perl) Makefile.PL to avoid      downloading missing dependencies from CPAN  * debian/control -- Bumped build-dependency on libxml-libxml-perl to 1.64 as    well -- David Paleino <d.paleino at gmail.com>  Sat, 17 Nov 2007 09:04:21 +0100	\N	23407
-5785	9	f	\N	2007-12-16 19:45:01.781208	f	t	t	t	t	2682	/liblocale-maketext-lexicon-perl	\N	\N	liblocale-maketext-lexicon-perl (0.62-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:07 +0200	\N	25333
-6263	11	f	\N	2007-12-16 20:00:07.984807	f	t	t	t	t	3154	/pyicu/trunk	\N	\N	pyicu (0.8.1-2) unstable; urgency=low  * Removing bogus changelog entry - 0.8-4 was never released. -- Bernd Zeimetz <bzed at debian.org>  Wed, 12 Dec 2007 09:56:32 +0100	\N	27512
-5786	9	f	\N	2007-12-16 19:45:02.279215	f	t	t	t	t	2683	/dh-make-perl	\N	\N	dh-make-perl (0.37) unstable; urgency=low  [ Martín Ferrari ]  * Replace erroneous reference to $opts{basepkgs} in extract_depends, thanks    to Hilko Bengen for the correction. (Closes: #452122).  * Obtain a list of matching modules when querying CPAN (instead of just the    first match) to allow it to correctly choose between module names that    only differ in case. (Closes: #451838).  [ Gunnar Wolf ]  * Now generates packages with standards-version: 3.7.3    (i.e. meta-bumped-up standards-version) -- Gunnar Wolf <gwolf at debian.org>  Thu, 13 Dec 2007 17:29:38 -0600	\N	25338
-6264	11	f	\N	2007-12-16 20:00:08.471186	f	t	t	t	t	3155	/jinja/trunk	\N	\N	jinja (1.2-1) unstable; urgency=low  * New upstream release  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)  * Replace "cheeseshop" with "pypi" in debian/watch file -- Piotr Ożarowski <piotr at debian.org>  Sun, 18 Nov 2007 10:44:00 +0100	\N	27517
-6265	11	f	\N	2007-12-16 20:00:08.949377	f	t	t	t	t	3156	/elixir/trunk	\N	\N	elixir (0.5.0-1) unstable; urgency=low  * New upstream release  * Remove dont_install_example_files_in_site-packages patch (applied upstream)  * Add python-crypto to Recommends (elixir.ext.encrypted plugin)  * Bump Standards-Version to 3.7.3 (no changes needed) -- Piotr Ożarowski <piotr at debian.org>  Sun, 16 Dec 2007 13:31:17 +0100	\N	27522
-5400	9	f	\N	2007-12-16 19:39:29.575242	f	t	t	t	t	2297	/libtext-textile-perl	\N	\N	libtext-textile-perl (2.03-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Set debhelper compatibility level to 5.  * debian/rules:    - don't install empty /usr/lib/perl5 directory    - move tests to build target    - change dependencies: install-stamp -> build-stamp instead of install      -> build    - remove variable OPTIMIZE, we don't compile anything    - delete unneeded dh_link and dh_strip calls    - install upstream changelog -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:42 +0200	\N	23412
-5064	3	f	\N	2007-12-16 19:30:48.486587	f	t	t	t	t	1962	/povray/trunk	\N	\N	povray (1:3.6.1-5) unstable; urgency=low  * Proper fix for the CPU selection/optimization problems, thanks to     Nicolas Calimet (Closes:#348399, #396910) -- Clément Stenac <zorglub at debian.org>  Thu, 16 Nov 2006 15:28:55 +0200	\N	21801
-5787	9	f	\N	2007-12-16 19:45:02.740033	f	t	t	t	t	2684	/libb-utils-perl	\N	\N	libb-utils-perl (0.05-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:31 +0200	\N	25343
-5065	3	f	\N	2007-12-16 19:30:48.821658	f	t	t	t	t	1963	/libcddb/trunk	\N	\N	libcddb (1.2.1-2) unstable; urgency=low  * Fix typo in description (Closes:#385228) -- Clément Stenac <zorglub at debian.org>  Wed, 30 Aug 2006 10:01:24 +0200	\N	21806
-5066	3	f	\N	2007-12-16 19:30:49.436056	f	t	t	t	t	1964	/libhtml-wikiconverter-perl/trunk	\N	\N	libhtml-wikiconverter-perl (0.61-1) unstable; urgency=low  * New upstream source.  * Frienly takeover of packaging. Thanks for your work on this, Jonas    Genannt.  * Repackage using CDBS.  * Tighten and extend build-dependencies to reflect new upstream needs.  * Recommend libfile-slurp-perl.  * Recommend virtual package libhtml-wikiconverter-dialect as they are    now packaged separately.  * Bump up standards-version to 3.7.2 (no changes needed).  * Bump up debhelper compatibility level to 5.  * Add watch file.  * Build-conflict with libwww-perl to avoid build tests failing. Add    note about this problem in debian/TODO.  * Add Homepage field to debian/control.  * Rewrite debian/copyright to conform to proposed new format at    http://wiki.debian.org/Proposals/CopyrightFormat .  * Apply patch 1001 to "Allow and use rules for ~text nodes, as an    alternative to escaping in preprocessing." Patch found at    http://svcs.cs.pdx.edu/~jamey/wikiconverter/ and discussed at    http://ikiwiki.info/index/discussion/#index4h1 and at    http://www.bddebian.com/~wiki/AboutTheTWikiToIkiwikiConversion/ . -- Jonas Smedegaard <dr at jones.dk>  Sat, 27 Oct 2007 01:53:40 +0200	  * Fix build tests failing when libwww-perl is installed.\n  * In addition to libwww-perl (now causing trouble), we also need to\n    build-depend on liburi-query-perl to complete all optional tests.\n	21808
-5067	3	f	\N	2007-12-16 19:30:55.077341	f	t	t	t	t	1965	/cmph/trunk	\N	\N	cmph (0.7-3) UNRELEASED; urgency=low  * NOT RELEASED YET -- Enrico Tassi <gareuselesinge at debian.org>  Thu, 29 Nov 2007 11:31:52 +0100	\N	21813
-5401	9	f	\N	2007-12-16 19:39:30.088648	f	t	t	t	t	2298	/libsql-statement-perl	\N	\N	libsql-statement-perl (1.15-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:56 +0200	\N	23417
-5068	3	f	\N	2007-12-16 19:30:55.500446	f	t	t	t	t	1966	/transmission/trunk	\N	\N	transmission (0.96.dfsg-1) unstable; urgency=low  * New upstream release (Closes: #456228).  * Added transmission-gtk.mime (Closes: #454801).  * Fixed typo (Closes: #456036). -- Philipp Benner <mail at philipp-benner.de>  Sat, 15 Dec 2007 20:42:31 +0100	\N	21818
-5069	3	f	\N	2007-12-16 19:30:55.862213	f	t	t	t	t	1967	/bool/trunk	\N	\N	bool (0.2.1-6) unstable; urgency=low  * Fix two typos in manpage. Closes: bug#335324, #280095 (thanks to A    Costa <agcosta at gis.net>).  * Bump up standards-version (no changes needed).  * Use cdbs debian/control auto-update, but only when DEB_BUILD_OPTIONS    contains "update".  * Auto-update debian/control (adds build-dependency on autotools-dev),    and manually strip bogus build-essential build-dependency. -- Jonas Smedegaard <dr at jones.dk>  Sun, 23 Oct 2005 17:07:55 +0200	\N	21823
-5788	9	f	\N	2007-12-16 19:45:03.204088	f	t	t	t	t	2685	/libgeo-metar-perl	\N	\N	libgeo-metar-perl (1.14-6) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:54:54 +0100	\N	25348
-5070	3	f	\N	2007-12-16 19:30:56.23825	f	t	t	t	t	1968	/stlport5/trunk	\N	\N	stlport5 (5.0.3-1) unstable; urgency=high  * new upstream version - security fix:    http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0803 ,    closes: #410864  * Refresh one patch (no functional change). -- Torsten Werner <twerner at debian.org>  Wed, 14 Feb 2007 22:04:35 +0100	\N	21826
-5402	9	f	\N	2007-12-16 19:39:30.527482	f	t	t	t	t	2299	/libclass-autoclass-perl	\N	\N	libclass-autoclass-perl (0.093-1) UNRELEASED; urgency=low  NEEDS CVS DIRECTORIES REMOVED  NEEDS PROPER WHATIS SECTIONS (see lintian warnings)  NEEDS SHORT AND LONG DESCRIPTIONS IN debian/control    THIS PACKAGE IS NEEDED BY DebianMed's BioPerl    * Initial Release. -- David Paleino <d.paleino at gmail.com>  Sun, 04 Nov 2007 11:29:55 +0100	\N	23422
-5071	3	f	\N	2007-12-16 19:30:56.601276	f	t	t	t	t	1969	/python-lightblue/trunk	\N	\N	python-lightblue (0.2-3) unstable; urgency=low  * Remove python-all dependency, which is included with python-all-dev.  * Move all code from binary-indep target to binary-arch since this is an    arch:any package. Sorry about that (closes: #434115). -- martin f. krafft <madduck at debian.org>  Sun, 22 Jul 2007 13:25:24 +0200	\N	21831
-6266	11	f	\N	2007-12-16 20:00:09.418806	f	t	t	t	t	3157	/json-py/trunk	\N	\N	json-py (3.4-3) UNRELEASED; urgency=low  * NOT RELEASED YET  * Added Vcs-Svn, Vcs-Browser and Homepage fields  * New python-support handles egg's directory name correctly    - bump python-support required version    - remove mv part from debian/rules -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:34 +0200	\N	27527
-5072	3	f	\N	2007-12-16 19:30:57.091199	f	t	t	t	t	1970	/ocsinventory-agent	\N	\N	ocsinventory-agent (1.01-5) unstable; urgency=low  * Debconf templates review (Closes: #422695)    + Arabic (Closes: #423613)    + Bulgarian (Closes: #423537)    + Czech (Closes: #426053)    + Dutch (Closes: #425712)    + French (Closes: #426347)    + Galician (Closes: #423546)    + German (Closes: #425160)    + Italian (Closes: #426254)    + Portuguese (Closes: #422488) -- Pierre Chifflier <chifflier at inl.fr>  Tue, 29 May 2007 10:32:55 +0200	\N	21836
-5073	3	f	\N	2007-12-16 19:30:57.430788	f	t	t	t	t	1971	/bbclone/trunk	\N	\N	bbclone (0.4.6-10) unstable; urgency=low  * fix non-posix issue in postinst  * update the dependencies and fix postinst for php4 removal process.    (Closes: #424783) -- Tiago Bortoletto Vaz <tiago at debian-ba.org>  Sat, 16 Jun 2007 11:03:32 +0100	\N	21837
-5403	9	f	\N	2007-12-16 19:39:30.941326	f	t	t	t	t	2300	/libmodule-versions-report-perl	\N	\N	libmodule-versions-report-perl (1.03-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:45 +0200	\N	23427
-5074	3	f	\N	2007-12-16 19:30:57.783661	f	t	t	t	t	1972	/mach/trunk	\N	\N	mach (0.9.1-2) unstable; urgency=low  * Always fix perms during configure.  * Add new CentOS 5 dist file, derived trivially from CentOS 4. -- Loic Minier <lool at dooz.org>  Thu, 19 Apr 2007 18:25:46 +0200	- control\n    - deps\n        - Linux kernel that can do bind mounts (>= 2.2.0)?\n    - section/priority (conflicts)\n- configure flags\n    - defaultroot? flavor? --with-defaultroot=fedora-6-i386?\n    - is CHECK_RELEASE really doing anything useful?\n- document purpose of user + group "machbuild" in chroots\n- check with upstream: misses copyrights + license grant (version of GPL)\n- from mach.spec.in\n    - docs\n    - deps\n        - createrepo? => Recommends?\n        - rpm-build?\n    - build-deps\n        - gcc-c++?\n    - dirs + perms: /var/tmp/mach? /usr/lib/mach? $dir/*?\n- what is sysctl -w kernel.vdso=0? => http://fedoraproject.org/wiki/Legacy/Mock\n- sample .machrc:\n    config['files'] = {\n      '/etc/hosts': '''\n    127.0.0.1 mach.onshuis onzenbak\n    ''',\n      '/etc/resolv.conf': '''\n    nameserver 127.0.0.1\n    nameserver 157.193.40.42\n    search onshuis\n    '''\n    }\n\n    config['script-success'] = "mach-collect"\n\n- /etc/mach/conf\n- src/mach-helper.c: patch do_command ("/bin/env" ...) to use /usr/bin/env\n- test installation with apt-rpm-client\n- compare to "mock" http://fedoraproject.org/wiki/Legacy/Mock\n	21842
-5789	9	f	\N	2007-12-16 19:45:03.680834	f	t	t	t	t	2686	/librpc-xml-perl	\N	\N	librpc-xml-perl (0.59-2) unstable; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Rene Mayorga ]  * debian/control    + Add libnet-server-perl as B-D-I    + Add myself as uploader  * fixing debian/watch (Closes: #449697)  * debian/rules    + Remove unused dh_calls    + Remove OPTIMIZE flags, there was not needed -- Rene Mayorga <rmayorga at debian.org.sv>  Tue, 06 Nov 2007 21:26:56 -0600	\N	25353
-5075	3	f	\N	2007-12-16 19:30:58.120445	f	t	t	t	t	1973	/flatzebra/trunk	\N	\N	flatzebra (0.1.1-3) unstable; urgency=low  * Rename the XS-Vcs-* fields to Vcs-* -- Francois Marier <francois at debian.org>  Tue, 20 Nov 2007 15:41:08 +1300	\N	21847
-6267	11	f	\N	2007-12-16 20:00:09.849376	f	t	t	t	t	3158	/configobj/trunk	\N	\N	configobj (4.4.0-3) UNRELEASED; urgency=low  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:21 +0200	\N	27532
-5076	3	f	\N	2007-12-16 19:30:58.464181	f	t	t	t	t	1974	/sms-pl/trunk	\N	\N	sms-pl (2.1.0-4) unstable; urgency=low  * nostrip build option is now respected. Closes: #438029    - nostrip patch added -- Piotr Ożarowski <piotr at debian.org>  Wed, 15 Aug 2007 15:32:53 +0000	\N	21852
-5404	9	f	\N	2007-12-16 19:39:37.891358	f	t	t	t	t	2301	/liblingua-ispell-perl	\N	\N	liblingua-ispell-perl (0.07-6) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * debian/rules:    - don't install empty /usr/lib/perl5 directory    - remove unneeded OPTIMIZE variable    - let build-stamp depend on configure-stamp instead of build    - remove unneeded calls to dh_link and dh_strip    - remove deletion of .packlist, not created anymore -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:58 +0200	\N	23432
-5079	3	f	\N	2007-12-16 19:31:04.913458	f	t	t	t	t	1977	/icc-profiles/trunk	\N	\N	icc-profiles (1.0.1-4) unstable; urgency=low  * Upload debian dir into the collab-maint svn repository.  * debian/control:    - Added XS-Vcs-Svn and XS-Vcs-Browser headers.    - Updated Standards-Version to 3.7.2. -- Oleksandr Moskalenko <malex at debian.org>  Tue, 17 Apr 2007 12:18:20 -0600	\N	21867
-5790	9	f	\N	2007-12-16 19:45:04.157659	f	t	t	t	t	2687	/libmodule-build-perl	\N	\N	libmodule-build-perl (0.2808-0.3) UNRELEASED; urgency=low  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch.  * Fix description spelling, thanks to Peter Eisentraut (closes: #357280). -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 19:14:59 +0100	\N	25358
-5405	9	f	\N	2007-12-16 19:39:43.299737	f	t	t	t	t	2302	/libhtml-display-perl	\N	\N	libhtml-display-perl (0.39-2) unstable; urgency=high  * Urgency high as fixes serious bug  * Add Replaces: libwww-mechanize-shell-perl (<< 0.46-1) to allow partial    upgrades. Closes: #451076 -- Damyan Ivanov <dmn at debian.org>  Tue, 13 Nov 2007 10:31:56 +0200	\N	23437
-6268	11	f	\N	2007-12-16 20:00:20.320944	f	t	t	t	t	3159	/gnupginterface/trunk	\N	\N	gnupginterface (0.3.2-10) UNRELEASED; urgency=low  * Added Vcs-Svn and Vcs-Browser fields -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:28 +0200	\N	27537
-6269	11	f	\N	2007-12-16 20:00:20.78646	f	t	t	t	t	3160	/pyusb/trunk	\N	\N	pyusb (0.4.1-3) UNRELEASED; urgency=low  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:21 +0200	\N	27542
-5080	3	f	\N	2007-12-16 19:31:05.289961	f	t	t	t	t	1978	/uw-imap/trunk	\N	\N	uw-imap (7:2006k~dfsg-1) unstable; urgency=low  * New upstream release.    + Unfuzz patches.  * Add Vcs-Svn and Vcs-Browser fields to debian/control.  * Update cdbs tweaks:    + update-tarball needs cdbs 0.4.39 or newer (only relevant for      backports).  * Update build-dependency cosmetics in debian/rules, and semi-auto-    update debian/control:      DEB_BUILD_OPTIONS=cdbs-autoupdate fakeroot debian/rules pre-build  * Move Homepage to own field (from pseudo-field in long description).  * Switch from .dfsg to ~dfsg to make room for point releases.  * Bump to standards-version 3.7.3 (no changes needed). -- Jonas Smedegaard <dr at jones.dk>  Mon, 10 Dec 2007 16:41:46 +0100	  * Support non-self-signed certificates, and ask for optional CA\n    certificate or already prepared (or bought) certificate and private\n    key.\n  * Add hint to certificates about the creator, and check for creator in\n    postrm and remove if matching.\n  * Suggest the above to slapd, dovecot and others creating self-signed\n    certificates (or maybe create a dh_cert helper package?).\n  * Shlibs patch links unconditionally against -lk5crypto - should\n    probably do a check similar to the one in Makefile.gss.\n  * Now that $C/ARCHIVENAME is correctly read in src/imapd/Makefile and\n    src/ipopd/Makefile, check if other parts of 01_shlib.diff is no\n    longer needed.\n  * Add note in README.Debian of other packages that more documentation\n    is in libc-clientXXX.\n  * Improve backport-compatibility based on Bug#224237\n  * Check and eliminate all FIXMEs and TODOs within scripts.\n  * Replace 01_shlibs.patch with use of SPECIALS and (for static lib)\n    EXTRASPECIALS\n	21871
-5406	9	f	\N	2007-12-16 19:39:43.7498	f	t	t	t	t	2303	/libemail-mime-creator-perl	\N	\N	libemail-mime-creator-perl (1.454-1) unstable; urgency=low  * Initial Release (Closes: #452117).  * Added Build-Depends-Indep on libtest-pod-perl and    libtest-pod-coverage-perl.  * Fixed Maintainer field in control file. -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 23 Nov 2007 11:21:29 -0400	\N	23442
-5081	3	f	\N	2007-12-16 19:31:05.673503	f	t	t	t	t	1979	/oops/trunk	\N	\N	oops (1.5.23.cvs-5) unstable; urgency=medium  * check for existance of pid file in logrotate script. (Closes: #254703)  * update french debconf translation (Closes: #406953)  * update swedish debconf translation (Closes: #408210)  * add Portuguese translation for debconf messages (Closes: #408324)  * update danish debconf translation (Closes: #408348)  * Revert the patch from #406491, so using the old private rwclock    implementation do to reported problems. Will reinvestigate again for    lenny. Closes: #406972, at least for now. Raising urgency because of    this bug. -- Reinhard Tartler <siretart at tauware.de>  Thu, 25 Jan 2007 09:26:47 +0100	\N	21876
-5082	3	f	\N	2007-12-16 19:31:05.995525	f	t	t	t	t	1980	/cunit/trunk	\N	\N	cunit (2.1-0.dfsg-6) unstable; urgency=low  * Machine interpretable copyright file.  * Removed debtags from debian/control.  * Added homepage field to debian/control.  * Added Vcs-Browser and Vcs-Svn fields.  * Fixed debian-rules-ignores-make-clean-error. -- Philipp Benner <mail at philipp-benner.de>  Wed, 28 Nov 2007 22:10:56 +0100	\N	21881
-5791	9	f	\N	2007-12-16 19:45:04.612747	f	t	t	t	t	2688	/libemail-mime-encodings-perl	\N	\N	libemail-mime-encodings-perl (1.311-2) unstable; urgency=low  [ Ernesto Hernández-Novich (USB) ]  * Moved package into Debian Pkg Perl Project SVN.  * Fixed copyright file with a better URL.  * Clean up debian/rules.  * Added Build-Depends-Indep on libtest-pod-perl and    libtest-pod-coverage-perl.  * Fixed watch file.  * Fixed Maintainer field in control file.  * Fixed copyright and control file with a better URL.  [ Damyan Ivanov ]  * Drop debian/docs    + do not install redundant README    + Changes is installed by dh_installchangelogs already  * Bump debhelper compat level to 5  * Make debian/watch use http://search.cpan.org/dist/  * Put me instead of Ernesto in Uploaders -- Damyan Ivanov <dmn at debian.org>  Mon, 03 Dec 2007 21:45:37 +0200	\N	25363
-5083	3	f	\N	2007-12-16 19:31:06.349985	f	t	t	t	t	1981	/olsrd/trunk	\N	\N	olsrd (0.5.4-2) unstable; urgency=low  * clean up olsrd makefile, fix a very annoying dependency bug in the olsrd    build system (Closes: #452100) - taken from OpenWRT, thanks to Felix    Fietkau  -- Holger Levsen <holger at debian.org>  Tue, 20 Nov 2007 14:26:34 +0100	- check config file\n- fix remaining bugs in bts\n- confirm that init-script still needs killall instead of start-stop-daemon\n- remove debian/patches/210-txtinfo-Makefile.patch \n	21886
-5407	9	f	\N	2007-12-16 19:39:44.161728	f	t	t	t	t	2304	/libhtml-scrubber-perl	\N	\N	libhtml-scrubber-perl (0.08-5) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:42 +0200	\N	23447
-6270	11	f	\N	2007-12-16 20:00:21.263693	f	t	t	t	t	3161	/templayer/trunk	\N	\N	templayer (1.4-3) UNRELEASED; urgency=low  * Vcs-Browser and Homepage fields added  * XS-Vcs-Svn field renamed to Vcs-Svn -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:29 +0200	\N	27547
-5408	9	f	\N	2007-12-16 19:39:44.616259	f	t	t	t	t	2305	/liblocale-subcountry-perl	\N	\N	liblocale-subcountry-perl (1.38-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:08 +0200	\N	23452
-6271	11	f	\N	2007-12-16 20:00:21.744722	f	t	t	t	t	3162	/python-tclink/trunk	\N	\N	python-tclink (3.4.4-2) UNRELEASED; urgency=low  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:18 +0200	\N	27552
-5409	9	f	\N	2007-12-16 19:39:50.240005	f	t	t	t	t	2306	/libtk-filedialog-perl	\N	\N	libtk-filedialog-perl (1.3-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:25 +0100	\N	23457
-6583	5	f	\N	2007-12-16 20:08:03.043762	f	t	t	t	t	3473	/bloboats	\N	\N	bloboats (1.0.1.dsfg-2) unstable; urgency=low  [ William Lima ]  * Add call to dh_desktop to debian/rules  * Add .desktop file  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:47:27 +0000	\N	29046
-5084	3	f	\N	2007-12-16 19:31:06.717322	f	t	t	t	t	1982	/conky/trunk	\N	\N	conky (1.4.9-1) unstable; urgency=low  * New upstream release. Closes: #453498, #453834.    - Fix number of bugs (see upstream changelog).    - Externalise default configuration to a file (/etc/conky/conky.conf      on Debian).    - Improved music player support.    - Multiple mailboxes support.  * Enabled wireless monitoring. Closes: #445561, #445690.    - debian/rules: added "--enable-wlan" to configure rules.    - debian/control: additional build-dependency on "libiw-dev".    - debian/NEWS.Debian: added comment about this change.  * debian/patches:    - fix_its_man_page: Corrected possessive "it's" by "its" in man page. Closes: #445918.    - dont_tail_xorglog: Removed. Not required as equivalent patch applied upstream.    - ibm_acpi_volume: Removed. Not required as equivalent patch applied upstream.    - use_clock_gettime_correctly: Fix src/timed_thread.c to use realtime clock correctly.    - avoid_linking_with_libm: Fix src/Makefile.in to avoid needless linking with libm.  * debian/rules:    - Define "XFT_LIBS" environment variable for "configure" to avoid linking with      "libfontconfig" from which no symbols are used.  * debian/control: Added "Homepage" and "Vc-Svn" fields. -- Kapil Hari Paranjape <kapil at debian.org>  Tue,  4 Dec 2007 14:14:46 +0530	\N	21891
-5792	9	f	\N	2007-12-16 19:45:05.112311	f	t	t	t	t	2689	/liblocale-us-perl	\N	\N	liblocale-us-perl (1.2-1) unstable; urgency=low  * Initial Release (Closes: #451627).  * Moved package into Debian Pkg Perl Project SVN.  * Fixed copyright file with a better URL.  * Fixed watch file.  * Fixed Maintainer field in control file. -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 23 Nov 2007 15:03:39 -0400	\N	25368
-5085	3	f	\N	2007-12-16 19:31:07.05621	f	t	t	t	t	1983	/swish++/trunk	\N	\N	swish++ (6.1.4-3) UNRELEASED; urgency=low  * debian/control: Added XS-Vcs-Svn tag.  * debian/compat: Put '4' for debhelper.  * debian/rules: Commented out DH_COMPAT.  * NOT RELEASED YET -- Kapil Hari Paranjape <kapil at debian.org>  Wed,  8 Aug 2007 08:39:51 +0530	\N	21896
-5410	9	f	\N	2007-12-16 19:39:50.639247	f	t	t	t	t	2307	/libcgi-xmlapplication-perl	\N	\N	libcgi-xmlapplication-perl (1.1.3-7) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:54 +0200	\N	23462
-5086	3	f	\N	2007-12-16 19:31:27.379218	f	t	t	t	t	1984	/libgenerics/trunk	\N	\N	libgenerics (1.2.1-2) UNRELEASED; urgency=low  * Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.  * Move Homepage to own field (from pseudo-field in long description). -- Jonas Smedegaard <dr at jones.dk>  Sat, 29 Sep 2007 12:23:07 +0200	\N	21901
-5087	3	f	\N	2007-12-16 19:31:27.733879	f	t	t	t	t	1985	/ccd2iso/trunk	\N	\N	ccd2iso (0.3-3) unstable; urgency=low  * Adding the necessary tag to debian/control to allow upload by me    as a Debian Maintainer. -- Asheesh Laroia <asheesh at asheesh.org>  Sat, 15 Dec 2007 02:04:02 -0800	\N	21906
-5088	3	f	\N	2007-12-16 19:31:38.058913	f	t	t	t	t	1986	/xdialog/trunk	\N	\N	xdialog (2.3.1-3) UNRELEASED; urgency=low  * NOT RELEASED YET -- Alexander Schmehl <tolimar at debian.org>  Tue, 31 Jul 2007 18:47:33 +0200	\N	21911
-6592	5	f	\N	2007-12-16 20:08:07.33559	f	t	t	t	t	3482	/gravitywars	\N	\N	gravitywars (1.102-32) UNRELEASED; urgency=low  [ Barry deFreese ]  * Add desktop file (Closes: #452576)  * debian/rules - Remove -s option from install (Closes: #437080)  * Don't ignore make clean errors -- Barry deFreese <bddebian at comcast.net>  Thu, 25 Oct 2007 23:10:44 -0400	\N	29088
-5089	3	f	\N	2007-12-16 19:31:38.418865	f	t	t	t	t	1987	/libunix-syslog-perl/trunk	\N	\N	libunix-syslog-perl (1.0-2) UNRELEASED; urgency=low  * Fix multi-lined copyright microformat in debian/copyright. -- Jonas Smedegaard <dr at jones.dk>  Fri, 12 Oct 2007 01:15:59 +0200	\N	21916
-5411	9	f	\N	2007-12-16 19:39:51.081135	f	t	t	t	t	2308	/libio-prompt-perl	\N	\N	libio-prompt-perl (0.99.4-4) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:53 +0200	\N	23467
-5090	3	f	\N	2007-12-16 19:31:38.754808	f	t	t	t	t	1988	/libmail-cclient-perl/trunk	\N	\N	libmail-cclient-perl (1.12-5) UNRELEASED; urgency=low  * Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.  * Move Homepage to own field (from pseudo-field in long description). -- Jonas Smedegaard <dr at jones.dk>  Sat, 29 Sep 2007 12:27:11 +0200	\N	21921
-5793	9	f	\N	2007-12-16 19:45:05.545766	f	t	t	t	t	2690	/libparams-callbackrequest-perl	\N	\N	libparams-callbackrequest-perl (1.17-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:26 +0200	\N	25373
-5091	3	f	\N	2007-12-16 19:31:39.106259	f	t	t	t	t	1989	/pngcrush/trunk	\N	\N	pngcrush (1.6.4-5) unstable; urgency=low  * debian/control: Added XS-Vcs-Svn tag.  * debian/patches:    - fix_itxt_param_handling: pngcrush.c: itxt chunk may gobble 2 command line      parameters. Closes: #442631.    - replaced all Makefile patches with single patch fix_Makefile.    - fix_makefile: defined a new variable "DEFINES" to ease      compilation with Debian CFLAGS.    - series: re-ordered patches to make Debian specific patches lower.    - Refreshed all patches.  * debian/pngcrush.sgml: modify to note that -itxt command needs    "a" or "b" to be specified.  * debian/rules:    - run make during "build" with Debian CFLAGS. Closes: #443644.    - fix "clean" rule to catch errors from "make clean". -- Kapil Hari Paranjape <kapil at debian.org>  Mon, 24 Sep 2007 16:19:55 +0530	\N	21926
-5507	9	f	\N	2007-12-16 19:41:09.729579	f	t	t	t	t	2404	/libmoosex-object-pluggable-perl	\N	\N	libmoosex-object-pluggable-perl (0.0005-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:46 +0200	\N	23947
-5092	3	f	\N	2007-12-16 19:31:39.500891	f	t	t	t	t	1990	/seamonkey/trunk	\N	\N	seamonkey (1.0.4-1) unstable; urgency=low  * New upstream version.  * First upload to Debian (Closes: #350740, #351430, #360671) -- Jaldhar H. Vyas <jaldhar at debian.org>  Thu, 10 Aug 2006 18:21:22 -0400	\N	21931
-5412	9	f	\N	2007-12-16 19:39:51.513405	f	t	t	t	t	2309	/libterm-readline-perl-perl	\N	\N	libterm-readline-perl-perl (1.0302-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * debian/rules:    - don't install empty /usr/lib/perl5 directory    - remove variable OPTIMIZE, we don't compile anything    - let install target depend on build target    - remove unneeded dh_link and dh_strip calls -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:21 +0200	\N	23472
-5093	3	f	\N	2007-12-16 19:31:39.880728	f	t	t	t	t	1991	/gimp/trunk	\N	\N	gimp (2.4.2-2) unstable; urgency=low  * Create custom libgimp2.0 depends for the gimp package since the two    versions need to be consistent (Closes: #452755)  * Conflict with older versions of gimp-help since they no longer work    with the new gimp. (Closes: #454109)  * Merge -helpbrowser back into gimp package; add Provides: gimp-helpbrowser    for compatibility with existing gimp-help packages -- Ari Pollak <ari at debian.org>  Sat, 15 Dec 2007 19:25:55 -0500	- Merge gimp-svg back into main package\n	21936
-5794	9	f	\N	2007-12-16 19:45:05.96374	f	t	t	t	t	2691	/libparent-perl	\N	\N	libparent-perl (0.219-1) unstable; urgency=low  * Initial Release. Required by libhtml-display-perl, which is required by    new upstream release of libwww-mechanize-shell-perl -- David Paleino <d.paleino at gmail.com>  Sat, 20 Oct 2007 19:42:25 +0200	\N	25378
-5094	3	f	\N	2007-12-16 19:31:40.217959	f	t	t	t	t	1992	/bopm/trunk	\N	\N	bopm (3.1.2-11) unstable; urgency=medium  [ Philipp Kern ]  * Change the default permissions for `/etc/bopm/bopm.conf' from    0644 to 0640, as the old setting might possibly leak passwords    to local users. Already created configuration files are not     touched explicitly, though. (Closes: #397261) -- Philipp Kern <pkern at debian.org>  Tue,  7 Nov 2006 22:09:27 +0100	\N	21941
-6272	11	f	\N	2007-12-16 20:00:22.225442	f	t	t	t	t	3163	/zsi/trunk	\N	\N	zsi (2.1~a1-1) UNRELEASED; urgency=low  * NOT RELEASED YET  * New upstream version  * debian/watch: Updating file to handle pre-release versions correctly.  * debian/control:    - Adding Homepage field, removing pseudo-field from description    - Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)    - Removing cdbs from Build-Depends, moving python-support to      Build-Depends-Indep  * debian/rules:    - Replacing cdbs by a 'normal' file, also running all local tests.  * debian/copyrright: FIXME FIXME FIXME. DO NOT RELEASE BEFORE. -- Bernd Zeimetz <bernd at bzed.de>  Tue, 13 Nov 2007 17:40:48 +0100	\N	27557
-5095	3	f	\N	2007-12-16 19:31:40.547678	f	t	t	t	t	1993	/cstream/trunk	\N	\N	cstream (2.7.4-1) unstable; urgency=low  * New upstream release.  * Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.  * Move Homepage to own field (from pseudo-field in long description).  * Update CDBS tweaks:    + Add upstream-tarball.mk to implement get-orig-source target.    + Check copyright strings in pre-build target (not clean target) to      fix race condition.    + Have buildinfo.mk depend on buildcore.mk.    + Update README.cdbs-tweaks.  * Update copyright_hints (only autotools-related changes).  * Cleanup duplicate build-dependencies in debian/rules, and semi-auto-    update debian/control:      DEB_BUILD_OPTIONS=cdbs-autoupdate fakeroot debian/rules pre-build -- Jonas Smedegaard <dr at jones.dk>  Sat, 29 Sep 2007 12:18:51 +0200	\N	21946
-5413	9	f	\N	2007-12-16 19:39:51.972583	f	t	t	t	t	2310	/libmodule-install-perl	\N	\N	libmodule-install-perl (0.68-1) unstable; urgency=low  * New upstream release.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * debian/rules:    - Don't ignore errors from $(MAKE) distclean.    - Move tests to build target.    - Don't ignore errors of tests.    - Call dh_clean before $(MAKE) distclean.    - Remove unused dh_* calls.  * Remove /usr/share/man/man3/Module::Install::Admin::Manifest.3pm.gz which    is a stub.  * Add libmodule-corelist-perl to Build-Depends-Indep.  * Add upstream URL and update copyright years/holders and license in    debian/copyright. -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 01 Nov 2007 13:03:38 +0100	\N	23477
-5096	3	f	\N	2007-12-16 19:31:40.980112	f	t	t	t	t	1994	/hibernate/trunk	\N	\N	hibernate (1.97-1) unstable; urgency=low  * New upstream release (closes: #447589):    - introduces USuspendRamUnsureOk to enable use of s2ram's system-specific      options if it's unsure; thanks to Andrew Pimlott (closes: #433028).    - scriptlets.d/lock now supports XtrLock; thanks to "cg" (closes: #427475).    - get_env_var_of_process is now in the main script; thanks to Pascal      Dormeau (closes: #433003).    - Fixes manpage typo; thanks Justin Pryzby (closes: #443732).    - The galeon and sylpheed-claws scriptlets by Norbert Buchmuller are now      officially distributed (see #427376).    - patch by Joey Hess which fixes the backlight script to work better if      the backlight was initially below 10% (closes: #434825).    - scriptlets.d/sysfs_power_state now uses `uname -m` instead of `arch`;      thanks to Uwe Herman (closes: #436287).    - prevents double execution of included configuration files Thanks to      "CSights" and Martin Ziegler for analysing this.      (closes: #433965, #392712).    - patch by Matthias Hensler which fixes filewriter support for Tux-On-Ice      (closes: #441801).    - use start-stop-daemon instead of backgrounding ifup (closes: #422539).    - adds anacron to sample RestartServices line (closes: #414100). -- martin f. krafft <madduck at debian.org>  Mon, 22 Oct 2007 15:04:30 +0200	\N	21951
-5097	3	f	\N	2007-12-16 19:31:41.358197	f	t	t	t	t	1995	/mathwar/trunk	\N	\N	mathwar (0.2.4-4) unstable; urgency=low  * Drop tightening colors - no longer required by menu policy (closes:    Bug#197795). Stop build-depending on menu.  * Repackage using cdbs.  * Add watch file.  * Standards-version 3.5.10. -- Jonas Smedegaard <dr at jones.dk>  Fri,  4 Jul 2003 14:53:29 +0200	\N	21956
-6273	11	f	\N	2007-12-16 20:00:22.656986	f	t	t	t	t	3164	/hachoir-parser/trunk	\N	\N	hachoir-parser (1.0-2) UNRELEASED; urgency=low  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:30 +0200	\N	27562
-5098	3	f	\N	2007-12-16 19:31:41.713113	f	t	t	t	t	1996	/libavg/trunk	\N	\N	libavg (0.7.0-3) unstable; urgency=low  * Ignore errors from 'make check' because they are probably errors of the    buildd environment. (Closes: #447246) -- Torsten Werner <twerner at debian.org>  Sun, 09 Dec 2007 21:22:36 +0100	\N	21959
-5414	9	f	\N	2007-12-16 19:39:52.37938	f	t	t	t	t	2311	/libpoe-component-sslify-perl	\N	\N	libpoe-component-sslify-perl (0.09-1) unstable; urgency=low  * New upstream release.  * debian/patches/fix-pod-docs-for-names.patch: dropped -- taken upstream.  * debian/control: bumped standards version.  * debian/rules: adjusted to follow cleaner stamp conventions. -- Kees Cook <kees at outflux.net>  Fri, 07 Dec 2007 15:07:46 -0800	\N	23482
-5099	3	f	\N	2007-12-16 19:31:42.036977	f	t	t	t	t	1997	/pcf2bdf/trunk	\N	\N	pcf2bdf (1.04-3) UNRELEASED; urgency=low  * Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.  * Add Homepage to field. -- Jonas Smedegaard <dr at jones.dk>  Sat, 29 Sep 2007 13:03:25 +0200	\N	21964
-5795	9	f	\N	2007-12-16 19:45:06.403079	f	t	t	t	t	2692	/libwww-mechanize-shell-perl	\N	\N	libwww-mechanize-shell-perl (0.46-1) unstable; urgency=low  [ gregor herrmann ]  * New upstream release.  * Unsetting HTTP_PROXY and http_proxy in debian/rules no longer need,    fixed upstream.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Depend on libhtml-display-perl, which is a separate module now    (closes: #449486).  [ David Paleino ]  * debian/control:    - Depends field wrapped    - added dependency on quilt    - added dependencies on libtest-without-module-perl,      libpod-constants-perl and libtest-inline-perl.    - added myself to Uploaders  * debian/rules:    - some clean up    - added support to quilt  * debian/patches/* added - handle some special cases (see the comment    in the patch file)  [ Damyan Ivanov ]  * [debian/rules] fix target interdependencies    + stamp targets depend on stamp targets only -- Damyan Ivanov <dmn at debian.org>  Tue, 13 Nov 2007 07:43:50 +0200	\N	25383
-5100	3	f	\N	2007-12-16 19:31:42.441876	f	t	t	t	t	1998	/apt-xapian-index/trunk	\N	\N	apt-xapian-index (0.4) experimental; urgency=low  * Added versioned dependency on python-xapian.  Closes: #447382.  * Added examples from my blog posts -- Enrico Zini <enrico at debian.org>  Mon, 22 Oct 2007 15:34:38 +0100	\N	21968
-6274	11	f	\N	2007-12-16 20:00:23.18631	f	t	t	t	t	3165	/python-dsv/trunk	\N	\N	python-dsv (1.4.0-6) UNRELEASED; urgency=low  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:05 +0200	\N	27567
-5101	3	f	\N	2007-12-16 19:31:42.797962	f	t	t	t	t	1999	/clearsilver/trunk	\N	\N	clearsilver (0.10.4-1) unstable; urgency=low  * New upstream release -- Lars Kruse <devel at sumpfralle.de>  Sat, 16 Jun 2007 22:46:26 +0200	\N	21973
-5415	9	f	\N	2007-12-16 19:39:52.771498	f	t	t	t	t	2312	/liblog-agent-logger-perl	\N	\N	liblog-agent-logger-perl (0.1.1-6) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:05 +0100	\N	23487
-5102	3	f	\N	2007-12-16 19:31:43.143695	f	t	t	t	t	2000	/vimoutliner/trunk	\N	\N	vimoutliner (0.3.4-8) unstable; urgency=low  * Added a vim-addons registry file;    thanks to Jan Schumacher (closes: #432891). -- martin f. krafft <madduck at debian.org>  Sat, 14 Jul 2007 16:59:50 +0200	\N	21978
-5103	3	f	\N	2007-12-16 19:31:43.477576	f	t	t	t	t	2001	/dvorak7min/trunk	\N	\N	dvorak7min (1.6.1-9) unstable; urgency=low  * Remove broken scripts in doc/examples which are outside the scope of    this package anyways (closes: #455062)  * Bump standards-version to 3.7.3 (no changes) -- Francois Marier <francois at debian.org>  Mon, 10 Dec 2007 09:34:35 +1300	\N	21983
-5796	9	f	\N	2007-12-16 19:45:06.842945	f	t	t	t	t	2693	/libclass-c3-xs-perl	\N	\N	libclass-c3-xs-perl (0.08-2) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Damyan Ivanov ]  * [debian/watch] Stop capturing file extension -- Damyan Ivanov <dmn at debian.org>  Tue, 06 Nov 2007 11:01:21 +0200	\N	25388
-5104	3	f	\N	2007-12-16 19:31:43.788459	f	t	t	t	t	2002	/calife/trunk	\N	\N	calife (3.0pre7-1) unstable; urgency=low  * New upstream release  * Upgrade Standards to 3.7.2 (checked)  * Update debian/watch as upstream only publishes .tar.bz2 files -- Christian Perrier <bubulle at debian.org>  Sun, 05 Aug 2007 09:07:05 +0200	\N	21988
-5416	9	f	\N	2007-12-16 19:39:53.17337	f	t	t	t	t	2313	/libunicode-string-perl	\N	\N	libunicode-string-perl (2.09-2) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Don't install empty /usr/share/perl5 directory.  * Install upstream changelog.  * Convert debian/copyright to UTF-8.  * Set Standards-Version to 3.7.2 (no changes needed).  * Remove lintian override, not needed anymore.  [ Frank Lichtenheld ]  * debian/control: Remove superfluous quotes around group name. -- Frank Lichtenheld <djpig at debian.org>  Thu, 08 Nov 2007 18:08:24 +0100	\N	23492
-5105	3	f	\N	2007-12-16 19:31:44.120418	f	t	t	t	t	2003	/renameutils/trunk	\N	\N	renameutils (0.9.0-1) unstable; urgency=low  * New upstream release (closes: #347253)  * Bump Standards-Version to 3.7.3 (no changes)  * Tweak the watch file to avoid picking up -latest  * debian/copyright: update year and link to GPLv2 explicitely -- Francois Marier <francois at debian.org>  Wed, 05 Dec 2007 09:13:21 +1300	\N	21991
-5106	3	f	\N	2007-12-16 19:31:44.469345	f	t	t	t	t	2004	/gengameng/trunk	\N	\N	gengameng (4.1-8) unstable; urgency=low  * Take over this package with Daniel's permission.  Thanks for your work Daniel!  * debian/control:    - Bump debhelper compatibility to 5 (and move it to debian/compat)    - Bump Standards-Version to 3.7.2    - Mention collab-maint repo    - Fix distclean lintian warning    - Use binary:Version instead of Source-Version    - Mention flatzebra in the descriptions  * Move mkdir calls to dirs  * Install the package in $(CURDIR)/debian/tmp -- Francois Marier <francois at debian.org>  Fri, 02 Nov 2007 13:28:18 +1300	\N	21996
-5108	3	f	\N	2007-12-16 19:31:45.174183	f	t	t	t	t	2006	/sympa/trunk	\N	\N	sympa (5.2.3-0.5) experimental; urgency=low  * remove spurious arc and bounce directories from /usr/lib/sympa  * ensure proper creation and removal of /etc/sympa/data_structure.version  * really use supplied administration password on database creation    (Closes: #336157)   -- Stefan Hornburg (Racke) <racke at linuxia.de>  Wed, 20 Dec 2006 11:55:20 +0100	4.1.1:\n\tSOAP server\n\tother webservers\n	22006
-5109	3	f	\N	2007-12-16 19:31:45.50381	f	t	t	t	t	2007	/email-reminder/trunk	\N	\N	email-reminder (0.7.0-1) unstable; urgency=low  * New upstream release:    - security enhancements    - support for SMTP authentication  * Added postinst and postrm scripts to create a spool directory and a    restricted user account  * Updated the cron job to make use of the new collect-reminders script  * Recommend the packages necessary for SMTP authentication  * Handle the config file entirely in debconf  * Use the full download list in the watch file  * Rename XS-Vcs-* fields to Vcs-*  * Add a call to dh_desktop in debian/rules  * Move the build stuff into the indep section  * Bump Standards-Version to 3.7.3 (no other changes) -- Francois Marier <francois at debian.org>  Tue, 11 Dec 2007 23:29:10 +1300	\N	22011
-6275	11	f	\N	2007-12-16 20:00:23.660939	f	t	t	t	t	3166	/python-xlib/trunk	\N	\N	python-xlib (0.14-1) unstable; urgency=low  * New upstream release  * No longer provides pythonX.Y-xlib packages  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)  * Added build dependency on texinfo  * Install NEWS file as upstream changelog -- Mike O'Connor <stew at vireo.org>  Sat, 13 Oct 2007 18:06:44 -0400	\N	27572
-5110	3	f	\N	2007-12-16 19:31:51.042596	f	t	t	t	t	2008	/scilab/trunk	\N	\N	scilab (4.1.2-2) unstable; urgency=low  * Move architecture dependent files from package scilab to scilab-bin.    (Closes: #452461)  * Support binary NMUs.  * Fix desktop and menu files. -- Torsten Werner <twerner at debian.org>  Sun, 25 Nov 2007 17:42:55 +0100	\N	22016
-5417	9	f	\N	2007-12-16 19:39:53.648037	f	t	t	t	t	2314	/libperl6-slurp-perl	\N	\N	libperl6-slurp-perl (0.03-6) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:39 +0200	\N	23497
-5111	3	f	\N	2007-12-16 19:31:51.381212	f	t	t	t	t	2009	/workrave/trunk	\N	\N	workrave (1.8.5-4) unstable; urgency=low  * Fix the watch file (closes: #453544)  * Bump Standards-Version to 3.7.3 (no changes)  * Remove /usr/sbin from debian/dirs (it was empty)  * Add a call to dh_desktop in debian/rules -- Francois Marier <francois at debian.org>  Tue, 11 Dec 2007 13:29:54 +1300	\N	22021
-5112	3	f	\N	2007-12-16 19:31:56.673082	f	t	t	t	t	2010	/initrd-netboot/trunk	\N	\N	initrd-netboot (0.7.0b-2) unstable; urgency=low  * Switch to relying on new linux-2.6 source package:    + Depend on newer linux-kernel-* virtual packages where matching.    + Drop hppa, ia64 and sparc as supported arches (it is unclear which      of the subarches works).    + Update long description about supported arches.    + Add NEWS file about the change.    + Provide support for sarge backports by depending on older virtual      packages when DEB_BUILD_OPTIONS contains "sarge".    + This closes: bug#335080 (thanks to Daniel Burrows      <dburrows at debian.org>).  * Provide support for relaxed kernel dependencies (favoured upstream),    when DEB_BUILD_OPTIONS contains "relaxed".  * Use newer po-debconf cdbs snippet properly including debconf-2.0 as    fallback dependency for debconf.  * Auto-update debian/control - and strip bogus build-essential build-    dependency.  * Add new debconf l12n:    + Czech (cs). Closes: bug#321611 (thanks to Miroslav Kure      <kurem at upcase.inf.upol.cz>).    + French (fr). Closes: bug#316171 (thanks to Steve Petruzzello      <dlist at bluewin.ch> and debian-l10n-french mailing list      contributors). -- Jonas Smedegaard <dr at jones.dk>  Sat, 22 Oct 2005 14:58:08 +0200	\N	22026
-5797	9	f	\N	2007-12-16 19:45:07.280663	f	t	t	t	t	2694	/libcdk-perl	\N	\N	libcdk-perl (4.9.10-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:45 +0200	\N	25393
-5113	3	f	\N	2007-12-16 19:31:57.051985	f	t	t	t	t	2011	/upstart/trunk	\N	\N	upstart (0.3.9-2) UNRELEASED; urgency=low  * debian/control    - The Vcs-* fields are now officially supported, so remove the XS- prefix.    - Bump Standards-Version to 3.7.3. No further changes required.  -- Michael Biebl <biebl at debian.org>  Tue, 04 Dec 2007 10:06:31 +0100	\N	22029
-5114	3	f	\N	2007-12-16 19:31:57.383937	f	t	t	t	t	2012	/taktuk/trunk	\N	\N	taktuk (3.6-2) UNRELEASED; urgency=low  * Fixed Vcs-*: they must point to the directory containing the debian/    dir, not the one containing trunk/ -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Wed, 12 Dec 2007 12:10:48 +0100	\N	22034
-5418	9	f	\N	2007-12-16 19:39:54.094447	f	t	t	t	t	2315	/libcarp-datum-perl	\N	\N	libcarp-datum-perl (1:0.1.3-5) UNRELEASED; urgency=low  [ Raphael Hertzog ]  * Put the team in the Maintainer field.  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Don't install empty /usr/lib/perl5 directory.  * Let build-stamp depend on configure-stamp to make parallel builds    possible. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:44 +0200	\N	23502
-5115	3	f	\N	2007-12-16 19:31:57.756016	f	t	t	t	t	2013	/yc-el/trunk	\N	\N	yc-el (4.0.13-8) unstable; urgency=low  * fixed: yc-el handling nostrip build option. (closes: #438354)    - (1) Add CFLAGS in Makefile.    - (2) Remove -s(strip) option from install command in Makefile.    - (3) Add ifneq sentense in Makefile.    - (4) Correct install binary path in Makefile.  * fixed: yc-el prefer emacs22 (closes: #433978)    - I modified 'Depends:' in controle file.  * other minor fixes.    - Correct vaild email address in chagelog.   -- Yukiharu YABUKI <yabuki at netfort.gr.jp>  Sun, 25 Nov 2007 00:30:03 +0900	\N	22039
-5419	9	f	\N	2007-12-16 19:39:54.543477	f	t	t	t	t	2316	/libxml-dom-xpath-perl	\N	\N	libxml-dom-xpath-perl (0.13-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:25 +0200	\N	23507
-5798	9	f	\N	2007-12-16 19:45:07.722255	f	t	t	t	t	2695	/libdata-stag-perl	\N	\N	libdata-stag-perl (0.10-1) unstable; urgency=low  * Initial Release. -- David Paleino <d.paleino at gmail.com>  Sun, 17 Nov 2007 19:09:05 +0100	\N	25398
-5116	3	f	\N	2007-12-16 19:31:58.176321	f	t	t	t	t	2014	/pidgin/trunk	\N	\N	pidgin (2.3.1-2) unstable; urgency=low  * Make libpurple0 shlibs slightly looser by making it    >= MAJOR.MINOR.0 instead of >= VERSION.  * Change browser command in /etc/purple/prefs.xml to be of type    'path' instead of 'string', to match what is set by pidgin.    Thanks to Will Thompson for the fix. (Closes: #456441)  * Fix FTBFS when doing a "make docs" by adding an appropriate $(top_srcdir)    before the path to an included file. (Closes: #454549) -- Ari Pollak <ari at debian.org>  Sat, 15 Dec 2007 15:23:38 -0500	- Add a dh_purple and/or dh_finch for people who want to package plugins for\nthose. dh_purple should probably add Depends: finch | pidgin with the\nappropriate versions.\n	22044
-6276	11	f	\N	2007-12-16 20:00:24.129935	f	t	t	t	t	3167	/turbogears/trunk	\N	\N	turbogears (1.0.4~b2-1) unstable; urgency=low  [ Piotr Ożarowski ]  * Vcs-Browser and Homepage fields added  * XS-Vcs-Svn field renamed to Vcs-Svn  [ Gustavo Noronha Silva ]  * New upstream release  - supports the new version of SQLAlchemy (Closes: #449588)  * debian/patches/01_disable_requirements.diff,    debian/patches/02_sqlalchemy_default_if_no_correct_sqlobject.diff:  - patches updated for the new version  * debian/control:  - added python-elixir to Recommends -- Gustavo Noronha Silva <kov at debian.org>  Fri, 16 Nov 2007 18:41:56 -0200	\N	27577
-5117	3	f	\N	2007-12-16 19:31:58.551491	f	t	t	t	t	2015	/openbox/trunk	\N	\N	openbox (3.4.4-3) unstable; urgency=low  * Included patch (04_fixdepo) by Peter Schwindt to fix minor issues    in the German translation (Closes: #439220).  * Switched from old Homepage tag to new Homepage control field.  * Recognize DEB_BUILD_OPTIONS in rules.  * Applied patch by Daniel Kahn Gillmor to fix outdated details.html    file (Closes: #446199). -- Nico Golde <nion at debian.org>  Sun, 28 Oct 2007 15:40:57 +0100	\N	22049
-5799	9	f	\N	2007-12-16 19:45:08.212914	f	t	t	t	t	2696	/libdatetime-format-builder-perl	\N	\N	libdatetime-format-builder-perl (0.7901-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:39 +0200	\N	25403
-5118	3	f	\N	2007-12-16 19:31:58.921543	f	t	t	t	t	2016	/wrr/trunk	\N	\N	wrr (20021019-7) UNRELEASED; urgency=low  * Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.  * Move Homepage to own field (from pseudo-field in long description). -- Jonas Smedegaard <dr at jones.dk>  Sat, 29 Sep 2007 13:13:08 +0200	\N	22054
-5119	3	f	\N	2007-12-16 19:31:59.239894	f	t	t	t	t	2017	/unhide/trunk	\N	\N	unhide (20071102-1) unstable; urgency=low  * Initial release (Closes: #451206) -- Francois Marier <francois at debian.org>  Thu, 06 Dec 2007 18:21:35 +1300	\N	22058
-5420	9	f	\N	2007-12-16 19:39:54.969581	f	t	t	t	t	2317	/libdata-integer-perl	\N	\N	libdata-integer-perl (0.003-1) unstable; urgency=low  * New upstream release.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza). Removed: XS-Vcs-Svn fields.  * Don't create .packlist file. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 28 Oct 2007 18:22:54 +0100	\N	23512
-5120	3	f	\N	2007-12-16 19:31:59.589977	f	t	t	t	t	2018	/tslib/trunk	\N	\N	tslib (1.0-2) unstable; urgency=low  * Applied a patch from the tslib mailing list to link modules    that use tslib functions with libts. This is needed for them to work    with DirectFB.  * Uncomment the linux input module in ts.conf, since this is the one    most people will probably use.  * Add a symbols file.  * Misc packaging fixes. -- Joey Hess <joeyh at debian.org>  Mon, 10 Dec 2007 18:09:38 -0500	\N	22062
-5121	3	f	\N	2007-12-16 19:31:59.909374	f	t	t	t	t	2019	/pop-before-smtp/trunk	\N	\N	pop-before-smtp (1.41-2) UNRELEASED; urgency=low  * Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.  * Move Homepage to own field (from pseudo-field in long description).    Fix typo in the Homepage URL. -- Jonas Smedegaard <dr at jones.dk>  Sat, 29 Sep 2007 13:04:27 +0200	Things that would be nice to have (more or less prioritized):\n\n  * Go through init.d and use pidof and similar tools.\n  * Run as non-root but in group adm to have access to logfiles.\n  * Support logcheck with the following string:\n    pop-before-smtp\\[.*\\]: (opening|closing) relay for [\\.[:digit:]]+( --- not in mynetworks)?\n  * Use debconf to choose mail daemons.\n\n -- Jonas Smedegaard <dr at jones.dk>  Wed, 27 Mar 2002 16:42:42 +0100\n	22067
-5122	3	f	\N	2007-12-16 19:32:00.275137	f	t	t	t	t	2020	/gnokii/trunk	\N	\N	gnokii (0.6.22.dfsg-4) unstable; urgency=low  * debian/control:       - description improvements (thanks Josh Triplett) (closes: #454217)      - make libgnokii3-dev priority extra (avoid policy 2.5, depends on      libbluetooth-dev which is also extra) -- Leo Costela <costela at debian.org>  Tue, 04 Dec 2007 12:27:29 +0100	* implement symbols file (http://wiki.debian.org/UsingSymbolsFiles)\n	22071
-5421	9	f	\N	2007-12-16 19:39:55.417442	f	t	t	t	t	2318	/libimager-perl	\N	\N	libimager-perl (0.58-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:54:57 +0100	\N	23517
-5123	3	f	\N	2007-12-16 19:32:00.617323	f	t	t	t	t	2021	/tex4ht/trunk	\N	\N	tex4ht (20071211-3) UNRELEASED; urgency=low  * fixed previous entry in the changelog; should be "rule" not    "target". -- Kapil Hari Paranjape <kapil at debian.org>  Thu, 13 Dec 2007 10:25:30 +0530	\N	22076
-5800	9	f	\N	2007-12-16 19:45:08.664238	f	t	t	t	t	2697	/libtest-assertions-perl	\N	\N	libtest-assertions-perl (1.054-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza). Removed: XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:24 +0200	\N	25408
-5124	3	f	\N	2007-12-16 19:32:00.943774	f	t	t	t	t	2022	/gnome-subtitles/trunk	\N	\N	gnome-subtitles (0.7-2) unstable; urgency=low  * Set MONO_SHARED_DIR=$(CURDIR) to avoid writing in ~/.wapi. Thanks to Kurt    Roeckx.  (Closes: #454973)  * Add configure --disable-scrollkeeper flag. It's needed to avoid writing in    /var/log/scrollkeeper.log during the build.  * Remove mplayer as Suggests since 0.7 uses gstreamer instead. -- Tiago Bortoletto Vaz <tiago at debian-ba.org>  Wed, 12 Dec 2007 09:55:43 -0300	\N	22081
-5801	9	f	\N	2007-12-16 19:45:14.434682	f	t	t	t	t	2698	/libcrypt-des-perl	\N	\N	libcrypt-des-perl (2.05-3) UNRELEASED; urgency=low  * Don't install empty /usr/share/perl5 directory. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 22:31:22 +0100	\N	25413
-6277	11	f	\N	2007-12-16 20:00:34.593143	f	t	t	t	t	3168	/pyopengl-demo/trunk	\N	\N	pyopengl-demo (3.0.0~a6-2) UNRELEASED; urgency=low  [ Piotr Ożarowski ]  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)  [ Sandro Tosi ]  * debian/watch    - added file -- Sandro Tosi <matrixhasu at gmail.com>  Sat, 24 Nov 2007 18:05:12 +0100	\N	27582
-5125	3	f	\N	2007-12-16 19:32:01.314713	f	t	t	t	t	2023	/par/trunk	\N	\N	par (1.52-4) UNRELEASED; urgency=low  * TODO: Work on the i18n patch and add back an edited    README.Debian. -- Kapil Hari Paranjape <kapil at debian.org>  Mon, 27 Aug 2007 12:39:24 +0530	\N	22086
-5126	3	f	\N	2007-12-16 19:32:01.677867	f	t	t	t	t	2024	/python-weblib/trunk	\N	\N	python-weblib (1.3.4-1) UNRELEASED; urgency=low  * Mew upstream release.  * Update local CDBS tweaks, and document them in README.cdbs-tweaks in    the source package.  * Add TODO about fixing the package name post-etch.  * Relax python-all-dev build-dependency (it was needlessly versioned).  * Fix doc-base references, thanks to lintian.  * Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.  * Move Homepage to own field (from pseudo-field in long description).  * Also, the following sneaked into the NMU below:    + Bumped to debhelper compatibility version 5. -- Jonas Smedegaard <dr at jones.dk>  Sat, 29 Sep 2007 13:08:47 +0200	Post-etch:\n\n  * Rename package to python-pyweblib. Closes: bug#295380, thanks to\n    Gustavo Noronha Silva <kov at debian.org>.\n	22091
-5506	9	f	\N	2007-12-16 19:41:09.340021	f	t	t	t	t	2403	/libmsgcat-perl	\N	\N	libmsgcat-perl (1.03-4) UNRELEASED; urgency=low  [ Raphael Hertzog ]  * Put the team as Maintainer and move myself to Uploaders.  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:48 +0200	\N	23942
-5127	3	f	\N	2007-12-16 19:32:01.984977	f	t	t	t	t	2025	/libconvert-uulib-perl/trunk	\N	\N	libconvert-uulib-perl (1.09-2) UNRELEASED; urgency=low  * Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.  * Move Homepage to own field (from pseudo-field in long description). -- Jonas Smedegaard <dr at jones.dk>  Sat, 29 Sep 2007 12:22:08 +0200	\N	22096
-5802	9	f	\N	2007-12-16 19:45:14.917375	f	t	t	t	t	2699	/libxml-writer-perl	\N	\N	libxml-writer-perl (0.603-2) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields.  [ Frank Lichtenheld ]  * debian/rules: Cleanup:    + fix dependency of build-stamp on configure-stamp    + split PREFIX into DESTDIR and PREFIX    + remove useless OPTIMIZE argument    + reorder clean target -- Frank Lichtenheld <djpig at debian.org>  Thu, 08 Nov 2007 19:22:51 +0100	\N	25418
-5128	3	f	\N	2007-12-16 19:32:02.37626	f	t	t	t	t	2026	/wmbinclock/trunk	\N	\N	wmbinclock (0.5-5) unstable; urgency=low  * Adopting package (Closes: 439972).  * Menu update (for menu 2.1.35).  * Removed obsolete postinst and postrm files.  * New watch file. -- Philipp Benner <mail at philipp-benner.de>  Wed, 29 Aug 2007 20:57:29 +0200	\N	22100
-5129	3	f	\N	2007-12-16 19:32:02.684299	f	t	t	t	t	2027	/dsdo/trunk	\N	\N	dsdo (1.6.9-1) unstable; urgency=low  * New upstream release.  * Unfuzz patches.  * Move Homepage to own field (from pseudo-field in long description).  * Move X-Vcs-* control fields to Vcs-*.  * Rewrite debian/copyright to conform to proposed new format at    http://wiki.debian.org/Proposals/CopyrightFormat . -- Jonas Smedegaard <dr at jones.dk>  Thu, 11 Oct 2007 23:53:20 +0200	\N	22105
-6278	11	f	\N	2007-12-16 20:00:45.053335	f	t	t	t	t	3169	/python-toscawidgets/trunk	\N	\N	python-toscawidgets (0.1a1-2) UNRELEASED; urgency=low  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:19 +0200	\N	27587
-5130	3	f	\N	2007-12-16 19:32:03.0154	f	t	t	t	t	2028	/stlport5.1/trunk	\N	\N	stlport5.1 (5.1.4-2) UNRELEASED; urgency=low  * Use Vcs-Svn: and Vcs-Browser: in debian/control.  * Add Homepage: control field. -- Thomas Girard <thomas.g.girard at free.fr>  Sat, 17 Nov 2007 16:57:48 +0000	\N	22110
-5803	9	f	\N	2007-12-16 19:45:15.334015	f	t	t	t	t	2700	/libemail-send-perl	\N	\N	libemail-send-perl (2.192-1) unstable; urgency=low  * New upstream release. -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 02 Nov 2007 17:45:44 +0100	\N	25423
-5131	3	f	\N	2007-12-16 19:32:03.349085	f	t	t	t	t	2029	/libconfig-inifiles-perl/trunk	\N	\N	libconfig-inifiles-perl (2.39-3) UNRELEASED; urgency=low  * Add Vcs-Svn and Vcs-Browser fields to debian/control.  * Move Homepage to own field (from pseudo-field in long description).  * Instruct dh_perl to only depend on perl-base, instead of avoiding    its dependency-resolving altogether. -- Jonas Smedegaard <dr at jones.dk>  Sat, 29 Sep 2007 12:21:11 +0200	\N	22115
-5132	3	f	\N	2007-12-16 19:32:03.656127	f	t	t	t	t	2030	/pydb/trunk	\N	\N	pydb (1.01-8.3) unstable; urgency=low  * NMU (using the prepared package from Oleksandr Moskalenko).  * Fix breakpoint set interaction with ddd (Closes: #190662).  * Quote all debian/menu entries (lintian warning)  * Use newer standards version (lintian warning) -- Bastian Kleineidam <calvin at debian.org>  Wed,  9 Mar 2005 17:56:58 +0100	\N	22120
-6279	11	f	\N	2007-12-16 20:00:45.506647	f	t	t	t	t	3170	/python-htmltmpl/trunk	\N	\N	python-htmltmpl (1.22-11) UNRELEASED; urgency=low  [ Sergio Talens-Oliag ]  * Remove DEB_PYTHON_INSTALL_ARGS variable from debian/rules and depend on    cdbs (>= 0.4.42) [ FIXME: That version is not available already ].  [ Piotr Ożarowski ]  * Added Vcs-Svn and Vcs-Browser fields  [ Sandro Tosi ]  * debian/watch    - added missing file -- Sandro Tosi <matrixhasu at gmail.com>  Fri, 23 Nov 2007 18:44:00 +0100	\N	27592
-5133	3	f	\N	2007-12-16 19:32:04.113526	f	t	t	t	t	2031	/mouseemu/trunk	\N	\N	mouseemu (0.15-8) unstable; urgency=low  * debian/patches/63_pidfile.dpatch: exit gracefully if pidfile creation    fails. Thanks to colin Watson. (Closes: #426020) -- Gaudenz Steinlin <gaudenz at debian.org>  Tue, 29 May 2007 18:15:39 +0200	\N	22123
-5422	9	f	\N	2007-12-16 19:39:55.889262	f	t	t	t	t	2319	/libmail-imapclient-perl	\N	\N	libmail-imapclient-perl (3.00-1) unstable; urgency=low  [ Joey Hess ]  * Fix watch file to deal with mangled version number.  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * New upstream release:    - repackaging the upstream source not needed any more, because the      non-free docs were removed; removing the note from README.Debian and      the version mangling from debian/watch.  * Use a dist-based based URL in debian/watch.  * debian/copyright:    - add generic upstream URL.    - copy current maintainer/copyright/license statement verbatim from      README.  * Remove patch 10_get_socket_on_external, included in rewritten upstream    code.  * Remove patch 20_ssl_support, SSL connections are now handled via the    (Raw)Socket method; add NEWS.Debian containing this information; remove    libio-socket-ssl-perl from build dependencies; move    libio-socket-ssl-perl from Depends to Recommends; remove README.Debian;    add new patch catch_ssl_attribute to catch the use of the old Ssl    attribute provided by the now deleted patch.  * Remove patch 30_uninitialized_warning, not relevant for new upstream    code any more.  * Remove patch 40_pod_whatis_parse_error, not relevant for new upstream    code any more.  * debian/rules:    - move dh_clean before $(MAKE) distclean.    - set mode for *.grammar files to 644.    - don't install *.pod files.  * debian/control:    - add libtest-pod-perl to Build-Depends-Indep.    - add quilt to Build-Depends.    - remove dpatch from Build-Depends.  [ Damyan Ivanov ]  * Remove unused dh_link call -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 28 Nov 2007 23:01:34 +0100	\N	23522
-5804	9	f	\N	2007-12-16 19:45:15.795902	f	t	t	t	t	2701	/libnet-patricia-perl	\N	\N	libnet-patricia-perl (1.014-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:03 +0200	\N	25428
-5134	3	f	\N	2007-12-16 19:32:04.476074	f	t	t	t	t	2032	/libhtml-lint-perl/trunk	\N	\N	libhtml-lint-perl (2.02-1) unstable; urgency=low  * New upstream release. Closes: bug#338217 (thanks to Florian Ernst    <florian at uni-hd.de>).  * Update local cdbs snippet buildinfo.mk to fix namespace.  * Add and enable new local cdbs snippets copyright-check.mk and    auto-update.mk.  * Semi-auto-update debian/control.  * Simplify debian/watch (qa.debian.org gets confused by multiple    parantheses).  * Build-depend on libtest-pod-coverage-perl to complete all tests. -- Jonas Smedegaard <dr at jones.dk>  Thu, 16 Feb 2006 10:48:50 +0100	\N	22128
-5423	9	f	\N	2007-12-16 19:39:56.331697	f	t	t	t	t	2320	/libfilesys-df-perl	\N	\N	libfilesys-df-perl (0.92-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:30 +0200	\N	23527
-5135	3	f	\N	2007-12-16 19:32:09.766998	f	t	t	t	t	2033	/ebug-http/trunk	\N	\N	ebug-http (0.31-2) UNRELEASED; urgency=low  * Now maintained with Subversion on collab-maint.alioth.debian.org  * Added Vcs-* and Homepage fields to control file  * Clean up the diff -- Peter Makholm <peter at makholm.net>  Tue, 16 Oct 2007 18:04:03 +0000	\N	22130
-5805	9	f	\N	2007-12-16 19:45:16.207792	f	t	t	t	t	2702	/libcompress-raw-zlib-perl	\N	\N	libcompress-raw-zlib-perl (2.008-1) unstable; urgency=low  * New upstream release.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * debian/rules: move $(MAKE) test to build-stamp target.  * debian/copyright: add copyright/license information for ppport.h. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 11 Nov 2007 15:28:31 +0100	\N	25433
-5136	3	f	\N	2007-12-16 19:32:10.130682	f	t	t	t	t	2034	/rmagic/trunk	\N	\N	rmagic (2.21-5) UNRELEASED; urgency=low  * Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.  * Move Homepage to own field (from pseudo-field in long description). -- Jonas Smedegaard <dr at jones.dk>  Sat, 29 Sep 2007 13:10:36 +0200	\N	22133
-5424	9	f	\N	2007-12-16 19:39:56.737048	f	t	t	t	t	2321	/libuniversal-can-perl	\N	\N	libuniversal-can-perl (1.12-2) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Damyan Ivanov ]  * [debian/watch] Stop capturing file extension -- Damyan Ivanov <dmn at debian.org>  Tue, 06 Nov 2007 11:01:26 +0200	\N	23532
-6280	11	f	\N	2007-12-16 20:00:45.962399	f	t	t	t	t	3171	/html5lib/trunk	\N	\N	html5lib (0.10-2) UNRELEASED; urgency=low  * UNRELEASED  * debian/control:    - Switching Uploaders- and Maintainer-roles: Setting the team as      Maintainer now, myself as Uploader.  * debian/watch:    - Removing unnecessary comments -- Bernd Zeimetz <bernd at bzed.de>  Mon, 05 Nov 2007 02:15:29 +0100	\N	27597
-5806	9	f	\N	2007-12-16 19:45:16.621435	f	t	t	t	t	2703	/libclass-date-perl	\N	\N	libclass-date-perl (1.1.9-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:54:47 +0100	\N	25438
-6073	7	f	\N	2007-12-16 19:54:20.672091	f	t	t	t	t	2965	/javatar	\N	\N	javatar (2.5+dfsg-2) unstable; urgency=low  * Fixed watch file. Closes: #450359.  * Added Homepage tag to debian/control.  * Added myself to Uploaders. -- Michael Koch <konqueror at gmx.de>  Thu, 29 Nov 2007 21:22:30 +0100	\N	26630
-6281	11	f	\N	2007-12-16 20:00:46.440649	f	t	t	t	t	3172	/psycopg/trunk	\N	\N	psycopg (1.1.21-17) UNRELEASED; urgency=low  * XS-Vcs-Svn field renamed to Vcs-Svn  * Vcs-Browser field added  -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:46 +0200	\N	27602
-5137	3	f	\N	2007-12-16 19:32:10.544136	f	t	t	t	t	2035	/moin/trunk	\N	\N	moin (1.5.8-5) unstable; urgency=high  * Acknowledge NMU.    + Rename patch to 10011 (to match documented naming scheme).    + Unfuzz patch.  * Use Vcs-* fields (not XS-Vcs-* fields) in debian/control. -- Jonas Smedegaard <dr at jones.dk>  Sun, 21 Oct 2007 17:39:47 +0200	TODO list for moin:\n\n  * Package and suggest TWikiDrawPlugin\n    Building: "ant -Dbuild.compiler=gcj"\n  * Update and extend danish l12n of system pages.\n  * Pass on the following wishlist upstream:\n    + Support in Include() macro for plain grepping (in addition to\n      "before" and "after" stripping) - needed to include e.g. only list\n      items\n    + Macro listing "members of (MembersGroup and (FriendsGroup or\n      MePersonally/FriendsGroup) except EvilGroup".\n  * Avoid optimizing .py files below /usr/share/moin (requires update to\n    CDBS)\n  * Package non-english underlay pages as Debian packages.\n  * Consider packaging the flup WSGI server supported from 1.5 and up:\n    http://www.saddi.com/software/flup/\n  * Move global dict dir below /etc/moin (new to Debian-packaged\n    MoinMoin: we used to patch source to always use local dict dirs).\n  * Strip scripts/ subdir from library packages (provide them only as\n    examples: they require manual editing to be of any use).\n  * Rename config dir below examples to default_config.\n  * Move /htdocs/common/ie7/README.txt out to docs dir.\n  * Improved use of interwiki.txt:\n    * Install below /etc/moin/ (not below /usr/share/moin/ ).\n    * Include a copy below ...examples/default_config/ .\n    * Convert to Unix-style line-ends.\n    * Strip wiki comments at top of the file.\n  * Hack default farmconfig.py to use initerwiki.txt\n  * Install moin.cgi below /usr/share/cgi-bin\n\n -- Jonas Smedegaard <dr at jones.dk>  Thu Nov 24 21:01:54 CET 2005\n	22137
-5425	9	f	\N	2007-12-16 19:39:57.231092	f	t	t	t	t	2322	/libmoosex-getopt-perl	\N	\N	libmoosex-getopt-perl (0.05-2) unstable; urgency=medium  [ Damyan Ivanov ]  * Bumped urgency to medium, as we fix FTBFS bug  * added create_pachlist=0 to install call to avoid creating .packlist files.    Thanks, lintian  * Move testsuite from install to build target  * Fix debian/watch to not capture orig.tar.gz file extension  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Rene Mayorga ]  * Adding patch from Niko Tiny <ntyni at iki.fi>     + Include a propper pod section for Moose Metaclass, in order to       past the pod-coverage test (Closes: #445805)  * debian/control - Add quilt as Build-Depends-Indep  * debian/rules - We use quilt now  * Add myself to Uploaders -- Damyan Ivanov <dmn at debian.org>  Tue, 16 Oct 2007 22:34:07 +0300	\N	23537
-5138	3	f	\N	2007-12-16 19:32:10.95479	f	t	t	t	t	2036	/obconf/trunk	\N	\N	obconf (2.0.2-2) unstable; urgency=low  * Switched from Homepage tag to new Homepage field in control. -- Nico Golde <nion at debian.org>  Sat, 20 Oct 2007 15:15:03 +0200	\N	22142
-5807	9	f	\N	2007-12-16 19:45:17.071065	f	t	t	t	t	2704	/libhook-lexwrap-perl	\N	\N	libhook-lexwrap-perl (0.20-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:40 +0200	\N	25443
-5426	9	f	\N	2007-12-16 19:39:57.660024	f	t	t	t	t	2323	/libdbd-sqlite3-perl	\N	\N	libdbd-sqlite3-perl (1.14-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:51 +0200	\N	23542
-5139	3	f	\N	2007-12-16 19:32:11.32562	f	t	t	t	t	2037	/libgtkol/trunk	\N	\N	libgtkol (1.4.1-2) UNRELEASED; urgency=low  * Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.  * Move Homepage to own field (from pseudo-field in long description). -- Jonas Smedegaard <dr at jones.dk>  Sat, 29 Sep 2007 12:23:46 +0200	\N	22147
-6282	11	f	\N	2007-12-16 20:00:46.967843	f	t	t	t	t	3173	/enthought-traits-ui/trunk	\N	\N	enthought-traits-ui (2.0.1b1-2) unstable; urgency=low  * Rename the source and binary packages  * debian/rules:    + add clean target    + Use cdbs variable for upstream version in get-orig-source    + install using setup files  * debian/control:    + Add myself to Uploaders    + Depends: fix python-ets-traits version    + Set architecture to all  * Install docs and examples  * Add debain/orig-tar.sh script to create orig.tar.gz -- Varun Hiremath <varunhiremath at gmail.com>  Sat, 08 Dec 2007 00:36:52 +0530	\N	27607
-5140	3	f	\N	2007-12-16 19:32:11.690085	f	t	t	t	t	2038	/curlftpfs/trunk	\N	\N	curlftpfs (0.9.1-3) UNRELEASED; urgency=low  * NOT RELEASED YET -- Frank S. Thomas <fst at debian.org>  Thu, 06 Dec 2007 22:35:07 +0100	\N	22151
-5808	9	f	\N	2007-12-16 19:45:23.306185	f	t	t	t	t	2705	/libmarc-perl	\N	\N	libmarc-perl (1.07-5) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:19 +0200	\N	25448
-5141	3	f	\N	2007-12-16 19:32:12.100835	f	t	t	t	t	2039	/libsexymm/trunk	\N	\N	libsexymm (0.1.9-2) unstable; urgency=low  * Add debian/watch.  * Add XS-X-Vcs-Svn header to debian/control. -- Torsten Werner <twerner at debian.org>  Sun, 26 Nov 2006 21:41:06 +0100	\N	22156
-5142	3	f	\N	2007-12-16 19:32:12.486948	f	t	t	t	t	2040	/docbook-to-man/trunk	\N	\N	docbook-to-man (1:2.0.0-27) UNRELEASED; urgency=low  * NOT RELEASED YET -- Philipp Benner <mail at philipp-benner.de>  Tue, 04 Dec 2007 18:14:41 +0100	\N	22161
-5143	3	f	\N	2007-12-16 19:32:12.964525	f	t	t	t	t	2041	/geneweb/trunk	\N	\N	geneweb (5.01-3) unstable; urgency=low  * debian/get-iso-codes:    - Delete all 0 size .po files, as pkgstriptranslations in Ubuntu      throws an error if such files don't contain anything. -- Christian Perrier <bubulle at debian.org>  Fri, 19 Oct 2007 20:22:48 +0200	* Find a way to get the port number from /etc/default/geneweb for the\nmenu entry. I tried command="/usr/bin/www-browser\nhttp://localhost:`cat /etc/default/geneweb |grep -e '^PORT'| cut -f2\n-d'='`" in menu entry but this does not seem to work..:-(\n\n* Really deal with permissions : users should not be able to write\nother's databases\n\n	22166
-5427	9	f	\N	2007-12-16 19:39:58.140587	f	t	t	t	t	2324	/libemail-mime-perl	\N	\N	libemail-mime-perl (1.861-1) unstable; urgency=high  [ Ernesto Hernández-Novich (USB) ]  * New upstream release (Closes: #420859).  * Moved package into Debian Pkg Perl Project SVN.  * Fixed copyright file with a better URL.  * Cleanup debian/rules.  * Fixed watch file.  [ Damyan Ivanov ]  * debian/watch: version=3; stop capturing file extensions; escape periods  * debian/rules: fix stamp/non-stamp dependencies. Fixes parallel build  * debian/control:    + wrap long fields    + drop leading space in short description    + add muself to Uploaders  [ Ernesto Hernández-Novich (USB) ]  * Fixed Maintainer field in control file.  * Fixed copyright and control file with a better URL. -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 23 Nov 2007 14:44:04 -0400	\N	23547
-5144	3	f	\N	2007-12-16 19:32:13.370383	f	t	t	t	t	2042	/openttd/trunk	\N	\N	openttd (0.5.3-2) UNRELEASED; urgency=low  * NOT RELEASED YET -- Jordi Mallach <jordi at debian.org>  Tue, 18 Sep 2007 12:38:04 +0200	\N	22171
-5809	9	f	\N	2007-12-16 19:45:23.803513	f	t	t	t	t	2706	/libfortune-perl	\N	\N	libfortune-perl (0.2-8) UNRELEASED; urgency=low  * Remove Section: lib from binary package in debian/control.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:34 +0200	\N	25453
-5145	3	f	\N	2007-12-16 19:32:13.709961	f	t	t	t	t	2043	/xfonts-scalable-nonfree/trunk	\N	\N	xfonts-scalable-nonfree (4.2.1-3) unstable; urgency=low  * Standards-Version 3.6.2 (no changes needed).  * Change to section Non-free/text (the fonts are usable outside X11).  * Correct DeFoMa paths for syriac fonts. Closes: bug#213883 (thanks to    CaT <cat at zip.com.au> and Jakob Bohm <jbj at image.dk>).  * Use local cdbs d-buildinfo snippet.  * Enable cdbs debian/control auto-update (but only when    DEB_BUILD_OPTIONS contains "update").  * Auto-update debian/rules (and manually strip bogus build-dependency    on build-essential).  * Add lintian override for warning about installing into /usr/X11R6    (we build using iMake so are ok, and more importantly we must place    fonts there according to Debian Policy 11.8.5).  * Run dh-installdefoma (and dh-installxfonts) earlier, to get the    configuration files registered as conffiles. -- Jonas Smedegaard <dr at jones.dk>  Mon, 22 Aug 2005 00:02:07 +0200	\N	22176
-5428	9	f	\N	2007-12-16 19:39:58.588801	f	t	t	t	t	2325	/libmasonx-interp-withcallbacks-perl	\N	\N	libmasonx-interp-withcallbacks-perl (1.17-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:21 +0200	\N	23552
-5146	3	f	\N	2007-12-16 19:32:14.085641	f	t	t	t	t	2044	/jwchat/trunk	\N	\N	jwchat (1.0beta3-1) unstable; urgency=low  [ Martin Lohmeier ]  * add dutch translation, closes: #450970  [ Torsten Werner ]  * new upstream release  * Simplify debian/watch.  * Update our patches. -- Torsten Werner <twerner at debian.org>  Mon, 03 Dec 2007 21:57:22 +0100	\N	22178
-6283	11	f	\N	2007-12-16 20:01:07.486434	f	t	t	t	t	3174	/mpmath/trunk	\N	\N	mpmath (0.5-1) unstable; urgency=low  * Initial release (Closes: #453024) -- Sandro Tosi <matrixhasu at gmail.com>  Thu, 06 Dec 2007 01:18:50 +0100	\N	27612
-5429	9	f	\N	2007-12-16 19:40:09.036736	f	t	t	t	t	2326	/libcurses-ui-perl	\N	\N	libcurses-ui-perl (0.95-7) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:24 +0200	\N	23557
-5147	3	f	\N	2007-12-16 19:32:19.397014	f	t	t	t	t	2045	/python-visual/trunk	\N	\N	python-visual (3.2.1-4) unstable; urgency=low  * Apply patch to include Python.h. Fixes: bug#342212 (thanks to    Bastian Kleineidam <calvin at users.sourceforge.net>).  * Use qa.debian.org SF redirector in watch file.  * Improve local cdbs snippets:    + Fix wrong namespace in buildinfo.mk.    + Add new snippet: copyright-check.mk.    + Add new snippet auto-update.mk (replacing stuff in debian/rules).  * Auto-update debian/control.  * Tighten paths within all patches to apply slightly faster. -- Jonas Smedegaard <dr at jones.dk>  Sat, 14 Jan 2006 16:50:48 +0100	\N	22183
-5810	9	f	\N	2007-12-16 19:45:24.271565	f	t	t	t	t	2707	/libuniversal-isa-perl	\N	\N	libuniversal-isa-perl (0.06-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:06 +0200	\N	25458
-5148	3	f	\N	2007-12-16 19:32:19.726198	f	t	t	t	t	2046	/lprof/trunk	\N	\N	lprof (1.11.4.dfsg+cvs20071120-1) experimental; urgency=low  * Experimental build from the current lprof cvs. -- Oleksandr Moskalenko <malex at debian.org>  Tue, 20 Nov 2007 14:49:52 -0700	\N	22185
-5430	9	f	\N	2007-12-16 19:40:09.506783	f	t	t	t	t	2327	/libxml-handler-yawriter-perl	\N	\N	libxml-handler-yawriter-perl (0.23-6) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:38 +0100	\N	23562
-6284	11	f	\N	2007-12-16 20:01:07.97091	f	t	t	t	t	3175	/parsedatetime/trunk	\N	\N	parsedatetime (0.8.5-1) unstable; urgency=low  * New upstream version.  * debian/control:    - Updating my email address.    - Updating Standards-Version to 3.7.3. -- Bernd Zeimetz <bzed at debian.org>  Thu, 13 Dec 2007 20:13:20 +0100	\N	27617
-5817	12	f	\N	2007-12-16 19:45:50.16536	f	t	t	t	t	2714	/vim-latexsuite	\N	\N	vim-latexsuite (20060325-5) UNRELEASED; urgency=low  * NOT RELEASED YET -- Stefano Zacchiroli <zack at debian.org>  Sat, 22 Sep 2007 19:44:01 +0200	\N	25487
-6285	11	f	\N	2007-12-16 20:01:08.424799	f	t	t	t	t	3176	/pyro/trunk	\N	\N	pyro (3.7-2) UNRELEASED; urgency=low  * debian/control:    - Adding Homepage field, removing pseudo-field from description     - Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Bernd Zeimetz <bernd at bzed.de>  Sat,  6 Oct 2007 23:46:58 +0200	\N	27622
-5149	3	f	\N	2007-12-16 19:32:20.145745	f	t	t	t	t	2047	/w3-recs/trunk	\N	\N	w3-recs (20070917-2) UNRELEASED; urgency=low  * promote Homepage to a real debian/control field  * use relative links in index.html (enable using the index as    http://localhost/doc/...), thanks to Simon McVittie for the patch    (closes: #444593)  * register a w3-recs "book" with the GNOME documentation browser, based on a    patch by Simon McVittie (closes: #446876)  * recommendation updates:    - XForms 1.0 Third Edition -- Stefano Zacchiroli <zack at debian.org>  Wed, 17 Oct 2007 13:32:40 +0200	\N	22189
-5431	9	f	\N	2007-12-16 19:40:09.939919	f	t	t	t	t	2328	/libmath-spline-perl	\N	\N	libmath-spline-perl (0.01-5) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Frank Lichtenheld ]  * debian/rules: Cleanup:     + move build and tests to build target     + make install depend on build     + introduce build-stamp     + split PREFIX into DESTDIR and PREFIX     + move dh_clean before $(MAKE) clean     + remove non-existant configure target from .PHONY -- Frank Lichtenheld <djpig at debian.org>  Thu, 01 Nov 2007 18:47:55 +0100	\N	23567
-5150	3	f	\N	2007-12-16 19:32:20.56421	f	t	t	t	t	2048	/gnome-rdp/trunk	\N	\N	gnome-rdp (0.2.2-4) unstable; urgency=low  * debian/patches/*:    - 00list - updated to include 08-fix-computer_field_length.dpatch    - 06-fix_sql_queries.dpatch - removed useless diff sections    - 08-fix_computer_field_length.dpatch - added; Computer field needs      to be longer for DNS registered name(FQDN) where user logon      domain is different (Closes: #444688)  * debian/control:    - Build-Depends-Indep fixed to use libmono-sqlite2.0-cil instead of      libmono-sqlite1.0-cil    - Added Homepage field instead of the old pseudo-field in the long      description  * debian/menu fixed, now the package is in Applications/Network/    /Communications -- David Paleino <d.paleino at gmail.com>  Sun, 30 Sep 2007 15:01:37 +0200	\N	22194
-5818	12	f	\N	2007-12-16 19:45:55.142292	f	t	t	t	t	2715	/vim-scripts	\N	\N	vim-scripts (7.1.5) UNRELEASED; urgency=low  * Updated addons:    - Bufexplorer (Closes: #455883) and NERD Commenter.  * New addons:    - debPlugin (Closes: #442865) and python-indent  * debian/control:    - Remove vim from Build-Depends-Indep since NERD Commenter now ships its      documentation.  * debian/rules:    - Stop generating NERD Commenter's documentation at build time.  * Add disabledby-pythonindent patch, which allows blacklisting the    python-indent script. -- James Vega <jamessan at debian.org>  Wed, 12 Dec 2007 10:37:48 -0500	\n  Write a script debian/find-missing which compares files listed in\n  debian/vim-scripts.status with all the files shipped in the vim-scripts\n  package to ensure that no file is not listed in the status file (and hence\n  that no file is missing from registry entries).\n\n -- Stefano Zacchiroli <zack at debian.org>  Tue, 16 Jan 2007 11:00:47 +0100\n\n	25492
-5432	9	f	\N	2007-12-16 19:40:10.350308	f	t	t	t	t	2329	/libextutils-f77-perl	\N	\N	libextutils-f77-perl (1.16-2) UNRELEASED; urgency=low  * NEEDS WORK - Maintainer, watch, etc  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). -- Damyan Ivanov <dmn at debian.org>  Fri, 07 Dec 2007 13:51:19 +0200	\N	23572
-5151	3	f	\N	2007-12-16 19:32:20.968881	f	t	t	t	t	2049	/kanif/trunk	\N	\N	kanif (1.2-2) UNRELEASED; urgency=low  * Fixed Vcs-*: they must point to the directory containing the debian/    dir, not the one containing trunk/ -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Wed, 12 Dec 2007 12:07:48 +0100	\N	22199
-5819	12	f	\N	2007-12-16 19:46:00.028672	f	t	t	t	t	2716	/vim-syntax-gtk	\N	\N	vim-syntax-gtk (20070925-2) UNRELEASED; urgency=low  * NOT RELEASED YET  * Use new Homepage field instead of old pseudo-field -- Laurent Bigonville <bigon at bigon.be>  Thu, 08 Nov 2007 05:14:10 +0100	\N	25497
-5152	3	f	\N	2007-12-16 19:32:21.350233	f	t	t	t	t	2050	/e-uae/trunk	\N	\N	e-uae (0.8.29-WIP4-3~unreleased.1) experimental; urgency=low  * Moving pkg development to alioth, collab-maint.  * control: Add Xs-Vcs-Svn and -Browser information.  * lintian warnings fixed:    - rules: Don't ignore distclean errors.  * Remove README-0.7.6 and README-UNIX-0.7.6; these are really    obsoleted in e-uae by the various files under docs/.  * Fix: Update README.debian for e-uae.  * copyright: Update for e-uae (was a copy of the old uae file still).  * copyright: Trying to get "most" of the advised information in; don't    know how to handle the "dozens of contributers" properly, though ;(. -- Stephan A Suerken <absurd at debian.org>  Mon, 06 Aug 2007 20:42:16 +0000	\N	22204
-6286	11	f	\N	2007-12-16 20:01:08.962059	f	t	t	t	t	3177	/pyinotify/trunk	\N	\N	pyipyinotify (0.7.1-2) UNRELEASED; urgency=low  * Vcs-Svn, Vcs-Browser and Homepage fields added -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:52 +0200	\N	27627
-5153	3	f	\N	2007-12-16 19:32:21.783074	f	t	t	t	t	2051	/lcms/trunk	\N	\N	lcms (1.16-7) unstable; urgency=low  * debian/rules: Updated python version detection to use "pyversions -d"    (Closes: #436541).  * python: Ran swig_lcms to regenerate swig interface files (Closes: #436540). -- Oleksandr Moskalenko <malex at debian.org>  Thu, 15 Nov 2007 12:20:01 -0700	\N	22209
-6287	11	f	\N	2007-12-16 20:01:09.525134	f	t	t	t	t	3178	/urwid/trunk	\N	\N	urwid (0.9.8.1-2) UNRELEASED; urgency=low  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:35 +0200	\N	27632
-5433	9	f	\N	2007-12-16 19:40:10.833127	f	t	t	t	t	2330	/libwww-mechanize-perl	\N	\N	libwww-mechanize-perl (1.34-1) unstable; urgency=low    [ Gregor Herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch.  [ Rene Mayorga ]  * New upstream release  * debian/control     + Set Standard-Version to 3.7.3 (no changes)     + Add ${misc:Depends} to Depends     + Added Build-Depends-Indep, and move perl modules to there     + Add quilt as a Build-Dep  * debian/copyright     + Add info from other part of the code     + Refresh the Copyright years     + Add a copyright stanza for the Perl Packaging.  * debian/rules     + clean debian rules     + touching build-stamp and install-stamp     + use "distclean" instead of "clean"     + remove unused dh_calls     + some minor and cosmetical changes     + Add quilt  * Add debian patches and add no_internet.patch    this patch allow to disable t/live/ tests wich depends on internet    access. - Closes: #432485  FTBFS bug  * move patch for adding "SEE ALSO" to the pods to be manage with quilt -- Rene Mayorga <rmayorga at debian.org.sv>  Mon, 10 Dec 2007 23:57:05 -0600	\N	23577
-6288	11	f	\N	2007-12-16 20:01:10.030975	f	t	t	t	t	3179	/python-cjson/trunk	\N	\N	python-cjson (1.0.5-2) UNRELEASED; urgency=low  * debian/control:    - Changing the priority of the -dbg package to extra    - Adding Homepage field, removing pseudo-field from description     - Adding Vcs-Svn and Vcs-Browser fields -- Bernd Zeimetz <bernd at bzed.de>  Sat,  6 Oct 2007 23:47:02 +0200	\N	27637
-5154	3	f	\N	2007-12-16 19:32:22.223931	f	t	t	t	t	2052	/phpldapadmin/trunk	\N	\N	phpldapadmin (1.1.0-1) unstable; urgency=low  * New upstream release, dropped support for php4. (Closes: #447862)  * This release includes a fix for the "invalid argument supplied for    foreach()" bug. (Closes: #370435)  * debian/README.Debian: added a note about how to reconfigure the package    after the installation. (Closes: #419517)  * debian/rules: some of the upstream gettext message catalogs are corrupted,    let's rebuild all of them at build time. -- Fabio Tranchitella <kobold at debian.org>  Sun, 16 Dec 2007 10:01:44 +0100	\N	22214
-5820	12	f	\N	2007-12-16 19:46:00.480258	f	t	t	t	t	2717	/vim-addon-manager	\N	\N	vim-addon-manager (0.4) unstable; urgency=low  * vim-addons manpage: fix typo, s/linst/list/ (closes: #446527)  * remove TODO.Debian, the only item was done in 0.3  * use "status" as the default command when none is given  * fix the license header of the vim-addons main executable to GPL v3 -- Stefano Zacchiroli <zack at debian.org>  Thu, 29 Nov 2007 14:26:52 +0100	\N	25502
-5434	9	f	\N	2007-12-16 19:40:11.272342	f	t	t	t	t	2331	/libemail-messageid-perl	\N	\N	libemail-messageid-perl (1.351-2) unstable; urgency=low  [ Ernesto Hernández-Novich (USB) ]  * Moved the package to Debian Perl Group    + Add myself tp Uploaders  [ Damyan Ivanov ]  * Use less bandwith-hungry watchfile pattern  * Don't install README, which copies the POD content  * Remove extra space from short description's start  * Use author-neutral upstream URL and Homepage -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 23 Nov 2007 13:07:25 -0400	\N	23582
-5155	3	f	\N	2007-12-16 19:32:22.693599	f	t	t	t	t	2053	/orange-data-mining/trunk	\N	\N	orange-data-mining (0.0~cvs20070927-1) UNRELEASED; urgency=low  * Initial release (Closes: #410016).  * At the moment, upstream doesn't ship any Makefile, that's why it is added    directly in the Debian packaging.  * debian/rules supports a “ccache” option (to be put in DEB_BUILD_OPTIONS)    to speed up rebuilds. -- Jure Kodzoman <kodzoman at gmail.com>  Fri, 04 May 2007 00:27:06 +0200	TODO for orange-data-mining:\n----------------------------\n\n  * Complete the debian/copyright file, only license.txt has been considered\n    yet. Grepping on /copyright/i, around 50 files have to be checked.\n  * [upstream] There's an extra newline in the href attribute (at least\n    for the Linux source snapshot), which seems to be the cause of uscan\n    failure.\n  * Adjust the (long) descriptions. ATM, both are the same, since I (Cyril)\n    feel that the -doc is quite clear and might not deserve an additional\n    ``This package contains the documentation.'' line.\n  * Fix /usr/bin/orange, being a bad wrapper until now.\n  * Fix Build-Depends and Depends.\n  * [upstream] Drop setup.py, as agreed with Jure.\n  * Check a possible egg support upstream.\n  * [upstream] Delete the shebang from ./orngSQL.py\n  * Check the debug build.\n  * Check the clean rules.\n  * Modify the offending files to make them python2.4-compliant. Preparation\n    work in debian/patches/40_python2.4_invalid_syntax\n\n	22219
-5156	3	f	\N	2007-12-16 19:32:23.108834	f	t	t	t	t	2054	/libcgi-formbuilder-perl/trunk	\N	\N	libcgi-formbuilder-perl (3.05.01-2) UNRELEASED; urgency=low  * Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.  * Move Homepage to own field (from pseudo-field in long description). -- Jonas Smedegaard <dr at jones.dk>  Sat, 29 Sep 2007 12:20:40 +0200	\N	22224
-5435	9	f	\N	2007-12-16 19:40:11.715904	f	t	t	t	t	2332	/librcs-perl	\N	\N	librcs-perl (1.05-4) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Use dist-based URL in debian/watch.  * debian/rules: don't install empty /usr/lib/perl5 directory. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:46 +0200	\N	23587
-6289	11	f	\N	2007-12-16 20:01:10.455439	f	t	t	t	t	3180	/python-contract/trunk	\N	\N	python-contract (1.4-3) UNRELEASED; urgency=low  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:03 +0200	\N	27642
-5436	9	f	\N	2007-12-16 19:40:12.132283	f	t	t	t	t	2333	/libregexp-common-email-address-perl	\N	\N	libregexp-common-email-address-perl (1.01-2) UNRELEASED; urgency=low  * Change Maintainer name to Debian Perl _Group_. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 02 Dec 2007 04:18:14 +0100	\N	23592
-6290	11	f	\N	2007-12-16 20:01:10.936877	f	t	t	t	t	3181	/pyprotocols/trunk	\N	\N	pyprotocols (1.0a.svn20070625-3) UNRELEASED; urgency=low  * Vcs-Browser and Homepage fields added  * XS-Vcs-Svn field renamed to Vcs-Svn -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:56 +0200	\N	27647
-5157	3	f	\N	2007-12-16 19:32:23.494915	f	t	t	t	t	2055	/docvert/trunk	\N	\N	docvert (3.3+svn20071107-1) UNRELEASED; urgency=low  * Initial release (Closes: #445912) -- Francois Marier <francois at debian.org>  Wed, 07 Nov 2007 21:19:49 +1300	\N	22228
-5821	12	f	\N	2007-12-16 19:46:01.05256	f	t	t	t	t	2718	/vim	\N	\N	vim (1:7.1-175+2) UNRELEASED; urgency=low  * runtime/syntax/debcontrol.vim:    - Reworked the URL regex so that it should properly match any non-local      domain name as specified in RFC 1738.  * debian/rules:    - Use bzip2 to compress the vim-runtime package.  * Add tex.vim-update.diff, which syncs from upstream to fix some folding    issues.  (Closes: #456168) -- James Vega <jamessan at debian.org>  Fri, 14 Dec 2007 16:17:25 -0500	\n* Update vim-policy.txt about debian.vim and contact maintainers of files\n  shipped in the wrong place.\n  http://lists.alioth.debian.org/pipermail/pkg-vim-maintainers/2006-May/002541.html\n\n-- Mon, 01 May 2006 11:07:17 -0400 zack\n\n* Clean up the build process.\n  - Make separate build-arch/build-indep targets.  The po files will need to\n    stay part of build-arch since vim does some processing of them.\n  - Separate out when we build xxd so it's not built for every variant.\n  - Separate out when the po files are generated so they aren't generated for\n    every variant.\n	25507
-5158	3	f	\N	2007-12-16 19:32:24.000302	f	t	t	t	t	2056	/dh-make/trunk	\N	\N	dh-make (0.45) UNRELEASED; urgency=low  * NOT RELEASED YET  * Finally (I hope) fixed manpage.xml.ex Closes: #383495  * lib control uses binary:Version Closes: #428228  * Added Homepage: tag to control file Closes: #445678  * CMakeList.txt is not a document Closes: #422203  * Offering use of dpatch. Closes: #409694  * init.d.lsb fixes from JFS Closes: #445766, #445768, #445773  * Crosscompile patch added Closes: #423707 -- Craig Small <csmall at debian.org>  Tue, 09 Oct 2007 08:52:19 +1000	\N	22233
-5437	9	f	\N	2007-12-16 19:40:12.571069	f	t	t	t	t	2334	/libmath-derivative-perl	\N	\N	libmath-derivative-perl (0.01-6) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Frank Lichtenheld ]  * debian/rules: Cleanup:     + move build and tests to build target     + make install depend on build     + introduce build-stamp     + split PREFIX into DESTDIR and PREFIX     + move dh_clean before $(MAKE) clean     + remove non-existant configure target from .PHONY -- Frank Lichtenheld <djpig at debian.org>  Thu, 01 Nov 2007 18:29:57 +0100	\N	23597
-6291	11	f	\N	2007-12-16 20:01:21.398678	f	t	t	t	t	3182	/pythonmagick/trunk	\N	\N	pythonmagick (0.7-4) UNRELEASED; urgency=low  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:09 +0200	\N	27652
-5159	3	f	\N	2007-12-16 19:32:24.435667	f	t	t	t	t	2057	/gvidm/trunk	\N	\N	gvidm (0.8-5) unstable; urgency=low  * debian/copyright:  - updated upstream web page  * debian/control:  - updated Standards-Version to 3.7.0 with no changes -- Gustavo Noronha Silva <kov at debian.org>  Mon,  1 May 2006 09:32:02 -0300	\N	22238
-5438	9	f	\N	2007-12-16 19:40:13.011553	f	t	t	t	t	2335	/libdbd-xbase-perl	\N	\N	libdbd-xbase-perl (1:0.241-5) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:52 +0200	\N	23602
-5160	3	f	\N	2007-12-16 19:32:24.810666	f	t	t	t	t	2058	/stfl/trunk	\N	\N	stfl (0.18-1) unstable; urgency=low  * New upstream release.  * Switched from the Xs-Vcs fields to Vcs- since they are now    supported by dpkg and from old Homepage tag to the new Homepage    control field. -- Nico Golde <nion at debian.org>  Mon, 12 Nov 2007 13:48:36 +0100	\N	22243
-5822	12	f	\N	2007-12-16 19:46:01.581039	f	t	t	t	t	2719	/vim-spellfiles	\N	\N	vim-spellfiles (20060604-2) UNRELEASED; urgency=low  * debian/control    - added XS-Vcs-* fields -- Stefano Zacchiroli <zack at debian.org>  Mon, 19 Feb 2007 14:39:19 +0100	\N	25512
-5161	3	f	\N	2007-12-16 19:32:25.153424	f	t	\N	t	\N	2059	/refit/tmp/gnu-efi-3.0c	\N	\N	gnu-efi (3.0c-3) unstable; urgency=low  * efi taken from refit svn repo -- Enrico Tassi <gareuselesinge at debian.org>  Wed, 01 Aug 2007 16:51:24 +0200	\N	22248
-5439	9	f	\N	2007-12-16 19:40:13.435946	f	t	t	t	t	2336	/libxml-nodefilter-perl	\N	\N	libxml-nodefilter-perl (0.01-6) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:40 +0100	\N	23607
-6292	11	f	\N	2007-12-16 20:01:21.905926	f	t	t	t	t	3183	/python-markdown/trunk	\N	\N	python-markdown (1.6b-2) UNRELEASED; urgency=low  * debian/control:    - Adding Homepage field, removing pseudo-field from description     - Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Bernd Zeimetz <bernd at bzed.de>  Sat,  6 Oct 2007 23:47:10 +0200	\N	27657
-5162	3	f	\N	2007-12-16 19:32:25.548936	f	t	\N	t	\N	2060	/refit/trunk	\N	\N	refit (0.10-1) unstable; urgency=low  * New upstream release  * Maintainer changed (Closes: #430721) -- Enrico Tassi <gareuselesinge at debian.org>  Mon, 30 Jul 2007 16:01:45 +0000	 * dumpprot does not build\n\nrequires UgaIo, where is it?\n\nhttp://www.intel.com/technology/efi/efi.htm\nhttp://www.intel.com/technology/efi/agreetoolkit.htm -- I suspect I\n   can agree to the BSD license here to download the files.\n\n * TextMode does not build\nTextMode.c: In function 'TextModeMain':\nTextMode.c:50: error: 'EFI_BOOT_SERVICES' has no member named 'LocateProtocol'\n\nefiapi.h from 1998 does not have it, but efiapi.h from 2002 (EFI 1.0)\ndoes have it.\n\n * ebounce does not build\n\nefiapi.h from 1998 does not have it, but efiapi.h from 2002 (EFI 1.0)\ndoes have it.\n\n	22249
-5440	9	f	\N	2007-12-16 19:40:13.857504	f	t	t	t	t	2337	/libtest-unit-perl	\N	\N	libtest-unit-perl (0.25-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:29 +0200	\N	23612
-5163	3	f	\N	2007-12-16 19:32:25.924607	f	t	t	t	t	2061	/migrationtools/trunk	\N	\N	migrationtools (47-4) UNRELEASED; urgency=low  * Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.  * Move Homepage to own field (from pseudo-field in long description). -- Jonas Smedegaard <dr at jones.dk>  Sat, 29 Sep 2007 12:59:43 +0200	  * Allow environment override of more variables (including the new\n    USE_UTF8 and IGNORE_?ID_*).\n  * Merge the upstream forked ads scripts, and use a flag instead.\n  * Support ~/.migrationtools.ph file overriding site defaults.\n  * Offer to strip (as alternative to recode) unsupported characters.\n  * Interactively ask about recoding/stripping (and only if needed).\n  * Use prefix {md5} for passwords starting with $1$, and {CRYPT} only\n    as fallback. Closes: bug#400343, thanks to Michael Burschik.\n  * Generate only one entry for each service (suppressing multiple ones,\n    eg. when both udp and tcp variants of a service is parsed). This\n    closes: bug#307618, thanks to gary ng.\n  * Use unusual object classes only optionally:\n    - nisMailAlias (uses non-default misc scheme)\n    - krb5Principal (uses unofficial and discouraged krb5-kdc scheme)\n    This closes bug#307616, thanks to gary ng.\n  * Investigate the dependency on perl: We don't use any modules, so\n    perhaps perl-base (which is required, so no to declare) is enough?\n	22253
-6293	11	f	\N	2007-12-16 20:01:42.453388	f	t	t	t	t	3184	/pyspf/trunk	\N	\N	pyspf (2.0.4-2) unstable; urgency=low  [ Scott Kitterman ]  * Agreed maintainer change - updated debian/control and debian/copyright  * Really update debian/watch to version 3 (Closes: #453591)  * Remove README.Debian from debian/docs (not needed)  * Move man page installation to python-spf.manpages  * Correct formatting errors in debian/pyspf.1  * Correct formatting errors in debian/spfquery.pyspf.1 and add an example  * Update standards version to 3.7.3 without further change  [ Piotr Ozarowski ]  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)    [ Philipp Kern ]    * Added `XS-DM-Upload-Allowed: yes' to `debian/control' to allow uploads     from Debian Maintainers. -- Scott Kitterman <scott at kitterman.com>  Sat, 08 Dec 2007 15:44:09 -0500	\N	27662
-5441	9	f	\N	2007-12-16 19:40:14.335283	f	t	t	t	t	2338	/libaudio-wav-perl	\N	\N	libaudio-wav-perl (0.06-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:18 +0200	\N	23617
-5164	3	f	\N	2007-12-16 19:32:26.327138	f	t	t	t	t	2062	/uae/trunk	\N	\N	uae (0.8.25-6) unstable; urgency=low  * Moving pkg development to alioth, collab-maint.  * control: Add Xs-Vcs-Svn and -Browser information. -- Stephan A Suerken <absurd at debian.org>  Sun, 05 Aug 2007 12:14:47 +0000	\N	22257
-5165	3	f	\N	2007-12-16 19:32:26.689419	f	t	t	t	t	2063	/libnet-netmask-perl/trunk	\N	\N	libnet-netmask-perl (1.9015-2) UNRELEASED; urgency=low  * Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.  * Move Homepage to own field (from pseudo-field in long description). -- Jonas Smedegaard <dr at jones.dk>  Sat, 29 Sep 2007 12:27:46 +0200	\N	22262
-5442	9	f	\N	2007-12-16 19:40:14.75787	f	t	t	t	t	2339	/libhash-case-perl	\N	\N	libhash-case-perl (1.004-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:38 +0200	\N	23622
-6294	11	f	\N	2007-12-16 20:01:42.925655	f	t	t	t	t	3185	/pycg/trunk	\N	\N	pycg (0.14.1-1) UNRELEASED; urgency=low  * Initial release (Closes: #446791) -- Sandro Tosi <matrixhasu at gmail.com>  Sun, 02 Dec 2007 13:22:26 +0100	\N	27667
-5166	3	f	\N	2007-12-16 19:32:27.073589	f	t	t	t	t	2064	/jumpnbump/trunk	\N	\N	jumpnbump (1.50-9) unstable; urgency=low  * Rename XS-Vcs-* fields to Vcs-* -- Francois Marier <francois at debian.org>  Tue, 20 Nov 2007 15:43:47 +1300	\N	22266
-5443	9	f	\N	2007-12-16 19:40:20.403934	f	t	t	t	t	2340	/libsub-install-perl	\N	\N	libsub-install-perl (0.924-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:01 +0200	\N	23627
-5167	3	f	\N	2007-12-16 19:32:27.504512	f	t	t	t	t	2065	/rssh/trunk	\N	\N	rssh (2.3.2-6) UNRELEASED; urgency=low  * Create /dev/null in the chroot in mkchroot.sh. -- Russ Allbery <rra at debian.org>  Tue, 21 Aug 2007 09:52:06 -0700	\N	22270
-6295	11	f	\N	2007-12-16 20:01:43.393049	f	t	t	t	t	3186	/libapache-mod-python/trunk	\N	\N	libapache-mod-python (2:2.7.11-3) UNRELEASED; urgency=low  * Use quilt instead of dpatch as a patch system.  * debian/control:    -> Add the Debian Python Modules Team to the Uploaders.    -> Add the Vcs-Svn and Vcs-Browser fields. -- Jeremie Corbier <jeremie.corbier at resel.enst-bretagne.fr>  Sat,  6 Oct 2007 23:46:36 +0200	\N	27672
-5168	3	f	\N	2007-12-16 19:32:27.858944	f	t	\N	\N	\N	2066	/atitvout/trunk	\N	\N	atitvout (0.4-10) unstable; urgency=low  * Add the homepage field in debian/control  * Rename the XS-Vcs-* fields to Vcs-* -- Francois Marier <francois at debian.org>  Tue, 20 Nov 2007 15:15:31 +1300	\N	22275
-5444	9	f	\N	2007-12-16 19:40:21.168397	f	t	t	t	t	2341	/libtext-roman-perl	\N	\N	libtext-roman-perl (3.3-5) UNRELEASED; urgency=low  [ Martín Ferrari ]  * Now there is an unofficial release on CPAN, I'm putting the homepage and    the debian/watch file again.  [ Frank Lichtenheld ]  * build-stamp should depend on configure-stamp, not build.    binary-arch should not depend on clean. Also call    make as $(MAKE). Fixes parallel build. Found by Daniel Schepler.  * Add $(MAKE) test call. Actually touch build-stamp to not run    the tests twice.  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Update Homepage field and remove pseudo-field from description.  * debian/rules: remove emtpy /usr/lib/perl5 directory. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:39 +0200	\N	23632
-5169	3	f	\N	2007-12-16 19:32:28.254291	f	t	t	t	t	2067	/zabbix/trunk	\N	\N	zabbix (1:1.4.2-5) UNRELEASED; urgency=low  * NOT RELEASED YET -- Michael Ablassmeier <abi at debian.org>  Thu, 06 Dec 2007 09:31:23 +0100	\N	22280
-6296	11	f	\N	2007-12-16 20:01:43.903624	f	t	t	t	t	3187	/clientcookie/trunk	\N	\N	clientcookie (1.3.0-2) UNRELEASED; urgency=low  [ Piotr Ożarowski ]  * Added Vcs-Browser and Vcs-Svn fields  [ Sandro Tosi ]  * debian/watch    - added missing file -- Sandro Tosi <matrixhasu at gmail.com>  Fri, 23 Nov 2007 18:56:29 +0100	\N	27676
-5170	3	f	\N	2007-12-16 19:32:28.689199	f	t	t	t	t	2068	/google-perftools/trunk	\N	\N	google-perftools (0.91-1) unstable; urgency=low  * New upstream release  * The hosting site of the upstream has been changed.  -- Daigo Moriwaki <daigo at debian.org>  Sat, 12 May 2007 15:56:25 +0900	\N	22285
-5445	9	f	\N	2007-12-16 19:40:21.599652	f	t	t	t	t	2342	/libtest-longstring-perl	\N	\N	libtest-longstring-perl (0.11-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:26 +0200	\N	23637
-5171	3	f	\N	2007-12-16 19:32:29.080045	f	t	t	t	t	2069	/passepartout/trunk	\N	\N	passepartout (0.7.0-2) UNRELEASED; urgency=low  * NOT RELEASED YET  * transition project URL to Homepage field    -- Gaudenz Steinlin <gaudenz at debian.org>  Mon, 24 Sep 2007 10:14:00 +0200	\N	22290
-5446	9	f	\N	2007-12-16 19:40:22.043089	f	t	t	t	t	2343	/libtime-human-perl	\N	\N	libtime-human-perl (1.03-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Use dist-based URL in debian/watch.  * Set debhelper compatibility level to 5.  * debian/rules:    - don't install empty /usr/lib/perl5 directory    - remove unneeded calls to dh_link and dh_strip -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:55 +0200	\N	23642
-5172	3	f	\N	2007-12-16 19:32:29.46702	f	t	t	t	t	2070	/gpscorrelate/trunk	\N	\N	gpscorrelate (1.5.5-1) unstable; urgency=low  * new upstream release    - make some GPS field availability optional (closes: #429655)  * add Homepage debian/control field  * debian/gpscorrelate-gui.menu    - change menu section to Applications according to the new menu policy -- Stefano Zacchiroli <zack at debian.org>  Sat, 22 Sep 2007 09:07:43 +0200	- write (XML versions of) manpages, and push them upstream\n- advertise the SVN repo to the world; a choice of (even both):\n  1) update the static information on the PTS page, see:\n      * http://wiki.debian.org/AliothPackagingProject (section 1.2)\n      * http://www.debian.org/doc/manuals/developers-reference/ch-resources.en.html#s-pts-web\n--\nFri, 01 Sep 2006 15:30:19 +0200 zack\n	22295
-5173	3	f	\N	2007-12-16 19:32:29.853886	f	t	t	t	t	2071	/gtkmathview/trunk	\N	\N	gtkmathview (0.8.0-2) UNRELEASED; urgency=low  * NOT RELEASED YET -- Stefano Zacchiroli <zack at debian.org>  Mon, 29 Oct 2007 10:51:18 +0100	\N	22300
-5174	3	f	\N	2007-12-16 19:32:30.288204	f	t	t	t	t	2072	/mozplugger/trunk	\N	\N	mozplugger (1.8.0-4) unstable; urgency=low  * Fix grammatical error in package description (Closes: #419453)  * Fix extraneous punctuation in acroread patch (Closes: #451387) -- Ari Pollak <ari at debian.org>  Tue, 20 Nov 2007 16:35:49 -0500	\N	22305
-5175	3	f	\N	2007-12-16 19:32:30.677234	f	t	t	t	t	2073	/rest2web/trunk	\N	\N	rest2web (0.5.2~alpha+svn-r248-1) unstable; urgency=low  * New upstream commit    - fixes odict and pathutils compatibility with Python 2.5 (closes: #399359). -- martin f. krafft <madduck at debian.org>  Tue, 10 Jul 2007 14:19:58 +0200	\N	22310
-6297	11	f	\N	2007-12-16 20:01:44.733826	f	t	t	t	t	3188	/numpy/trunk	\N	\N	python-numpy (1:1.0.4-3) UNRELEASED; urgency=low  [ Kumar Appaiah ]  * NOT RELEASED YET  * debian/pyversions: Build for Python 2.4 onwards.  * debian/control:    + Update Standards Version to 3.7.3. (No changes needed)    + Move to python-support. Update Build-Depends.    + {XS,XB}-Python-Versions no longer required.  * debian/changelog:    + Replace pycentral with pysupport.  [ Ondrej Certik ]  * debian/pycompat removed  [ Kumar Appaiah ]  * debian/rules:    + Modify not to use CDBS.    + Use quilt for patches.  * debian/control:    + Don't Build-Depend on CDBS.    + Build-Depend on quilt.  * debian/python-numpy.docs:    + Install DEV_README.txt THANKS.txt using dh_installdocs.   -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Thu, 06 Dec 2007 09:10:41 +0530	o) Fix python-numpy-doc documentaion installation\n\no) does -numpy-ext needs to be a separate package?\n\no) does -numpy-dev needs to be a separate package?\n\no) Relationships with numeric, numarray and scipy\n	27681
-5176	3	f	\N	2007-12-16 19:32:31.073415	f	t	t	t	t	2074	/cdrskin/trunk	\N	\N	cdrskin (0.4.1~svn1301-1) unstable; urgency=low  * New upstream release (Closes: #449373)  * rules: no more ignoring errors by calling -$(MAKE) distclean -- George Danchev <danchev at spnet.net>  Sun, 11 Nov 2007 22:54:52 +0200	\N	22315
-5447	9	f	\N	2007-12-16 19:40:22.448826	f	t	t	t	t	2344	/libobject-realize-later-perl	\N	\N	libobject-realize-later-perl (0.18-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:11 +0100	\N	23647
-5177	3	f	\N	2007-12-16 19:32:31.488079	f	t	t	t	t	2075	/gnome-extra-icons/trunk	\N	\N	gnome-extra-icons (1.1-2) UNRELEASED; urgency=low  * add a better description in control file. Thanks to Javier    Fern\\xE1ndez-Sanguino Pe\\xF1a (Closes: #209524). -- Tiago Bortoletto Vaz <tiago at debian-ba.org>  Tue,  5 Sep 2006 18:54:07 -0400	\N	22320
-5178	3	f	\N	2007-12-16 19:32:31.498536	f	t	t	t	t	\N	/ttf2tex/trunk/debian/ttf2tex-mkpkg-templates	\N	\N	\N	\N	\N
-6298	11	f	\N	2007-12-16 20:01:45.171713	f	t	t	t	t	3189	/hachoir-wx/trunk	\N	\N	hachoir-wx (0.1.2-2) UNRELEASED; urgency=low  * Add debian/watch file  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:32 +0200	\N	27686
-5179	3	f	\N	2007-12-16 19:32:31.928442	f	t	t	t	t	2076	/ttf2tex/trunk	\N	\N	ttf2tex (0.70-12) unstable; urgency=low  * debian/control:    + Use the now official Vcs-* fields instead of the obsolete XS-Vcs-*    + Dropped the Homepage pseudo-header from the extended description    + Bumped Standards-Version to 3.7.3  * debian/ttf2tex.doc-base: Removed this bogus file -- Rafael Laboissiere <rafael at debian.org>  Sat, 15 Dec 2007 17:51:13 +0100	\N	22325
-5448	9	f	\N	2007-12-16 19:40:22.875688	f	t	t	t	t	2345	/libipc-run-perl	\N	\N	libipc-run-perl (0.80-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:54:59 +0100	\N	23652
-5180	3	f	\N	2007-12-16 19:32:32.319263	f	t	t	t	t	2077	/libview/trunk	\N	\N	libview (0.6.1-1) unstable; urgency=low  * new upstream version  * Add debian/watch.  * Switch to debhelper 5.  * Update Homepage and Vcs headers in debian/control.  * Replace ${Source-Version} by {binary:Version}.  * Bump up Standards-Version: 3.7.3. -- Torsten Werner <twerner at debian.org>  Sun, 16 Dec 2007 14:40:49 +0100	\N	22330
-5449	9	f	\N	2007-12-16 19:40:29.354664	f	t	t	t	t	2346	/libfile-which-perl	\N	\N	libfile-which-perl (0.05-8) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:26 +0200	\N	23657
-5181	3	f	\N	2007-12-16 19:32:32.804641	f	t	t	t	t	2078	/skim/trunk	\N	\N	skim (1.4.5-2) unstable; urgency=low  * Make skim build-dep libscim-dev (>= 1.4.6-1).  * Use usr/lib/scim-1.0/*/Config/*.so in skim.install    to install the scim module.  * Add scim-pinyin to skim's Suggests packages, and drop scim-chinese. -- ZhengPeng Hou <zhengpeng-hou at ubuntu.com>  Tue, 15 May 2007 13:46:19 +0000	\N	22335
-6299	11	f	\N	2007-12-16 20:01:45.661847	f	t	t	t	t	3190	/pyyaml/trunk	\N	\N	pyyaml (3.05-2) UNRELEASED; urgency=low  * Vcs-Browser and Homepage fields added  * XS-Vcs-Svn field renamed to Vcs-Svn -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:22 +0200	\N	27691
-5182	3	f	\N	2007-12-16 19:32:33.199151	f	t	t	t	t	2079	/gtkdialog/gtkdialog/trunk	\N	\N	gtkdialog (2:0.7.20-2) unstable; urgency=low  * Fixed a few shebangs paths in the example scripts. -- Fabio Tranchitella <kobold at debian.org>  Sat, 09 Jun 2007 23:36:44 +0200	\N	22340
-5450	9	f	\N	2007-12-16 19:40:29.783231	f	t	t	t	t	2347	/libclass-multimethods-perl	\N	\N	libclass-multimethods-perl (1.70-5) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:54:48 +0100	\N	23662
-5183	3	f	\N	2007-12-16 19:32:33.593636	f	t	t	t	t	2080	/iprelay/trunk	\N	\N	iprelay (0.71-5) UNRELEASED; urgency=low  * Migrated package to dpatch.  * Pushed Standards-Version to 3.7.2; no changes required.  * Pushed DH compatibility to 5. -- martin f. krafft <madduck at debian.org>  Tue, 11 Jul 2006 23:48:28 +0200	\N	22345
-6300	11	f	\N	2007-12-16 20:01:46.067908	f	t	t	t	t	3191	/python-goopy/trunk	\N	\N	python-goopy (0.1-3) UNRELEASED; urgency=low  * debian/control:    + Add Vcs-Browser, Vcs-Svn and Homepage fields.    + Make Debian Python Modules Team the maintainer.   -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Thu, 18 Oct 2007 23:44:16 +0530	\N	27696
-5184	3	f	\N	2007-12-16 19:32:38.961507	f	t	t	t	t	2081	/dsniff/trunk	\N	\N	dsniff (2.4b1+debian-17) unstable; urgency=low  * The 'Now works' release  * obsolete_time.dpatch: CLK_TCK updated to CLOCKS_PER_SEC (closes:#420944).  * pop_with_version.dpatch: dsniff.services distinguish between pop versions.  * checksum_libnids.dpatch: Workaround to #420129, because libnids does not    trigger the tcp_callback callback for event that come from the client side. -- Luciano Bello <luciano at debian.org>  Fri, 10 Aug 2007 19:56:39 -0300	\N	22350
-5451	9	f	\N	2007-12-16 19:40:30.243694	f	t	t	t	t	2348	/libfeed-find-perl	\N	\N	libfeed-find-perl (0.06-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:17 +0200	\N	23667
-5185	3	f	\N	2007-12-16 19:32:39.368777	f	t	t	t	t	2082	/edbrowse/trunk	\N	\N	edbrowse (3.3.1-1) unstable; urgency=low  * New upstream version (3.3.1).    - Messages have been internationalised.    - Supports LANG environment variable.    - Includes man page.  * Incorporate upstream man page:    - debian/rules: Add rule to install upstream man page.    - debian/edbrowse.1: Not required. Removed. -- Kapil Hari Paranjape <kapil at debian.org>  Wed,  5 Dec 2007 10:39:04 +0530	\N	22355
-6301	11	f	\N	2007-12-16 20:01:46.572573	f	t	t	t	t	3192	/celementtree/trunk	\N	\N	celementtree (1.0.5-10) UNRELEASED; urgency=low  [ Piotr Ożarowski ]  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)  [ Sandro Tosi ]  * debian/watch    - fix upstream URL (Closes: #449751)    TODO: choose what format of URL we want from the 2 in the file -- Sandro Tosi <matrixhasu at gmail.com>  Thu, 22 Nov 2007 00:05:43 +0100	\N	27699
-5186	3	f	\N	2007-12-16 19:32:39.704981	f	t	t	t	t	2083	/pgfouine/trunk	\N	\N	pgfouine (0.7-1) unstable; urgency=low  * Initial release (Closes:#383609) -- Clément Stenac <zorglub at debian.org>  Sat, 19 Aug 2006 10:27:19 +0200	\N	22360
-5452	9	f	\N	2007-12-16 19:40:30.688828	f	t	t	t	t	2349	/libpar-perl	\N	\N	libpar-perl (0.976-2) unstable; urgency=high  * Remove leftover symlink /usr/share/man/man1/parldyn.1p.gz,    parldyn is in libpar-packer-perl now. (Closes: #450916)  * High urgency due to an RC bugfix.  * fix inter-target dependencies in debian/rules to allow parallel build -- Niko Tyni <ntyni at iki.fi>  Fri, 16 Nov 2007 16:43:34 +0200	\N	23672
-5187	3	f	\N	2007-12-16 19:32:40.214113	f	t	t	t	t	2084	/apticron/trunk	\N	\N	apticron (1.1.21) unstable; urgency=low  * Downgrade iputils and apt-listchanges from depends to recommends; only use    these tools when available. Thanks to Thijs Kinkhorst. (Closes: #410404)  * Add --force-yes to apt-get in order to avoid errors when apt-get has to do    some tasks like downgrading a package. Thanks to Jö Fahlke.    (Closes: #439349)  * Add russian po-debconf translation. Thanks to Yuri Kozlov.    (Closes: #451408)  * Add UTF-8 enconding to email header. Thanks to Damyan Ivanov.    (Closes: #426682) -- Tiago Bortoletto Vaz <tiago at debian-ba.org>  Tue, 04 Dec 2007 21:05:05 -0300	\N	22362
-5453	9	f	\N	2007-12-16 19:40:31.134567	f	t	t	t	t	2350	/libsvn-notify-mirror-perl	\N	\N	libsvn-notify-mirror-perl (0.03603-2) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Damyan Ivanov ]  * [debian/watch] Stop capturing file extension -- Damyan Ivanov <dmn at debian.org>  Tue, 06 Nov 2007 11:01:25 +0200	\N	23677
-6302	11	f	\N	2007-12-16 20:01:47.051248	f	t	t	t	t	3193	/genshi/trunk	\N	\N	genshi (0.4.4-2) UNRELEASED; urgency=low  [ Arnaud Fontaine ]  * New email address.  [ Piotr Ożarowski ]  * Homepage field added.  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now). -- Arnaud Fontaine <arnau at debian.org>  Fri, 07 Dec 2007 21:28:05 +0000	\N	27704
-5454	9	f	\N	2007-12-16 19:40:31.572179	f	t	t	t	t	2351	/libpar-packer-perl	\N	\N	libpar-packer-perl (0.976-6) unstable; urgency=low  * Add ${shlibs:Depends} to dependency list.    Closes: #451599 -- missing shared library dependencies    Thanks go again to Niko Tyni! -- Damyan Ivanov <dmn at debian.org>  Sat, 17 Nov 2007 14:39:03 +0200	\N	23682
-6303	11	f	\N	2007-12-16 20:01:47.504322	f	t	t	t	t	3194	/myghty/trunk	\N	\N	myghty (1.1-4) UNRELEASED; urgency=low  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:39 +0200	\N	27709
-5455	9	f	\N	2007-12-16 19:40:32.021802	f	t	t	t	t	2352	/libxml-xslt-perl	\N	\N	libxml-xslt-perl (0.48-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:48 +0100	\N	23687
-5188	3	f	\N	2007-12-16 19:32:40.6417	f	t	t	t	t	2085	/svn-buildpackage/trunk	\N	\N	svn-buildpackage (0.6.24) unstable-UNRELEASED; urgency=low  [ Eduard Bloch ]  * Changed detection for tarball contents without root directory to identify    single files, even if mixed with symlinks  * Use $(MAKE) in Makefile, avoid jobserver warnings with -j  [ Eddy Petrișor ]  * updated TODO list    - removed irrelevant/obsolete entries    - s-u should be smart wrt origUrl  * register the howto documents with doc-base (Closes: #451652)    - added postinst and prerm maintainer scripts as a consequence -- Eddy Petrișor <eddy.petrisor at gmail.com>  Mon, 26 Nov 2007 23:49:23 +0200	* Write a good HOWTO (any help welcome). It should not be as verbose as\n  tla-buildpackage docs, similar to the one from cvs-buildpackage but\n  written with SGML (debiandoc) and outline special features of\n  svn-buildpackage scripts\n* make layout option to be treated in a single place and abstract it\n  away for all the commands that take it into account\n* svn-upgrade should update the origUrl property or field if found\n  it simply needs to replace the trailing part of the URL, assume\n  the tarball will/is uploaded in the same directory and print a\n  message about that\n	22367
-6304	11	f	\N	2007-12-16 20:01:47.964287	f	t	t	t	t	3195	/sympy/trunk	\N	\N	sympy (0.5.7-2) unstable; urgency=low  * DM-Upload-Allowed changed to XS-DM-Upload-Allowed -- Ondrej Certik <ondrej at certik.cz>  Tue, 04 Dec 2007 22:30:04 +0100	\N	27714
-5189	3	f	\N	2007-12-16 19:32:46.054219	f	t	t	t	t	2086	/elvis/trunk	\N	\N	elvis (2.2.0-10) UNRELEASED; urgency=low  * debian/control: Added XS-Vcs-Svn tag.  * debian/changelog: Fixed typo in previous entry closing #398745.  * NOT RELEASED YET -- Kapil Hari Paranjape <kapil at imsc.res.in>  Wed,  8 Aug 2007 11:06:52 +0530	\N	22372
-5456	9	f	\N	2007-12-16 19:40:32.446625	f	t	t	t	t	2353	/libmail-verp-perl	\N	\N	libmail-verp-perl (0.06-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:17 +0200	\N	23692
-5190	3	f	\N	2007-12-16 19:32:46.427936	f	t	t	t	t	2087	/bashdb/trunk	\N	\N	bashdb (3.1.0.8-2) unstable; urgency=low  * Upload debian dir into the collab-maint svn repository.  * debian/control: Added XS-Vcs-Svn and XS-Vcs-Browser headers. -- Oleksandr Moskalenko <malex at debian.org>  Tue, 17 Apr 2007 10:20:45 -0600	\N	22377
-5457	9	f	\N	2007-12-16 19:40:32.847673	f	t	t	t	t	2354	/libencode-perl	\N	\N	libencode-perl (2.23-2) UNRELEASED; urgency=low  * NEEDS WORK - Maintainer, watch, etc  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). -- Damyan Ivanov <dmn at debian.org>  Fri, 07 Dec 2007 13:50:56 +0200	\N	23697
-5191	3	f	\N	2007-12-16 19:32:46.810502	f	t	t	t	t	2088	/basilisk2/trunk	\N	\N	basilisk2 (0.9.20070407-3) UNRELEASED; urgency=low  * Add XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.  * Move Homepage to own field (from pseudo-field in long description).  * Rewrite debian/copyright to conform to proposed new format at    http://wiki.debian.org/Proposals/CopyrightFormat . -- Jonas Smedegaard <dr at jones.dk>  Sun, 30 Sep 2007 01:51:14 +0200	  * Move /usr/share/Basilisk2/tunconfig to /etc/Basilisk2/tunconfig,\n    and drop it as an example file.\n  * Build sheepnet-src package\n  * Build sheepnet-module-2.4.x package (if possible at compile time to\n    recognize available relevant kernels for each platform)\n  * Figure out and avoid what triggers an extra configure run right\n    before final packaging routines.\n	22381
-6305	11	f	\N	2007-12-16 20:01:48.383651	f	t	t	t	t	3196	/simplejson/trunk	\N	\N	simplejson (1.7.3-1) unstable; urgency=low  * New upstream release  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sun, 07 Oct 2007 22:25:25 +0200	\N	27719
-5192	3	f	\N	2007-12-16 19:32:47.258336	f	t	t	t	t	2089	/dopewars/trunk	\N	\N	dopewars (1.5.12+svn20071106-1) UNRELEASED; urgency=low  * New snapshot from svn:    - Updated German translation  * Add "esound" to the recommends list and make a note in README.Debian (closes: #412411)  * Bump Standards-Version up to 3.7.3  * Update the watch file to point to sf.net and add a dversionmangle option    (closes: #449851)  * Add homepage field in debian/control  * Fix the download URL in debian/copyright  * Sync fr_CA.po with Rosetta    (http://translations.launchpad.net/ubuntu/breezy/+source/dopewars/+pots/dopewars/fr_CA/)  * Mention collab-maint repo -- Francois Marier <francois at debian.org>  Thu, 06 Dec 2007 18:49:45 +1300	\N	22386
-5458	9	f	\N	2007-12-16 19:40:38.488513	f	t	t	t	t	2355	/libmail-gnupg-perl	\N	\N	libmail-gnupg-perl (0.10-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:13 +0200	\N	23702
-6306	11	f	\N	2007-12-16 20:01:48.833284	f	t	t	t	t	3197	/turbokid/trunk	\N	\N	turbokid (1.0.1-2) UNRELEASED; urgency=low  * New python-support handles egg's directory name correctly    - bump python-support required version    - remove mv part from debian/rules  * Vcs-Browser and Homepage fields added  * XS-Vcs-Svn field renamed to Vcs-Svn -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:33 +0200	\N	27724
-6593	5	f	\N	2007-12-16 20:08:07.832524	f	t	t	t	t	3483	/starfighter	\N	\N	starfighter (1.1-8) UNRELEASED; urgency=low  [ Gonéri Le Bouder ]  * add a Homepage: field in the control  [ Emmet Hikory ]  * Added a .desktop file  * Added watch file -- Emmet Hikory <emmet.hikory at gmail.com>  Sat, 10 Nov 2007 18:07:36 +0900	\N	29093
-5459	9	f	\N	2007-12-16 19:40:38.916585	f	t	t	t	t	2356	/libnet-tftp-perl	\N	\N	libnet-tftp-perl (0.17-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:15 +0200	\N	23707
-5193	3	f	\N	2007-12-16 19:33:12.670692	f	t	t	t	t	2090	/acpi-support/trunk	\N	\N	acpi-support (0.103-5) unstable; urgency=low  [ Bart Samwel ]  * Don't do exit in 90-hdparm.sh, it exits the whole resume/startup process.    Closes: #453478.  * Read laptop-mode.conf better in 90-hdparm.sh. Closes: #452489.  * Set hdparm -B 128 while on battery in 90-hdparm.sh. Head parking is useful    on the road for shock protection. Still set hdparm -B 254 while on AC.  * Listen on a wider range of battery and ac events (required on some    laptops).  [ Raphael Hertzog ]  * Updated Standards-Version to 3.7.3 (no change).  * Wrap some changelog lines to please lintian.  * Fix dh_gencontrol invocation to pass "-pacpi-support" before "--". -- Raphael Hertzog <hertzog at debian.org>  Thu, 13 Dec 2007 20:27:24 +0100	\N	22391
-5460	9	f	\N	2007-12-16 19:40:39.364266	f	t	t	t	t	2357	/libapache-session-perl	\N	\N	libapache-session-perl (1.84-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza). Removed: XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:14 +0200	\N	23712
-5194	3	f	\N	2007-12-16 19:33:13.061283	f	t	t	t	t	2091	/webalizer-stonesteps/trunk	\N	\N	webalizer-stonesteps (3.0.4.1-3) unstable; urgency=low   * Orphaning this package (per Bug #374455).  Set maintainer to Debian     QA Group. -- Joost van Baal <joostvb at debian.org>  Sun, 18 Nov 2007 17:20:16 +0100	# $Id: TODO 5819 2007-11-20 00:07:03Z joostvb $\n# $URL: svn://svn.debian.org/svn/collab-maint/deb-maint/webalizer-stonesteps/trunk/debian/TODO $\n\nmake sure the package gets removed from experimental: it is in unstable now.\n\nRFH 374455\n\n#452036 Subject: webalizer-stonesteps should not enter testing\n\norphan?\n\nwhine to upstream about borken download url\nhttp://www.stonesteps.ca/downloads/pickup/A7E72C73148FFE1CC/webalizer_src.zip ,\nand lack of version in source.\n\ncheck original webalizer package:\nbanach:/usr...cal/src/debian/webalizer/webalizer_2.01.10-28.diff.gz is pretty\nimpressive...\n\nvery likely the long description can get improved; changes with original\nwebalizer are likely listed on\nhttp://www.stonesteps.ca/projects/webalizer/faq.asp?qid=q20041210-01&topic=webalizer\n\nmove .d handling in debian/rules clean to patch to makefile.gnu.\n\nannounce package in experimental on upstream webforum. (unless upstream took\ncare of that themselves)\n\nadd link to pkg-maintenance home, once established\n\ninstall README.devel on some webpage.\n\ndocument and maintain (or remove) http://non-gnu.uvt.nl/debian/sarge/webalizer-stonesteps/pool/ .\n\nuse debhelper template files as shipped with -1.\n\n	22396
-6307	11	f	\N	2007-12-16 20:01:59.437204	f	t	t	t	t	3198	/libapache2-mod-python/trunk	\N	\N	libapache2-mod-python (3.3.1-2) UNRELEASED; urgency=low  [ Norbert Tretkowski ]  * Added Piotr Ożarowski as uploader.  [ Robert S. Edmonds ]  * Add updated po-debconf templates. (closes: #421528, #427030)  [ Piotr Ożarowski ]  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)  [ David Paleino ]  * debian/po/it.po updated (closes: #451608)  * debian/control:    - added myself to Uploaders    - added Homepage field    - wrapped Uploaders, Build-Depends and Conflicts fields  * debian/rules:    - don't ignore the value of $(MAKE) distclean    - removed useless commented dh_* calls    - some minor changes -- David Paleino <d.paleino at gmail.com>  Sat, 17 Nov 2007 14:51:17 +0100	\N	27729
-5461	9	f	\N	2007-12-16 19:40:39.785983	f	t	t	t	t	2358	/libxml-xql-perl	\N	\N	libxml-xql-perl (0.68-5) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:48 +0100	\N	23717
-6308	11	f	\N	2007-12-16 20:02:00.059465	f	t	t	t	t	3199	/python-qt3/trunk	\N	\N	python-qt3 (3.17.4-1) unstable; urgency=low  * New upstream release.  * Bumped standards version to 3.7.3, no changes necessary.  * Added Homepage, Vcs-Svn and Vcs-Browser fields in debian/control.  * Changed priority of python-qt3-dbg to extra. -- Torsten Marek <shlomme at debian.org>  Sun, 16 Dec 2007 16:21:21 +0100	\N	27734
-5462	9	f	\N	2007-12-16 19:40:40.199485	f	t	t	t	t	2359	/libstar-parser-perl	\N	\N	libstar-parser-perl (0.59-4) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:57 +0200	\N	23722
-5463	9	f	\N	2007-12-16 19:40:40.691512	f	t	t	t	t	2360	/libjavascript-perl	\N	\N	libjavascript-perl (1.04-2) unstable; urgency=low  * Build with -DMOZILLA_1_8_BRANCH=1 to fix test failures on 32-bit    architectures. (Closes: #451774) -- Niko Tyni <ntyni at iki.fi>  Mon, 19 Nov 2007 22:46:08 +0200	\N	23727
-5464	9	f	\N	2007-12-16 19:40:41.1661	f	t	t	t	t	2361	/libauthen-simple-passwd-perl	\N	\N	libauthen-simple-passwd-perl (0.6-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:27 +0200	\N	23732
-5195	3	f	\N	2007-12-16 19:33:13.465957	f	t	t	t	t	2092	/sp-gxmlcpp/trunk	\N	\N	sp-gxmlcpp (1.0.20040603-2) unstable; urgency=low  * Moving pkg development to alioth, collab-maint.  * control: Add Xs-Vcs-Svn and -Browser information.  * Ack for NMUs 1.1 and 1.2.  * lintian warnings fixed:    - debian/rules: Use debian/compat rather than DH_COMPAT in rules.    - control: Use {binary:Version}, not {Source-Version}.    - rules: Don't ignore distclean errors.  * control: Update to standards version 3.7.2 (no changes needed). -- Stephan A Suerken <absurd at debian.org>  Thu, 26 Jul 2007 16:00:28 +0000	\N	22401
-5823	7	f	\N	2007-12-16 19:46:49.972062	f	t	t	t	t	2720	/libjdic-java	\N	\N	libjdic-java (0.0.20060613-7) unstable; urgency=low  * Set JAVA_HOME only for build-indep. -- Varun Hiremath <varunhiremath at gmail.com>  Thu, 29 Nov 2007 18:48:08 +0530	\N	25517
-5196	3	f	\N	2007-12-16 19:33:13.845832	f	t	t	t	t	2093	/molly-guard/trunk	\N	\N	molly-guard (0.3-2) unstable; urgency=low  * Pass --short option to hostname to prevent the user from having to type    the whole FQDN at times (closes: #431205). -- martin f. krafft <madduck at debian.org>  Mon, 02 Jul 2007 18:26:09 +0200	molly-guard TODO\n================\n\n- add a configuration file which can be used to disable molly-guard\n  completely, or blanket-prevent any of the commands (so there's not even\n  a prompt) for remote machines that need not be rebooted ever. or something\n  like that.\n\n- sudo munges $SSH_CONNECTION, so invent something for people who login to\n  remote machines a non-root and use sudo to reboot/halt/shutdown.\n\n$Id: TODO 1795 2006-11-06 16:03:37Z madduck $\n	22406
-5465	9	f	\N	2007-12-16 19:40:41.629261	f	t	t	t	t	2362	/libemail-filter-perl	\N	\N	libemail-filter-perl (1.031-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:08 +0200	\N	23737
-5197	3	f	\N	2007-12-16 19:33:14.278274	f	t	t	t	t	2094	/dovecot/trunk	\N	\N	dovecot (1:1.0.9-1) unstable; urgency=low  * New upstream release.  * debian/control: added the Vcs-Svn and Vcs-Browser fields. -- Fabio Tranchitella <kobold at debian.org>  Wed, 12 Dec 2007 08:10:11 +0100	\N	22411
-5824	7	f	\N	2007-12-16 19:46:50.460054	f	t	t	t	t	2721	/libxerces2-java	\N	\N	libxerces2-java (2.9.0-1) unstable; urgency=low  * New upstream.  * debian/control: removed Stefan Gybas and Wolfgang Baer from uploaders.  * debian/rule: added generation of the documentation (merge    libxerces2-java-doc). -- Arnaud Vandyck <avdyk at debian.org>  Tue,  3 Jul 2007 20:21:12 +0200	\N	25522
-5466	9	f	\N	2007-12-16 19:40:42.059494	f	t	t	t	t	2363	/liblog-trace-perl	\N	\N	liblog-trace-perl (1.070-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:09 +0200	\N	23742
-6309	11	f	\N	2007-12-16 20:02:00.515348	f	t	t	t	t	3200	/sqlobject/trunk	\N	\N	sqlobject (0.9.2-1) unstable; urgency=low  [ Piotr Ożarowski ]  * XS-Vcs-Svn field renamed to Vcs-Svn  * Vcs-Browser field added  [ Fabio Tranchitella ]  * New upstream release. -- Fabio Tranchitella <kobold at debian.org>  Fri, 02 Nov 2007 22:39:18 +0100	\N	27739
-5467	9	f	\N	2007-12-16 19:40:42.501409	f	t	t	t	t	2364	/libdata-serializer-perl	\N	\N	libdata-serializer-perl (0.42-1) unstable; urgency=low  [ gregor herrmann ]  * New upstream release.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Update debian/copyright according to README and add download URL.  * Add a couple of packages to Build-Depends-Indep which are used during    tests.  * Clean up debian/rules (remove OPTIMIZE, remove unused dh_* calls, move    tests to build target, move dh_clean before make clean).  [ Damyan Ivanov ]  * debian/watch: version=3, stop capturing file extension -- Damyan Ivanov <dmn at debian.org>  Mon, 29 Oct 2007 22:12:10 +0200	\N	23747
-5825	7	f	\N	2007-12-16 19:46:51.002254	f	t	t	t	t	2722	/libglade-java	\N	\N	libglade-java (2.12.8-4) UNRELEASED; urgency=low  * Fixed typos in description. Closes: #440583. -- Mark Howard <mh at debian.org>  Thu, 13 Dec 2007 18:19:38 +0000	\N	25527
-6310	11	f	\N	2007-12-16 20:02:01.005691	f	t	t	t	t	3201	/python-qt4/trunk	\N	\N	python-qt4 (4.3.3-1) unstable; urgency=low  * New upstream release.  * Bumped Standards version to 3.7.3, no changes necessary.  * Changed priority of python-qt4-dbus-dbg to extra.  * Fixed lintian warnings for doc-base, renamed document    from PyQt4 to pyqt4 -- Torsten Marek <shlomme at debian.org>  Sun, 16 Dec 2007 15:14:57 +0100	\N	27744
-5826	7	f	\N	2007-12-16 19:47:01.4898	f	t	t	t	t	2723	/javacc	\N	\N	javacc (4.0+cvs20071130-1) experimental; urgency=low  * New upstream pre-release.  * Added watch file.  * Converted to use CDBS (pkg-java standard). -- Paul Cager <paul-debian at home.paulcager.org>  Tue, 30 Oct 2007 23:21:02 +0000	\N	25532
-5827	7	f	\N	2007-12-16 19:47:01.956854	f	t	t	t	t	2724	/jbossas4	\N	\N	jbossas4 (4.2.2.GA-2) unstable; urgency=low  UNRELEASED  * Add README.Debian explaining the state of the package. (Closes: #451976)  * Add more packages thanks to Rafal Lewczuk.  * Fix Vcs header in debian/control. -- Torsten Werner <twerner at debian.org>  Sat, 08 Dec 2007 22:16:37 +0100	\N	25537
-5198	3	f	\N	2007-12-16 19:33:14.816248	f	t	t	t	t	2095	/lessdisks/trunk	\N	\N	lessdisks (0.5.3cvs.20040906-17) unstable; urgency=low  * The "while waiting for co-maintainance being setup" release.  * No longer build packages taken over by initrd-netboot:    + Remove packages initrd-netboot-tools and kernel-image-netbootable      from debian/control.    + Remove netbootable debhelper arch juggling from debian/rules.    + Drop build-deps (keep only build-deps-indep).    + Remove README.Debian, debhelper install file and patches 001, 008,      010 and 106 no longer relevant.    + Jipee - the package is now arch: all again!    + Closes: bug#312403 (thanks to Vagrant Cascadian      <vagrant at freegeek.org>).  * Add minimal support for newer x.org X11 server:    + Add patch 208_crude-xorg-support.    + Have lessdisks-xsession favor xserver-xorg over xserver-xfree86.    + Closes: bug#335284 (thanks to Vagrant Cascadian      <vagrant at freegeek.org>).  * Improve patch 207_allow_per-terminal_tweaks to check if file exist    before sourcing it. Closes: bug#309034 (thanks to Vagrant Cascadian    <vagrant at freegeek.org> - although slightly different fix applied).  * Favor openssh-{server,client} over ssh and virtual    ssh-{server,client}.  * Use newer po-debconf cdbs snippet to properly include debconf-2.0 as    fallback dependency for debconf. Closes: bug#331887 (thanks to Joey    Hess <joey at kitenet.net>).  * Create lessdisks group as a system group. Closes: bug#321075 (thanks    to Finn-Arne Johansen <faj at bzz.no>).  * Add/update l12n:    + Vietnamese (vi). Closes: bug#312197 (thanks to Clytie Siddall      <clytie at riverland.net.au> and Vietnamese localization team / nhóm      Việt hóa).    + Czech (cs). Closes: bug#314916 (thanks to Miroslav Kure      <kurem at upcase.inf.upol.cz>).  * Add patches 209_allow_noninteractive_install and    210_allow_install_from_cd. Closes: bug#315729 (thanks to Finn-Arne    Johansen <faj at bzz.no>).  * Auto-update debian/control - and strip bogus build-essential build-    dependency.  * Bump up to standards-version 3.6.2 (no changes needed).  * Strip stray timestamp near bottom of debian/changelog to please    lintian and linda. -- Jonas Smedegaard <dr at jones.dk>  Sun, 23 Oct 2005 19:36:01 +0200	Stuff implemented in official Debian package but not adopted upstream:\n  * Debian tweaks from 0.4.6.99.cvs20040424-1:\n    + lessdisks-aptget: Support overriding apt-get with aptitude.\n  * Debian tweaks from 0.4.6.99.cvs20040412-1:\n    + Repackaged using cdbs (automates doing lots of things right...).\n    + Removed duplicate conffile notes (debhelper v4 is your friend).\n    + Corrected Build-Depends -> build-Depends-Indep.\n    + lessdisks-setup moved back to /usr/sbin\n    + Use po-debconf. Add danish translation.\n\nSecurity hazards:\n  * Avoid insecure echoing to /tmp (even in chroot it is insecure!)\n\nPackaging corrections/improvements:\n  * Write manpages...\n\nTweaks to the core system:\n  * Favor aptitude and only fallback to using apt-get (aptitude knows\n    about auto-installed packages).\n  * Ability for the user to switch runlevel while running - it seems\n    spawning sdm can't be stopped again.\n  * Avoid symlinks below /etc as done preparing mkinitrd (updating\n    conffiles silently breaks if replaced with symlinks)\n    + Recent mkinitrd seems to have fixed generating initrd's in subdirs\n      (using chroot). This may solve the clutter of doing symlinks?\n\nUnsorted...:\n  * lessdisks-chroot: do some checks regarding mount and umount of /proc\n    (the Linux kernel happily mounts twice to same location)\n  * lessdisks-chroot: Check if "fake" already set, to avoid multiple\n    chroots.\n  * Separate source package for mkinitrd-netboot and kernel-image-\n    netbootable.\n\n  * Check all tampering with conffiles and plain configfiles: Illegal to\n    tamper with conffiles of another package\n    (lessdisks-kernel tampers with configfile /etc/kernel-conf).\n  * Do not blindly trust mknbi to be installed before use.\n  * Make lessdisks-configure check installed binaries and configuration\n    files before running/edting them.\n  * Investigate the use of /etc/debian_chroot (read bash changelog entry\n    2.05b-2-15)\n  * Improve chroot routine\n    + Purge /tmp when leaving chroot (or temporary mount using tmpfs)\n    + Execute (and umount afterwards):\n      'mount -t devpts devpts /dev/pts -o rw,gid=5,mode=620'\n    + Change HOSTNAME and out on-disk places to "nowhere" or something\n    + Fail if target hosttype is different from host, informing the need\n      to use rw nfs from a target machine instead\n    + Include the /var/state/lessdisks dir and contents (to have working\n      /etc/hostname and friends)\n    + Mount devfs if in use on the host system.\n    + Use /usr/sbin/policy-rc.d (read invoke-rc.d.8) and file bugreports\n      against packages not properly using invoke-rc.d.\n  * Fix freindlier -> friendlier and coulnd't -> couldn't\n  * Idempotency and "edit the least possible":\n    + Wrap with ## BEGIN ## and ## END ## in inittab and other files and\n      replace if chunk exists already.\n    + For each tweak in lessdisks-install (and other places?) first\n      check if the file needs tweaking at all.\n    + Make lessdisks-install-stage2 idempotent (like avoid adding lo\n      twice to /etc/network/interfaces).\n  * Correct comments in inittab (4 <-> 5)\n  * Avoid mkinitrd relying on /var/lib/dhcp existing on the host server.\n  * Fix mkinitrd not dealing correctly with 2.6 kernels (error while\n    loading libc.so.6)\n  * Use run-parts to ignore *.dkpg* files when netboot-enabling kernels\n  * Make grabbing SSH_CLIENT pay attention to IPv6:\n    echo $SSH_CLIENT | awk '{print $1}' | sed 's/::ffff://'\n  * Use getent instead of mocking with /etc/passwd and /etc/groups\n    directly.\n  * Make it possible to replace adduser commands with adduser-ng or\n    other alternatives.\n  * Check if initrd-netboot-tools.install stuff should really be\n    installed twice.\n  * Use following contruct to reset some debconf values when needed\n    (would've been nice for upgrading pre-sarge testing and unofficial\n    releases - they break if not changing values manually):\n\tif [ -n "$2" ] ; then\n        \tif dpkg --compare-versions "$2" le "0.9.14-0.RC1.1" ; then\n\t\t\tdb_reset "xxxx/xxx" || true\n\t\tfi\n\tfi\n  * Rewrite debconf questions to be only _META_-questions like "Do you\n    want X11 support on the lessdisks clients?" and "How do you want to\n    access remote X11 ressources? (SDM/XDMCP/VNC/NX).\n    See this for recommendations (especially last line!):\n    http://www.kitenet.net/~joey/debconf-debconf/bestpractices2.html\n	22416
-5468	9	f	\N	2007-12-16 19:40:52.921253	f	t	t	t	t	2365	/libdata-formvalidator-perl	\N	\N	libdata-formvalidator-perl (4.57-1) unstable; urgency=low  * New upstream release.  * Remove ${shlib:Depends} from Depends, no shared libraries around.  * Use "Copyright" and "License" correctly in debian/copyright. -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 02 Nov 2007 16:52:55 +0100	\N	23752
-5199	3	f	\N	2007-12-16 19:33:15.153647	f	t	t	t	t	2096	/vrflash/trunk	\N	\N	vrflash (0.24-4) unstable; urgency=low  * Adopting package (closes: Bug#171087).  * Switch to cdbs, debhelper and dh_buildinfo (fixes Bug#197115, but    keep it open until Richard Braakmans suggestion has been tried out).  * Hack Makefile.in to properly install (instead of doing it manually).  * Add build-dependencies.  * Add watch file (although the SF project seems dead :-( ).  * Standards-version 3.6.0.  * Still UNTESTED - I have an Agenda VR3 and intend to hack on it (so    want this package alive), but currently lack a serial adapter for my    Apple TiBook (which also means I can test the suggestion in    Bug#197115) to hook into it... -- Jonas Smedegaard <dr at jones.dk>  Fri, 25 Jul 2003 10:11:47 +0200	\N	22419
-6311	11	f	\N	2007-12-16 20:02:01.443615	f	t	t	t	t	3202	/ruledispatch/trunk	\N	\N	ruledispatch (0.5a.svn20070626-4) UNRELEASED; urgency=low  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:25 +0200	\N	27749
-5469	9	f	\N	2007-12-16 19:40:53.38746	f	t	t	t	t	2366	/libchemistry-elements-perl	\N	\N	libchemistry-elements-perl (1.05-1) unstable; urgency=low  [ Frank Lichtenheld ]  * debian/rules: Major clean-up: Move make and make test to build,    introduce proper build-stamp, let install actually depend on build,    use proper DESTDIR and PREFIX instead of just PREFIX. Aside from    other problems this also fixes a misbuild with dpkg-buildpackage -j,    found by Daniel Schepler.  [ gregor herrmann ]  * New upstream release.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * debian/rules: Remove some remaining unused dh_* calls/variables and    comments.  * Add sample script chart_test to    /usr/share/doc/libchemistry-elements-perl/examples.  [ Damyan Ivanov ]  * debian/rules: remove stamp files before $(MAKE) clean -- Damyan Ivanov <dmn at debian.org>  Tue, 13 Nov 2007 09:57:28 +0200	\N	23757
-5200	3	f	\N	2007-12-16 19:33:15.557234	f	t	t	t	t	2097	/batmand/trunk	\N	\N	batmand (0.2-2) unstable; urgency=low  * debian/copyright: fixed the link for batmands licence pointing to the full    text of the GPL2  * debian/copyright: relicenced the packaging to be GPL2 or (at your option)    any later version - Wesleys agreement to this per    <6f0dd0c00711252021t66b848b5i57078175aee5c248 at mail.gmail.com> -- Holger Levsen <holger at debian.org>  Mon, 26 Nov 2007 09:10:49 +0000	\N	22421
-5828	7	f	\N	2007-12-16 19:47:02.437995	f	t	t	t	t	2725	/libjmathtex-java	\N	\N	libjmathtex-java (0.7~pre-3) unstable; urgency=low  * Fixed debian/watch file (Closes: #453604)  * debian/control:    - Moved Homepage to a real field    - Added Vcs-Svn and Vcs-Browser fields  * Updated debian/README.Debian  * debian/rules: use DEB_ANT_BUILDFILE instead of ANT_ARGS  * debian/build.xml: Do not include api directory in binary jar  * debian/copyright    - include license for packaging    - point to GPL instead of GPL-2 license -- Adriaan Peeters <apeeters at lashout.net>  Mon, 03 Dec 2007 09:21:26 +0100	\N	25542
-5201	3	f	\N	2007-12-16 19:33:15.964108	f	t	t	t	t	2098	/ccache/trunk	\N	\N	ccache (2.4-11) unstable; urgency=low  * Add the collab-maint repo to debian/control -- Francois Marier <francois at debian.org>  Tue, 20 Nov 2007 15:26:37 +1300	\N	22426
-5470	9	f	\N	2007-12-16 19:40:53.839524	f	t	t	t	t	2367	/libdbd-excel-perl	\N	\N	libdbd-excel-perl (0.06-6) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:47 +0200	\N	23762
-5202	3	f	\N	2007-12-16 19:33:16.372651	f	t	t	t	t	2099	/ewiki/trunk	\N	\N	ewiki (1.02-7) unstable; urgency=low  * Remove php4 from control file. Thanks to Chris Francy. (Closes: #384258) -- Tiago Bortoletto Vaz <tiago at debian-ba.org>  Thu, 25 Oct 2007 20:12:16 -0300	\N	22431
-6074	7	f	\N	2007-12-16 19:54:21.091421	f	t	t	t	t	2966	/fetchexc	\N	\N	fetchexc (2.0-1) unstable; urgency=low  * Initial release (Closes: #367835). -- Ted Percival <ted at midg3t.net>  Sat, 04 Aug 2007 21:12:15 +1000	\N	26635
-6312	11	f	\N	2007-12-16 20:02:01.938207	f	t	t	t	t	3203	/nouvelle/trunk	\N	\N	nouvelle (1.0-1) unstable; urgency=low  * Initial release (Closes: #449225) -- David Paleino <d.paleino at gmail.com>  Sun, 04 Nov 2007 09:25:12 +0100	\N	27754
-5203	3	f	\N	2007-12-16 19:33:16.769752	f	t	t	t	t	2100	/muttprofile/trunk	\N	\N	muttprofile (1.0.1-3) unstable; urgency=low  * Document standard profile regexp (closes: #307738).  * Include additional documentation and fix links (closes: #311266).  * Pushed DH compatibility to 5.  * Pushed standards version to 3.7.2; no changes required.  * Migrated package to dpatch.  * Moved build dependency of dpatch and debhelper to arch-specific. -- martin f. krafft <madduck at debian.org>  Wed, 12 Jul 2006 00:55:36 +0200	\N	22436
-5829	7	f	\N	2007-12-16 19:47:02.903458	f	t	t	t	t	2726	/libxalan2-java	\N	\N	libxalan2-java (2.7.0-5) unstable; urgency=low  * debian/control: removed Stefan Gybas, Wolfgang Baer and Jeroen van    Wolffelaar from uploaders.  * generate the doc with stylebook (closes: #402556). -- Arnaud Vandyck <avdyk at debian.org>  Mon, 16 Jul 2007 11:07:20 +0200	\N	25547
-6313	11	f	\N	2007-12-16 20:02:02.409065	f	t	t	t	t	3204	/simpletal/trunk	\N	\N	simpletal (4.1-7) UNRELEASED; urgency=low  * Added Vcs-Svn and Vcs-Browser fields -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:27 +0200	\N	27759
-5204	3	f	\N	2007-12-16 19:33:17.171286	f	t	t	t	t	2101	/ht/trunk	\N	\N	ht (2.0.8-2) UNRELEASED; urgency=low  * Adding XS-Vcs-Svn and XS-Vcs-Browse headers to debian/control -- Alexander Schmehl <tolimar at debian.org>  Sun, 29 Jul 2007 14:55:17 +0200	\N	22441
-5471	9	f	\N	2007-12-16 19:40:54.330725	f	t	t	t	t	2368	/libtest-pod-coverage-perl	\N	\N	libtest-pod-coverage-perl (1.08-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:28 +0200	\N	23767
-5205	3	f	\N	2007-12-16 19:33:17.592212	f	t	t	t	t	2102	/afbackup/trunk	\N	\N	afbackup (3.5.1pl2-4) unstable; urgency=low  NOTE: Still working on it   * Fixing parallel Building issues -- Rene Mayorga <rmayorga at debian.org.sv>  Tue, 04 Dec 2007 01:31:03 -0600	\N	22446
-5830	7	f	\N	2007-12-16 19:47:08.567305	f	t	t	t	t	2727	/jogl	\N	\N	jogl (20060421-1) unstable; urgency=low  * Initial Release (closes: #337828) -- Wolfgang Baer <WBaer at gmx.de>  Fri, 27 Jan 2006 09:27:55 +0100	\N	25552
-5472	9	f	\N	2007-12-16 19:40:54.783431	f	t	t	t	t	2369	/libconvert-binhex-perl	\N	\N	libconvert-binhex-perl (1.119+pristine-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:21 +0200	\N	23772
-5206	3	f	\N	2007-12-16 19:33:17.998336	f	t	t	t	t	2103	/slugimage/trunk	\N	\N	slugimage (1:0.0+r104-3) unstable; urgency=low  * Build-Depend on bsdmainutils, for hexdump, which is used in the test    suite. Closes: #451462 -- Joey Hess <joeyh at debian.org>  Thu, 15 Nov 2007 21:23:32 -0500	\N	22451
-6314	11	f	\N	2007-12-16 20:02:02.917471	f	t	t	t	t	3205	/hachoir-metadata/trunk	\N	\N	hachoir-metadata (1.0.1-2) UNRELEASED; urgency=low  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:29 +0200	\N	27764
-5207	3	f	\N	2007-12-16 19:33:18.438177	f	t	t	t	t	2104	/stl-manual/trunk	\N	\N	stl-manual (3.30-7) unstable; urgency=low  * Compress the deb with bzip2 instead of gzip  * Bump debhelper compatibility and dependency to 5  * Move the URL from the description into the Homepage field  * Mention the collab-maint repo for it -- Francois Marier <francois at debian.org>  Thu, 22 Nov 2007 12:06:11 +1300	\N	22456
-5473	9	f	\N	2007-12-16 19:40:55.206655	f	t	t	t	t	2370	/libset-object-perl	\N	\N	libset-object-perl (1.22-2) unstable; urgency=low  * debian/rules: Fix dependency of build-stamp on config-stamp -- Frank Lichtenheld <djpig at debian.org>  Thu, 08 Nov 2007 19:29:07 +0100	\N	23777
-5831	7	f	\N	2007-12-16 19:47:11.155736	f	t	t	t	t	2728	/libcommons-codec-java	\N	\N	libcommons-codec-java (1.3-4) unstable; urgency=low  * Removed explicit usage of jikes build compiler property    for kaffe jikes -> ecj transition  * Removed sablevm (not used) and jikes from build-dependencies  * Simplified depends line to allow all free runtimes  * Bumped dephelper version to fix linda error  * Standards-Version 3.6.2 (no changes)  * Added myself to uploaders -- Wolfgang Baer <WBaer at gmx.de>  Fri,  6 Jan 2006 19:44:49 +0100	\N	25554
-5208	3	f	\N	2007-12-16 19:33:23.799727	f	t	t	t	t	2105	/packeth/trunk	\N	\N	packeth (1.4.1-3) unstable; urgency=low  * Maintainance upload; no new features / bug fixes.  * Using quilt as patch system now.  * debian/control:    - now the package is in collab-maint, added Vcs-Browser and Vcs-Svn      fields    - moving deprecated Homepage pseudo-field in the long description      to the real one in the source stanza    - wrapped Build-Depends  * debian/rules:    - using quilt now; adjusting targets    - added new target (packeth.1) for offline static manpage generation    - adding addresslist as example    - minor changes  * debian/packeth.1 is now generated offline, not by buildds. This will    save some space for Build-Depends and building time on slower machines.  * debian/manpage.xml moved to debian/packeth.xml  * debian/dirs removed  * debian/docs removed  * debian/patches/fix_Makefile.patch: removing unused library linkings    (keeping commented the old one, for any future reference) -- David Paleino <d.paleino at gmail.com>  Sat, 17 Nov 2007 16:46:15 +0100	\N	22460
-5474	9	f	\N	2007-12-16 19:40:55.656417	f	t	t	t	t	2371	/libxml-filter-buffertext-perl	\N	\N	libxml-filter-buffertext-perl (1.01-5) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:32 +0100	\N	23782
-6315	11	f	\N	2007-12-16 20:02:03.345259	f	t	t	t	t	3206	/ll-xist/trunk	\N	\N	ll-xist (2.15.5-2) UNRELEASED; urgency=low  * debian/control:    - Adding Homepage field, removing pseudo-field from description     - Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Bernd Zeimetz <bernd at bzed.de>  Sat,  6 Oct 2007 23:46:37 +0200	\N	27769
-5832	7	f	\N	2007-12-16 19:47:11.592098	f	t	t	t	t	2729	/mpkg-j2se	\N	\N	mpkg-j2se (0.10) unstable; urgency=low  * change package name mpkg-j2se.  * not use *-j2[re|sdk]debian package. Instead of this, add package     dependency to generated package. This reduce the installation for     such extra package.   * SUN's jdk1.5 beta2 support. -- Takashi Okamoto <tora at debian.org>  Sun, 18 Jul 2004 13:53:36 +0900	\N	25559
-5475	9	f	\N	2007-12-16 19:40:56.060959	f	t	t	t	t	2372	/libcgi-application-perl	\N	\N	libcgi-application-perl (4.06-2) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Frank Lichtenheld ]  * debian/rules: Fix target dependencies so that the package can be    build with dpkg-buildpackage -j. Found by Daniel Schepler.  -- Frank Lichtenheld <djpig at debian.org>  Tue, 30 Oct 2007 08:04:31 +0100	\N	23787
-5209	3	f	\N	2007-12-16 19:33:24.247959	f	t	t	t	t	2106	/gom/trunk	\N	\N	gom (0.30.1-3) unstable; urgency=low  * Moving pkg development to alioth, collab-maint.  * control: Add Xs-Vcs-Svn and -Browser information.  * Ack NMU 2.1; thanks.  * lintian warnings fixed:    - rules: Don't ignore distclean errors.  * control: Update to standards version 3.7.2 (no changes needed).  * Bug fix: "gom: [INTL:de] initial German debconf translation", thanks    to Helge Kreutzmann (Closes: #411281) [was already included in NMU].  * Bug fix: "[INTL:nl] Dutch po-debconf translation", thanks to cobaco    (aka Bart Cornelis) (Closes: #423052). -- Stephan A Suerken <absurd at debian.org>  Sun, 05 Aug 2007 08:59:49 +0000	\N	22465
-6316	11	f	\N	2007-12-16 20:02:03.86153	f	t	t	t	t	3207	/python-medusa/trunk	\N	\N	python-medusa (0.5.4+clean-2) UNRELEASED; urgency=low  * Vcs-Svn, Vcs-Browser and Homepage fields added -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:11 +0200	\N	27774
-5210	3	f	\N	2007-12-16 19:33:24.659446	f	t	t	t	t	2107	/wmmemload/trunk	\N	\N	wmmemload (0.1.6-5) UNRELEASED; urgency=low  * NOT RELEASED YET -- Philipp Benner <mail at philipp-benner.de>  Mon, 17 Sep 2007 09:09:20 +0200	\N	22470
-5476	9	f	\N	2007-12-16 19:40:56.515479	f	t	t	t	t	2373	/libevent-rpc-perl	\N	\N	libevent-rpc-perl (0.90-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:12 +0200	\N	23792
-5833	7	f	\N	2007-12-16 19:47:22.047124	f	t	t	t	t	2730	/libregexp-java	\N	\N	libregexp-java (1.4-4) unstable; urgency=low  * Use java-gcj-compat instead of kaffe.  * Moved Build-Depends-Indep to Build-Depends.  * Removed Wolfgang and added myself to Uploaders.  * Updated Standards-Version. -- Michael Koch <konqueror at gmx.de>  Sun, 17 Jun 2007 21:00:58 +0200	\N	25563
-5211	3	f	\N	2007-12-16 19:33:25.130529	f	t	t	t	t	2108	/poppass-cgi/trunk	\N	\N	poppass-cgi (3-5) unstable; urgency=low  * Patch from Joost Cassee to populate the username from HTTP basic    autentication, if such has taken place (closes: #384398).  * Patch from Antonis Christofides to ignore textual responses from the POP3    server and only act on the numeric responses (closes: #445002). -- martin f. krafft <madduck at debian.org>  Sat, 06 Oct 2007 13:17:24 +0100	\N	22475
-5477	9	f	\N	2007-12-16 19:40:56.955351	f	t	t	t	t	2374	/libdate-simple-perl	\N	\N	libdate-simple-perl (3.02-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:39 +0200	\N	23797
-5212	3	f	\N	2007-12-16 19:33:25.600575	f	t	t	t	t	2109	/tkrat/trunk	\N	\N	tkrat (1:2.2cvs20070730-dfsg-1) UNRELEASED; urgency=low  * (NOT RELEASED YET) New upstream release -- Mattia Monga <monga at debian.org>  Mon, 30 Jul 2007 16:49:27 +0200	\N	22480
-5834	7	f	\N	2007-12-16 19:47:22.430007	f	t	t	t	t	2731	/libjboss-serialization-java	\N	\N	libjboss-serialization-java (1.0.3.GA-1) unstable; urgency=low  * Initial release (Closes: #448992) -- Varun Hiremath <varunhiremath at gmail.com>  Tue, 24 Apr 2007 17:19:10 +0530	\N	25568
-5213	3	f	\N	2007-12-16 19:33:25.94151	f	t	t	t	t	2110	/nc6/trunk	\N	\N	nc6 (1.0-4) UNRELEASED; urgency=low  * Cleaned up diff (removed config.{sub,guess})  * Now maintained with Subversion on collab-maint.alioth.debian.org  * Added Vcs-* and Homepage fields to control file -- Peter Makholm <peter at makholm.net>  Tue, 16 Oct 2007 17:56:43 +0000	\N	22485
-5478	9	f	\N	2007-12-16 19:40:57.341908	f	t	t	t	t	2375	/libcgi-session-expiresessions-perl	\N	\N	libcgi-session-expiresessions-perl (1.08-4) UNRELEASED; urgency=low  [ Alexis Sukrieh ]  * Added a debian/watch file for uscan.  [ Joey Hess ]  * Minor tweak to short description.  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:48 +0200	\N	23802
-6317	11	f	\N	2007-12-16 20:02:04.261529	f	t	t	t	t	3208	/enthought-kiva/trunk	\N	\N	enthought-kiva (2.0.0b2-1) UNRELEASED; urgency=low  [ Varun Hiremath ]  * Initial upload to Debian.  [ Kumar Appaiah ]  * debian/control:    + Remove XS-Python-Versions, unneded for pysupport.  * debian/pyversions: Set for Python 2.4 onwards. -- Varun Hiremath <varunhiremath at gmail.com>  Sun, 02 Dec 2007 22:59:17 +0530	\N	27779
-5214	3	f	\N	2007-12-16 19:33:26.39871	f	t	t	t	t	2111	/gjay/trunk	\N	\N	gjay (0.2.8.3-5) unstable; urgency=low  * Acknowledge NMU by Nathanael Nerode. Also thanks to Andreas Jochens for    the patch (closes: Bug#286780).  * Converted package to use dpatch.  * Integrate patches by Lauri Alanko to fix analysis on amd64, and a buffer    overrun (closes: #361056).  * Push Standards-Version to 3.7.2; no changes needed.  * Push DH compatibility to 5. -- martin f. krafft <madduck at debian.org>  Tue, 11 Jul 2006 23:12:56 +0200	\N	22487
-5835	7	f	\N	2007-12-16 19:47:22.916308	f	t	t	t	t	2732	/jmock	\N	\N	jmock (1.0.1-2) unstable; urgency=low  * Added ant-optional as required by ant reorganization to    fix FTBS (closes: #334629)  * Removed unneeded build-deps on classpath, libgcj6  * Added myself to uploaders --  Wolfgang Baer <WBaer at gmx.de>  Wed, 19 Oct 2005 13:10:43 +0000	\N	25570
-5215	3	f	\N	2007-12-16 19:33:26.80554	f	t	t	t	t	2112	/libclass-objecttemplate-perl/trunk	\N	\N	libclass-objecttemplate-perl (0.7-4) unstable; urgency=low  * use DEB_AUTO_UPDATE_DEBIAN_CONTROL correctly  * set Standards-Version to 3.7.2, no changes needed  * minor lintian fix -- Torsten Werner <twerner at debian.org>  Sun, 10 Sep 2006 16:22:04 +0200	\N	22492
-5217	3	f	\N	2007-12-16 19:33:27.761466	f	t	t	t	t	2114	/ejabberd/trunk	\N	\N	ejabberd (1.1.4-4) unstable; urgency=low  * Added a patch which fixes access rule check in mod_irc.  * Added a patch which fixes ejabberd build using erlang R12B-0.  * Increased number of erlang ports in /etc/ejabberd/default. The default    value of 1024 allows too few simultaneous connections (from 300 to 500    for both clients and servers depending of whether they use SSL or traffic    compression). -- Sergei Golovan <sgolovan at debian.org>  Fri, 07 Dec 2007 09:40:27 +0300	\N	22502
-6318	11	f	\N	2007-12-16 20:02:04.706375	f	t	t	t	t	2030	/pydb/trunk	\N	\N	pydb (1.22-4) UNRELEASED; urgency=low  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:50 +0200	\N	27782
-5216	3	f	\N	2007-12-16 19:33:27.282489	f	t	t	t	t	2113	/razor/trunk	\N	\N	razor (1:2.84-5) unstable; urgency=low  * Fix sf.net URL in the watch file (closes: #453533)  * Bump Standards-Version to 3.7.3 (no changes)  * Fix typo in Vcs-Svn  * Remove vim variables at the end of the changelog  * Remove empty directory in debian/rules -- Francois Marier <francois at debian.org>  Tue, 11 Dec 2007 13:19:58 +1300	\N	22497
-5836	7	f	\N	2007-12-16 19:47:23.377012	f	t	t	t	t	2733	/maven-ant-helper	\N	\N	maven-ant-helper (3) unstable; urgency=low  * Changed "Depends: libmodello-java" to a "Recommends".    - Some clients may not use the Modello Ant task. -- Paul Cager <paul-debian at home.paulcager.org>  Fri, 15 Jun 2007 21:53:48 +0100	\N	25575
-5479	9	f	\N	2007-12-16 19:40:57.760627	f	t	t	t	t	2376	/libtemplate-plugin-calendar-simple-perl	\N	\N	libtemplate-plugin-calendar-simple-perl (0.02-4) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:08 +0200	\N	23807
-5837	7	f	\N	2007-12-16 19:47:23.845771	f	t	t	t	t	2734	/libvte-java	\N	\N	libvte-java (0.12.3-4) UNRELEASED; urgency=low  * Fixed typos in description. Closes: #440586 -- Mark Howard <mh at debian.org>  Thu, 13 Dec 2007 18:22:44 +0000	\N	25580
-5480	9	f	\N	2007-12-16 19:40:58.154353	f	t	t	t	t	2377	/libreadonly-xs-perl	\N	\N	libreadonly-xs-perl (1.04-1) unstable; urgency=low  * Initial Release. libperl-critic-perl 1.078 depends on this module. -- Damyan Ivanov <dmn at debian.org>  Tue, 30 Oct 2007 09:55:25 +0200	\N	23812
-6319	11	f	\N	2007-12-16 20:02:05.143909	f	t	t	t	t	3209	/pydot/trunk	\N	\N	pydot (0.9.10-2) unstable; urgency=low  * debian/copyright: Rewrapped to 80 characters per line  * debian/watch: Updated with new download location (closes: #450120)  * debian/control:    - added Debian Python Modules Team to Uploaders    - added Homepage, Vcs-Browser, Vcs-Svn fields    - removed Provides field    - changed python-all-dev to python in Build-Depends    - moved packages from Build-Depends to Build-Depends-Indep -- Peter Collingbourne <pcc03 at doc.ic.ac.uk>  Mon, 12 Nov 2007 19:29:39 +0000	\N	27787
-5481	9	f	\N	2007-12-16 19:40:58.544628	f	t	t	t	t	2378	/libauthen-simple-cdbi-perl	\N	\N	libauthen-simple-cdbi-perl (0.2-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:22 +0200	\N	23817
-5838	7	f	\N	2007-12-16 19:47:24.300554	f	t	t	t	t	2735	/libjgrapht-java	\N	\N	libjgrapht-java (0.6.0-4) unstable; urgency=low  * Revert compat to 4 for inclusion in etch -- Charles Fry <cfry at debian.org>  Sun, 11 Feb 2007 05:14:40 -0500	\N	25585
-5482	9	f	\N	2007-12-16 19:40:59.034067	f	t	t	t	t	2379	/libcgi-uploader-perl	\N	\N	libcgi-uploader-perl (2.15-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:53 +0200	\N	23822
-6320	11	f	\N	2007-12-16 20:02:05.617048	f	t	t	t	t	3210	/webhelpers/trunk	\N	\N	webhelpers (0.3.1-2) UNRELEASED; urgency=low  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:36 +0200	\N	27791
-5839	7	f	\N	2007-12-16 19:47:24.80045	f	t	t	t	t	2736	/xml-im-exporter/xml-im-exporter	\N	\N	xml-im-exporter (1.1-3) unstable; urgency=low  * Clean up correctly (Closes: #424105).  * Added myself to uploaders. -- Michael Koch <konqueror at gmx.de>  Wed, 16 May 2007 07:21:32 +0200	\N	25590
-5840	7	f	\N	2007-12-16 19:47:25.38287	f	t	t	t	t	2737	/java-package	\N	\N	java-package (0.38) unstable; urgency=low  * Mention SUN JDK 6 in REAME.Debian. Closes: #448258.  * Fixed typo when creating version number for SUN JDK 6. Closes: #451935.  * Fix handling of symlinks for ControlPanel, HtmlConverter and java-rmi.cgi    from SUN JDK 6. Closes: #448351. -- Michael Koch <konqueror at gmx.de>  Fri, 30 Nov 2007 00:03:50 +0100	\N	25595
-5488	9	f	\N	2007-12-16 19:41:01.594141	f	t	t	t	t	2385	/libmath-pari-perl	\N	\N	libmath-pari-perl (2.010709-1) UNRELEASED; urgency=low    NEEDS not include pari's sources. We have libpari already        NEEDS libcrypt-dsa-perl and libconvert-pem-perl (Deepak on d-p at l.d.o)  [ Deepak Tripathi ]  * Initial Release (Closes: #440527)    [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- Deepak Tripathi <apenguinlinux at gmail.com>  Sat, 08 Sep 2007 23:42:29 +0530	\N	23852
-5841	7	f	\N	2007-12-16 19:47:25.855214	f	t	t	t	t	2738	/bsh	\N	\N	bsh (2.0b4-7) unstable; urgency=low  * Fixed menu file to follow new policy.  * Recommend libgcj-8-1-awt instead of libgcj-7-1-awt. -- Michael Koch <konqueror at gmx.de>  Thu, 01 Nov 2007 07:32:43 +0100	\N	25600
-5489	9	f	\N	2007-12-16 19:41:02.029674	f	t	t	t	t	2386	/libhtml-simpleparse-perl	\N	\N	libhtml-simpleparse-perl (0.12-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:54:56 +0100	\N	23857
-6321	11	f	\N	2007-12-16 20:02:06.077606	f	t	t	t	t	3211	/pastescript/trunk	\N	\N	pastescript (1.3.6-3) UNRELEASED; urgency=low  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:42 +0200	\N	27796
-5842	7	f	\N	2007-12-16 19:47:26.428562	f	t	t	t	t	2739	/kaffe	\N	\N	kaffe (2:1.1.8-3) unstable; urgency=low  * Reincluded debian/patches/02_IncludeEcjCompilerInToolsJar_Makefile.patch    and debian/patches/02_IncludeEcjCompilerInToolsJar.patch. Closes: #446053.  * Add tools.jar link. -- Michael Koch <konqueror at gmx.de>  Fri, 12 Oct 2007 20:29:48 +0200	\N	25605
-5490	9	f	\N	2007-12-16 19:41:02.456921	f	t	t	t	t	2387	/libmldbm-perl	\N	\N	libmldbm-perl (2.01-2) UNRELEASED; urgency=low  [ Raphael Hertzog ]  * Put the team as Maintainer and move myself to Uploaders.  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:40 +0200	\N	23862
-5491	9	f	\N	2007-12-16 19:41:02.874761	f	t	t	t	t	2388	/libschedule-at-perl	\N	\N	libschedule-at-perl (1.06-2) UNRELEASED; urgency=low  * [debian/control] fix typo in Homepage field -- Vincent Danjean <vdanjean at debian.org>  Sat, 01 Dec 2007 14:03:20 +0100	\N	23867
-5843	7	f	\N	2007-12-16 19:47:46.85015	f	t	t	t	t	2740	/libgnuinet-java	\N	\N	libgnuinet-java (1.1.1-3) unstable; urgency=low  * Move to unstable. -- Michael Koch <konqueror at gmx.de>  Sun, 10 Jun 2007 14:34:33 -0100	\N	25610
-6051	7	f	\N	2007-12-16 19:54:05.276118	f	t	t	t	t	2943	/libvorbisspi-java	\N	\N	libvorbisspi-java (1.0.3-1) unstable; urgency=low  [ Varun Hiremath ]  * Move the package to pkg-java svn.  * debian/control:    + Set Maintainer to Debian Java Maintainers and add myself to Uploaders.    + Add XS-Vcs-{Svn,Browser} headers.    + Build-Depend on libjorbis-java instead of cortado.  * Add debian/README.Debian-source file.  * Fix debian/watch and debian/orig-tar.sh files.  [ Torsten Werner ]  * Switch from kaffe to java-gcj-compat-dev.  * New upstream version -- Varun Hiremath <varunhiremath at gmail.com>  Sat, 24 Nov 2007 14:33:36 +0530	\N	26531
-5492	9	f	\N	2007-12-16 19:41:03.334571	f	t	t	t	t	2389	/libdbd-odbc-perl	\N	\N	libdbd-odbc-perl (1.13-6) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:49 +0200	\N	23872
-6322	11	f	\N	2007-12-16 20:02:06.551191	f	t	t	t	t	3212	/enthought-chaco2/trunk	\N	\N	enthought-chaco2 (2.0.1b1-1) UNRELEASED; urgency=low  [ Varun Hiremath ]  * Initial release  * Add debian/orig-tar.sh to create orig.tar.gz  * Merge enable2 and kive into chaco2  * Install examples and docs  [ Kumar Appaiah ]  * debian/control:    + Remove XS-Python-Versions, unneded for pysupport.  * debian/pyversions: Set for Python 2.4 onwards.  * debian/copyright:    + Use proposed machine readable format. -- Varun Hiremath <varunhiremath at gmail.com>  Sun, 02 Dec 2007 22:59:17 +0530	\N	27801
-5493	9	f	\N	2007-12-16 19:41:03.767774	f	t	t	t	t	2390	/libtk-objscanner-perl	\N	\N	libtk-objscanner-perl (2.010-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:26 +0100	\N	23877
-6052	7	f	\N	2007-12-16 19:54:05.725177	f	t	t	t	t	2944	/jmp	\N	\N	jmp (0.51-1) unstable; urgency=low  * New upstream release. Closes: #381324, #399688.  * Removed tora and Wolfgang and added myself to Uploaders. Closes: #352981.  * Updated Standards-Version. -- Michael Koch <konqueror at gmx.de>  Tue, 19 Jun 2007 23:13:54 +0200	\N	26536
-5494	9	f	\N	2007-12-16 19:41:04.184116	f	t	t	t	t	2391	/libxml-perl	\N	\N	libxml-perl (0.08-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:41 +0100	\N	23882
-6053	7	f	\N	2007-12-16 19:54:06.189145	f	t	t	t	t	2945	/libdb-je-java	\N	\N	libdb-je-java (3.2.44-1) unstable; urgency=low  * Initial release (Closes: #449357) -- Varun Hiremath <varunhiremath at gmail.com>  Tue, 24 Apr 2007 17:19:10 +0530	\N	26540
-6060	7	f	\N	2007-12-16 19:54:09.470599	f	t	t	t	t	2952	/jftp	\N	\N	jftp (1.51~pre3-2) unstable; urgency=low  [ Varun Hiremath ]  * debian/control: explicitely depend on sun-java6-jre (Closes: #446117)  * debian/jftp.run: call /usr/lib/jvm/java-6-sun/bin/java instead of java  [ Kumar Appaiah ]  * debian/control:    + Add Homepage field. -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Thu, 11 Oct 2007 12:23:35 +0530	\N	26574
-5495	9	f	\N	2007-12-16 19:41:04.605768	f	t	t	t	t	2392	/liblingua-en-inflect-perl	\N	\N	liblingua-en-inflect-perl (1.89-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Use dist-based URL in debian/watch.  * Set debhelper compatibility level to 5.  * Move perl from Build-Depends to Build-Depends-Indep.  * debian/rules:    - don't install empty /usr/lib/perl5 directory    - use $(CURDIR) instead of `pwd`    - remove unneeded dh_link call -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:57 +0200	\N	23887
-5844	7	f	\N	2007-12-16 19:47:47.34266	f	t	t	t	t	2741	/rhino	\N	\N	rhino (1.6.R7-2) unstable; urgency=low  * Fixed bashism in debian/rules. Closes: #453766.  * Fixed names of Homepage, Vcs-Svn and Vcs-Browser fields.  * Added myself to Uploaders. -- Michael Koch <konqueror at gmx.de>  Sat, 01 Dec 2007 11:56:31 +0100	\N	25615
-6323	11	f	\N	2007-12-16 20:02:07.018173	f	t	t	t	t	3213	/tftpy/trunk	\N	\N	tftpy (0.4.3-2) UNRELEASED; urgency=low  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:29 +0200	\N	27806
-5496	9	f	\N	2007-12-16 19:41:05.147772	f	t	t	t	t	2393	/libnet-arp-perl	\N	\N	libnet-arp-perl (1.0.1-2) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Damyan Ivanov ]  * [debian/watch] Stop capturing file extension -- Damyan Ivanov <dmn at debian.org>  Tue, 06 Nov 2007 11:01:24 +0200	\N	23892
-5845	7	f	\N	2007-12-16 19:47:47.820871	f	t	t	t	t	2742	/solr	\N	\N	solr (1.2.0+ds1-3~pre1) unstable; urgency=low  * Updated control file for new Vcs-* and Homepage fields -- Jan-Pascal van Best <janpascal at vanbest.org>  Wed, 28 Nov 2007 21:17:22 +0100	TODO.Debian for solr\n--------------------\n\n- Use minimal default configuration instead of everything from the example\n- Do something with the example (package it, or supply the example files under\n  /usr/share/doc/solr)\n- Maybe: add solr-standalone package (using embedded Jetty like the Solr\n  example). This would depend on the Jetty package, though, so maybe it's not\n  such a useful idea.\n- Maybe: move the API docs to a separate package (it's 8.7 MB, and not generally\n  useful to people just interested in running Solr, only to those extending it).\n\n	25620
-5497	9	f	\N	2007-12-16 19:41:05.574542	f	t	t	t	t	2394	/libtext-shellwords-perl	\N	\N	libtext-shellwords-perl (1.08-2) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Damyan Ivanov ]  * [debian/watch] Stop capturing file extension (closes: #450023). -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 07 Nov 2007 16:51:18 +0100	\N	23897
-6324	11	f	\N	2007-12-16 20:02:07.489795	f	t	t	t	t	3214	/ctypes/trunk	\N	\N	ctypes (1.0.2-3) UNRELEASED; urgency=low  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:21 +0200	\N	27811
-5498	9	f	\N	2007-12-16 19:41:05.996897	f	t	t	t	t	2395	/libalzabo-perl	\N	\N	libalzabo-perl (0.92-2) unstable; urgency=low  * Added version mangle to avoid confusion between 2 digit and 4 digit minor    versions. (Currently only affects qareport, because CPAN's by-dist only    shows latest release, and ours is mimicked from the ls-lR file) -- Martín Ferrari <martin.ferrari at gmail.com>  Mon,  3 Dec 2007 03:52:53 +0000	\N	23902
-5846	7	f	\N	2007-12-16 19:47:48.262389	f	t	t	t	t	2743	/libcommons-collections3-java	\N	\N	libcommons-collections3-java (3.1a-3.2) UNRELEASED; urgency=low  * Add a watch file.  * debian/control:    + Add Xs-Vcs-Browser, Xs-Vcs-Svn.    + Add Homepage field.   -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Thu, 20 Sep 2007 19:54:03 +0530	\N	25625
-5847	7	f	\N	2007-12-16 19:47:48.703251	f	t	t	t	t	2744	/libcommons-jexl-java	\N	\N	libcommons-jexl-java (1.0-5) unstable; urgency=low  * debian/rules: removed ANT_HOME and DEB_ANT_COMPILER (closes: #396334),    thanks to Julien Danjou, and Andreas Jochens -- Arnaud Vandyck <avdyk at debian.org>  Sat,  4 Nov 2006 16:29:54 +0100	\N	25630
-6325	11	f	\N	2007-12-16 20:02:07.956104	f	t	t	t	t	3215	/epsilon/trunk	\N	\N	epsilon (0.5.7-1) unstable; urgency=low  [ Tristan Seligmann ]  * New upstream release.  [ Piotr Ożarowski ]  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Tristan Seligmann <mithrandi at mithrandi.za.net>  Sat, 10 Nov 2007 01:26:59 +0200	- run unit tests at build time\n	27816
-6326	11	f	\N	2007-12-16 20:02:08.374958	f	t	t	t	t	3216	/python-trml2pdf/trunk	\N	\N	python-trml2pdf (1.0-2) UNRELEASED; urgency=low  * Vcs-Browser and Homepage fields added  * XS-Vcs-Svn field renamed to Vcs-Svn -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:20 +0200	\N	27821
-5499	9	f	\N	2007-12-16 19:41:06.411441	f	t	t	t	t	2396	/libclass-inspector-perl	\N	\N	libclass-inspector-perl (1.18-1) unstable; urgency=low  * New upstream release.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * debian/rules:    - Enable additional tests.    - Remove CFLAGS and OPTIMIZE, this is an architecture independent      package.    - Move tests to build target.    - Remove comments and empty lines.    - Remove commented out and unneeded dh_* calls (dh_link, dh_strip).  * Install README from debian/rules, remove debian/docs. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 17 Nov 2007 15:03:37 +0100	\N	23907
-5848	7	f	\N	2007-12-16 19:47:49.261519	f	t	t	t	t	2745	/classpath	\N	\N	classpath (2:0.95-3) unstable; urgency=low  * Build-Depend on ecj instead of ecj-bootstrap. Closes: #441513.  * Make classpath build with GCC 4.2. Closes: #431889. -- Michael Koch <konqueror at gmx.de>  Fri, 14 Sep 2007 17:51:18 +0200	\N	25635
-5500	9	f	\N	2007-12-16 19:41:06.826974	f	t	t	t	t	2397	/libtext-format-perl	\N	\N	libtext-format-perl (0.52-22) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:35 +0200	\N	23912
-6327	11	f	\N	2007-12-16 20:02:08.808405	f	t	t	t	t	3217	/mmpython/trunk	\N	\N	mmpython (0.4.10-2) UNRELEASED; urgency=low  [ Piotr Ozarowski ]  * Added Vcs-Svn, Vcs-Browser and Homepage fields  [ Jeremie Corbier ]  * Fixed watch file -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:38 +0200	\N	27825
-5501	9	f	\N	2007-12-16 19:41:07.220349	f	t	t	t	t	2398	/libtest-exception-perl	\N	\N	libtest-exception-perl (0.25-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:19 +0100	\N	23917
-5849	7	f	\N	2007-12-16 19:47:49.714376	f	t	t	t	t	2746	/libxerces2-java-doc	\N	\N	libxerces2-java-doc (2.6.1-2) unstable; urgency=low  * ant transition  * added myself as an uploader  * added the java-package directories but we don't need a java2-compiler,    we need to build-dep on a java2-runtime (close: #306804) -- Arnaud Vandyck <avdyk at debian.org>  Fri, 23 Sep 2005 13:08:09 +0200	\N	25640
-5502	9	f	\N	2007-12-16 19:41:07.655369	f	t	t	t	t	2399	/libnumber-compare-perl	\N	\N	libnumber-compare-perl (0.01-5) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:23 +0200	\N	23922
-6328	11	f	\N	2007-12-16 20:02:09.288884	f	t	t	t	t	3218	/pyparsing/trunk	\N	\N	pyparsing (1.4.10-1) unstable; urgency=low  * New upstream release  * Added Vcs-Svn and Vcs-Browser fields in debian/control.  * Added myself to the Uploaders field.  * Drop X{S,B}-Python-Version control fields, deprecated in     new python-support versions. -- Torsten Marek <shlomme at debian.org>  Mon, 10 Dec 2007 23:22:08 +0100	\N	27830
-5850	7	f	\N	2007-12-16 19:47:56.511851	f	t	t	t	t	2747	/libi18n-java	\N	\N	libi18n-java (0.1.3a-2) unstable; urgency=low  * kaffe compiler transition  * Bumped debhelper version to fix linda error  * Remove old libi18n-java.links file to fix link failure to jar  * Added myself to uploaders -- Wolfgang Baer <WBaer at gmx.de>  Mon, 16 Jan 2006 11:29:59 +0100	\N	25645
-5503	9	f	\N	2007-12-16 19:41:08.057029	f	t	t	t	t	2400	/libnamespace-clean-perl	\N	\N	libnamespace-clean-perl (0.05-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:53 +0200	\N	23927
-5504	9	f	\N	2007-12-16 19:41:08.46678	f	t	t	t	t	2401	/libbio-asn1-entrezgene-perl	\N	\N	libbio-asn1-entrezgene-perl (1.091-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:34 +0200	\N	23932
-6061	7	f	\N	2007-12-16 19:54:14.947195	f	t	t	t	t	2953	/ow-util-ant-tasks	\N	\N	ow-util-ant-tasks (1.3.2-2) unstable; urgency=low  * Make libow-util-ant-tasks-java an arch:all package. -- Michael Koch <konqueror at gmx.de>  Mon, 16 Jul 2007 07:43:52 +0200	\N	26579
-6329	11	f	\N	2007-12-16 20:02:09.737931	f	t	t	t	t	3219	/fpconst/trunk	\N	\N	fpconst (0.7.2-5) UNRELEASED; urgency=low  [ Bernd Zeimetz ]  * debian/control:    - Adding Homepage: field    - Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)  [ Sandro Tosi ]  * debian/watch    - updated to new pypi simplier URL -- Sandro Tosi <matrixhasu at gmail.com>  Wed, 21 Nov 2007 00:56:44 +0100	\N	27835
-5505	9	f	\N	2007-12-16 19:41:08.900676	f	t	t	t	t	2402	/libvalidate-net-perl	\N	\N	libvalidate-net-perl (0.5-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:09 +0200	\N	23937
-5851	7	f	\N	2007-12-16 19:48:07.021918	f	t	t	t	t	2748	/groovy	\N	\N	groovy (1.5.0-1) unstable; urgency=low  [ Varun Hiremath ]  * New upstream release (Closes: #367010)  * debian/control:    + Set Debian Java maintainers as Maintainer (Closes: #382815)    + Add myself and Torsten to Uploaders    + Add sun-java6-jdk, libxstream-java to Build-Depends    + Add Homepage, Vcs-{Svn, Browser} headers    + Bump up the Standards-Version to 3.7.3    + Add Suggests for the binary and doc packages  * Add debian/watch, debian/orig-tar.sh to create orig.tar.gz  * Write a new debian/build.xml and add debian/ant.properties  * debian/rules:    + call javadoc to build docs    + use sun-java6-jdk to build  * Clean up javadoc installation.  * Add some missing links in debian/groovy.links  * Add manpages  [ Torsten Werner ]  * Switch to libservlet2.4-java.  * Add Build-Depends: libjline-java.  * Remove the (binary only) PDF file from orig.tar.gz. -- Torsten Werner <twerner at debian.org>  Sat, 15 Dec 2007 15:21:00 +0100	\N	25650
-5508	9	f	\N	2007-12-16 19:41:10.17004	f	t	t	t	t	2405	/libinline-perl	\N	\N	libinline-perl (0.44-6) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Use dist-based URL in debian/watch.  * Set debhelper compatibility level to 5.  * debian/rules: don't install empty /usr/lib/perl5 directory. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:50 +0200	\N	23952
-6330	11	f	\N	2007-12-16 20:02:10.212956	f	t	t	t	t	3220	/pcapy/trunk	\N	\N	pcapy (0.10.5-2) UNRELEASED; urgency=low  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:43 +0200	\N	27840
-5509	9	f	\N	2007-12-16 19:41:10.622534	f	t	t	t	t	2406	/libparse-yapp-perl	\N	\N	libparse-yapp-perl (1.05-12) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:12 +0100	\N	23957
-5852	7	f	\N	2007-12-16 19:48:07.526482	f	t	t	t	t	2749	/gjdoc	\N	\N	gjdoc (0.7.8-1) unstable; urgency=low  * New upstream version, runs sucessfully against the backported    libjava in gcj-4.1.  * Set java to gij-4.1 instead of gij-4.1-wrapper.  * Adjust (build-)dependencies. -- Matthias Klose <doko at debian.org>  Wed, 02 May 2007 17:48:57 +0200	\N	25655
-5510	9	f	\N	2007-12-16 19:41:11.045809	f	t	t	t	t	2407	/libauthen-simple-kerberos-perl	\N	\N	libauthen-simple-kerberos-perl (0.1-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:24 +0200	\N	23962
-6331	11	f	\N	2007-12-16 20:02:10.683803	f	t	t	t	t	3221	/python-pysnmp4-mibs/trunk	\N	\N	python-pysnmp4-mibs (0.0.5a-2) UNRELEASED; urgency=low  * Vcs-Browser and Homepage fields added  * XS-Vcs-Svn field renamed to Vcs-Svn -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:16 +0200	\N	27845
-5853	7	f	\N	2007-12-16 19:48:07.967592	f	t	t	t	t	2750	/libcommons-dbcp-java	\N	\N	libcommons-dbcp-java (1.2.2-1) unstable; urgency=low  * New upstream release  * Added watch file -- Michael Koch <konqueror at gmx.de>  Tue, 19 Jun 2007 15:58:41 +0200	\N	25660
-5511	9	f	\N	2007-12-16 19:41:11.457858	f	t	t	t	t	2408	/libtime-local-perl	\N	\N	libtime-local-perl (1.18-1) unstable; urgency=low  [Damyan Ivanov]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  [Gunnar Wolf]  * New upstream release  * Bumped up standards-version to 3.7.3  * Fixed debian/watch to follow the module, not the author  * Set the maintainer to the pkg-perl group -- Gunnar Wolf <gwolf at debian.org>  Thu, 13 Dec 2007 18:06:49 -0600	\N	23967
-5512	9	f	\N	2007-12-16 19:41:11.925894	f	t	t	t	t	2409	/libnetaddr-ip-perl	\N	\N	libnetaddr-ip-perl (4.007+dfsg-2) UNRELEASED; urgency=low  [ Joey Hess ]  * Fix watch file to deal with mangled version number.  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:19 +0200	\N	23972
-5854	7	f	\N	2007-12-16 19:48:08.428562	f	t	t	t	t	2751	/libjessie-java	\N	\N	libjessie-java (1.0.1-3) unstable; urgency=low  * building with gcj.  * debian/control: updated Standards-Version to 3.7.2 (split    Build-Depends and Build-Depends-Indep); replaced kaffe with    java-gcj-compat(-dev)  * debian/rules: removed ANT_HOME; removed ant-launcher.jar; replaced    kaffe path to /usr/lib/jvm/java-gcj; update VERSION variable  * version depends to new gnu-crypto upstream (closes: #380139) -- Arnaud Vandyck <avdyk at debian.org>  Tue,  1 Aug 2006 10:48:14 +0200	\N	25665
-6332	11	f	\N	2007-12-16 20:02:11.136585	f	t	t	t	t	3222	/pastewebkit/trunk	\N	\N	pastewebkit (1.0-2) UNRELEASED; urgency=low  * Added Vcs-Svn, Vcs-Browser and Homepage fields added  * Changed my address to piotr at debian.org -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:43 +0200	\N	27850
-5513	9	f	\N	2007-12-16 19:41:12.392086	f	t	t	t	t	2410	/libwebservice-googlemaps-perl	\N	\N	libwebservice-googlemaps-perl (0.07-1) UNRELEASED; urgency=low    TODO: fix failing tests    TODO: add libtest-pod-coverage-perl to B-D-I and fix failing tests    (perhaps both are best handled upstream, meaning they have to be reported)        STATUS: does not work with new maps so I need to discuss or I will take    care of upstream (Deepak on d-p at l.d.o)  [ Deepak Tripathi ]  * Initial Release (Closes: #436797)    [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- Deepak Tripathi <apenguinlinux at gmail.com>  Thu, 09 Aug 2007 18:49:04 +0530	\N	23977
-6333	11	f	\N	2007-12-16 20:02:11.580322	f	t	t	t	t	3223	/elementtidy/trunk	\N	\N	elementtidy (1.0-5) unstable; urgency=low  [ Piotr Ożarowski ]  * Added Vcs-Svn, Vcs-Browser and Homepage fields  [ Bernd Zeimetz ]  * Fixing debian/watch. Thanks to Raphael Geissert (Closes: #450296).  [ Torsten Marek ]  * Updated debian/control.in  * Added patch to make ElementTidy work with Python 2.5  * Converted the package to use python-support  * Changed standards version to 3.7.2.2, no changes -- Torsten Marek <shlomme at debian.org>  Sat, 08 Dec 2007 00:05:53 +0100	\N	27855
-5855	7	f	\N	2007-12-16 19:48:08.856974	f	t	t	t	t	2752	/maven2	\N	\N	maven2 (2.0.8-3) unstable; urgency=low  * Add versioned runtime dependency to libplexus-utils-java. -- Paul Cager <paul-debian at home.paulcager.org>  Fri, 14 Dec 2007 22:37:09 +0000	\N	25670
-5514	9	f	\N	2007-12-16 19:41:12.810417	f	t	t	t	t	2411	/libdigest-md2-perl	\N	\N	libdigest-md2-perl-dfsg (2.03-4) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * debian/rules:    - Don't install empty /usr/lib/perl5 directory.    - Let install-stamp depend on build-stamp and build-stamp on      config-stamp. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:01 +0200	\N	23982
-5515	9	f	\N	2007-12-16 19:41:13.234547	f	t	t	t	t	2412	/libxml-handler-composer-perl	\N	\N	libxml-handler-composer-perl (0.01-7) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:36 +0100	\N	23987
-5856	7	f	\N	2007-12-16 19:48:09.253513	f	t	t	t	t	2753	/liblaf-widget-java	\N	\N	liblaf-widget-java (3.2~dev-1) unstable; urgency=low    * New upstream release  * Move the package to pkg-java svn.  * Set Maintainer to Debian Java Maintainers and add myself to Uploaders.  * Move the build scripts to debian dir. -- Varun Hiremath <varunhiremath at gmail.com>  Mon, 15 Oct 2007 18:38:49 +0530	\N	25675
-6334	11	f	\N	2007-12-16 20:02:12.034299	f	t	t	t	t	3224	/python-pyglew/trunk	\N	\N	python-pyglew (0.1.2-2) UNRELEASED; urgency=low  * debian/control    - given to DPMT -- Sandro Tosi <matrixhasu at gmail.com>  Sun, 02 Dec 2007 16:57:10 +0100	\N	27860
-5516	9	f	\N	2007-12-16 19:41:13.65454	f	t	t	t	t	2413	/libdublincore-record-perl	\N	\N	libdublincore-record-perl (0.03-1) unstable; urgency=low  * Initial Release (ITP Closes: #452715) -- Vincent Danjean <vdanjean at debian.org>  Sat, 24 Nov 2007 17:19:50 +0100	\N	23992
-5857	7	f	\N	2007-12-16 19:48:09.664601	f	t	t	t	t	2754	/xmlgraphics-commons	\N	\N	xmlgraphics-commons (1.1.dfsg.3-1) unstable; urgency=low  * Moved from contrib to main. Closes: #452875.  * Don't Build-Depend on ibm-j2sdk1.5.  * Moved debhelper and cdbs from from Build-Depends-Indep to Build-Depends.  * Removed unused Depends on libasm-java.  * Cleaned up debian/rules.  * Updated debhelper level to 5.  * Added myself to Uploaders. -- Michael Koch <konqueror at gmx.de>  Sat, 01 Dec 2007 12:17:10 +0100	\N	25678
-5517	9	f	\N	2007-12-16 19:41:14.062742	f	t	t	t	t	2414	/libcache-memcached-perl	\N	\N	libcache-memcached-perl (1.20-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:54:46 +0100	\N	23997
-6335	11	f	\N	2007-12-16 20:02:12.481206	f	t	t	t	t	3225	/python-pysnmp2/trunk	\N	\N	python-pysnmp2 (2.0.9-2) UNRELEASED; urgency=low  * Vcs-Svn, Vcs-Browser and Homepage fields added -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:14 +0200	\N	27865
-5518	9	f	\N	2007-12-16 19:41:14.469998	f	t	t	t	t	2415	/libnet-daap-dmap-perl	\N	\N	libnet-daap-dmap-perl (1.26-2) UNRELEASED; urgency=low  * NEEDS WORK - Maintainer, watch, etc  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). -- Damyan Ivanov <dmn at debian.org>  Fri, 07 Dec 2007 13:51:52 +0200	\N	24002
-5858	7	f	\N	2007-12-16 19:48:10.103437	f	t	t	t	t	2755	/glib-java	\N	\N	glib-java (0.4.2-8) UNRELEASED; urgency=low  * Fixed typo in descriptions. Closes: #440581. -- Mark Howard <mh at debian.org>  Thu, 13 Dec 2007 18:16:56 +0000	\N	25682
-5859	7	f	\N	2007-12-16 19:48:20.540874	f	t	t	t	t	2756	/libcommons-collections-java	\N	\N	libcommons-collections-java (2.1.1-8) unstable; urgency=low  * Fixed typo in Depends (java-gcj-runtime => java-gcj-compat). -- Michael Koch <konqueror at gmx.de>  Mon, 08 Oct 2007 08:22:30 +0200	\N	25687
-6336	11	f	\N	2007-12-16 20:02:22.978203	f	t	t	t	t	3226	/python-pysnmp3/trunk	\N	\N	python-pysnmp3 (3.4.3-2) UNRELEASED; urgency=low  * Vcs-Svn, Vcs-Browser and Homepage fields added -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:14 +0200	\N	27870
-5519	9	f	\N	2007-12-16 19:41:14.876791	f	t	t	t	t	2416	/libsmart-comments-perl	\N	\N	libsmart-comments-perl (1.0.2-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:53 +0200	\N	24007
-5860	7	f	\N	2007-12-16 19:48:20.971367	f	t	t	t	t	2757	/libj2ssh-java	\N	\N	libj2ssh-java (0.2.9-2) UNRELEASED; urgency=low  * NOT RELEASED YET  * debian/control:    + Change XS-Vcs-* to Vcs-*.    + Add Homepage field, shift homepage from description.   -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Mon, 17 Sep 2007 21:38:14 +0530	\N	25692
-5520	9	f	\N	2007-12-16 19:41:15.286425	f	t	t	t	t	2417	/libauthen-radius-perl	\N	\N	libauthen-radius-perl (0.13-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:19 +0200	\N	24012
-6337	11	f	\N	2007-12-16 20:02:23.555817	f	t	t	t	t	3227	/python-pysnmp4/trunk	\N	\N	python-pysnmp4 (4.1.8a-2) UNRELEASED; urgency=low  * Vcs-Browser and Homepage fields added  * XS-Vcs-Svn field renamed to Vcs-Svn -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:15 +0200	\N	27875
-5521	9	f	\N	2007-12-16 19:41:15.709151	f	t	t	t	t	2418	/libfilehandle-unget-perl	\N	\N	libfilehandle-unget-perl (0.1621-4) UNRELEASED; urgency=low  [ Frank Lichtenheld ]  * build-stamp should depend on Makefile, not build. Fixes    parallel build. Found by Daniel Schepler.  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Use dist-based URL in debian/watch.  * debian/rules:    - don't install empty /usr/lib/perl5 directory    - use $(CURDIR) instead of `pwd`.    - call clean target unconditionally but check for Makefile on $(MAKE)      distclean.  * Set debhelper compatibility level to 5.  * debian/control: Move perl to Build-Depends-Indep. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:29 +0200	\N	24017
-5861	7	f	\N	2007-12-16 19:48:21.30208	f	t	t	t	t	2758	/libfonts-java	\N	\N	libfonts-java (0.1.4-2) UNRELEASED; urgency=low  * debian/control:    + Add XS-Vcs-Svn and XS-Vcs-Browser.    + Add Homepage field.  * Add watch file.   -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Thu, 20 Sep 2007 20:58:31 +0530	\N	25697
-5522	9	f	\N	2007-12-16 19:41:16.093481	f	t	t	t	t	2419	/libdate-calc-perl	\N	\N	libdate-calc-perl (5.4-6) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:38 +0200	\N	24022
-5862	7	f	\N	2007-12-16 19:48:21.7037	f	t	t	t	t	2759	/backport-util-concurrent/backport-util-concurrent	\N	\N	backport-util-concurrent (2.2+dfsg-1) unstable; urgency=low  * Initial release. (Closes: #392097) -- Marcus Better <marcus at better.se>  Tue, 10 Oct 2006 14:33:47 +0200	\N	25699
-5523	9	f	\N	2007-12-16 19:41:16.535251	f	t	t	t	t	2420	/libsyntax-highlight-perl-improved-perl	\N	\N	libsyntax-highlight-perl-improved-perl (1.01-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:04 +0200	\N	24027
-6338	11	f	\N	2007-12-16 20:02:24.050397	f	t	t	t	t	3228	/python-pysnmp4-apps/trunk	\N	\N	python-pysnmp4-apps (0.2.6a-1) UNRELEASED; urgency=low  * New upstream release  * Update my maintainer address  * Vcs-Browser and Homepage fields added  * XS-Vcs-Svn field renamed to Vcs-Svn -- Jan Luebbe <jluebbe at debian.org>  Sun, 26 Aug 2007 14:07:26 +0200	\N	27880
-5863	7	f	\N	2007-12-16 19:48:22.12832	f	t	t	t	t	2760	/jrexx	\N	\N	jrexx (1.1.1-2) unstable; urgency=low  * Update watch file. Closes: #450333.  * Moved debhelper and cdbs to Build-Depends.  * Added Homepage tag to debian/control.  * Fixed long description.  * Fixed FSF address in debian/copyright.  * Update to debhelper level 5.  * Added myself to Uploaders. -- Michael Koch <konqueror at gmx.de>  Thu, 29 Nov 2007 21:05:54 +0100	\N	25702
-6339	11	f	\N	2007-12-16 20:02:24.517845	f	t	t	t	t	3229	/python-soappy/trunk	\N	\N	python-soappy (0.12.0-3) UNRELEASED; urgency=low  * debian/control:    - Adding Homepage field, removing pseudo-field from description     - Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Bernd Zeimetz <bernd at bzed.de>  Sat,  6 Oct 2007 23:47:18 +0200	\N	27885
-5864	7	f	\N	2007-12-16 19:48:22.615926	f	t	t	t	t	2761	/asm2	\N	\N	asm2 (2.2.3-1) unstable; urgency=low  * New upstream release (with own source package due to API    incompatibilities). Closes: #333164. -- Michael Koch <konqueror at gmx.de>  Sat, 14 Apr 2007 18:33:13 +0200	\N	25705
-5524	9	f	\N	2007-12-16 19:41:16.954556	f	t	t	t	t	2421	/libwww-google-calculator-perl	\N	\N	libwww-google-calculator-perl (0.04-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:17 +0200	\N	24032
-5865	7	f	\N	2007-12-16 19:48:23.01162	f	t	t	t	t	2762	/asm3	\N	\N	asm3 (3.1-1) unstable; urgency=low  * New upstream version.  * Fixed watch file to point to the correct upstream download.  * Updated debhelper level to 5.  * Added Homepage field to debian/control. -- Michael Koch <konqueror at gmx.de>  Tue, 30 Oct 2007 08:35:02 +0100	\N	25707
-5525	9	f	\N	2007-12-16 19:41:17.366138	f	t	t	t	t	2422	/libproc-processtable-perl	\N	\N	libproc-processtable-perl (0.41-6) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:45 +0200	\N	24037
-6340	11	f	\N	2007-12-16 20:02:24.98759	f	t	t	t	t	3230	/python-gnutls/trunk	\N	\N	python-gnutls (1.1.4-2) UNRELEASED; urgency=low  [ Bernd Zeimetz ]  * debian/control:    - Adding Homepage field, removing pseudo-field from description    - Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)  [ Sandro Tosi ]  * debian/watch    - url simplification for new pypi -- Sandro Tosi <matrixhasu at gmail.com>  Wed, 21 Nov 2007 23:30:32 +0100	\N	27890
-5526	9	f	\N	2007-12-16 19:41:17.775432	f	t	t	t	t	2423	/libclass-meta-perl	\N	\N	libclass-meta-perl (0.53-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:06 +0200	\N	24042
-5866	7	f	\N	2007-12-16 19:48:23.464827	f	t	t	t	t	2763	/libjettison-java	\N	\N	libjettison-java (1.0~RC2-1) unstable; urgency=low  * initial version (Closes: #453111) -- Torsten Werner <twerner at debian.org>  Sat, 24 Nov 2007 00:01:40 +0100	\N	25709
-5527	9	f	\N	2007-12-16 19:41:18.253269	f	t	t	t	t	2424	/libarray-printcols-perl	\N	\N	libarray-printcols-perl (2.1-9) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:54:45 +0100	\N	24047
-6341	11	f	\N	2007-12-16 20:02:40.434897	f	t	t	t	t	3231	/twill/trunk	\N	\N	twill (0.9~b1-2) UNRELEASED; urgency=low  * Added debian/watch file  * Vcs-Svn, Vcs-Browser and Homepage fields added -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:34 +0200	\N	27895
-5867	7	f	\N	2007-12-16 19:48:23.879969	f	t	t	t	t	2764	/jmagick	\N	\N	jmagick (6.2.6-0-2) UNRELEASED; urgency=low  * NOT RELEASED YET  * debian/control:    + Add Vcs-Browser and Vcs-Svn fields.   -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Tue, 16 Oct 2007 07:09:05 +0530	\N	25714
-5528	9	f	\N	2007-12-16 19:41:18.653678	f	t	t	t	t	2425	/libipc-sharelite-perl	\N	\N	libipc-sharelite-perl (0.09-4) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:00 +0100	\N	24052
-5529	9	f	\N	2007-12-16 19:41:19.051686	f	t	t	t	t	2426	/liblingua-en-numbers-ordinate-perl	\N	\N	liblingua-en-numbers-ordinate-perl (1.02-4) UNRELEASED; urgency=low  [ Frank Lichtenheld ]  * build-stamp should depend on configure-stamp, not build. Fixes    parallel build. Found by Daniel Schepler.  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:57 +0200	\N	24057
-5868	7	f	\N	2007-12-16 19:48:24.358374	f	t	t	t	t	2765	/libjboss-profiler-java	\N	\N	libjboss-profiler-java (1.0.CR4-1) unstable; urgency=low  * Initial release (Closes: #448989) -- Varun Hiremath <varunhiremath at gmail.com>  Tue, 24 Apr 2007 17:19:10 +0530	\N	25718
-6342	11	f	\N	2007-12-16 20:02:40.891033	f	t	t	t	t	3232	/python-openid/trunk	\N	\N	python-openid (2.1.0-1) unstable; urgency=low    [Mikhail Gusarov]  * New upstream release.  * Get rid of CDBS and use debhelper directly.    - cdbs dependency removed.    * Remove empty /usr/lib from the package manually until pycentral bug    #452227 is closed.    [Sandro Tosi]  * debian/watch    - fixed version regexp to consider only numerical versions -- Mikhail Gusarov <dottedmag at dottedmag.net>  Fri, 14 Dec 2007 22:09:22 +0600	\N	27900
-5869	7	f	\N	2007-12-16 19:48:24.724728	f	t	t	t	t	2766	/kunststoff	\N	\N	kunststoff (2.0.2-4) unstable; urgency=low  * Move the package to pkg-java svn.  * debian/control:     + Set Priority to optional from extra    + Set Maintainer to Debian Java Maintainers and add myself to Uploaders  * Move the build scripts to debian dir.  * Remove the hard coded version from build.properties and install the    versioned jar from debian/rules. -- Varun Hiremath <varunhiremath at gmail.com>  Thu, 11 Oct 2007 13:48:46 +0530	\N	25723
-5870	7	f	\N	2007-12-16 19:48:25.187163	f	t	t	t	t	2767	/libgef-java	\N	\N	libgef-java (0.12.3-1) unstable; urgency=low  * New upstream (closes: #439336) -- Arnaud Vandyck <avdyk at debian.org>  Sat, 25 Aug 2007 16:14:19 +0200	\N	25725
-5530	9	f	\N	2007-12-16 19:41:19.498135	f	t	t	t	t	2427	/libclass-mop-perl	\N	\N	libclass-mop-perl (0.48-1) unstable; urgency=low  [ Rene Mayorga ]  * New upstream release.    Closes: #453288 -- new upstream version needed to undo libmoose-perl    breakage  [ Damyan Ivanov ]  * Use search.cpan.org/dist-based URL in debian/watch saving 98% bandwidth  * minor cleanup of debian/rules    + use "$@" when touching stamps    + move removing stamps before distclean  * debian/copyright:    + add contributors    + use single URL in the "downloaded from" part  * Stop installing redundant README  * Add myself to Uploaders  * Add Conflicts: libmoose-perl (<< 0.31) to avoid partial upgrade breakage.    Thanks go to Niko Tyni -- Damyan Ivanov <dmn at debian.org>  Wed, 28 Nov 2007 14:41:12 +0200	\N	24062
-5871	7	f	\N	2007-12-16 19:48:25.659045	f	t	t	t	t	2768	/libjboss-cache1-java	\N	\N	libjboss-cache1-java (1.4.1.SP6-1) unstable; urgency=low  * Initial release (Closes: #446656) -- Torsten Werner <twerner at debian.org>  Tue, 06 Nov 2007 16:59:30 +0100	\N	25730
-5531	9	f	\N	2007-12-16 19:41:19.890077	f	t	t	t	t	2428	/libdbi-perl	\N	\N	libdbi-perl (1.601-2) UNRELEASED; urgency=low  * debian/rules:    - don't install empty /usr/share/perl5 directory    - let -stamp targets only depend on other -stamp targets -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 02 Dec 2007 00:05:04 +0100	\N	24067
-6343	11	f	\N	2007-12-16 20:02:41.358343	f	t	t	t	t	3233	/python-formencode/trunk	\N	\N	python-formencode (0.7.1-3) UNRELEASED; urgency=low  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:06 +0200	\N	27905
-5532	9	f	\N	2007-12-16 19:41:20.337589	f	t	t	t	t	2429	/libwhisker2-perl	\N	\N	libwhisker2-perl (2.4-1) UNRELEASED; urgency=low    It would be VERY nice if the concerns in    http://lists.debian.org/debian-perl/2007/08/msg00058.html are addressed    before uploading this.  [ Deepak Tripathi ]  * Initial release (Closes: #435979)     [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- Deepak Tripathi <apenguinlinux at gmail.com>  Sun, 05 Aug 2007 00:16:18 +0530	\N	24072
-5872	7	f	\N	2007-12-16 19:48:26.125849	f	t	t	t	t	2769	/cairo-java	\N	\N	cairo-java (1.0.8-7) UNRELEASED; urgency=low  * Fixed typos in description. Closes: #428660. -- Mark Howard <mh at debian.org>  Thu, 13 Dec 2007 18:25:35 +0000	\N	25735
-5533	9	f	\N	2007-12-16 19:41:20.773166	f	t	t	t	t	2430	/liblist-compare-perl	\N	\N	liblist-compare-perl (0.34-1) unstable; urgency=low  [ gregor herrmann ]  * New upstream release.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Fix error in long description.  * Set debhelper compatibility level to 5.  * debian/rules: Cleanup (compiler options, comments, unused dh_* calls,    move tests to build target).  [ Damyan Ivanov ]  * debian/copyright:    Use by-dist upstream URL and put t in the beginning -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 09 Nov 2007 17:08:28 +0100	\N	24077
-6344	11	f	\N	2007-12-16 20:02:41.844706	f	t	t	t	t	3234	/cheetah/trunk	\N	\N	cheetah (2.0.1-2) UNRELEASED; urgency=low  * New email address.  * debian/control*:    + Update Standards-Version to 3.7.3. No changes needed. -- Arnaud Fontaine <arnau at debian.org>  Fri, 07 Dec 2007 19:45:11 +0000	\N	27910
-5873	7	f	\N	2007-12-16 19:48:36.648603	f	t	t	t	t	2770	/jta	\N	\N	jta (2.6+dfsg-1) unstable; urgency=low  * Added myself to uploaders.  * Converted to use CDBS (usual build system in pkg-java).  * Compiles using java-gcj-compat-dev.  * Changed to debheler version 5.  * Upstream provide both a Makefile and a build.xml, but the    Makefile is out of date. Swapped to build.xml.  * Removed dependency on Java runtime (as required by draft Java    policy).  * Created separate -doc package.  * Removed non-dfsg RFC from source tarball.    (Closes: #393377)  * Expanded description, and added end-user documentation.    (Closes: #34130, #417544)  * Amended build.xml to include index.html as a help file.    (Closes: #341405) -- Paul Cager <paul-debian at home.paulcager.org>  Sat, 21 Apr 2007 21:37:36 +0100	\N	25740
-5874	7	f	\N	2007-12-16 19:48:37.106364	f	t	t	t	t	2771	/libcommons-launcher-java	\N	\N	libcommons-launcher-java (1.1-3) unstable; urgency=low  * kaffe compiler transition     + Build-Depend only on kaffe    + Remove jikes compiler setting in debian/rules  * Standards-Version 3.6.2 (no changes)  * Bumped debhelper version to fix linda error  * Depend on kaffe | java1-runtime | java2-runtime  * Added myself to uploaders -- Wolfgang Baer <WBaer at gmx.de>  Sun, 15 Jan 2006 17:50:15 +0100	\N	25745
-6345	11	f	\N	2007-12-16 20:02:42.341799	f	t	t	t	t	3235	/ipy/trunk	\N	\N	ipy (1:0.55-2) UNRELEASED; urgency=low  * debian/watch    - url simplification -- Sandro Tosi <matrixhasu at gmail.com>  Wed, 21 Nov 2007 20:14:26 +0100	\N	27915
-6346	11	f	\N	2007-12-16 20:02:47.749389	f	t	t	t	t	3236	/myghtyutils/trunk	\N	\N	myghtyutils (0.52-4) UNRELEASED; urgency=low  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:40 +0200	\N	27920
-5534	9	f	\N	2007-12-16 19:41:21.225691	f	t	t	t	t	2431	/libtest-www-mechanize-perl	\N	\N	libtest-www-mechanize-perl (1.16-1) unstable; urgency=low  * New upstream release    Closes: #439470 -- FTBFS: t/page_links_content failed  * Add libhtml-lint-perl to B-D-I  * Wrap long fields in debian/control  * Add myself to Uploaders  * Clean up debian/rules:    + Move test suite from install to build target    + Drop unneeded OPTIMIZE=".." setting    + Drop unneeded dh_strip and dh_link calls    + Clean stamps before distclean  * Switch to a by-dist URL in debian/watch  * Switch to search.cpan.org/dist/... URL in debian/copyright -- Damyan Ivanov <dmn at debian.org>  Thu, 08 Nov 2007 15:58:35 +0200	\N	24082
-6347	11	f	\N	2007-12-16 20:02:48.223714	f	t	t	t	t	3237	/python-dns/trunk	\N	\N	python-dns (2.3.1-3) UNRELEASED; urgency=low  [ Piotr Ożarowski ]  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)  [ Scott Kitterman ]  * Update debian/copyright to be complete -- Scott Kitterman <scott at kitterman.com>  Sun, 18 Nov 2007 22:25:01 -0500	\N	27925
-5535	9	f	\N	2007-12-16 19:41:21.664899	f	t	t	t	t	2432	/libdata-walk-perl	\N	\N	libdata-walk-perl (1.00-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:37 +0200	\N	24087
-5875	7	f	\N	2007-12-16 19:48:37.749231	f	t	t	t	t	2772	/aspectwerkz0	\N	\N	aspectwerkz1 (1.0.dfsg.1-1) unstable; urgency=low  * Initial Release (closes: #418579). -- Arnaud Vandyck <avdyk at debian.org>  Wed, 11 Apr 2007 16:51:03 +0200	\N	25750
-5536	9	f	\N	2007-12-16 19:41:22.067265	f	t	t	t	t	2433	/libmime-encwords-perl	\N	\N	libmime-encwords-perl (0.040-4) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Damyan Ivanov ]  * [debian/watch] Stop capturing file extension -- Damyan Ivanov <dmn at debian.org>  Tue, 06 Nov 2007 11:01:23 +0200	\N	24092
-5876	7	f	\N	2007-12-16 19:48:58.192579	f	t	t	t	t	2773	/glassfish	\N	\N	glassfish (2+b58g-2) unstable; urgency=low  * glassfish-javaee: Build and install ejb-api too. -- Torsten Werner <twerner at debian.org>  Fri, 02 Nov 2007 17:54:59 +0100	\N	25754
-5537	9	f	\N	2007-12-16 19:41:22.452118	f	t	t	t	t	2434	/libstring-koremutake-perl	\N	\N	libstring-koremutake-perl (0.30-4) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:59 +0200	\N	24097
-6348	11	f	\N	2007-12-16 20:02:48.719484	f	t	t	t	t	3238	/python-kde3/trunk	\N	\N	python-kde3 (3.16.0-5) UNRELEASED; urgency=low  [ Piotr Ożarowski ]  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)  [ Sandro Tosi ]  * debian/watch    - added missing file -- Sandro Tosi <matrixhasu at gmail.com>  Sun, 25 Nov 2007 13:07:00 +0100	\N	27930
-5538	9	f	\N	2007-12-16 19:41:22.858553	f	t	t	t	t	2435	/libnet-smtp-server-perl	\N	\N	libnet-smtp-server-perl (1.1-4) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Use dist-based URL in debian/watch.  * Change Homepage field and remove misspelled pseudo-field Homepage from    long description.  * debian/rules:    - don't install empty /usr/lib/perl5 directory    - remove variable OPTIMIZE, we don't compile anything    - use $(CURDIR) instead of `pwd`    - let install target depend on build target    - remove comments, empty lines and unneeded dh_* calls -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:11 +0200	\N	24102
-5877	7	f	\N	2007-12-16 19:48:58.5862	f	t	t	t	t	2772	/aspectwerkz1	\N	\N	aspectwerkz1 (1.0.dfsg.1-1) unstable; urgency=low  * Initial Release (closes: #418579). -- Arnaud Vandyck <avdyk at debian.org>  Wed, 11 Apr 2007 16:51:03 +0200	\N	25759
-5539	9	f	\N	2007-12-16 19:41:23.302283	f	t	t	t	t	2436	/libdata-ical-perl	\N	\N	libdata-ical-perl (0.13+dfsg-1) unstable; urgency=low  * Initial release (Closes: #426888) -- Peter Makholm <peter at makholm.net>  Tue, 04 Dec 2007 07:39:22 +0000	\N	24107
-6349	11	f	\N	2007-12-16 20:02:54.143451	f	t	t	t	t	3239	/pycallgraph/trunk	\N	\N	pycallgraph (0.4.0-1) unstable; urgency=low  * New upstream release  * Change permission to 644 of examples/*.py on install  * Rename scripts/pycallgraph-dot.py to pycallgraph-dot on install  * Vcs-Svn, Vcs-Browser, Homepage fields added (Piotr Ożarowski <piotr at debian.org>)  * Manual page added; added install directive in rules  * Updated patch to add hashbang into scripts/pycallgraph-dot.py -- Jan Alonzo <jmalonzo at unpluggable.com>  Sat, 6 Oct 2007 01:00:00 +1000	\N	27935
-5878	7	f	\N	2007-12-16 19:49:09.083326	f	t	t	t	t	2774	/eclipse	\N	\N	eclipse (3.2.2-5) UNRELEASED; urgency=low  * Added junit4 support.  * Added ant-nodeps.jar to ant classpath. Needed for replaceregexp tag.  * Simplified debian/rules by removing all JVM_* variables. -- Michael Koch <konqueror at gmx.de>  Mon, 29 Oct 2007 08:07:19 +0100	\N	25762
-5879	7	f	\N	2007-12-16 19:49:09.524061	f	t	t	t	t	2775	/aspectwerkz2	\N	\N	aspectwerkz2 (2.0.dfsg.1-2) unstable; urgency=low  * Complete the copyright/license information in debian/copyright. -- Torsten Werner <twerner at debian.org>  Tue, 23 Oct 2007 07:15:33 +0200	\N	25767
-5880	7	f	\N	2007-12-16 19:49:09.920129	f	t	t	t	t	2776	/liquidlnf	\N	\N	liquidlnf (2.9.1-4) unstable; urgency=low  * Move the package to pkg-java svn.  * Set Maintainer to Debian Java Maintainers and add myself to Uploaders.  * Remove debian/install file and install jar from debian/rules and    create symbolic link.  * Fix watch file (Closes: #450196) -- Varun Hiremath <varunhiremath at gmail.com>  Mon, 15 Oct 2007 22:51:45 +0530	\N	25772
-5540	9	f	\N	2007-12-16 19:41:23.742669	f	t	t	t	t	2437	/libastro-fits-header-perl	\N	\N	libastro-fits-header-perl (2.8.1-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:17 +0200	\N	24111
-5541	9	f	\N	2007-12-16 19:41:24.208056	f	t	t	t	t	2438	/libtest-manifest-perl	\N	\N	libtest-manifest-perl (1.14-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:20 +0100	\N	24116
-5881	7	f	\N	2007-12-16 19:49:10.375646	f	t	t	t	t	2777	/tomcat	\N	\N	tomcat (3.3.1a-1) unstable; urgency=high  * New upstream release which fixes two security vulnerabilities:    + when used with JDK 1.3.1 or earlier, a maliciously crafted request      could return a directory listing even when an index.html, index.jsp,      or other welcome file is present. File contents can be returned as well.    + a malicious web application could read the contents of some files      outside the web application via its web.xml file in spite of the      presence of a security manager  * Disable the examples webapp since it contains cross site scripting    vulnerability: examples.war is now installed in    /usr/share/doc/tomcat/examples  * Standards-Version: 3.5.8 (no changes required)  * Build with the latest Apache version  * Updates README.Debian -- Stefan Gybas <sgybas at debian.org>  Mon, 27 Jan 2003 10:50:13 +0100	- init script: remove dangling WAR symlinks and their unpacked files\n- debconf: ask about connectors and ports\n	25774
-6350	11	f	\N	2007-12-16 20:02:54.599396	f	t	t	t	t	3240	/pyqwt5/trunk	\N	\N	pyqwt5 (5.0.1.dfsg-4) UNRELEASED; urgency=low  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:57 +0200	\N	27940
-5542	9	f	\N	2007-12-16 19:41:24.583192	f	t	t	t	t	2439	/libset-scalar-perl	\N	\N	libset-scalar-perl (1.20-2) UNRELEASED; urgency=low  * NEEDS WORK - Maintainer, watch, etc  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description). -- Damyan Ivanov <dmn at debian.org>  Fri, 07 Dec 2007 13:54:36 +0200	\N	24121
-5882	7	f	\N	2007-12-16 19:49:10.836455	f	t	t	t	t	2778	/libhibernate3-java	\N	\N	libhibernate3-java (3.2.5-1) unstable; urgency=low  * Initial Release (closes: #385569). -- Torsten Werner <twerner at debian.org>  Sun, 14 Oct 2007 14:43:34 +0200	\N	25779
-5543	9	f	\N	2007-12-16 19:41:25.016272	f	t	t	t	t	2440	/libapp-control-perl	\N	\N	libapp-control-perl (1.02-1) unstable; urgency=low  [ David Bremner ]  * Initial Release (Closes: #430686). -- Damyan Ivanov <dmn at debian.org>  Tue, 11 Dec 2007 13:46:27 +0200	\N	24126
-6062	7	f	\N	2007-12-16 19:54:15.403053	f	t	t	t	t	2954	/libitext-java-doc	\N	\N	libitext-java-doc (1.4.5-1) unstable; urgency=low  * New Maintainer   * Now Redistributed on a separated package   -- Gerardo Curiel <gcuriel at debianvenezuela.org>  Thu, 12 Oct 2006 14:08:14 -0400	\N	26584
-5544	9	f	\N	2007-12-16 19:41:25.441208	f	t	t	t	t	2441	/libnet-scp-expect-perl	\N	\N	libnet-scp-expect-perl (0.12-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:10 +0100	\N	24131
-6351	11	f	\N	2007-12-16 20:02:55.078791	f	t	t	t	t	3241	/enthought-traits/trunk	\N	\N	enthought-traits (2.0.1b1-2) unstable; urgency=low  * Rename the source and binary packages.  * debian/rules:    + add clean target    + install using setup files.  * Install examples and docs.  * Add debain/orig-tar.sh script to create orig.tar.gz -- Varun Hiremath <varunhiremath at gmail.com>  Sat, 08 Dec 2007 00:14:12 +0530	\N	27945
-5545	9	f	\N	2007-12-16 19:41:25.849232	f	t	t	t	t	2442	/libhtml-fillinform-perl	\N	\N	libhtml-fillinform-perl (2.00-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:41 +0200	\N	24136
-6352	11	f	\N	2007-12-16 20:02:55.45219	f	t	t	t	t	3242	/python-pypoppler/trunk	\N	\N	pypoppler (0.6.0) unstable; urgency=low  * First upload -- Andrea Gasparini <gaspa at yattaweb.it>  Mon, 12 Nov 2007 16:16:29 +0200	\N	27950
-6353	11	f	\N	2007-12-16 20:03:05.913776	f	t	t	t	t	3243	/pyme/trunk	\N	\N	pyme (0.7.0-4) UNRELEASED; urgency=low  * Vcs-Svn, Vcs-Browser and Homepage fields added -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:53 +0200	\N	27952
-5546	9	f	\N	2007-12-16 19:41:26.285246	f	t	t	t	t	2443	/libxml-rss-perl	\N	\N	libxml-rss-perl (1.31-3) unstable; urgency=low  [ gregor herrmann ]  * Add libdatetime-format-mail-perl and libdatetime-format-w3cdtf-perl to    Depends, thanks to Dominic Hargreaves (closes: #454345).  * Remove call to svn-upgrade from debian/watch and use a dist-based URL    there.  * Move perl from Build-Depends to Build-Depends-Indep.  [ Damyan Ivanov ]  * Remove unnecessary removing of executable bit of examples  * Do not ship redundant README  * Give TODO as a parameter to dh_installdocs  * Give examples/* as a parameter to dh_installexamples  * Remove debian/libxml-rss-perl.{examples,docs}  * Refresh debian/copyright -- Damyan Ivanov <dmn at debian.org>  Wed, 05 Dec 2007 11:51:19 +0200	\N	24141
-5883	7	f	\N	2007-12-16 19:49:11.362418	f	t	t	t	t	2779	/eclipse-cdt	\N	\N	eclipse-cdt (3.1.2-1) unstable; urgency=low  * New upstream release, resynched with Fedora:    o refresh the patches    o do not ship cppunit and autotools plugins yet  * Add myself to the uploaders field.  * Bump debhelper compat level to 5, and adapt build-dependency accordingly.  * Fix DEB_HOST_ARCH logic in debian/rules.  * Adjust eclipse-cdt dependencies:    o switch from eclipse-pde to eclipse-platform (Closes: #385350)    o add gcc and make, as eclipse-cdt is pretty useless without them    o suggest g++ -- Thomas Girard <thomas.g.girard at free.fr>  Sun, 17 Jun 2007 19:41:02 +0000	= Packaging =\n * switch to cdbs\n * provide the -gcj package\n * split the package into a -sdk package\n * eclipse-cdt cannot be built if installed\n\n= Related =\n * Package autotools plugin?\n * Package cppunit plugin?\n	25784
-5547	9	f	\N	2007-12-16 19:41:26.86264	f	t	t	t	t	2444	/soap-lite	\N	\N	soap-lite (0.69-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:31 +0200	\N	24146
-6354	11	f	\N	2007-12-16 20:03:06.39883	f	t	t	t	t	3244	/pyscript/trunk	\N	\N	pyscript (0.6.1-2) UNRELEASED; urgency=low  * Vcs-Browser and Homepage fields added  * XS-Vcs-Svn field renamed to Vcs-Svn -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:58 +0200	\N	27957
-5884	7	f	\N	2007-12-16 19:49:11.806314	f	t	t	t	t	2780	/java-snmp	\N	\N	java-snmp (1.4-5) unstable; urgency=low  * Added new clean-target patch from upstream (although it doesn't    work as the patch is reverted before 'ant clean' is called).  * Updated upstream URL in debian/copyright.  * Changed my uploader address. :) -- Morten Werner Olsen <werner at debian.org>  Thu, 23 Mar 2006 00:01:58 +0100	\N	25789
-5548	9	f	\N	2007-12-16 19:41:27.446189	f	t	t	t	t	2445	/libmodule-corelist-perl	\N	\N	libmodule-corelist-perl (2.12-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:41 +0200	\N	24151
-5549	9	f	\N	2007-12-16 19:41:28.115185	f	t	t	t	t	2446	/libroman-perl	\N	\N	libroman-perl (1.21-1) unstable; urgency=low  * New upstream release.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * debian/rules:    - let install-stamp depend on build-stamp    - install upstream changelog    - remove OPTIMIZE, we don't compile anything    - use $(PERL) instead of perl  * debian/watch: use dist-based URL.  * Remove debian/libroman-perl.docs and don't install README anymore    (doesn't provide any additional information).  * Remove debian/libroman-perl.install, remove call to dh_install in    debian/rules, rewrite usage of temporary build directory in    debian/rules.  * debian/copyright:    - add generic upstream URL    - update copyright and license information from upstream README -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 30 Nov 2007 16:17:00 +0100	\N	24156
-5885	7	f	\N	2007-12-16 19:49:12.243255	f	t	t	t	t	2781	/lucene2	\N	\N	lucene2 (2.2.0-2~pre1) unstable; urgency=low  * Moved to cdbs  * Build with gcj -- Jan-Pascal van Best <janpascal at vanbest.org>  Wed, 08 Aug 2007 15:42:05 +0200	TODO\n----\n\nStuff to do regarding packaging of lucene-2.x.x:\n\n- ant fails the rmic task with gcj (bug in ant, see bug #436680)\n\n- Some unit tests fail with gcj (not with sun-java5): \n  o org.apache.lucene.document.TestDateTools (bug in gij-4.1, see bug #433636)\n  o org.apache.lucene.search.TestRemoteCachingWrapperFilter\n  o org.apache.lucene.search.TestSort\n  o org.apache.lucene.search.TestThreadSafe\n\n- Maybe split into -core and -contrib package (maybe even further split up \n  the -contrib package), because the package now has many dependencies because\n  of all the contribs.\n	25794
-6355	11	f	\N	2007-12-16 20:03:06.831197	f	t	t	t	t	3245	/twistedsnmp/trunk	\N	\N	twistedsnmp (0.3.13-4) UNRELEASED; urgency=low  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:34 +0200	generate API documentation (see doc/pydoc) and ship it into the package\n	27962
-6356	11	f	\N	2007-12-16 20:03:07.297771	f	t	t	t	t	3246	/python-application/trunk	\N	\N	python-application (1.0.9-5) UNRELEASED; urgency=low  * NOT RELEASED YET  * debian/watch:    - Simplifying url -- Bernd Zeimetz <bernd at bzed.de>  Wed, 21 Nov 2007 00:38:02 +0100	\N	27967
-5550	9	f	\N	2007-12-16 19:41:30.528215	f	t	t	t	t	2447	/libmail-sendmail-perl	\N	\N	libmail-sendmail-perl (0.79-5) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Set Standards-Version to 3.7.2 (no changes needed).  * debian/rules:    - don't install empty /usr/lib/perl5 directory    - remove OPTIMIZE variable, we don't compile anything    - remove unneeded call to dh_strip    - install upstream changelog  * Convert debian/copyright to UTF-8. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:16 +0200	\N	24161
-6357	11	f	\N	2007-12-16 20:03:17.743238	f	t	t	t	t	3247	/python-werkzeug/trunk	\N	\N	python-werkzeug (0.1~svn3830-2) unstable; urgency=low  * Removed surplus Priority control field.  * Added Vcs-Svn, Vcs-Browser and Homepage control fields.  * Replaced Build-Depends on python-dev with python.  * Tweaked debian/copyright file for ordering consistency. -- Noah Slater <nslater at bytesexual.org>  Sat, 03 Nov 2007 01:10:16 +0000	\N	27972
-5886	7	f	\N	2007-12-16 19:49:12.722214	f	t	t	t	t	2782	/plexus-i18n	\N	\N	plexus-i18n (1.0-beta-7+svn6675-1) unstable; urgency=low  * New upstream release, to correct license problems (resulting in    rejection from ftp-master).      (Closes: #428575) -- Paul Cager <paul-debian at home.paulcager.org>  Sat, 21 Jul 2007 00:09:27 +0100	\N	25799
-5551	9	f	\N	2007-12-16 19:41:30.988207	f	t	t	t	t	2448	/liblockfile-simple-perl	\N	\N	liblockfile-simple-perl (0.2.5-8) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:01 +0100	\N	24166
-5552	9	f	\N	2007-12-16 19:41:31.438783	f	t	t	t	t	2449	/libmoose-perl	\N	\N	libmoose-perl (0.31-1) unstable; urgency=low  [ Gregor Herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser      field (source stanza). Removed: XS-Vcs-Svn fields.  [Rene Mayorga]  * New upstream release    + Closes: #453218 -- FTBFS  * debian/rules    + change from Build.PL to Makefile.PL at build, clean and install targets  * debian/control    + raise the versioned B-Dep-I for libclass-mop-perl    + set Standards-policy to 3.7.2    + add myself to uploaders  [ Niko Tyni ]  * Fix the last Build.PL reference in the clean target.  * Raise the versioned libclass-mop-perl dependency as well.    + Set the dependencies to 0.47 (as specified by upstream)      instead of 0.48-1 (the Debian version) to ease backporting.  * Update debian/watch.  * Other dependency updates:    + add libsub-name-perl (>= 0.02)    + version libsub-exporter-perl (>= 0.972)    + remove libuniversal-require-perl    + libtest-longstring-perl is only a build dependency now  [ Damyan Ivanov ]  * Do not install redundant README  * Add upstream contributors to debian/copyright  * Use author-neutral upsteam URL  * debian/rules    + fix inter-target dependencies to allow parallel build    + use proper DESTDIR and PREFIX when installing  * Add trailing slash to watch directory to avoid a http redirect  * Add manpage-whatis.patch to correct bad whatis entry    + Add quilt to Build-Depends and debian/rules -- Damyan Ivanov <dmn at debian.org>  Fri, 30 Nov 2007 09:31:28 +0200	\N	24171
-5887	7	f	\N	2007-12-16 19:49:13.122495	f	t	t	t	t	2783	/libjorbis-java	\N	\N	libjorbis-java (0.0.16-4) unstable; urgency=low  * Move the package to pkg-java svn.  * Set Maintainer to Debian Java Maintainers and add myself to Uploaders.  * Move the build scripts to debian dir. -- Varun Hiremath <varunhiremath at gmail.com>  Mon, 15 Oct 2007 09:41:36 +0530	\N	25804
-6358	11	f	\N	2007-12-16 20:03:18.210373	f	t	t	t	t	3248	/rabbyt/trunk	\N	\N	rabbyt (0.7.5-1) unstable; urgency=low  +++ Changes by Piotr Ożarowski:  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)  +++ Changes by Nacho Barrientos Arias:  * New upstream release.  * debian/patches   - 01_disable-O3.patch: Adapted to the new source. -- Nacho Barrientos Arias <nacho at debian.org>  Thu, 18 Oct 2007 16:03:59 +0200	\N	27977
-5888	7	f	\N	2007-12-16 19:49:13.645956	f	t	t	t	t	2784	/liblogkit-java	\N	\N	liblogkit-java (1.2.2-9) unstable; urgency=low  * Use java-gcj-compat instead of kaffe.  * Moved Build-Depends-Indep to Build-Depends.  * Removed Wolfgang and added myself to Uploaders.  * Updated Standards-Version. -- Michael Koch <konqueror at gmx.de>  Wed, 20 Jun 2007 01:07:05 +0200	\N	25808
-6359	11	f	\N	2007-12-16 20:03:18.686803	f	t	t	t	t	3249	/python-couchdb/trunk	\N	\N	python-couchdb (0.1-1) UNRELEASED; urgency=low  * Initial release. Closes: #447596 -- Noah Slater <nslater at bytesexual.org>  Sat, 03 Nov 2007 01:13:27 +0000	\N	27982
-5889	7	f	\N	2007-12-16 19:49:14.119259	f	t	t	t	t	2785	/jts	\N	\N	jts (1.7-1) unstable; urgency=low  * New upstream release    (closes: #362120)  * Policy bumped to 3.7.2, without changes  * Debhelper compatibility set to 5. -- Francesco Paolo Lovergine <frankie at debian.org>  Sat, 16 Jun 2007 00:27:01 +0200	\N	25813
-5890	7	f	\N	2007-12-16 19:49:14.600105	f	t	t	t	t	2786	/libjibx-java	\N	\N	libjibx-java (1.0.1-1) unstable; urgency=low  * Initial Release (closes: Bug#354374). -- Eric Lavarde <deb at zorglub.s.bawue.de>  Sat,  4 Mar 2006 15:20:17 +0200	\N	25818
-5891	7	f	\N	2007-12-16 19:49:15.020041	f	t	t	t	t	2787	/libjboss-aop-java	\N	\N	libjboss-aop-java (2.0.0~beta2-1) unstable; urgency=low  * Initial release (Closes: #450765) -- Varun Hiremath <varunhiremath at gmail.com>  Tue, 24 Apr 2007 17:19:10 +0530	\N	25823
-5553	9	f	\N	2007-12-16 19:41:31.859547	f	t	t	t	t	2450	/libxml-xpath-perl	\N	\N	libxml-xpath-perl (1.13-7) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:47 +0100	\N	24176
-5554	9	f	\N	2007-12-16 19:41:37.259917	f	t	t	t	t	2451	/libcgi-session-perl	\N	\N	libcgi-session-perl (4.20-3) UNRELEASED; urgency=low  [ Damyan Ivanov ]  * Add debian/watch  * debian/copyright improvements    + Added Mark Stosberg to the authors    + Added years of copyright    + Cite the Perl license    + Add pointer to GPL location  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Fix URL in debian/watch.  * debian/rules:    - don't install empty /usr/lib/perl5 directory    - let install target depend on build target    - remove compiler variables    - don't ignore errors of $(MAKE) realclean -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:48 +0200	\N	24181
-5892	7	f	\N	2007-12-16 19:49:15.47394	f	t	t	t	t	2788	/libitext-java	\N	\N	libitext-java (1.4.5-3) unstable; urgency=low  * Build-Depend on ecj instead of ecj-bootstrap. Closes: #442958. -- Michael Koch <konqueror at gmx.de>  Tue, 18 Sep 2007 20:57:45 +0200	\N	25828
-6360	11	f	\N	2007-12-16 20:03:19.198072	f	t	t	t	t	3250	/notify-python/trunk	\N	\N	notify-python (0.1.1-2) unstable; urgency=low  [ Scott Kitterman ]  * debian/rules: Remove src/pynotify.c on clean, so that it actually gets    regenerated on build. Otherwise some functions like    attach_to_status_icon() are missing.  [ Piotr Ożarowski ]  * Rename XS-Vcs-Svn field to Vcs-Svn  * Add Vcs-Browser field  [ Loic Minier ]  * Add /svn to the Vcs-Svn URL to allow copy-paste in svn+ssh:// URLs. :-P  * Depends on ${misc:Depends}.  * Fix usage of spaces versus tab in rules; the fix for #434714 was in place,    but had a syntax error; thanks Martin Pitt; closes: #434714.  * Ship some testsuite scripts as examples; thanks Sebastien Bacher;    closes: #440244.  * Rewrite build completely without the autotools CDBS class and configure,    make, and make install for each requested Python version; closes: #438928. -- Loic Minier <lool at dooz.org>  Thu, 06 Dec 2007 15:55:13 +0100	\N	27987
-5555	9	f	\N	2007-12-16 19:41:37.690702	f	t	t	t	t	2452	/libhtml-clean-perl	\N	\N	libhtml-clean-perl (0.8-11) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:40 +0200	\N	24186
-5893	7	f	\N	2007-12-16 19:49:15.83569	f	t	t	t	t	2789	/libbasicplayer-java	\N	\N	libbasicplayer-java (3.0-3) unstable; urgency=low  * Move the package to pkg-java svn.  * Set Maintainer to Debian Java Maintainers and add myself to Uploaders.  * Remove debian/install and install jar from debian/rules and create    symbolic link. -- Varun Hiremath <varunhiremath at gmail.com>  Mon, 15 Oct 2007 13:33:43 +0530	\N	25833
-5556	9	f	\N	2007-12-16 19:41:38.089	f	t	t	t	t	2453	/libpostscript-file-perl	\N	\N	libpostscript-file-perl (1.01-2) unstable; urgency=low  [ Vincent Danjean ]  * Fix Build-Depends/Build-Depends-Indep as some packages are needed in the    clean target  * First release within the Debian Perl Group  * [debian/control] Update Maintainer and Uploaders fields according    to the Debian Perl Group policy  * [debian/compat] debhelper compat version dumped to 5  * [debian/control] Standard-Version set to 3.7.2 (no changes required)  * [debian/copyright] add copyright for Debian packaging  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Damyan Ivanov ]  * Converted from cdbs to debhelper    + install Changes as a changelog    + Drop cdbs and quilt from B-D  * Remove test-results/ in clean  * Use author-independent upstream URL in debian/copyright  * Use by-module URL in debian/watch  * Add myself to Uploaders -- Damyan Ivanov <dmn at debian.org>  Wed, 17 Oct 2007 10:50:10 +0300	\N	24191
-5894	7	f	\N	2007-12-16 19:49:16.283623	f	t	t	t	t	2790	/libcommons-net-java	\N	\N	libcommons-net-java (1.4.1-1) unstable; urgency=low  * New upstram (closes: #377064)  * debian/watch: updated to official Apache web site (not a mirror)  * Updated Standards-Version to 3.7.2; split Build-Dep and    Build-Dep-Indep  * Built with java-gcj-compat-dev and cdbs-ant  * debian/doc-base: added (based on Wolfgang's libcommons-logging-java    debian/doc-base file) -- Arnaud Vandyck <avdyk at debian.org>  Tue,  1 Aug 2006 12:01:53 +0200	\N	25835
-5895	7	f	\N	2007-12-16 19:49:16.744713	f	t	t	t	t	2791	/libjboss-common-java	\N	\N	libjboss-common-java (0.0+svn2663-1) unstable; urgency=low  * Initial release (Closes: #448692) -- Varun Hiremath <varunhiremath at gmail.com>  Tue, 24 Apr 2007 17:19:10 +0530	\N	25840
-5557	9	f	\N	2007-12-16 19:41:38.549749	f	t	t	t	t	2454	/libwebservice-youtube-perl	\N	\N	libwebservice-youtube-perl (1.0.2-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza). Removed: XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:14 +0200	\N	24196
-5896	7	f	\N	2007-12-16 19:49:27.189022	f	t	t	t	t	2792	/commons-daemon	\N	\N	commons-daemon (1.0.2~svn20061127-6) unstable; urgency=low  * Applied a workaround for a JNI bug in libgcj (see    http://gcc.gnu.org/PR31700). -- Marcus Better <marcus at better.se>  Wed, 25 Apr 2007 15:11:01 +0200	\N	25845
-5558	9	f	\N	2007-12-16 19:41:39.088671	f	t	t	t	t	2455	/libdevel-gdb-perl	\N	\N	libdevel-gdb-perl (2.0-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:57 +0200	\N	24201
-6361	11	f	\N	2007-12-16 20:03:19.649955	f	t	t	t	t	3251	/pyenchant/trunk	\N	\N	pyenchant (1.3.1-2) UNRELEASED; urgency=low  * Build python-enchant-dbg package  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:50 +0200	\N	27992
-5897	7	f	\N	2007-12-16 19:49:33.096857	f	t	t	t	t	2793	/javahelp2	\N	\N	javahelp2 (2.0.05-2) unstable; urgency=low  * debian/control:    + Build-Depend on ant-optional instead of ant (Closes: #447469)    + Add libjdic-java to Build-Depends-Indep    + Add Homepage, Vcs-{Svn, Browser} headers    + Add myself to Uploaders    + Bumped up Standards-Version to 3.7.3  * debian/rules: Create symlink for jdic.jar  * debian/compat: Set to 5 -- Varun Hiremath <varun at debian.org>  Thu, 13 Dec 2007 22:47:05 +0530	\N	25850
-5559	9	f	\N	2007-12-16 19:41:39.602432	f	t	t	t	t	2456	/libemail-folder-perl	\N	\N	libemail-folder-perl (0.853-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:08 +0200	\N	24206
-5560	9	f	\N	2007-12-16 19:41:40.068931	f	t	t	t	t	2457	/libterm-readpassword-perl	\N	\N	libterm-readpassword-perl (0.09-1) UNRELEASED; urgency=low    UNCLEAR LICENSE      ( CPAN RT#31527 )  * New upstream release  * Bump standard version to 3.7.3 (no changes requiered)  * debian/compat set to 5  * debian/control    + Add Build-Depends     + Move deheleper from B-D-I to Build-Dependss    + Raise debhelper version to >= 5    + Add ${misc:Depends} to Depends  * debian/rules    + add (build/install)-stamp targets    + don't ignore make clean output      + use 'realclean' instead 'clean'    + remove unused/unneeded dh_* calls    + move 'tests' to build target -- Rene Mayorga <rmayorga at debian.org.sv>  Fri, 14 Dec 2007 01:51:58 -0600	\N	24211
-5898	7	f	\N	2007-12-16 19:49:33.579393	f	t	t	t	t	2794	/werken.xpath	\N	\N	werken.xpath (0.9.4-9) unstable; urgency=low  * Removed Takashi Okamoto (closes: #352994) -- Arnaud Vandyck <avdyk at debian.org>  Tue, 25 Apr 2006 15:18:39 +0200	\N	25852
-6362	11	f	\N	2007-12-16 20:03:20.133992	f	t	t	t	t	3252	/python-pychart/trunk	\N	\N	python-pychart (1.39-7) UNRELEASED; urgency=low  * Vcs-Browser and Homepage fields added  * XS-Vcs-Svn field renamed to Vcs-Svn -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:12 +0200	\N	27997
-5561	9	f	\N	2007-12-16 19:41:40.649541	f	t	t	t	t	2458	/libparse-cpan-packages-perl	\N	\N	libparse-cpan-packages-perl (2.26-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:29 +0200	\N	24216
-5899	7	f	\N	2007-12-16 19:49:34.085405	f	t	t	t	t	2795	/antlr	\N	\N	antlr (2.7.6-10) unstable; urgency=low  * Applied patch to lib/cpp/antlr/CharScanner.hpp to make it compile with    gcc-4.3. Closes: #451831.  * Updated watch file. Closes: #449655.  * Check for existance of debian/Makefile.debian before running it.  * Install CHANGES.txt as upstream changelog file. -- Michael Koch <konqueror at gmx.de>  Thu, 29 Nov 2007 12:35:44 +0100	\N	25857
-5562	9	f	\N	2007-12-16 19:41:41.004191	f	t	t	t	t	2459	/libaudio-mpd-common-perl	\N	\N	libaudio-mpd-common-perl (0.1.2-1) unstable; urgency=low  * Initial debianisation. -- Joey Hess <joeyh at debian.org>  Wed, 28 Nov 2007 17:44:52 -0500	\N	24221
-6363	11	f	\N	2007-12-16 20:03:20.579977	f	t	t	t	t	3253	/ipython/trunk	\N	\N	ipython (0.8.2-1) UNRELEASED; urgency=low  * NOT RELEASED YET    AND DO NOT RELEASE YET.    TARBALL CONTAINS NON-FREE MATERIAL.  * New upstream version.  * debian/control:    - Updating my email address.    - Updating Standards-Version to 3.7.3.  * debian/copyright:    - Updating the file to reflect the current copyrights and licenses. -- Bernd Zeimetz <bzed at debian.org>  Fri, 14 Dec 2007 22:02:40 +0100	\N	28002
-5900	7	f	\N	2007-12-16 19:49:44.547795	f	t	t	t	t	2796	/libbsf-java	\N	\N	libbsf-java (1:2.3.0+cvs20050308a-3) UNRELEASED; urgency=low  * Update watch file. -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Wed, 19 Sep 2007 23:59:46 +0530	\N	25862
-5901	7	f	\N	2007-12-16 19:49:44.907781	f	t	t	t	t	2797	/libnetx-java	\N	\N	libnetx-java (0.5-1) unstable; urgency=low  * Initial release (Closes: #451555) -- Varun Hiremath <varunhiremath at gmail.com>  Tue, 24 Apr 2007 17:19:10 +0530	\N	25867
-5563	9	f	\N	2007-12-16 19:41:41.475561	f	t	t	t	t	2460	/libauthen-simple-dbi-perl	\N	\N	libauthen-simple-dbi-perl (0.2-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:23 +0200	\N	24224
-6364	11	f	\N	2007-12-16 20:03:21.073014	f	t	t	t	t	3254	/pysnmp-se/trunk	\N	\N	pysnmp-se (3.5.2-4) UNRELEASED; urgency=low  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:59 +0200	\N	28007
-5564	9	f	\N	2007-12-16 19:41:41.96627	f	t	t	t	t	2461	/libmail-box-perl	\N	\N	libmail-box-perl (2.079-1) UNRELEASED; urgency=low  NEEDS libmailtools-perl >= 2.01 (cf. #453324)  * New upstream release:    - autodetection of MH folders improved (closes: #442912).    - bump (build) dependency on libmailtools-perl to >= 2.01.    - bump suggests of libmail-imapclient-perl to >= 3. -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 28 Nov 2007 19:42:54 +0100	\N	24229
-5902	7	f	\N	2007-12-16 19:49:45.295027	f	t	t	t	t	2798	/libxstream-java	\N	\N	libxstream-java (1.2.2-1) unstable; urgency=low  * initial version (Closes: #453149) -- Torsten Werner <twerner at debian.org>  Sat, 24 Nov 2007 00:01:40 +0100	\N	25868
-5565	9	f	\N	2007-12-16 19:41:42.382053	f	t	t	t	t	2462	/liblingua-es-numeros-perl	\N	\N	liblingua-es-numeros-perl (0.05-1) unstable; urgency=low  [ gregor herrmann ]  * New upstream release.  * Set debhelper compatibility level to 5.  * Remove Debian specific Numeros.3pm, the upstream manpage is now in    English.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Remove unused dh_* calls from debian/rules.  * Update watch file.  * Add missing pieces to debian/copyright and convert the file to UTF-8.  [ Damyan Ivanov ]  * debian/rules:    + Clean stamps before distclean    + Drop unneeded OPTIMIZE="..."    + Move test suite from install to build target  * Add myself to Uploaders -- Damyan Ivanov <dmn at debian.org>  Thu, 25 Oct 2007 22:43:23 +0300	\N	24234
-5903	7	f	\N	2007-12-16 19:49:45.65614	f	t	t	t	t	2799	/libgui-commands-java	\N	\N	libgui-commands-java (1.1.43-2) unstable; urgency=low  * Added libgui-commands-java-doc package including javadoc API documentation.  * Removed Build-Depends: gcj-4.1 (Closes: #442246) -- Adriaan Peeters <apeeters at lashout.net>  Tue, 25 Sep 2007 14:03:43 +0200	\N	25871
-5566	9	f	\N	2007-12-16 19:41:42.879638	f	t	t	t	t	2463	/libemail-simple-creator-perl	\N	\N	libemail-simple-creator-perl (1.423-1) unstable; urgency=low  * New upstream release: Adds versioned dependency on Email::Simple,    adapting debian/control accordingly.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields.  * debian/rules:    - Move tests to build target.    - Remove OPTIMIZE variable.    - Call dh_clean before make realclean.  * Update debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 02 Nov 2007 18:16:13 +0100	\N	24239
-6365	11	f	\N	2007-12-16 20:03:21.544067	f	t	t	t	t	3255	/python-spread/trunk	\N	\N	python-spread (1.5-1) unstable; urgency=low  * Initial release. Closes: #447894 -- Noah Slater <nslater at bytesexual.org>  Wed, 24 Oct 2007 16:24:37 +0100	\N	28012
-5567	9	f	\N	2007-12-16 19:41:43.318101	f	t	t	t	t	2464	/liblog-agent-perl	\N	\N	liblog-agent-perl (0.307-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:06 +0100	\N	24244
-5904	7	f	\N	2007-12-16 19:49:46.103819	f	t	t	t	t	2800	/libjaxp1.3-java	\N	\N	libjaxp1.3-java (1.3.04-2) unstable; urgency=low  * Reupload to take care of the changes from doko, sorry. -- Arnaud Vandyck <avdyk at debian.org>  Tue,  3 Jul 2007 09:40:45 +0200	\N	25873
-6366	11	f	\N	2007-12-16 20:03:22.016064	f	t	t	t	t	3256	/quixote/trunk	\N	\N	quixote (2.5-3) unstable; urgency=low  * debian/rules: Remove the extra python setup.py install from the install    rule. -- Oleksandr Moskalenko <malex at debian.org>  Sat, 24 Nov 2007 14:24:27 -0700	\N	28017
-5905	7	f	\N	2007-12-16 19:49:46.637404	f	t	t	t	t	2801	/jakarta-log4j	\N	\N	jakarta-log4j (1.2.15-2) unstable; urgency=low  [ Matthias Klose ]  * Really build the native jars, don't ship an empty package. Closes: #453941. -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Sun, 02 Dec 2007 20:24:35 +0530	\N	25878
-5906	7	f	\N	2007-12-16 19:49:47.092042	f	t	t	t	t	2802	/modello	\N	\N	modello (1.0-alpha-8-1) unstable; urgency=low  * Initial release. (Closes: 421626) -- Paul Cager <paul-debian at home.paulcager.org>  Mon, 18 Jun 2007 16:15:16 +0100	\N	25883
-6367	11	f	\N	2007-12-16 20:03:22.451256	f	t	t	t	t	3257	/turbomail/trunk	\N	\N	turbomail (2.1-1) unstable; urgency=low  [ Arnaud Fontaine ]  * New upstream release.  * New email address.  * Use patchsys-quilt instead of simple-patchsys.  * New patch 01_remove_tests which doesn't install tests/.   * Remove README.Debian for python-turbomail-doc as the guide is now    distributed with the source.  * debian/control*:    + Update homepage URL.    + Add depends against quilt.    + Update Standards-Version to 3.7.3. No changes needed.  * debian/watch:    + Update URL to pypi.python.org.  [ Piot Ożarowski ]  * debian/control*:    + Homepage field added.    + Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now). -- Arnaud Fontaine <arnau at debian.org>  Sat, 08 Dec 2007 13:02:49 +0000	\N	28022
-5907	7	f	\N	2007-12-16 19:49:47.464377	f	t	t	t	t	2803	/libjlayer-java	\N	\N	libjlayer-java (1.0-2) unstable; urgency=low  * Move the package to pkg-java svn.  * Switch to java-gcj-compat from kaffe.  * debian/control:     + Set Maintainer to Debian Java Maintainers and add myself to Uploaders.    + Add XS-Vcs-{Svn,Browser} headers.  * Remove debian/install and install jar from debian/rules and create    symbolic link.  * Add debian/README.Debian-source file. -- Varun Hiremath <varunhiremath at gmail.com>  Wed, 29 Aug 2007 13:07:09 +0530	\N	25888
-5568	9	f	\N	2007-12-16 19:41:43.749142	f	t	t	t	t	2465	/libcolor-calc-perl	\N	\N	libcolor-calc-perl (1.04-2) unstable; urgency=low  [ Ernesto Hernández-Novich (USB) ]  * Moved package into Debian Pkg Perl Project SVN.  * Wrap long lines in control file.  * Fixed copyright file with a better URL.  * Fixed watch file.  * Cleanup debian/rules.  * Fixed Maintainer field in control file.  [ Damyan Ivanov ]  * Use author-neutral upstream URL in debian/copyright and debian/control  * Do not install redundant README -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 23 Nov 2007 09:49:21 -0400	\N	24249
-5569	9	f	\N	2007-12-16 19:41:44.159678	f	t	t	t	t	2466	/libmime-lite-perl	\N	\N	libmime-lite-perl (3.021-1) UNRELEASED; urgency=low	\N	24254
-5908	7	f	\N	2007-12-16 19:49:53.076458	f	t	t	t	t	2804	/commons-logging	\N	\N	libcommons-logging-java (1.1.1-1) UNRELEASED; urgency=low  * New upstream release.  * debian/patches:    + Refresh 01_target13_BuildXml.patch and 02_build_javadoc.patch.  * debian/control:    + Make XS-Svn-* fields Svn-*, as dpkg supports them now.    + Standards version is now 3.7.3.   -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Mon, 10 Dec 2007 08:52:17 +0530	\N	25890
-6368	11	f	\N	2007-12-16 20:03:22.883972	f	t	t	t	t	3258	/pywavelets/trunk	\N	\N	pywavelets (0.1.6-4) UNRELEASED; urgency=low  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:21 +0200	\N	28027
-5570	9	f	\N	2007-12-16 19:41:44.633465	f	t	t	t	t	2467	/libhash-withdefaults-perl	\N	\N	libhash-withdefaults-perl (0.04-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza). Removed: XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:39 +0200	\N	24259
-5571	9	f	\N	2007-12-16 19:41:45.036953	f	t	t	t	t	2468	/libcrypt-openssl-x509-perl	\N	\N	libcrypt-openssl-x509-perl (0.5-2) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Damyan Ivanov ]  * [debian/watch] Stop capturing file extension -- Damyan Ivanov <dmn at debian.org>  Tue, 06 Nov 2007 11:01:22 +0200	\N	24264
-6369	11	f	\N	2007-12-16 20:03:23.325873	f	t	t	t	t	3259	/hachoir-subfile/trunk	\N	\N	hachoir-subfile (0.5.2-2) UNRELEASED; urgency=low  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:31 +0200	\N	28032
-5572	9	f	\N	2007-12-16 19:41:45.464024	f	t	t	t	t	2469	/libauthen-simple-ldap-perl	\N	\N	libauthen-simple-ldap-perl (0.2-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:25 +0200	\N	24269
-6599	5	f	\N	2007-12-16 20:08:10.654693	f	t	t	t	t	3489	/warzone2100	\N	\N	warzone2100 (2.1.0~0.svn1436-1) unstable; urgency=low  [ Linas Žvirblis ]  * New upstream development snapshot of the upcoming 2.1 release.  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:43:57 +0000	\N	29123
-5573	9	f	\N	2007-12-16 19:41:45.887217	f	t	t	t	t	2470	/libdbix-xml-rdb-perl	\N	\N	libdbix-xml-rdb-perl (0.05-12) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:55 +0200	\N	24274
-5574	9	f	\N	2007-12-16 19:41:46.344086	f	t	t	t	t	2471	/libstat-lsmode-perl	\N	\N	libstat-lsmode-perl (0.50-5) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:57 +0200	\N	24279
-5909	7	f	\N	2007-12-16 19:49:53.497473	f	t	t	t	t	2805	/cdk	\N	\N	cdk (1:0.99.1-1) unstable; urgency=low  * New upstream release -- Egon Willighagen <egonw at localhost>  Fri,  9 Feb 2007 16:54:47 +0100	TODO list for cdk in Debian\n\n* Make a binary package for JChemPaint, see the build-jchempaint.xml\n\n* Fix the JavaCC not set problem:\n\njavacc:\n     [echo] Compiling Ant 1.6 depending classes.\n  [antcall] Exiting /tmp/buildd/cdk-0.99.1/build.xml.\n\nBUILD FAILED\n/tmp/buildd/cdk-0.99.1/build.xml:429: The following error occurred while executing this line:\n/tmp/buildd/cdk-0.99.1/build.xml:382: JavaCC home must be a valid directory.\n   at org.apache.tools.ant.ProjectHelper.addLocationToBuildException (ProjectHelper.java:539)\n   at org.apache.tools.ant.taskdefs.Ant.execute (Ant.java:385)\n   at org.apache.tools.ant.taskdefs.CallTarget.execute (CallTarget.java:107)\n   at org.apache.tools.ant.UnknownElement.execute (UnknownElement.java:275)\n   at org.apache.tools.ant.Task.perform (Task.java:364)\n   at org.apache.tools.ant.Target.execute (Target.java:341)\n   at org.apache.tools.ant.Target.performTasks (Target.java:369)\n   at org.apache.tools.ant.Project.executeSortedTargets (Project.java:1216)\n   at org.apache.tools.ant.Project.executeTarget (Project.java:1185)\n   at org.apache.tools.ant.helper.DefaultExecutor.executeTargets (DefaultExecutor.java:40)\n   at org.apache.tools.ant.Project.executeTargets (Project.java:1068)\n   at org.apache.tools.ant.Main.runBuild (Main.java:668)\n   at org.apache.tools.ant.Main.startAnt (Main.java:187)\n   at org.apache.tools.ant.Main.start (Main.java:150)\n   at org.apache.tools.ant.Main.main (Main.java:240)\n\n* Figure out how to easily rename jar names in src/META-INF/*.libdepends to match /usr/share/java\n\n	25895
-5575	9	f	\N	2007-12-16 19:41:46.77369	f	t	t	t	t	2472	/libcgi-formalware-perl	\N	\N	libcgi-formalware-perl (1.13-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * debian/rules:    - remove compiler flags, we don't compile anything.    - don't ignore errors of $(MAKE) realclean.    - let install-stamp depend on build-stamp to enable parallel builds.    - don't install empty /usr/lib/perl5 directory.    - remove unused dh_lin call.  * Set debhelper compatibility level to 5.  * Set Standards-Version to 3.7.2 (no changes needed). -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:47 +0200	\N	24284
-5576	9	f	\N	2007-12-16 19:41:47.26188	f	t	t	t	t	2473	/libregexp-copy-perl	\N	\N	libregexp-copy-perl (0.06-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:47 +0200	\N	24289
-5910	7	f	\N	2007-12-16 19:49:53.904297	f	t	t	t	t	2806	/libpicocontainer-java	\N	\N	libpicocontainer-java (1.3-2) unstable; urgency=low  * Make debian/copyright more verbose. -- Torsten Werner <twerner at debian.org>  Sun, 09 Dec 2007 20:56:12 +0100	\N	25900
-5577	9	f	\N	2007-12-16 19:41:47.744122	f	t	t	t	t	2474	/libmediawiki-perl	\N	\N	libmediawiki-perl (1.12-1) unstable; urgency=low  [ Michael Mende ]  * Initial Release (Closes: #432253).  [ David Paleino ]  * debian/rules:    - some stylistic changes    - removed unneeded dh_* calls    - moved $(MAKE) test under the build target    - conditional $(MAKE) test to avoid network-needing tests    - using environment variables to avoid the creation of empty      /usr/lib/perl5/    - removed unneeded comments  * debian/control:    - Homepage pseudo-field added    - added myself to Uploaders field  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- Damyan Ivanov <dmn at debian.org>  Wed, 10 Oct 2007 10:04:29 +0300	\N	24294
-5911	7	f	\N	2007-12-16 19:50:04.371596	f	t	t	t	t	2807	/libjboss-test-java	\N	\N	libjboss-test-java (0.0+svn66660-1) unstable; urgency=low  * Initial release (Closes: #448990) -- Varun Hiremath <varunhiremath at gmail.com>  Tue, 24 Apr 2007 17:19:10 +0530	\N	25904
-5578	9	f	\N	2007-12-16 19:41:48.162993	f	t	t	t	t	2475	/liblocale-maketext-fuzzy-perl	\N	\N	liblocale-maketext-fuzzy-perl (0.02-4) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:07 +0200	\N	24299
-6370	11	f	\N	2007-12-16 20:03:23.871998	f	t	t	t	t	3260	/python-docutils/trunk	\N	\N	python-docutils (0.4-5) unstable; urgency=low  [ Bernd Zeimetz ]  * debian/watch:    - Adding file  * debian/control:    - Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)  [ Simon McVittie ]  * debian/rules, debian/rsthelp2man.xsl, debian/control:    Generate better man pages from the tools' own --help output using rst2xml    and (new build dependency) xsltproc (Closes: #430947)  * debian/rst2html.1: Remove, the generated man page is better  * debian/rules, debian/unpep263.py: Mangle languages/*.py from UTF-8 into    equivalent ASCII with \\uXXXX escapes, so we can install into    python2.x-minimal (which lacks the encodings machinery) (Closes: #379709)  * debian/patches/15_emacs_debian_paths.dpatch, debian/patches/00list:    In rst.el, expect executables to not have .py suffix (Closes: #438667)  * debian/patches/16_emacs_jit_lock.dpatch, debian/patches/00list:    Apply patch to rst.el from Justin Mazzola Paluska <jmp at MIT.EDU> to use    jit-lock instead of lazy-lock for Emacs 22 compatibility (Closes: #418446)  * debian/patches/00list: Actually apply 10_doc_debian_paths.dpatch, to    improve documentation  * debian/control: Set Homepage  * debian/control: Move python-central from Build-Depends to    Build-Depends-Indep to keep lintian happy; install a source override    to stop it complaining about python-setuptools in Build-Depends, because    we do need that package for the "clean" target  * debian/patches/99_old-diffs.dpatch: Remove obsolete patches entirely, we    can always retrieve them from svn if they turn out to be useful -- Simon McVittie <smcv at ianadd.pseudorandom.co.uk>  Fri, 16 Nov 2007 13:40:44 +0000	\N	28037
-5579	9	f	\N	2007-12-16 19:41:48.605674	f	t	t	t	t	2476	/timedate	\N	\N	timedate (1.1600-10) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza). Removed: XS-Vcs-Svn fields.  * Manually add Homepage field.  * Update watch file. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 28 Oct 2007 19:07:48 +0100	\N	24304
-5912	7	f	\N	2007-12-16 19:50:04.8382	f	t	t	t	t	2808	/pja	\N	\N	pja (2.5-5) unstable; urgency=low  [ Arnaud Vandyck ]  * Standards-Verision updated to 3.7.2  * removed dependency on libservlet2.3-java  * removed Takashi Okamoto from uploaders (closes: #374118)  * debian/rules: removed ant-launcher  [ Michael Koch ]  * Added myself to Uploaders.  * Removed jikes from Build-Depends.  * Moved debhelper and cdbs to Build-Depends.  * Put libpja-java-doc into doc section.  * Fixed synopsis by removing the full stop at the end.  * Updated debhelper level to 5. -- Michael Koch <konqueror at gmx.de>  Thu, 04 Oct 2007 21:19:52 +0200	\N	25909
-5580	9	f	\N	2007-12-16 19:41:49.035723	f	t	t	t	t	2477	/libnet-lite-ftp-perl	\N	\N	libnet-lite-ftp-perl (0.54-2) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza). Removed: XS-Vcs-Svn fields.  [ Damyan Ivanov ]  * Add version mangling to debian/watch to cope with ancient upstream release    of 0.091 -- Damyan Ivanov <dmn at debian.org>  Thu, 15 Nov 2007 08:12:21 +0200	\N	24309
-6371	11	f	\N	2007-12-16 20:03:24.368658	f	t	t	t	t	3261	/forgetsql/trunk	\N	\N	forgetsql (0.5.1-10) UNRELEASED; urgency=low  * Added Vcs-Browser field  * XS-Vcs-Svn field renamed to Vcs-Svn  * Fixed the following lintian errors:    - clean-should-be-satisfied-by-build-depends      python | python-dev | python-all-dev    - missing-build-dependency python-support (>= 0.3)  * Fixing debian/watch. Thanks to Raphael Geissert (Closes: #450206). -- Bernd Zeimetz <bernd at bzed.de>  Wed, 07 Nov 2007 12:54:08 +0100	\N	28042
-5581	9	f	\N	2007-12-16 19:41:49.7039	f	t	t	t	t	2478	/libnet-amazon-perl	\N	\N	libnet-amazon-perl (0.46-1) unstable; urgency=low  * New upstream release.  * Drop patch canned_tests.patch, now included in upstream code.  * Add patch request_sort_pod.patch, formerly included directly in    .diff.gz.  * debian/rules: Improve dependencies between targets. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 17 Nov 2007 15:29:08 +0100	\N	24314
-5913	7	f	\N	2007-12-16 19:50:05.292308	f	t	t	t	t	2809	/libclassworlds1.1-java	\N	\N	libclassworlds1.1-java (1.0-1.1alpha2-1) unstable; urgency=low  * Non-maintainer upload.  * Initial Release (closes: #326616). -- Trygve Laugstøl <trygvis at inamo.no>  Sat, 27 Aug 2005 11:38:35 +0200	\N	25914
-5582	9	f	\N	2007-12-16 19:41:50.146683	f	t	t	t	t	2479	/libstring-crc32-perl	\N	\N	libstring-crc32-perl (1.4-2) UNRELEASED; urgency=low  [ Frank Lichtenheld ]  * Fix typo in Description  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:58 +0200	\N	24319
-5914	7	f	\N	2007-12-16 19:50:05.806577	f	t	t	t	t	2810	/jsch	\N	\N	jsch (0.1.34ds1-1) unstable; urgency=low  * Upload with real 0.1.34 sources. Closes: #440590.  * Removed old debian/libjsch-java.links file.    Closes: #441049, #441403.  * Added debian/watch file. -- Michael Koch <konqueror at gmx.de>  Sun, 09 Sep 2007 20:32:32 +0200	\N	25918
-5583	9	f	\N	2007-12-16 19:41:50.587908	f	t	t	t	t	2480	/libapache-session-wrapper-perl	\N	\N	libapache-session-wrapper-perl (0.33-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:15 +0200	\N	24324
-6372	11	f	\N	2007-12-16 20:03:24.819418	f	t	t	t	t	3262	/pexpect/trunk	\N	\N	pexpect (2.1-2) UNRELEASED; urgency=low  * Added Vcs-Svn and Vcs-Browser fields -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:45 +0200	\N	28047
-5915	7	f	\N	2007-12-16 19:50:16.167467	f	t	t	t	t	2811	/libjcalendar-java	\N	\N	libjcalendar-java (1.2.2-8) unstable; urgency=low  * Putting under common Java Maintenance.  * Command '$JAVACMD -classpath /usr/share/java/jcalendar.jar com.toedter.calendar.JCalendarDemo'    showed that JCalendar is not ready for 'main'. Fixed accordingly dependencies. -- Eric Lavarde <deb at zorglub.s.bawue.de>  Wed,  1 Feb 2006 20:21:42 +0000	\N	25923
-5584	9	f	\N	2007-12-16 19:41:50.999047	f	t	t	t	t	2481	/libtext-quoted-perl	\N	\N	libtext-quoted-perl (2.03-1) unstable; urgency=low  [ gregor herrmann ]  * New upstream release.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Minor cleanup in debian/rules (empty lines, indentations).  * Add current upstream URL to debian/copyright.  [ Damyan Ivanov ]  * add myself to Uploaders  * debian/rules:    + Drop unneeded dh_installman    + Use proper DESTDIR and PREFIX when installing    + Make install target depend on build -- Damyan Ivanov <dmn at debian.org>  Sun, 25 Nov 2007 23:13:43 +0200	\N	24329
-5916	7	f	\N	2007-12-16 19:50:16.647122	f	t	t	t	t	2812	/freemind	\N	\N	freemind (0.9.0~beta9-2) experimental; urgency=low  * Added SimplyHTML and gnuregexp to FreeMind's classpath.  * Added forgotten dependency to SimplyHTML.  * Use ${binary:Version} for plugin dependencies on freemind. -- Eric Lavarde <deb at zorglub.s.bawue.de>  Fri, 23 Mar 2007 18:04:36 +0100	\N	25925
-5585	9	f	\N	2007-12-16 19:41:51.433746	f	t	t	t	t	2482	/libmail-mbox-messageparser-perl	\N	\N	libmail-mbox-messageparser-perl (1.5000+pristine-3) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Use dist-based URL in debian/watch.  * debian/rules:    - don't install empty /usr/lib/perl5 directory    - use $(CURDIR) instead of `pwd`    - call clean target unconditionally but check for existence of Makefile      before running $(MAKE) distclean  * Set debhelper compatibility level to 5  * Move all build dependencies (except debhelper) to Build-Depends-Indep.  [ Frank Lichtenheld ]  * debian/rules: Fix target dependencies to allow building with    dpkg-buildpackage -j. Found by Daniel Schepler. -- Frank Lichtenheld <djpig at debian.org>  Thu, 01 Nov 2007 16:43:25 +0100	\N	24334
-5917	7	f	\N	2007-12-16 19:50:17.125709	f	t	t	t	t	2813	/libstruts1.3-java	\N	\N	libstruts1.2-java (1.2.9-1) unstable; urgency=low  *  New upstream  release Fixes  three security  problems: CVE-2006-1546,    CVE-2006-1547,  CVE-2006-1548  (closes:  #360551),  thanks  to  Moritz    Muehlenhoff. -- Arnaud Vandyck <avdyk at debian.org>  Mon, 24 Apr 2006 12:14:23 +0200	\N	25930
-5586	9	f	\N	2007-12-16 19:41:51.875752	f	t	t	t	t	2483	/libapache-authenhook-perl	\N	\N	libapache-authenhook-perl (2.00-04-2) unstable; urgency=low  [ Roberto C. Sanchez ]  * Added homepage URL to copyright file  [ Martín Ferrari ]  * Created watchfile.  * Changed homepage field in debian/control to version-neutral dist/ URL. -- Roberto C. Sanchez <roberto at connexer.com>  Sun, 16 Dec 2007 09:19:23 -0500	\N	24339
-6373	11	f	\N	2007-12-16 20:03:35.322535	f	t	t	t	t	3263	/pyasn1/trunk	\N	\N	pyasn1 (0.0.7a-2) UNRELEASED; urgency=low  * Vcs-Browser and Homepage fields added  * XS-Vcs-Svn field renamed to Vcs-Svn -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:49 +0200	\N	28052
-5587	9	f	\N	2007-12-16 19:41:52.431561	f	t	t	t	t	2484	/libdigest-crc-perl	\N	\N	libdigest-crc-perl (0.14-1) unstable; urgency=low  * New upstream release. -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 05 Nov 2007 19:46:07 +0100	\N	24344
-5918	7	f	\N	2007-12-16 19:50:27.573038	f	t	t	t	t	2814	/libxmlrpc3-java	\N	\N	libxmlrpc3-java (3.1-1) unstable; urgency=low  * New upstream release.  * Add Homepage:, Vcs-Svn: and Vcs-Browser: control fields. -- Thomas Girard <thomas.g.girard at free.fr>  Wed, 24 Oct 2007 11:56:17 +0000	\N	25935
-5588	9	f	\N	2007-12-16 19:41:52.901094	f	t	t	t	t	2485	/libnet-ident-perl	\N	\N	libnet-ident-perl (1.20-5) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Damyan Ivanov ]  * [debian/watch] Stop capturing file extension -- Damyan Ivanov <dmn at debian.org>  Tue, 06 Nov 2007 11:01:24 +0200	\N	24349
-6374	11	f	\N	2007-12-16 20:03:35.785049	f	t	t	t	t	3264	/forgethtml/trunk	\N	\N	forgethtml (0.0.20031008-10) UNRELEASED; urgency=low  [ Piotr Ożarowski ]  * Added Vcs-Svn field  [ Bernd Zeimetz ]  * Added Vcs-Browser field  * Fixed the following lintian errors:    - clean-should-be-satisfied-by-build-depends      python | python-dev | python-all-dev    - missing-build-dependency python-support (>= 0.3)  [ Sandro Tosi ]  * debian/watch    - added missing file -- Sandro Tosi <matrixhasu at gmail.com>  Sat, 24 Nov 2007 18:18:03 +0100	\N	28057
-5589	9	f	\N	2007-12-16 19:41:53.315766	f	t	t	t	t	2486	/libgtk2-ex-printdialog-perl	\N	\N	libgtk2-ex-printdialog-perl (0.03-1) unstable; urgency=low  * Initial Release. (Closes: #452369)  * Patch to ensure Net::CUPS::Destination is correctly called,    and that the printer names are passed to the ComboBox. -- Jeffrey Ratcliffe <Jeffrey.Ratcliffe at gmail.com>  Sun, 18 Nov 2007 18:38:04 +0100	\N	24354
-6375	11	f	\N	2007-12-16 20:03:36.192741	f	t	t	t	t	3265	/enthought-enable2/trunk	\N	\N	enthought-enable2 (2.0.1b1-1) UNRELEASED; urgency=low  * Initial upload to Debian. -- Varun Hiremath <varunhiremath at gmail.com>  Sun, 02 Dec 2007 22:59:17 +0530	\N	28062
-5919	7	f	\N	2007-12-16 19:50:28.072186	f	t	t	t	t	2815	/jetty	\N	\N	jetty (5.1.14-1) unstable; urgency=low  * New upstream release.    - Removed debian/patches/cve-2007-6969.patch. Applied upstream.  * Added recognition of installed libcommons-el-java to debian/start.config.    Closes: #352093.  * Fixed short and long service description in debian/jetty.init.    Closes: #446788.  * Removed libapache2-mod-webapp from Suggests.  * Added watch file. -- Michael Koch <konqueror at gmx.de>  Wed, 24 Oct 2007 14:14:45 +0200	TODO List for jetty in debian\n\n* add better support for /usr/share/webapps like tomcat does.\n\n* test if jetty can be run with virtal machines from main. A quick test\n  with sablevm and kaffe shoes that it's hardly possible. gcj barely tested.\n\n* improve rc scripts to make startup and shutdown more stable.\n\n* make jetty compile and run with jdk1.2 which is possible in upstream.\n  Maybe this would fix the issues with sablevm and kaffe.\n\n* improve debian specific documentation.\n\n* evaluate authbind\n	25940
-6376	11	f	\N	2007-12-16 20:03:36.612492	f	t	t	t	t	3266	/python-glpk/trunk	\N	\N	python-glpk (0.1.16-2) UNRELEASED; urgency=low  * Vcs-Svn, Vcs-Browser and Homepage fields added -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:07 +0200	\N	28065
-5590	9	f	\N	2007-12-16 19:41:53.744375	f	t	t	t	t	2487	/libparams-check-perl	\N	\N	libparams-check-perl (0.26-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:27 +0200	\N	24359
-5920	7	f	\N	2007-12-16 19:50:28.521099	f	t	t	t	t	2816	/libjboss-web-services1-java	\N	\N	libjboss-web-services1-java (1.2.1.GA-1) unstable; urgency=low  * Initial release (Closes: #450616) -- Varun Hiremath <varunhiremath at gmail.com>  Tue, 24 Apr 2007 17:19:10 +0530	\N	25945
-5591	9	f	\N	2007-12-16 19:41:54.207185	f	t	t	t	t	2488	/libproc-fork-perl	\N	\N	libproc-fork-perl (0.4-1) unstable; urgency=low  [ Rene Mayorga ]  * Initial release (Closes: #452566)  [ Gunnar Wolf ]  * Bumped up standards-version to 3.7.3 -- Gunnar Wolf <gwolf at debian.org>  Thu, 13 Dec 2007 18:16:25 -0600	\N	24364
-6377	11	f	\N	2007-12-16 20:03:37.129012	f	t	t	t	t	3267	/paste/trunk	\N	\N	paste (1.5.1-1) unstable; urgency=low  * New upstream release -- Piotr Ożarowski <piotr at debian.org>  Tue, 23 Oct 2007 19:24:43 +0200	\N	28069
-5592	9	f	\N	2007-12-16 19:41:54.611821	f	t	t	t	t	2489	/libnet-rblclient-perl	\N	\N	libnet-rblclient-perl (0.5-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:10 +0200	\N	24369
-5921	7	f	\N	2007-12-16 19:50:28.93891	f	t	t	t	t	2817	/concurrent-dfsg	\N	\N	concurrent-dfsg (1.3.4-2) unstable; urgency=low  * Removed explicit usage of jikes build compiler property    for kaffe jikes -> ecj transition -- Wolfgang Baer <WBaer at gmx.de>  Fri,  6 Jan 2006 19:16:26 +0100	\N	25950
-5593	9	f	\N	2007-12-16 19:41:55.028494	f	t	t	t	t	2490	/libbit-vector-minimal-perl	\N	\N	libbit-vector-minimal-perl (1.3-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:35 +0200	\N	24374
-5922	7	f	\N	2007-12-16 19:50:29.402374	f	t	t	t	t	2818	/jajuk	\N	\N	jajuk (1.4.4+svn3115-2) UNRELEASED; urgency=low  * Fix the debian/watch file (Closes: #456481) -- Varun Hiremath <varun at debian.org>  Fri, 14 Dec 2007 00:51:19 +0530	\N	25955
-5594	9	f	\N	2007-12-16 19:41:55.44632	f	t	t	t	t	2491	/libdatetime-format-mail-perl	\N	\N	libdatetime-format-mail-perl (0.3001-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:42 +0200	\N	24379
-6378	11	f	\N	2007-12-16 20:03:37.602847	f	t	t	t	t	3268	/quixote1/trunk	\N	\N	quixote1 (1.2-5) UNRELEASED; urgency=low  * Added Vcs-Svn and Vcs-Browser fields -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:23 +0200	\N	28074
-5595	9	f	\N	2007-12-16 19:41:56.08988	f	t	t	t	t	2492	/libemail-date-perl	\N	\N	libemail-date-perl (1.102-2) UNRELEASED; urgency=low  [ Paul Wise ]  * Change my email address now that I'm a Debian Developer  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields.  [ Damyan Ivanov ]  * [debian/watch] Stop capturing file extension -- Damyan Ivanov <dmn at debian.org>  Tue, 06 Nov 2007 11:01:22 +0200	\N	24384
-5923	7	f	\N	2007-12-16 19:50:29.859055	f	t	t	t	t	2819	/libswirl-java	\N	\N	libswirl-java (1.0.13-2) unstable; urgency=low  * Reverted Build-Depends-Indep introduction (Closes: #449194) -- Adriaan Peeters <apeeters at lashout.net>  Wed, 14 Nov 2007 13:22:42 +0100	\N	25960
-6379	11	f	\N	2007-12-16 20:03:38.070431	f	t	t	t	t	3269	/plastex/trunk	\N	\N	plastex (0.8.3-2) UNRELEASED; urgency=low  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:45 +0200	\N	28079
-5924	7	f	\N	2007-12-16 19:50:30.340388	f	t	t	t	t	2820	/libjcommon-java	\N	\N	libjcommon-java (1.0.10.dfsg-1) unstable; urgency=low  * oops, we need to remove lib/junit.jar from the orig  -- Rene Engelhard <rene at debian.org>  Mon, 24 Sep 2007 14:19:48 +0200	\N	25965
-5596	9	f	\N	2007-12-16 19:41:56.542955	f	t	t	t	t	2493	/libfile-find-rule-perl	\N	\N	libfile-find-rule-perl (0.30-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:19 +0200	\N	24389
-5925	7	f	\N	2007-12-16 19:50:30.799284	f	t	t	t	t	2821	/libgrinvin-core-java	\N	\N	libgrinvin-core-java (1.0.3-1) unstable; urgency=low  * New upstream release    - Fixes problems with missing modules  * Added watch file  * Added missing version.properties to jar file -- Adriaan Peeters <apeeters at lashout.net>  Fri, 23 Nov 2007 15:47:49 +0100	\N	25970
-6380	11	f	\N	2007-12-16 20:03:38.565495	f	t	t	t	t	3270	/pyqwt/trunk	\N	\N	pyqwt (4.2.3.dfsg-3) UNRELEASED; urgency=low  * debian/control    - added the team to Uploaders    - Homepage field in source stanza and removed from binary packages      description -- Sandro Tosi <matrixhasu at gmail.com>  Sun, 25 Nov 2007 23:32:35 +0100	\N	28084
-5597	9	f	\N	2007-12-16 19:41:57.021859	f	t	t	t	t	2494	/libtext-autoformat-perl	\N	\N	libtext-autoformat-perl (1.13-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:34 +0200	\N	24394
-5926	7	f	\N	2007-12-16 19:50:31.229431	f	t	t	t	t	2822	/libgetopt-java	\N	\N	libgetopt-java (1.0.11-2) unstable; urgency=low  * Removed Takashi Okamoto from the uploaders (closes: #352986).  * Added myself as an uploader. -- Arnaud Vandyck <avdyk at debian.org>  Mon, 24 Apr 2006 22:11:17 +0200	\N	25975
-5598	9	f	\N	2007-12-16 19:41:57.512307	f	t	t	t	t	2495	/libipc-sharedcache-perl	\N	\N	libipc-sharedcache-perl (1.3-7) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:00 +0100	\N	24399
-6381	11	f	\N	2007-12-16 20:03:38.988844	f	t	t	t	t	3271	/python-pysizer/trunk	\N	\N	python-pysizer (0.1.1-1) UNRELEASED; urgency=low  * Initial release. (Closes: #444221) -- Mike O'Connor <stew at vireo.org>  Thu, 06 Dec 2007 16:23:05 -0500	\N	28088
-5599	9	f	\N	2007-12-16 19:41:57.960502	f	t	t	t	t	2496	/libnet-xwhois-perl	\N	\N	libnet-xwhois-perl (0.90-4) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * debian/rules:    - don't install empty /usr/lib/perl5 directory    - use $(CURDIR) instead of `pwd`    - remove variable OPTIMIZE, we don't compile anything    - remove some comments, empty lines and unused/unneeded dh_* calls    - let install target depend on build target    - don't ignore errors of $(MAKE) realclean -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:17 +0200	\N	24404
-5927	7	f	\N	2007-12-16 19:50:31.677749	f	t	t	t	t	2823	/jarjar	\N	\N	jarjar (1.0~rc3.dfsg.1-1) unstable; urgency=low  * Initial Release (closes: #417591). -- Arnaud Vandyck <avdyk at debian.org>  Fri, 18 May 2007 13:09:08 +0200	\N	25978
-5600	9	f	\N	2007-12-16 19:41:58.498055	f	t	t	t	t	2497	/libsnmp-info-perl	\N	\N	libsnmp-info-perl (1.04-3) unstable; urgency=low  [ Oliver Gorwits ]  * Change Recommends: to Suggests: and netdisco-mibs to    netdisco-mibs-installer after that package is rewritten and moved from    category main to contrib -- Christoph Martin <christoph.martin at uni-mainz.de>  Mon, 10 Dec 2007 16:17:19 +0100	\N	24409
-5928	7	f	\N	2007-12-16 19:50:32.124466	f	t	t	t	t	2824	/commons-httpclient3	\N	\N	commons-httpclient3 (3.0-1) unstable; urgency=low  * Create new package for new upstream version 3.0. (closes: #340307)  * Convert package to the CDBS.  * Added libcommons-codec-java to the dependencies.  * Added ant-launcher to the DEB_JARS. -- Stephan Michels <stephan at apache.org>  Thu, 23 Feb 2006 08:14:25 +0100	\N	25983
-6382	11	f	\N	2007-12-16 20:03:44.436643	f	t	t	t	t	3272	/sip4-qt3/trunk	\N	\N	sip4-qt3 (4.7.3-1) unstable; urgency=low  [ Piotr Ożarowski ]  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)  [ Torsten Marek ]  * New upstream release.  * Bumped standards version to 3.7.3, no changes necessary. -- Torsten Marek <shlomme at debian.org>  Sun, 16 Dec 2007 14:54:53 +0100	\N	28091
-5929	7	f	\N	2007-12-16 19:50:32.614385	f	t	t	t	t	2825	/jsr107cache	\N	\N	jsr107cache (1.0.dfsg.1-2) unstable; urgency=low  * Add the clean target to build.xml (Closes: #442607)  * Add Kumar Appaiah and Varun Hiremath to uploaders.  * Add orig-tar.sh to automate repackaging.  * Move debhelper and cdbs to Build-Depends from Build-Depends-Indep.  * Ensure that the versioned symlink to the jar is installed.  * Remove unnecessary dirs, links and install files from debian/  * Ensure build.xml does not use hard coded version.  * Find real package version from DEB_UPSTREAM_VERSION. -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Mon, 17 Sep 2007 13:17:33 +0530	\N	25988
-6096	7	f	\N	2007-12-16 19:54:35.920313	f	t	t	t	t	2988	/simplyhtml	\N	\N	simplyhtml (0.9.0~beta9-1) experimental; urgency=low  * Initial Release. -- Eric Lavarde <deb at zorglub.s.bawue.de>  Sun, 03 Mar 2007 14:05:55 +0100	\N	26730
-6383	11	f	\N	2007-12-16 20:03:44.906158	f	t	t	t	t	3273	/python-dhm/trunk	\N	\N	python-dhm (0.6-2) UNRELEASED; urgency=low  * Given to DPMT  * debian/control    - DPMT as maintainer (me as uploader)    - added Vcs-Browser and Vcs-Svn -- Sandro Tosi <matrixhasu at gmail.com>  Sun, 02 Dec 2007 13:40:30 +0100	\N	28096
-5601	9	f	\N	2007-12-16 19:41:58.98818	f	t	t	t	t	2498	/libdigest-sha1-perl	\N	\N	libdigest-sha1-perl (2.11-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * debian/rules:    - don't install empty /usr/share/perl5 directory    - make all -stamp target depend on other -stamp targets only -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:05 +0200	\N	24414
-5602	9	f	\N	2007-12-16 19:41:59.437577	f	t	t	t	t	2499	/libpod-coverage-perl	\N	\N	libpod-coverage-perl (0.19-1) unstable; urgency=low  [ gregor herrmann ]  * New upstream release.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch.  * debian/copyright: update with current contents of README.  * Remove debian/docs and don't install README any more, which is just the    pod.  * Remove debian/libpod-coverage-perl.examples and install examples    directly with dh_installexamples from debian/rules.  * Set debhelper compatibility level to 5.  * Set Standards-Version to 3.7.3 (no changes required).  * Split build dependencies into Build-Depends and Build-Depends-Indep, add    libtest-pod-perl.  * Revert changes to Build.PL that were contained in the .diff.gz, and    remove usr/bin/pod_cover (which is installed as an example) directly    from debian/rules.  * debian/rules:    - use dh_installpackages instead of pwd/sed    - move building and testing to build-target    - don't create .packlist file    - use $(PERL) instead of perl or calling ./Build directly    - introduce build-stamp and install-stamp and inter-target dependencies    - remove unneeded calls to dh_link and dh_strip    - exchange binary-arch and binary-indep, this package is arch:all after      all    - make examples/pod_cover executable, too  [ Damyan Ivanov ]  * Remove unneeded dh_installdirs and dh_installman  * debian/copyright    + added trailing slash to upstream URL    + added a bit of indentation    + added contributor David Cantrell <david at cantrell.org.uk>  * Add myself to Uploaders -- Damyan Ivanov <dmn at debian.org>  Mon, 10 Dec 2007 12:21:58 +0200	\N	24419
-5930	7	f	\N	2007-12-16 19:50:33.232259	f	t	t	t	t	2826	/lucene	\N	\N	lucene (1.4.3.dfsg-3) unstable; urgency=low  * Copy generated javadocs into liblucene-java-doc package. Closes: #440729.  * debian/ant.properties. Dont link to SUN online javadocs.  * Replaced ${Source-Version} by ${source:Version} in debian/control.  * Cleaned up debian/rules. Removed debian/liblucene-java.install and    debian/liblucene-java.links files and do this in debian/rules.  * Don't suggest tomcat5.  * Updated debhelper level to 5. -- Michael Koch <konqueror at gmx.de>  Fri, 21 Sep 2007 21:25:06 +0200	\N	25993
-6384	11	f	\N	2007-12-16 20:03:45.345719	f	t	t	t	t	3274	/python-avc/trunk	\N	\N	python-avc (0.3.0-1) unstable; urgency=low  * Initial release (Closes: #448646) -- Fabrizio Pollastri <pollastri at inrim.it>  Tue, 30 Oct 2007 12:07:23 +0100	\N	28099
-5603	9	f	\N	2007-12-16 19:41:59.869581	f	t	t	t	t	2500	/libdevice-cdio-perl	\N	\N	libdevice-cdio-perl (0.2.4-4) UNRELEASED; urgency=low  * Clean up debian/rules target dependencies so that the package    can be build with dpkg-buildpackage -j. Found by Daniel Schepler. -- Frank Lichtenheld <djpig at debian.org>  Tue, 30 Oct 2007 07:51:06 +0100	\N	24424
-5931	7	f	\N	2007-12-16 19:50:33.735536	f	t	t	t	t	2827	/libhibernate-entitymanager-java	\N	\N	libhibernate-entitymanager-java (3.3.1.GA-1) unstable; urgency=low  * Initial Release (closes: #451488). -- Torsten Werner <twerner at debian.org>  Sun, 11 Nov 2007 21:12:33 +0100	\N	25998
-5604	9	f	\N	2007-12-16 19:42:00.33797	f	t	t	t	t	2501	/libmath-round-perl	\N	\N	libmath-round-perl (0.06-4) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:30 +0200	\N	24429
-6385	11	f	\N	2007-12-16 20:03:45.807244	f	t	t	t	t	3275	/python-authkit/trunk	\N	\N	python-authkit (0.4.0~r95-2) UNRELEASED; urgency=low  [ Piotr Ożarowski ]  * Vcs-Svn, Vcs-Browser and Homepage fields added  [ Sandro Tosi ]  * updated to new pypi simplier URL -- Sandro Tosi <matrixhasu at gmail.com>  Wed, 21 Nov 2007 00:58:13 +0100	\N	28103
-5932	7	f	\N	2007-12-16 19:50:34.205311	f	t	t	t	t	2828	/plexus-classworlds	\N	\N	plexus-classworlds (1.2-alpha-7-1) unstable; urgency=low  * Initial release. (Closes: #413528) -- Paul Cager <paul-debian at home.paulcager.org>  Sun, 25 Mar 2007 18:27:29 +0100	\N	26002
-5933	7	f	\N	2007-12-16 19:50:34.6208	f	t	t	t	t	2829	/libjson-java	\N	\N	libjson-java (2.1-1) unstable; urgency=low  * initial version (Closes: #453476) -- Torsten Werner <twerner at debian.org>  Sat, 24 Nov 2007 00:01:40 +0100	\N	26007
-6386	11	f	\N	2007-12-16 20:03:46.315292	f	t	t	t	t	3276	/turboentity/trunk	\N	\N	turboentity (0.1.0-2) UNRELEASED; urgency=low  * New python-support handles egg's directory name correctly    - bump python-support required version    - remove mv part from debian/rules  * Vcs-Browser and Homepage fields added  * XS-Vcs-Svn field renamed to Vcs-Svn -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:31 +0200	\N	28108
-6063	7	f	\N	2007-12-16 19:54:15.826561	f	t	t	t	t	2955	/eclipse-pydev/eclipse-pydev	\N	\N	eclipse-pydev (1.2.5-1ubuntu1) edgy; urgency=low  * New upstream release  * Removed Jython code from the sources  * Patched to work when configured to use system Jython -- Vladimír Lapáček <vladimir.lapacek at gmail.com>  Sat, 06 Nov 2006 22:00:01 +0200	\N	26588
-5934	7	f	\N	2007-12-16 19:50:35.181965	f	t	t	t	t	2830	/libcommons-el-java	\N	\N	libcommons-el-java (1.0-4) unstable; urgency=low  * Use java-gcj-compat intead of kaffe. Closes: #399372.  * Moved debhelper and cdbs to Build-Depends.  * Use Homepage: field in debian/control instead of homepage url in long    description.  * Updated debhelper level to 5.  * Removed Wolfgang and added myself to Uploaders.  * Updated Standards-Version to 3.7.2. -- Michael Koch <konqueror at gmx.de>  Sun, 07 Oct 2007 13:09:38 +0200	\N	26010
-5605	9	f	\N	2007-12-16 19:42:00.814082	f	t	t	t	t	2502	/libdigest-perl	\N	\N	libdigest-perl (1.15-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * debian/rules:    - don't install empty /usr/lib/perl5 directory    - -stamp targets now depend only on other -stamp targets -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:04 +0200	\N	24434
-6387	11	f	\N	2007-12-16 20:03:46.784034	f	t	t	t	t	3277	/python-django-registration/trunk	\N	\N	python-django-registration (0.3p5-1) experimental; urgency=low  * New upstream release.  * Drop debian/patches/01_fix_setup_py.patch which got integrated upstream.  * Generate HTML for new (rst) documentation files. -- Raphael Hertzog <hertzog at debian.org>  Mon, 08 Oct 2007 16:43:19 +0200	\N	28113
-5606	9	f	\N	2007-12-16 19:42:01.367599	f	t	t	t	t	2503	/libsys-syscall-perl	\N	\N	libsys-syscall-perl (0.22-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:05 +0200	\N	24439
-5935	7	f	\N	2007-12-16 19:50:35.646212	f	t	t	t	t	2831	/fop	\N	\N	fop (1:0.93.dfsg.1-2) unstable; urgency=low  * debian/fop-ttfreader.sh: updated to include commons-logging and    commons-io (closes: #426476). Thanks to Michalis Kamburelis -- Arnaud Vandyck <avdyk at debian.org>  Tue, 29 May 2007 21:37:55 +0200	\N	26015
-5607	9	f	\N	2007-12-16 19:42:02.026917	f	t	t	t	t	2504	/libauthen-simple-pam-perl	\N	\N	libauthen-simple-pam-perl (0.2-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:26 +0200	\N	24444
-6388	11	f	\N	2007-12-16 20:03:47.240862	f	t	t	t	t	3278	/pysubnettree/trunk	\N	\N	pysubnettree (0.11+1-1) unstable; urgency=low  * New fake upstream release    - Corrects package license in setup.py  * Removed setup_correction.patch (incorporated upstream)  -- Scott Kitterman <scott at kitterman.com>  Thu, 18 Oct 2007 15:22:33 -0400	\N	28118
-5608	9	f	\N	2007-12-16 19:42:02.558018	f	t	t	t	t	2505	/libcgi-xml-perl	\N	\N	libcgi-xml-perl (0.1-14) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:54 +0200	\N	24449
-6064	7	f	\N	2007-12-16 19:54:16.266315	f	t	t	t	t	2956	/stylebook	\N	\N	stylebook (1.0~b3~svn20061109-2) unstable; urgency=low  * Move to unstable.  * Delete build tree in clean target.  * Added myself to Uploaders. -- Michael Koch <konqueror at gmx.de>  Mon, 16 Jul 2007 07:01:18 +0200	\N	26591
-5609	9	f	\N	2007-12-16 19:42:03.106585	f	t	t	t	t	2506	/libformvalidator-simple-perl	\N	\N	libformvalidator-simple-perl (0.22-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:33 +0200	\N	24454
-6600	5	f	\N	2007-12-16 20:08:11.032832	f	t	t	t	t	3490	/xdigger	\N	\N	xdigger (1.0.10-12) unstable; urgency=low  [ Gonéri Le Bouder ]  * add a desktop file, thanks Salvatore Palma (Closes: #454316) -- Barry deFreese <bddebian at comcast.net>  Tue,  4 Dec 2007 18:32:48 +0100	\N	29128
-5610	9	f	\N	2007-12-16 19:42:03.644146	f	t	t	t	t	2507	/libfont-ttf-perl	\N	\N	libfont-ttf-perl (0.43-1) unstable; urgency=low  [ Martín Ferrari ]  * New upstream release (minor change: added a test case).  * Reverted the +dfsg changes, but still have to confirm CPAN's RT#30996.  * Include OFL.txt in debian/copyright (now in machine-readable format).  * Bumped Standards-version.  * Fixed debian/rules for parallel building.  * Manpages patch sent upstream and documented.  [ Damyan Ivanov ]  * Put me instead of Martín in Uploaders    + Remove Gregor too -- Damyan Ivanov <dmn at debian.org>  Thu, 06 Dec 2007 12:46:24 +0200	\N	24459
-6692	2	f	\N	2007-12-16 20:10:07.243488	f	t	t	t	t	3581	/kasablanca/trunk	\N	\N	kasablanca (0.4.0.2-2) unstable; urgency=low  * Add menu file (Closes: #387328)  * Bump Standards-Version to 3.7.2 -- Fathi Boudra <fboudra at free.fr>  Sun, 17 Sep 2006 01:17:16 +0200	\N	29562
-5936	7	f	\N	2007-12-16 19:50:36.13805	f	t	t	t	t	2832	/libcommons-discovery-java	\N	\N	libcommons-discovery-java (0.4-1) unstable; urgency=low  [ Kumar Appaiah ]  * debian/control:    + Add XS-Vcs-{Svn,Browser} to debian/control    + Add Homepage field.  * Update watch file.  [ Varun Hiremath ]  * New upstream release  * debian/control:    + Add myself and Kumar Appaiah to Uploaders.    + move cdbs and debhelper to Build-Depends.    + modify Description.  * debian/compat: switch to 5  * remove links file from debian/  * debian/rules:    + Use DEB_UPSTREAM_VERSION to install jar    + Create a versioned symbolic link to the jar.    + implement get-orig-source  * debian/patches:    + remove 02_jikes_target_1_3.patch, builds without setting target to 1.3    + remove 03_gjdoc_crash_fix.patch, gjdoc bug has been fixed and no longer needed.  * Add debian/orig-tar.sh to move tarball to deb-layout's tarballs dir.  * Update debian/watch to call debian/orig-tar.sh  * debian/docs: remove adc-guidelines.html and best-practices.html as    upstream provides only Maven xdocs XMLs. -- Varun Hiremath <varunhiremath at gmail.com>  Thu, 20 Sep 2007 23:27:45 +0530	\N	26020
-6389	11	f	\N	2007-12-16 20:03:47.763483	f	t	t	t	t	3279	/python-mysqldb/trunk	\N	\N	python-mysqldb (1.2.2-5) unstable; urgency=low  [ Piotr Ożarowski ]  * Rename XS-Vcs-Svn field to Vcs-Svn (dpkg supports it now)  * Add Vcs-Browser field  [ Bernd Zeimetz ]  * debian/patches:    - Adding 05_null-connection-guard.dpatch, providing an interface to set      MYSQL_OPT_RECONNECT    - Adding 00dpatch.conf to make the handling of dpatches more easy  * debian/control    - Adding myself as uploader    - Adding Homepage field    - Replacing the depricated ${Source-Version} by ${binary:Version} in the      dependency list of python-mysqldb-dbg  -- Bernd Zeimetz <bernd at bzed.de>  Sun, 14 Oct 2007 12:15:09 +0200	\N	28123
-5611	9	f	\N	2007-12-16 19:42:04.257797	f	t	t	t	t	2508	/libsub-uplevel-perl	\N	\N	libsub-uplevel-perl (0.18-1) unstable; urgency=low  [ gregor herrmann ]  * New upstream release.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Taking over Jay Bonci with his permission.    http://lists.debian.org/debian-perl/2007/11/msg00134.html    + Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch.  * debian/copyright: update according to README.  * Set debhelper compatibility level to 5.  * Move perl from Build-Depends to Build-Depends-Indep.  * debian/rules:    - Move tests to build target and enable additional tests.    - Remove variable OPTMIMIZE, we don't compile anything.    - Use DESTDIR and PREFIX for $(MAKE) install.    - Introduce build-stamp target and dependencies between targets.    - Remove some comments and empty lines.    - Remove unneeded calls to dh_link and dh-strip.  [ Damyan Ivanov ]  * debian/rules:    + switch to Build.PL    + introduce also install-stamp    + add dh_installexamples examples/*    + drop unneeded dh_installdirs    + drop removal of emppty usr/lib/perl5  * Added libmodule-build-perl to Build-Depends  * Bump standards-version to 3.7.3 (no changes)  * Wrap long control fields  * Put me instead of Gregor in Uploaders  * New examples-shebang.patch -- add "#!/usr/bin/perl" to examples.    Reported upstream as http://rt.cpan.org/Public/Bug/Display.html?id=31403    + Add quilt to Build-Depends    + Add quilt support to debian/rules -- Damyan Ivanov <dmn at debian.org>  Wed, 12 Dec 2007 12:55:00 +0200	\N	24464
-5937	7	f	\N	2007-12-16 19:51:06.569515	f	t	t	t	t	2833	/cup	\N	\N	cup (0.10k-6) unstable; urgency=low  * Use java-gcj-compat instead of kaffe.  * Moved Build-Depends-Indep to Build-Depends.  * Removed Wolfgang and added myself to Uploaders.  * Updated Standards-Version. -- Michael Koch <konqueror at gmx.de>  Sun, 17 Jun 2007 20:42:23 +0200	\N	26025
-5612	9	f	\N	2007-12-16 19:42:04.75582	f	t	t	t	t	2509	/libio-zlib-perl	\N	\N	libio-zlib-perl (1.08-1) unstable; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch.  [ David Paleino ]  * New upstream version  * debian/control:    - bumping Standards-Version to 3.7.3    - adding myself to Uploaders    - moving debhelper to Build-Depends from B-D-Indep    - adding quilt to B-D  * debian/rules:    - don't ignore the return value of $(MAKE) clean    - updated to support quilt patch system  * debian/patches: added to fix gzip's path (/bin/ instead of /usr/bin/)    in a test file (t/external.t) -- David Paleino <d.paleino at gmail.com>  Sun, 16 Dec 2007 16:10:36 +0100	\N	24469
-6390	11	f	\N	2007-12-16 20:03:48.251431	f	t	t	t	t	3280	/pyopengl/trunk	\N	\N	pyopengl (3.0.0~a6-5) UNRELEASED; urgency=low  [ Piotr Ożarowski ]  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)  [ Sandro Tosi ]  * debian/watch    - added file -- Sandro Tosi <matrixhasu at gmail.com>  Sun, 25 Nov 2007 12:59:40 +0100	\N	28128
-5938	7	f	\N	2007-12-16 19:51:12.175509	f	t	t	t	t	2833	/cup/trunk	\N	\N	cup (0.10k-5) unstable; urgency=low  * added myself as an uploader.  * removed Takashi Okamoto from the uploaders (closes: #352978). -- Arnaud Vandyck <avdyk at debian.org>  Thu,  9 Mar 2006 21:30:14 +0000	\N	26030
-5939	7	f	\N	2007-12-16 19:51:12.616436	f	t	t	t	t	2834	/mozilla-ldapsdk	\N	\N	mozilla-ldapsdk (4.1-3) unstable; urgency=low  * Fixed spelling error in description (closes: #124995)  * Make java-sdk/ldapjdk/netscape/ldap/util/DSMLWriter.java compile    under JDK1.3 (patch taken from upstream CVS)  * The doc package no longer depends on the main package  * Removed emacs settings from changelog (found by Lintian)  * Changed Build-Depends to Build-Depends-Indep (found by Lintian) -- Stefan Gybas <sgybas at debian.org>  Sun, 10 Feb 2002 21:09:35 +0100	\N	26034
-6391	11	f	\N	2007-12-16 20:03:53.886338	f	t	t	t	t	3281	/ll-core/trunk	\N	\N	ll-core (1.10.1-2) UNRELEASED; urgency=low  * debian/control:    - Adding Homepage field, removing pseudo-field from description     - Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Bernd Zeimetz <bernd at bzed.de>  Sat,  6 Oct 2007 23:46:37 +0200	\N	28133
-5940	7	f	\N	2007-12-16 19:51:13.047675	f	t	t	t	t	2835	/aspectj	\N	\N	aspectj (1.5.3-2) UNRELEASED; urgency=low  * Add Homepage: control field, and convert XS-Vcs-* to Vcs-*. -- Thomas Girard <thomas.g.girard at free.fr>  Thu, 08 Nov 2007 19:24:57 +0100	\N	26037
-5613	9	f	\N	2007-12-16 19:42:05.353882	f	t	t	t	t	2510	/libclass-accessor-grouped-perl	\N	\N	libclass-accessor-grouped-perl (0.07000-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:57 +0200	\N	24474
-5941	7	f	\N	2007-12-16 19:51:13.559702	f	t	t	t	t	2836	/libgtk-java	\N	\N	libgtk-java (2.10.2-5) UNRELEASED; urgency=low  * Fixed typos in description. Closes: #440585. -- Mark Howard <mh at debian.org>  Thu, 13 Dec 2007 18:14:03 +0000	\N	26042
-5614	9	f	\N	2007-12-16 19:42:10.850623	f	t	t	t	t	2511	/libxml-xpathengine-perl	\N	\N	libxml-xpathengine-perl (0.08-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:29 +0200	\N	24479
-6392	11	f	\N	2007-12-16 20:03:54.399967	f	t	t	t	t	3282	/python-decorator/trunk	\N	\N	python-decorator (2.2.0-2) unstable; urgency=low  * debian/control:    [Oleksandr Moskalenko]    - Fixed a type in the description (Thanks to Reuben Thomas      <rrt at sc3d.org>) (Closes: #446694).    [Piotr Ożarowski]    - Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now). -- Oleksandr Moskalenko <malex at debian.org>  Thu, 15 Nov 2007 10:12:59 -0700	\N	28138
-5615	9	f	\N	2007-12-16 19:42:11.38064	f	t	t	t	t	2512	/libmarc-charset-perl	\N	\N	libmarc-charset-perl (0.98-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:18 +0200	\N	24484
-5942	7	f	\N	2007-12-16 19:51:14.022714	f	t	t	t	t	2837	/libtritonus-java	\N	\N	libtritonus-java (20070428-5) unstable; urgency=low  * Remove obsolete patch build.diff.  * Move jni libraries to /usr/lib/jni according to Java policy.  * Remove obsolete README.Debian.  * Remove unneeded Build-Depends: ecj.  * Bump up Standards-Version: 3.7.3 (no changes needed). -- Torsten Werner <twerner at debian.org>  Sat, 15 Dec 2007 21:10:18 +0100	\N	26047
-5616	9	f	\N	2007-12-16 19:42:11.88266	f	t	t	t	t	2513	/libapache-dbi-perl	\N	\N	libapache-dbi-perl (1.06-1) unstable; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch.  [ Damyan Ivanov ]  * New upstream bugfix/docs release  * Taking over Jay Bonci with his permission.    http://lists.debian.org/debian-perl/2007/11/msg00134.html  * debian/rules: revamped    + use dh_listpackages instead of pwd|sed to get package name    + add stamps to build and install targets    + Move build in build-stamp target    + Drop unneeded OPTIMIZE    + Do not ignore clean errors    + Use distclean instead of clean    + Use DESTDIR and PREFIX    + Remove /usr/lib/perl5 only  * Bump debhelper compat level to 5  * Add libdigest-sha1-perl to Depends  * Enabled test suite    + Add libdbi-perl and libdigest-sha1-perl to B-D-I  * Somewhat better debian/copyright  * Move examples list from a dedicated file to debian/rules'    dh_installexamples  * Ship README and traces.txt  * Bump Standards-version to 3.7.3 (no changes)  * Use libapache2-mod-perl2 as a "main" alternative dependency before    deprecated libapache-mod-perl  * Add myself to Uploaders -- Damyan Ivanov <dmn at debian.org>  Wed, 12 Dec 2007 12:30:28 +0200	\N	24489
-6393	11	f	\N	2007-12-16 20:03:54.860756	f	t	t	t	t	3283	/evolution-python/trunk	\N	\N	evolution-python (0.0.4-1) unstable; urgency=low  [ Thomas Viehmann ]  * New upstream version  [ Piotr Ożarowski ]  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Thomas Viehmann <tv at beamnet.de>  Wed, 28 Nov 2007 19:40:36 +0100	\N	28143
-5943	7	f	\N	2007-12-16 19:51:14.5097	f	t	t	t	t	2838	/libsaxon-java	\N	\N	libsaxon-java (1:6.5.5-1) unstable; urgency=low  * New upstream release  * Added note about the commandline switch to disable execution of      java extension in XSLTs to README.Debian (closes: #341745)  * Remove libgnujaxp-java dependencies - not needed anymore  * Add the documentation package to suggests  * Move -doc package to main - was forgotten during the move of the library  * Formatted description and shortened the description of the doc package  * Moved part about repackaging from README.Debian      into a new README.Debian-source file. -- Wolfgang Baer <WBaer at gmx.de>  Thu,  5 Jan 2006 11:25:01 +0100	\N	26052
-5944	7	f	\N	2007-12-16 19:51:14.960234	f	t	t	t	t	2839	/commons-beanutils	\N	\N	commons-beanutils (1.7.0-6) UNRELEASED; urgency=low  * Add a watch file.  * debian/control:    + Add XS-Vcs-{Svn,Browser}.    + Add Homepage field.   -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Thu, 20 Sep 2007 20:08:47 +0530	\N	26057
-6394	11	f	\N	2007-12-16 20:03:55.460254	f	t	t	t	t	3284	/pudge/trunk	\N	\N	pudge (0.1.4~svn137-4) UNRELEASED; urgency=low  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:48 +0200	\N	28148
-5617	9	f	\N	2007-12-16 19:42:12.382612	f	t	t	t	t	2514	/libmodule-info-perl	\N	\N	libmodule-info-perl (0.31-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:09 +0100	\N	24494
-5945	7	f	\N	2007-12-16 19:51:20.49769	f	t	t	t	t	2839	/commons-beanutils/trunk	\N	\N	commons-beanutils (1.7.0-4) unstable; urgency=low  * removed Takashi Okamoto from the uploaders (closes: #352977). -- Arnaud Vandyck <avdyk at debian.org>  Thu,  9 Mar 2006 21:27:55 +0000	\N	26062
-6395	11	f	\N	2007-12-16 20:03:55.93994	f	t	t	t	t	3285	/ply/trunk	\N	\N	ply (2.3-2) UNRELEASED; urgency=low  * Vcs-Browser and Homepage fields added  * XS-Vcs-Svn field renamed to Vcs-Svn -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:46 +0200	\N	28153
-5618	9	f	\N	2007-12-16 19:42:12.87633	f	t	t	t	t	2515	/libclass-returnvalue-perl	\N	\N	libclass-returnvalue-perl (0.55-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:08 +0200	\N	24499
-5946	7	f	\N	2007-12-16 19:51:20.980396	f	t	t	t	t	2840	/libgnumail-java	\N	\N	libgnumail-java (1.1.2-2) unstable; urgency=low  * Added debian/patches/gnumail-imaps.patch to add imaps provider.    Closes: #429865. -- Michael Koch <konqueror at gmx.de>  Wed, 27 Jun 2007 19:58:23 +0200	\N	26066
-5619	9	f	\N	2007-12-16 19:42:13.318192	f	t	t	t	t	2516	/libwww-myspace-perl	\N	\N	libwww-myspace-perl (0.74-1) unstable; urgency=low  * New upstream release -- Damyan Ivanov <dmn at debian.org>  Sun, 25 Nov 2007 21:59:20 +0200	\N	24504
-6396	11	f	\N	2007-12-16 20:03:56.351336	f	t	t	t	t	3286	/kaa-base/trunk	\N	\N	kaa-base (0.1.3-2) UNRELEASED; urgency=low  * Vcs-Svn, Vcs-Browser, Homepage fields added (Piotr Ożarowski <piotr at debian.org>)  * Watch file added -- Jan Michael Alonzo <jmalonzo at unpluggable.com>  Sat, 06 Oct 2007 20:45:00 +1000	\N	28158
-5620	9	f	\N	2007-12-16 19:42:13.772839	f	t	t	t	t	2517	/libmd5-perl	\N	\N	libmd5-perl (2.03-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:08 +0100	\N	24509
-5947	7	f	\N	2007-12-16 19:51:21.411042	f	t	t	t	t	2841	/libxsd2jibx-java	\N	\N	libxsd2jibx-java (0.0.0beta2a-2) unstable; urgency=low  * Adding patch from Christian Foltin necessary for FreeMind.  * Bumped policy to 3.7.2.2 (no changes). -- Eric Lavarde <deb at zorglub.s.bawue.de>  Sat, 10 Mar 2007 19:02:17 +0100	\N	26071
-5621	9	f	\N	2007-12-16 19:42:14.31374	f	t	t	t	t	2518	/libcrypt-cbc-perl	\N	\N	libcrypt-cbc-perl (2.24-2) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza). Removed: XS-Vcs-Svn fields.  [ Frank Lichtenheld ]  * debian/rules: Fix target dependencies so that the package can be    build with dpkg-buildpackage -j. Found by Daniel Schepler.  -- Frank Lichtenheld <djpig at debian.org>  Tue, 30 Oct 2007 08:02:40 +0100	\N	24514
-5948	7	f	\N	2007-12-16 19:51:21.875586	f	t	t	t	t	2842	/liboro-java	\N	\N	liboro-java (2.0.8a-3) unstable; urgency=low  * Build-Depend on java-gcj-compat-dev instead of java-gcj-compat.    Closes: #429474. -- Michael Koch <konqueror at gmx.de>  Tue, 19 Jun 2007 16:30:50 +0200	\N	26076
-5622	9	f	\N	2007-12-16 19:42:14.834784	f	t	t	t	t	2519	/libemail-mime-contenttype-perl	\N	\N	libemail-mime-contenttype-perl (1.014-2) unstable; urgency=low  [ Ernesto Hernández-Novich (USB) ]  * Moved package into Debian Pkg Perl Project SVN.    + Added myself to Uploaders  * Fixed copyright file with a better URL.  * Cleaned up debian/rules.  * Fixed watch file.  * Added Build-Depends-Indep on libtest-pod-perl and    libtest-pod-coverage-perl.  * Fixed copyright and control file with a better URL.  [ Damyan Ivanov ]  * Use less bandwidth-hungry location in debian/watch  * Use Homepage as stated by README  * Don't install redundant README -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 23 Nov 2007 13:10:31 -0400	\N	24519
-5949	7	f	\N	2007-12-16 19:51:22.359719	f	t	t	t	t	2843	/cacao	\N	\N	cacao (0.98-2) unstable; urgency=low  * Added patch for Debain/kFreeBSD. Closes: #396699.    Thanks to Petr Salinger.  * (Build-)Depends on classpath (>= 2:0.95) and classpath-common (>= 2:0.95).    Thanks to Thomas Weidner. Closes: #432000.  * Added homepage link to long description. -- Michael Koch <konqueror at gmx.de>  Sat, 14 Jul 2007 14:47:16 +0200	\N	26081
-5950	7	f	\N	2007-12-16 19:51:22.821541	f	t	t	t	t	2844	/libtoolbar-java	\N	\N	libtoolbar-java (1.4-1) unstable; urgency=low  * New upstream (closes: #439338) -- Arnaud Vandyck <avdyk at debian.org>  Sat, 25 Aug 2007 16:34:44 +0200	\N	26086
-6397	11	f	\N	2007-12-16 20:03:56.808985	f	t	t	t	t	3287	/elementtree/trunk	\N	\N	elementtree (1.2.6-12) UNRELEASED; urgency=low  [ Scott Kitterman ]  * Change Build-depends python-dev (>= 2.3.5-11) to python2.4-dev so    package will still build correctly for Python 2.4 only even after    Python 2.5 is the default Python.  * Remove cdbs clean hack in debian/rules since cdbs bug is fixed.  * Change binary-predeb echo to 2.4 only in debian/rules.  * Change pyversions to 2.4.  [ Piotr Ozarowski ]  * Vcs-Browser and Homepage fields added  * XS-Vcs-Svn renamed to Vcs-Svn  [ Bernd Zeimetz ]  * Fixing debian/watch. Thanks to Raphael Geissert (Closes: #449739).  [ Sandro Tosi ]  * debian/watch    - little fix on the version number regexp -- Sandro Tosi <matrixhasu at gmail.com>  Thu, 22 Nov 2007 01:44:12 +0100	\N	28161
-5623	9	f	\N	2007-12-16 19:42:15.425168	f	t	t	t	t	2520	/libtie-ical-perl	\N	\N	libtie-ical-perl (0.13-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:50 +0200	\N	24524
-5951	7	f	\N	2007-12-16 19:51:28.364382	f	t	t	t	t	2845	/mysql-connector-java	\N	\N	mysql-connector-java (5.1.5+dfsg-2) unstable; urgency=low  * Disable JDBC4 support. Closes: #454081. -- Michael Koch <konqueror at gmx.de>  Tue, 04 Dec 2007 01:03:48 +0100	\N	26091
-5624	9	f	\N	2007-12-16 19:42:15.90926	f	t	t	t	t	2521	/libnet-sip-perl	\N	\N	libnet-sip-perl (0.40-1) unstable; urgency=low  * New upstream release  * Bump standard version to 3.7.3 ( no changes requiered ) -- Rene Mayorga <rmayorga at debian.org.sv>  Mon, 10 Dec 2007 23:02:00 -0600	\N	24529
-6398	11	f	\N	2007-12-16 20:03:57.291658	f	t	t	t	t	3288	/deliciousapi/trunk	\N	\N	deliciousapi (1.3.2-1) unstable; urgency=low  * Initial release (Closes: #452823) -- Sandro Tosi <matrixhasu at gmail.com>  Thu, 06 Dec 2007 02:30:37 +0100	\N	28166
-5952	7	f	\N	2007-12-16 19:51:28.86719	f	t	t	t	t	2846	/plexus-velocity	\N	\N	plexus-velocity (1.1.6-1) unstable; urgency=low  * Initial release. (Closes: #426227) -- Paul Cager <paul-debian at home.paulcager.org>  Tue, 12 Jun 2007 23:57:35 +0100	\N	26096
-5625	9	f	\N	2007-12-16 19:42:16.448617	f	t	t	t	t	2522	/libauthen-simple-http-perl	\N	\N	libauthen-simple-http-perl (0.2-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:24 +0200	\N	24534
-5626	9	f	\N	2007-12-16 19:42:16.985589	f	t	t	t	t	2523	/libcompress-zlib-perl	\N	\N	libcompress-zlib-perl (2.008-1) unstable; urgency=low  [ gregor herrmann ]  * New upstream release.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * debian/watch: Use working URL.  * debian/control: bump (build-)dependencies of libio-compress-zlib-perl    and libio-compress-base-perl to (>= 2.008).  * debian/copyright: add upstream URL, update years of copyright, add    copyright/license informations for files in ./t/Test/.  [ Damyan Ivanov ]  * debian/rules:    + make stamp targets depend only on stamp targets    + Drop unused dh_installdirs    + Drop unused dh_shlibdeps (binary-indep) -- Damyan Ivanov <dmn at debian.org>  Fri, 16 Nov 2007 07:44:35 +0200	\N	24539
-5953	7	f	\N	2007-12-16 19:51:34.288108	f	t	t	t	t	2847	/libradeox-java	\N	\N	libradeox-java (1.0~beta3-1) unstable; urgency=low  * initial version (Closes: #453471) -- Torsten Werner <twerner at debian.org>  Mon, 26 Nov 2007 16:31:34 +0100	\N	26101
-6399	11	f	\N	2007-12-16 20:03:57.738439	f	t	t	t	t	3289	/feedparser/trunk	\N	\N	feedparser (4.1-10) UNRELEASED; urgency=low  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:25 +0200	\N	28171
-5627	9	f	\N	2007-12-16 19:42:17.49986	f	t	t	t	t	2524	/libxml-filter-reindent-perl	\N	\N	libxml-filter-reindent-perl (0.03-7) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:33 +0100	\N	24544
-5954	7	f	\N	2007-12-16 19:51:34.715806	f	t	t	t	t	2848	/libjgoodies-forms-java	\N	\N	libjgoodies-forms-java (1.1.0-2) unstable; urgency=low  * Removed unneeded Recommends on libjgoodies-forms-java-doc to remove    Recommends on mozilla which doesnt exist in the archive anymore.  * Added Homepage, Vcs-Svn and Vcs-Browser fields in debian/control.  * Added watch file. -- Michael Koch <konqueror at gmx.de>  Tue, 30 Oct 2007 14:10:53 +0100	\N	26106
-6628	1	f	\N	2007-12-16 20:08:38.955909	f	t	t	t	t	3518	/meta-kde-extras	\N	\N	meta-kde-extras (5:54) unstable; urgency=low  +++ Changes by Fathi Boudra:  * Remove kxmleditor and rekall. Thanks to Luk Claes. (Closes: #448918)  +++ Changes by Ana Beatriz Guerrero Lopez:    * Update uploaders. -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 01 Nov 2007 22:41:43 +0100	\N	29249
-5955	7	f	\N	2007-12-16 19:51:35.18168	f	t	t	t	t	2849	/libxml-commons-resolver1.1-java	\N	\N	libxml-commons-resolver1.1-java (1.1-8) unstable; urgency=low  * Removed unneeded Build-Depends on libxerces-java.  * Use Homepage tag in package descriptions.  * Removed Wolfgang and added myself to Uploaders. -- Michael Koch <konqueror at gmx.de>  Wed, 20 Jun 2007 19:02:38 -0100	\N	26111
-5956	7	f	\N	2007-12-16 19:51:35.566985	f	t	t	t	t	2850	/libgrinvin-invariants-java	\N	\N	libgrinvin-invariants-java (1.0-2) unstable; urgency=low  * Added debian/watch file -- Adriaan Peeters <apeeters at lashout.net>  Tue, 04 Dec 2007 09:55:58 +0100	\N	26116
-5628	9	f	\N	2007-12-16 19:42:17.977117	f	t	t	t	t	2525	/libtie-array-sorted-perl	\N	\N	libtie-array-sorted-perl (1.41-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:45 +0200	\N	24549
-6400	11	f	\N	2007-12-16 20:03:58.235963	f	t	t	t	t	3290	/python-django/trunk	\N	\N	python-django (0.97~svn6668-1) experimental; urgency=low  * New SVN snapshot (rev 6668)    - Auth system delegations    - Apps can now have thier own management commands    - Fix for CVE-2007-5712 remote denial of service      Closes: #448838  * Fix missing upstream info in changelog    Closes: #450659 -- Brett Parker <iDunno at sommitrealweird.co.uk>  Sun, 11 Nov 2007 10:15:55 +0000	\N	28176
-5629	9	f	\N	2007-12-16 19:42:18.434478	f	t	t	t	t	2526	/libscalar-number-perl	\N	\N	libscalar-number-perl (0.002-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:49 +0200	\N	24554
-5957	7	f	\N	2007-12-16 19:51:36.039644	f	t	t	t	t	2851	/libjdom-java	\N	\N	libjdom-java (0.99.b10-6) unstable; urgency=low  * Removed Takashi Okamoto from the uploaders (closes: #352987).  * Removed ant-launcher.jar from the classpath.  * Removed the reference to jikes.  * Updated Standards Version to 3.6.2 (nothing to do).  * debian/watch: added. -- Arnaud Vandyck <avdyk at debian.org>  Mon, 24 Apr 2006 22:50:17 +0200	\N	26118
-5630	9	f	\N	2007-12-16 19:42:18.924524	f	t	t	t	t	2527	/libnet-rendezvous-publish-perl	\N	\N	libnet-rendezvous-publish-perl (0.04-2) UNRELEASED; urgency=low  * NEEDS WORK - Maintainer, watch, etc  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). -- Damyan Ivanov <dmn at debian.org>  Fri, 07 Dec 2007 13:52:22 +0200	\N	24559
-6401	11	f	\N	2007-12-16 20:03:58.680754	f	t	t	t	t	3291	/routes/trunk	\N	\N	routes (1.7.1-1) unstable; urgency=low  * New upstream release    - docs/changelogs are available only via website now  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)  * setuptools_version patch replaced with disable_ez_setup -- Piotr Ożarowski <piotr at debian.org>  Sat, 17 Nov 2007 21:37:07 +0100	\N	28181
-5958	7	f	\N	2007-12-16 19:51:41.44306	f	t	t	t	t	2852	/ognl	\N	\N	ognl (2.5.1-1) unstable; urgency=low  * Non-maintainer upload.  * Initial Release (closes: #321476). -- Trygve Laugstøl <trygvis at inamo.no>  Tue,  2 Aug 2005 17:20:00 +0200	\N	26123
-5631	9	f	\N	2007-12-16 19:42:19.45424	f	t	t	t	t	2528	/libdbd-mysql-perl	\N	\N	libdbd-mysql-perl (4.005-2) UNRELEASED; urgency=low  [ Raphael Hertzog ]  * Move myself to Uploaders and put the team as Maintainer.  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:48 +0200	\N	24564
-6584	5	f	\N	2007-12-16 20:08:03.5163	f	t	t	t	t	3474	/asc	\N	\N	asc (2.0.1.0-1) UNRELEASED; urgency=low  [ Eddy Petrișor ]  * fixed Homepage semifield  [ Gonéri Le Bouder ]  * add a watchfile  * move homepage from the description to the new Homepage field   [ Cyril Brulebois ]  * Added Vcs-Svn and Vcs-Browser fields in the control file.  [ Barry deFreese ]  * Fix make-clean lintian warning  * New upstream release  * Bump debhelper build-dep to match compat  * Add desktop file  * Update watch file for new upstream naming  * Is asc-music still a valid package now?  * Clean-up data package description  * Remove nostrip check from rules -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Wed, 11 Jul 2007 19:30:13 +0200	\N	29051
-5632	9	f	\N	2007-12-16 19:42:19.913508	f	t	t	t	t	2529	/libtree-dagnode-perl	\N	\N	libtree-dagnode-perl (1.05-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:27 +0100	\N	24569
-5959	7	f	\N	2007-12-16 19:51:41.844279	f	t	t	t	t	2853	/libhibernate-annotations-java	\N	\N	libhibernate-annotations-java (3.0.0.GA-1) unstable; urgency=low  * Initial Release (closes: #451437). -- Torsten Werner <twerner at debian.org>  Sun, 11 Nov 2007 21:12:33 +0100	\N	26128
-5633	9	f	\N	2007-12-16 19:42:20.423777	f	t	t	t	t	2530	/libipc-shareable-perl	\N	\N	libipc-shareable-perl (0.60-7) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Use dist-based URL in debian/watch.  * debian/rules:    - don't install empty /usr/lib/perl5 directory    - use $(CURDIR) instead of `pwd`    - remove unneeded dh_link and dh_strip calls  * Remove pseudo-field Homepage from long description. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:55 +0200	\N	24574
-5960	7	f	\N	2007-12-16 19:51:42.184442	f	t	t	t	t	2854	/libgrinvin-graphs-java	\N	\N	libgrinvin-graphs-java (1.0-2) unstable; urgency=low  * Added debian/watch file -- Adriaan Peeters <apeeters at lashout.net>  Tue, 04 Dec 2007 09:53:55 +0100	\N	26132
-5961	7	f	\N	2007-12-16 19:51:42.653223	f	t	t	t	t	2855	/doxia	\N	\N	doxia (1.0-alpha-7-1) unstable; urgency=low  * Initial release. (Closes: #413554) -- Paul Cager <paul-debian at home.paulcager.org>  Thu, 12 Jul 2007 10:11:17 +0100	\N	26134
-5962	7	f	\N	2007-12-16 19:51:43.152692	f	t	t	t	t	2856	/libcommons-validator-java	\N	\N	libcommons-validator-java (1:1.3.1-2) UNRELEASED; urgency=low  * debian/control:    + Add Homepage field -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Thu, 20 Sep 2007 19:56:30 +0530	\N	26139
-5634	9	f	\N	2007-12-16 19:42:20.946854	f	t	t	t	t	2531	/libvi-quickfix-perl	\N	\N	libvi-quickfix-perl (1.129-1) unstable; urgency=low  * Initial Release (Closes: #451545).  * Moved package into Debian Pkg Perl Project SVN.  * Fixed watch file. This package is in an unusual location.  * Fixed Maintainer field in control file. -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 23 Nov 2007 15:23:32 -0400	\N	24579
-6402	11	f	\N	2007-12-16 20:03:59.155239	f	t	t	t	t	3292	/python-pygraphviz/trunk	\N	\N	python-pygraphviz (0.35.dfsg-2) unstable; urgency=low  [ Piotr Ożarowski ]  * Add Homepage field, delete it from the long description.  * Rename XS-Vcs-* fields to Vcs-*.  [ Cyril Brulebois ]  * Mention in README.Debian how to obtain miles.dat, as suggested by Kumar    Appaiah (Closes: #449547).  * Add a TODO about the missing get-orig-source target in debian/rules (in    case upstream keeps on shipping miles.dat).  [ Sandro Tosi ]  * debian/watch: Mangle debian version to match upstream version (by    stripping the “.dfsg” part). -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Thu, 06 Dec 2007 13:20:08 +0100	python-pygraphviz:\n------------------\n\n  * Check upstream's status WRT miles.dat shipping.\n  * If repacking has to be done every time, add a get-orig-source target to\n    debian/rules.\n\n -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Tue, 06 Nov 2007 18:28:15 +0100\n	28186
-5963	7	f	\N	2007-12-16 19:51:43.625482	f	t	t	t	t	2857	/slide-webdavclient/slide-webdavclient	\N	\N	slide-webdavclient (2.1+dfsg-2) unstable; urgency=low  * Don't references javadocs on the net. Closes: #424442.  * Removed suggests on java-virtual-machine. -- Michael Koch <konqueror at gmx.de>  Thu, 02 Aug 2007 12:57:20 -0100	\N	26144
-5635	9	f	\N	2007-12-16 19:42:21.494687	f	t	t	t	t	2532	/libtest-www-mechanize-cgiapp-perl	\N	\N	libtest-www-mechanize-cgiapp-perl (0.05-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:32 +0200	\N	24584
-5636	9	f	\N	2007-12-16 19:42:21.992171	f	t	t	t	t	2533	/libdata-visitor-perl	\N	\N	libdata-visitor-perl (0.09-1) unstable; urgency=low  * New upstream release.  * Add Homepage field and myself to Uploaders in debian/control.  * Cleanup debian/rules (unused dh_* calls, unused compiler args, move    tests to build).  * Remove empty /usr/lib/perl5 directory from binary package.  * Mention the Debian Perl Group and the canonical upstream URL in    debian/copyright.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza). Removed: XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:35 +0200	\N	24589
-5964	7	f	\N	2007-12-16 19:51:44.019592	f	t	t	t	t	2858	/librepository	\N	\N	librepository (0.1.1-2) unstable; urgency=low  * Fixed typos in long descriptions. Closes: #446603.  * Build-Depends on debhelper >= 5.  * Updated Standards-Version to 3.7.2.  * Added myself to Uploaders. -- Michael Koch <konqueror at gmx.de>  Wed, 24 Oct 2007 13:04:55 +0200	\N	26149
-5637	9	f	\N	2007-12-16 19:42:22.538084	f	t	t	t	t	2534	/libtk-splashscreen-perl	\N	\N	libtk-splashscreen-perl (1.0-4) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Frank Lichtenheld ]  * debian/rules: Cleanup:     + move build to build target     + make install depend on build     + introduce build-stamp     + split PREFIX into DESTDIR and PREFIX     + move dh_clean before $(MAKE) clean     + remove non-existant configure target from .PHONY     + enable tests  * debian/control: Add xvfb to b-d-i for tests -- Frank Lichtenheld <djpig at debian.org>  Thu, 08 Nov 2007 19:06:22 +0100	\N	24594
-5965	7	f	\N	2007-12-16 19:51:44.38046	f	t	t	t	t	2859	/jargs	\N	\N	jargs (1.0.0-1) unstable; urgency=low  * The "faked \\"new upstream release\\" because dak ate my tarball" release.  * Added a special hack so this version still installs a jargs-1.0.jar. -- Yann Dirson <dirson at debian.org>  Tue, 21 Nov 2006 22:59:36 +0100	\N	26151
-5638	9	f	\N	2007-12-16 19:42:23.089416	f	t	t	t	t	2535	/libimap-admin-perl	\N	\N	libimap-admin-perl (1.6.4-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:48 +0200	\N	24599
-5966	7	f	\N	2007-12-16 19:51:44.873652	f	t	t	t	t	2860	/emma-coverage	\N	\N	emma-coverage (2.0.5312+dfsg-2) unstable; urgency=low  * Added xercesImpl.jar and xmlParserAPIs.jar to classpath.    Closes: #432542.  * Added myself to Uploaders. -- Michael Koch <konqueror at gmx.de>  Sat, 14 Jul 2007 21:07:09 +0200	\N	26153
-5967	7	f	\N	2007-12-16 19:51:45.369718	f	t	t	t	t	2861	/libjboss-cache2-java	\N	\N	libjboss-cache2-java (2.0.0.GA-1) unstable; urgency=low  UNRELEASED  * Initial release (Closes: #446656) -- Torsten Werner <twerner at debian.org>  Tue, 06 Nov 2007 16:59:30 +0100	\N	26158
-5639	9	f	\N	2007-12-16 19:42:23.569148	f	t	t	t	t	2536	/libnet-ssh-perl-perl	\N	\N	libnet-ssh-perl-perl (1.30-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:14 +0200	\N	24604
-5968	7	f	\N	2007-12-16 19:51:45.902768	f	t	t	t	t	2862	/tomcat5.5	\N	\N	tomcat5.5 (5.5.25-3) unstable; urgency=low  * debian/libtomcat5.5-java.links: Removed links for xml-apis.jar and    xercesImpl.jar. Closes: #443382, #455495.  * Added libgnumail-java to Build-Depends. Closes: #454312.  * Updated Standards-Version to 3.7.3. -- Michael Koch <konqueror at gmx.de>  Thu, 13 Dec 2007 22:15:18 +0100	\N	26163
-6403	11	f	\N	2007-12-16 20:03:59.578221	f	t	t	t	t	3293	/python-daap/trunk	\N	\N	python-daap (0.7-2) UNRELEASED; urgency=low  TODO     * why previous maint patched LICENSE file? is it really needed? it simply       add again the LGPL v2.1 license to LICENSE file.. I think we can remove       it     * not sure about copyright already present for md5.{c,h}  * Package adoption (Closes: #453831)  * debian/control    - team as maintainer    - me as uploader    - bump Standards-Version to 3.7.3    - dependency over debhelper at least for version 5 on    - dependency against dpatch    - added Homepage filed    - added Provides    - added Vcs-Svn and Vcs-Browser field  * debian/compat    - bump to 5  * debian/watch    - added  * debian/docs    - removed  * debian/rules    - add upstream changelog installation    - add doc installation in this file    - removed template header    - removed configure target since not needed    - installing examples  * debian/patches/01_upstream_changes.dpatch    - added to remove direct upstream code modification  * debian/copyright    - some reformatting -- Sandro Tosi <matrixhasu at gmail.com>  Mon, 10 Dec 2007 23:09:25 +0100	\N	28191
-5640	9	f	\N	2007-12-16 19:42:24.112683	f	t	t	t	t	2537	/libconfig-file-perl	\N	\N	libconfig-file-perl (1.41-1) unstable; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ David Paleino ]  * New upstream release  * debian/control: added myself to Uploaders (and wrapping the field)  * debian/watch updated to version 3 (using new regex as well)  * debian/rules beautified (comments removed, ...)  [ Damyan Ivanov ]  * Cleaned debian/rules more    + `pwd` --> $(CURDIR)    + package is arch:all, so build in binary-indep target    + drop unused dh_link, dh_installdirs, dh_shlibdeps, dh_strip    + stop exporting DH_COMPAT and use debian/compat  * Add myself to Uploaders -- Damyan Ivanov <dmn at debian.org>  Sat, 20 Oct 2007 00:06:44 +0300	\N	24609
-5969	7	f	\N	2007-12-16 19:51:51.231927	f	t	t	t	t	2863	/commons-configuration	\N	\N	commons-configuration (1.5-1) unstable; urgency=low  * new upstream release  * Move package to Alioth and add Vcs headers in debian/control.  * Update all references to the homepage and download address to the new    apache structure. (Closes: #450063)  * Add target 'get-orig-source' to debian/rules.  * Bumped up Standards-Version to 3.7.3; no changes needed.  * Switch from kaffe to java-gcj-compat-dev. -- Torsten Werner <twerner at debian.org>  Sun, 09 Dec 2007 10:50:51 +0100	\N	26168
-5641	9	f	\N	2007-12-16 19:42:24.60892	f	t	t	t	t	2538	/libhttp-recorder-perl	\N	\N	libhttp-recorder-perl (0.05-2) unstable; urgency=low  [ Ernesto Hernández-Novich (USB) ]  * Moved package into Debian Pkg Perl Project SVN.  * Updated standards version.  * Cleanup debian/rules.  * Fixed watch file.  * Wrapped long lines in control file.  * Added Build-Depends-Indep on libtest-pod-perl.  * Fixed Maintainer field in control file.  * Fixed copyright and control file with a better URL.  [ Damyan Ivanov ]  * debian/control    + use http://www.bitmistress.org/ for Homepage  * Do not ship redundant README  * Drop debian/docs (CHANGES already installed via dh_installchangelogs)  * Bump debhelper compat level to 5  * Further bump standards-version to 3.7.3 (no changes)  * Further fix watch file  * Put me in Uploaders instead of Ernesto -- Damyan Ivanov <dmn at debian.org>  Wed, 05 Dec 2007 22:11:50 +0200	\N	24614
-6404	11	f	\N	2007-12-16 20:04:00.050682	f	t	t	t	t	3294	/pygoogle/trunk	\N	\N	pygoogle (0.6-2) UNRELEASED; urgency=low  * Vcs-Svn, Vcs-Browser and Homepage fields added -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:51 +0200	\N	28194
-5970	7	f	\N	2007-12-16 19:51:51.828247	f	t	t	t	t	2864	/xerces-j	\N	\N	xerces-j (1.4.4-4) unstable; urgency=low  * Build-Depends on dash instead of ash and use it. -- Michael Koch <konqueror at gmx.de>  Fri, 29 Jun 2007 15:42:34 -0100	\N	26170
-5971	7	f	\N	2007-12-16 19:51:52.208128	f	t	t	t	t	2865	/libjgoodies-binding-java	\N	\N	libjgoodies-binding-java (2.0.1-2) unstable; urgency=low  * Move the package to pkg-java svn.  * Set Maintainer to Debian Java Maintainers and add myself to Uploaders. -- Varun Hiremath <varunhiremath at gmail.com>  Mon, 15 Oct 2007 13:54:24 +0530	\N	26175
-5972	7	f	\N	2007-12-16 19:51:57.667753	f	t	t	t	t	2866	/mx4j	\N	\N	libmx4j-java (2.1.1-4) unstable; urgency=low  * Removed forgotten files in debian directory and unused patches.  * Added jython to build-depends to build the jython mbeans -- Wolfgang Baer <WBaer at gmx.de>  Wed,  1 Feb 2006 22:08:46 +0100	\N	26177
-5642	9	f	\N	2007-12-16 19:42:25.152718	f	t	t	t	t	2539	/libhttp-request-params-perl	\N	\N	libhttp-request-params-perl (1.01-3) unstable; urgency=low  [ Ernesto Hernández-Novich (USB) ]  * Moved the package into Debian Perl Pkg Project SVN.  * Fixed watch file.  * Wrap long lines in control file.  * Fixed Maintainer field in control file.  * Fixed copyright and control file with a better URL.  [ Damyan Ivanov ]  * Use faster URL in debian/watch  * Drop debian/docs, do not ship redundant README  * debian/rules: add explicit $(MAKE) call  * Bump debhelper compat level to 5  * Put me in Uploaders instead of Ernesto  * Bump standards-version to 3.7.3 (no changes) -- Damyan Ivanov <dmn at debian.org>  Wed, 05 Dec 2007 22:52:26 +0200	\N	24619
-5973	7	f	\N	2007-12-16 19:51:58.145688	f	t	t	t	t	2867	/libswarmcache-java	\N	\N	libswarmcache-java (1.0RC2+cvs20071027-2) unstable; urgency=low  * Set Section to contrib because libjgroups-java is in non-free. -- Varun Hiremath <varunhiremath at gmail.com>  Sun, 04 Nov 2007 21:12:38 +0530	\N	26182
-6405	11	f	\N	2007-12-16 20:04:10.473616	f	t	t	t	t	3295	/turbojson/trunk	\N	\N	turbojson (1.0-2) UNRELEASED; urgency=low  * New python-support handles egg's directory name correctly    - bump python-support required version    - remove mv part from debian/rules  * Vcs-Browser and Homepage fields added  * XS-Vcs-Svn field renamed to Vcs-Svn -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:32 +0200	\N	28199
-5643	9	f	\N	2007-12-16 19:42:25.641582	f	t	t	t	t	2540	/libgd-barcode-perl	\N	\N	libgd-barcode-perl (1.15-4) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description); XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:35 +0200	\N	24624
-5974	7	f	\N	2007-12-16 19:51:58.522305	f	t	t	t	t	2868	/libjboss-build-java	\N	\N	libjboss-build-java (20071201-1) unstable; urgency=low  * initial version (Closes: #385500) -- Torsten Werner <twerner at debian.org>  Sat, 01 Dec 2007 12:23:34 +0100	\N	26186
-5644	9	f	\N	2007-12-16 19:42:26.168163	f	t	t	t	t	2541	/libxml-csv-perl	\N	\N	libxml-csv-perl (0.15-8) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:30 +0100	\N	24629
-6406	11	f	\N	2007-12-16 20:04:20.956405	f	t	t	t	t	3296	/pyexcelerator/trunk	\N	\N	pyexcelerator (0.6.3a-3) UNRELEASED; urgency=low  * Vcs-Svn, Vcs-Browser and Homepage fields added -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:50 +0200	\N	28204
-5645	9	f	\N	2007-12-16 19:42:26.695926	f	t	t	t	t	2542	/libxml-stream-perl	\N	\N	libxml-stream-perl (1.22-4) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:46 +0100	\N	24634
-5975	7	f	\N	2007-12-16 19:51:58.975481	f	t	t	t	t	2869	/pentaho-reportdesigner	\N	\N	pentaho-reportdesigner (1.5.5.239~0-0) UNRELEASED; urgency=low  * Initial release (closes: #426546) -- Arnaud Vandyck <avdyk at debian.org>  Fri, 20 Jul 2007 11:43:30 +0200	\N	26188
-5646	9	f	\N	2007-12-16 19:42:27.22272	f	t	t	t	t	2543	/libtest-deep-perl	\N	\N	libtest-deep-perl (0.099-3) UNRELEASED; urgency=low  * Change maintainer name to Debian Perl _Group_. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 02 Dec 2007 04:15:57 +0100	\N	24639
-5976	7	f	\N	2007-12-16 19:51:59.44059	f	t	t	t	t	2870	/mockobjects	\N	\N	mockobjects (0.09-2) unstable; urgency=low  * Take over the package. (Closes: #270531, #453021)  * Switch to java-gcj-compat-dev and move package to main.  * Clean up whole build process and build mockobjects-core only.  * Add Homepage and Vcs headers to debian/control. -- Torsten Werner <twerner at debian.org>  Thu, 13 Dec 2007 22:20:03 +0100	\N	26192
-5647	9	f	\N	2007-12-16 19:42:27.710588	f	t	t	t	t	2544	/libtext-pdf-perl	\N	\N	libtext-pdf-perl (0.29a-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:37 +0200	\N	24644
-6407	11	f	\N	2007-12-16 20:04:21.629264	f	t	t	t	t	3297	/pubtal/trunk	\N	\N	pubtal (3.2.0-3) unstable; urgency=low  [ Piotr Ożarowski ]  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)  [ Luis Rodrigo Gallardo Cruz ]  * Move the removing of empty dirs after the call to dh_pycentral, since  otherwise we still ship an empty /usr/lib.  * We have no shared libs, there's no need to call dh_strip and dh_shlibdeps.  * Use pubtal.manpages and pubtal.links files instead of manually specifying  the names, and instead of manually linking them.  * Clean up updateSite.sgml to use proper DocBook with no warnings.  * Update maintainer address.  * Bump standards version to 3.7.3. No changes needed. -- Luis Rodrigo Gallardo Cruz <rodrigo at debian.org>  Fri, 07 Dec 2007 17:11:05 -0600	\N	28209
-5977	7	f	\N	2007-12-16 19:52:00.051551	f	t	t	t	t	2871	/commons-csv	\N	\N	commons-csv (0.1-SNAPSHOT+svn561364-2) UNRELEASED; urgency=low  * debian/control    + Add Homepage field.    + Add XS-Vcs Svn and XS-Vcs-Browser.   -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Fri, 21 Sep 2007 07:06:33 +0530	\N	26197
-5648	9	f	\N	2007-12-16 19:42:33.236048	f	t	t	t	t	2545	/libclass-accessor-lvalue-perl	\N	\N	libclass-accessor-lvalue-perl (0.11-2) UNRELEASED; urgency=low  [ Damyan Ivanov ]  * NEEDS WORK - Maintainer, watch, etc  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  [ Martín Ferrari ]  * debian/watch:    - Added by-dist URL.  * debian/control:    - Bumped Standards-Version.    - Moved José to Uploaders, put the Perl Group as maintainer.    - Added module name to the description to make it searchable.    - Removed homepage from description. -- Martín Ferrari <martin.ferrari at gmail.com>  Sun, 09 Dec 2007 03:45:04 -0300	\N	24649
-5978	7	f	\N	2007-12-16 19:52:00.683811	f	t	t	t	t	2872	/argouml	\N	\N	argouml (0.24-1) unstable; urgency=low  * New upstream release (closes: #342200, #217878).  * Added Sun's 1.4 and 1.5 jdk and jre to the search path (closes:    #335294, #353464).  * Added IBM's 1.4 and 1.5 jdk's to the search path (closes: #368244).  * Dropped the jdk/jre 1.3 compatibility. ArgoUML will not work with    jdk1.3 (closes: #289241).  * Updated to standards-version 3.7.2: debhelper and cdbs are now in    Build-Depends.  * Changed a lot of path because upstream added an 'argouml' directory  * Removed libxerces-java from (build-indep-)dependencies (closes:    #418864).  * debian/patches/03_dont_copy_testmodels.patch: added to solve ISSUE4840  * debian/README.Debian: updated informations about how I built the    source tarball -- Arnaud Vandyck <avdyk at debian.org>  Fri, 24 Aug 2007 11:18:55 +0200	\N	26202
-5649	9	f	\N	2007-12-16 19:42:33.723363	f	t	t	t	t	2546	/libbusiness-isbn-data-perl	\N	\N	libbusiness-isbn-data-perl (1.17-1) unstable; urgency=low  * New upstream release. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 28 Oct 2007 18:27:00 +0100	\N	24654
-6408	11	f	\N	2007-12-16 20:04:22.090905	f	t	t	t	t	3298	/beaker/trunk	\N	\N	beaker (0.8-1) unstable; urgency=low  [ Oleksandr Moskalenko <malex at debian.org>]    * New upstream release.  [Piotr Ożarowski <piotr at debian.org>]    * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Oleksandr Moskalenko <malex at debian.org>  Tue, 30 Oct 2007 18:17:15 -0600	\N	28214
-5650	9	f	\N	2007-12-16 19:42:34.200736	f	t	t	t	t	2547	/libfilesys-smbclient-perl	\N	\N	libfilesys-smbclient-perl (3.1-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:30 +0200	\N	24659
-5979	7	f	\N	2007-12-16 19:52:01.151502	f	t	t	t	t	2873	/javax-servletapi2.3	\N	\N	javax-servletapi2.3 (4.0-10) unstable; urgency=low  * Fixed Depends on java-gcj-compat. -- Michael Koch <konqueror at gmx.de>  Sun, 28 Oct 2007 09:15:59 +0100	\N	26207
-5651	9	f	\N	2007-12-16 19:42:34.716861	f	t	t	t	t	2548	/libfilter-template-perl	\N	\N	libfilter-template-perl (1.02-2) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Damyan Ivanov ]  * [debian/watch] Stop capturing file extension -- Damyan Ivanov <dmn at debian.org>  Tue, 06 Nov 2007 11:01:23 +0200	\N	24664
-5980	7	f	\N	2007-12-16 19:52:01.639739	f	t	t	t	t	2874	/jflex	\N	\N	jflex (1.4.1-3) unstable; urgency=low  * added myself as an uploader.  * removed Takashi Okamoto from the uploaders (closes: #352980). -- Arnaud Vandyck <avdyk at debian.org>  Thu,  9 Mar 2006 21:36:42 +0000	\N	26212
-5652	9	f	\N	2007-12-16 19:42:35.195015	f	t	t	t	t	2549	/libsub-exporter-perl	\N	\N	libsub-exporter-perl (0.978-1) unstable; urgency=low  * New upstream release.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Set debian/compat to 5 (the versioned dependency on debhelper in    debian/control was already correct).  * Use dist-based URL in debian/watch.  * debian/rules:    - let install-stamp depend on build-stamp    - remove unused call to dh_installexamples -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 30 Nov 2007 17:02:37 +0100	\N	24669
-6409	11	f	\N	2007-12-16 20:04:22.536288	f	t	t	t	t	3299	/pastedeploy/trunk	\N	\N	pastedeploy (1.3.1-2) UNRELEASED; urgency=low  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:42 +0200	\N	28219
-5653	9	f	\N	2007-12-16 19:42:35.669334	f	t	t	t	t	2550	/libnet-cidr-lite-perl	\N	\N	libnet-cidr-lite-perl (0.20-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:56 +0200	\N	24674
-5981	7	f	\N	2007-12-16 19:52:07.100911	f	t	t	t	t	2875	/libjaxen-java	\N	\N	libjaxen-java (1.1.1-2) unstable; urgency=low  * Recommends libdom4j-java and libjdom1-java instead of depending on    them. (Closes: #427975) -- Marcus Better <marcus at better.se>  Thu, 07 Jun 2007 21:01:37 +0200	\N	26217
-5654	9	f	\N	2007-12-16 19:42:36.189716	f	t	t	t	t	2551	/libunicode-map-perl	\N	\N	libunicode-map-perl (0.112-11) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:03 +0200	\N	24679
-5982	7	f	\N	2007-12-16 19:52:07.587771	f	t	t	t	t	2876	/avalon-framework	\N	\N	avalon-framework (4.2.0-4) unstable; urgency=low  * Use java-gcj-compat instead of kaffe. Closes: #445704.  * Removed Wolfgang and added myself to Uploaders.  * Updated debhelper level to 5.  * Updated Standard-Version to 3.7.2. -- Michael Koch <konqueror at gmx.de>  Tue, 09 Oct 2007 23:25:55 +0200	\N	26222
-6410	11	f	\N	2007-12-16 20:04:23.035739	f	t	t	t	t	3300	/impacket/trunk	\N	\N	impacket (0.9.6.0-3) unstable; urgency=low  [ Arnaud Fontaine ]  * New email address.  * Remove useless debian/control.in.  * debian/control:    + Update Standards-Version to 3.7.3. No changes needed.  * debian/copyright:    + Add package license.    [ Piotr Ożarowski ]  * debian/control:    + Added Vcs-Svn, Vcs-Browser and Homepage fields.  [ Jan Michael Alonzo ]  * Fix watch file and updated it to version=3. Closes: #450377. -- Arnaud Fontaine <arnau at debian.org>  Sun, 09 Dec 2007 23:36:25 +0000	\N	28224
-5655	9	f	\N	2007-12-16 19:42:36.670974	f	t	t	t	t	2552	/libparse-debcontrol-perl	\N	\N	libparse-debcontrol-perl (2.005-1) unstable; urgency=low  [ Carl Fürstenberg ]  * Initial Release. (closes: #437933)    [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- Carl Fürstenberg <azatoth at gmail.com>  Tue, 14 Aug 2007 23:09:01 +0200	\N	24684
-5983	7	f	\N	2007-12-16 19:52:08.095196	f	t	t	t	t	2877	/qdox	\N	\N	qdox (1.6.1-3) unstable; urgency=low  [Arnaud Vandyck]  * debian/control: libqdox-java-doc in section doc  [Michael Koch]  * debian/rules:    + delete target dir in clean target. Closes: #442716.  * debian/control:    + Fixed numerations in long descriptions.    + Moved debhelper and cdbs to Build-Depends.    + Upgraded debhelper level to 5.    + Added java1-runtime to Depends.    + Added myself to Uploaders. -- Michael Koch <konqueror at gmx.de>  Tue, 18 Sep 2007 21:11:10 +0200	\N	26227
-5656	9	f	\N	2007-12-16 19:42:42.159952	f	t	t	t	t	2553	/libtime-stopwatch-perl	\N	\N	libtime-stopwatch-perl (1.00-4) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:57 +0200	\N	24689
-5657	9	f	\N	2007-12-16 19:42:42.641433	f	t	t	t	t	2554	/libunicode-maputf8-perl	\N	\N	libunicode-maputf8-perl (1.11-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:04 +0200	\N	24694
-5984	7	f	\N	2007-12-16 19:52:08.554502	f	t	t	t	t	2878	/libjoda-time-java	\N	\N	libjoda-time-java (1.5.1-1) unstable; urgency=low  * new upstream version  * Bump up Standards-Version: 3.7.3 (no changes needed). -- Torsten Werner <twerner at debian.org>  Sun, 16 Dec 2007 14:04:37 +0100	\N	26232
-5658	9	f	\N	2007-12-16 19:42:46.010067	f	t	t	t	t	2555	/libstatistics-descriptive-perl	\N	\N	libstatistics-descriptive-perl (2.6-5) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:58 +0200	\N	24699
-5985	7	f	\N	2007-12-16 19:52:08.924944	f	t	t	t	t	2879	/libjdbm-java	\N	\N	libjdbm-java (1.0-1) unstable; urgency=low  * Initial release (Closes: #448740) -- Varun Hiremath <varunhiremath at gmail.com>  Tue, 24 Apr 2007 17:19:10 +0530	\N	26237
-5659	9	f	\N	2007-12-16 19:42:46.654977	f	t	t	t	t	2556	/libvideo-capture-v4l-perl	\N	\N	libvideo-capture-v4l-perl (0.901-3) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  [ Frank Lichtenheld ]  * debian/rules: let dh_strip handle nostrip support internally -- Frank Lichtenheld <djpig at debian.org>  Fri, 02 Nov 2007 13:31:02 +0100	\N	24704
-5986	7	f	\N	2007-12-16 19:52:09.39956	f	t	t	t	t	2880	/commons-pool/commons-pool	\N	\N	commons-pool (1.3-1) unstable; urgency=low  * New upstream release.    - Build process doesn't use network anymore. (Closes: #395264)    - No dependency on commons-collections.  * debian/rules: Get rid of cdbs.  * debian/rules: Build with GCJ instead of Kaffe.  * Updated copyright information. -- Marcus Better <marcus at better.se>  Thu, 26 Oct 2006 11:07:53 +0200	\N	26239
-6411	11	f	\N	2007-12-16 20:04:23.543995	f	t	t	t	t	3301	/python-networkx/trunk	\N	\N	python-networkx (0.35.1.dfsg-2) unstable; urgency=low  [ Piotr Ożarowski ]  * Add Homepage field, delete it from the long description.  * Rename XS-Vcs-* fields to Vcs-*.  [ Cyril Brulebois ]  * Add version mangling to debian/watch, stripping the “.dfsg” part of the    Debian version.  * debian/rules cleanup: Delete trailing whitespaces, delete unused    DEB_UPSTREAM_VERSION (which became wrong anyway, due to the “.dfsg” part    of the version).  * Bump Standards-Version from 3.7.2 to 3.7.3, no change needed.  * Move the build instructions from “binary-arch” to “binary-indep”, per    lintian.  * Move the section from “graphics” to “python”, per lintian. -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Thu, 06 Dec 2007 23:45:41 +0100	python-networkx\n---------------\n\n  * Drop the doc relocation patch and manage that in the rules file?\n\n -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Mon, 23 Apr 2007 23:36:38 +0200\n	28229
-5660	9	f	\N	2007-12-16 19:42:47.0957	f	t	t	t	t	2557	/libmail-spf-query-perl	\N	\N	libmail-spf-query-perl (1:1.999.1-4) UNRELEASED; urgency=low  [ Julian Mehnle ]  * Updated Debian watch file.  * Conflicts: spfquery (<< 1.2.5.dfsg-1).  Starting from 1.2.5.dfsg-1,    spfquery supports the alternatives system.  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * debian/rules: don't install empty /usr/lib/perl5 directory. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:17 +0200	\N	24709
-5987	7	f	\N	2007-12-16 19:52:09.855016	f	t	t	t	t	2881	/libjcip-annotations-java	\N	\N	libjcip-annotations-java (20060626-1) unstable; urgency=low  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP> -- Rafal Lewczuk <rafal.lewczuk at gmail.com>  Wed, 21 Nov 2007 19:15:37 +0000	\N	26243
-5661	9	f	\N	2007-12-16 19:42:47.555668	f	t	t	t	t	2558	/libpoe-api-peek-perl	\N	\N	libpoe-api-peek-perl (1.0802-2) UNRELEASED; urgency=low  * NEEDS WORK - Maintainer, watch, etc  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed:    Homepage pseudo-field (Description). -- Damyan Ivanov <dmn at debian.org>  Fri, 07 Dec 2007 13:53:02 +0200	\N	24714
-5988	7	f	\N	2007-12-16 19:52:10.335802	f	t	t	t	t	2882	/libcommons-cli-java	\N	\N	libcommons-cli-java (1.0-11) unstable; urgency=low  * Fixed Homepage field in debian/control. Closes: #446792. -- Michael Koch <konqueror at gmx.de>  Tue, 23 Oct 2007 21:03:48 +0200	\N	26248
-5662	9	f	\N	2007-12-16 19:42:47.997724	f	t	t	t	t	2559	/libnet-domain-tld-perl	\N	\N	libnet-domain-tld-perl (1.65-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Set Standards-Version to 3.7.2 (no changes needed).  * debian/rules:    - don't install empty /usr/lib/perl5 directory    - remove compiler flags, we don't compile anything    - don't ignore errors of $(MAKE) distclean    - remove unneeded dh_link and dh_strip calls -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:57 +0200	\N	24719
-6412	11	f	\N	2007-12-16 20:04:23.999326	f	t	t	t	t	3302	/decoratortools/trunk	\N	\N	decoratortools (1.4-3) UNRELEASED; urgency=low  * Vcs-Browser and Homepage fields added  * XS-Vcs-Svn renamed to Vcs-Svn -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:22 +0200	\N	28234
-5663	9	f	\N	2007-12-16 19:42:48.561658	f	t	t	t	t	2560	/libtemplate-plugin-clickable-perl	\N	\N	libtemplate-plugin-clickable-perl (0.06-3) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:13 +0200	\N	24724
-5989	7	f	\N	2007-12-16 19:52:10.852849	f	t	t	t	t	2883	/libyanfs-java	\N	\N	libyanfs-java (0.0+cvs20070825-2) UNRELEASED; urgency=low  * NOT RELEASED YET  * debian/control:    + Change XS-Vcs-* to Vcs-*.    + Add Homepage field, shift homepage from description.   -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Mon, 17 Sep 2007 21:36:39 +0530	\N	26253
-5664	9	f	\N	2007-12-16 19:42:49.077794	f	t	t	t	t	2561	/libpdf-report-perl	\N	\N	libpdf-report-perl (1.30-7) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Use dist-based URL in debian/watch.  * Set debhelper compatibility level to 5.  * Set Standards-Version to 3.7.2 (no changes needed). -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:33 +0200	\N	24729
-6413	11	f	\N	2007-12-16 20:04:24.480135	f	t	t	t	t	3303	/kiwi/trunk	\N	\N	kiwi (1.9.19-2) unstable; urgency=low  * debian/rules: Move API documentation from /usr/share/doc/kiwi to    /usr/share/doc/python-kiwi  * debian/python-kiwi.doc-base.api: Fix path of index file.  * debian/dirs: Added /usr/share/doc/python-kiwi -- Goedson Teixeira Paixao <goedson at debian.org>  Tue, 13 Nov 2007 11:26:32 -0200	\N	28239
-5990	7	f	\N	2007-12-16 19:52:11.277355	f	t	t	t	t	2884	/libcommons-openpgp-java	\N	\N	libcommons-openpgp-java (0+svn533492-2) UNRELEASED; urgency=low  * Add XS-Vcs-{Svn,Browser}. -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Thu, 20 Sep 2007 00:45:59 +0530	\N	26258
-5991	7	f	\N	2007-12-16 19:52:11.891139	f	t	t	t	t	2866	/libmx4j-java	\N	\N	libmx4j-java (3.0.1-2) experimental; urgency=low  * Merged from Ubuntu.  * Upload to experimental. -- Michael Koch <konqueror at gmx.de>  Sun,  4 Mar 2007 18:08:35 +0100	\N	26263
-6414	11	f	\N	2007-12-16 20:04:24.94149	f	t	t	t	t	3304	/pymilter/trunk	\N	\N	pymilter (0.8.9-2) UNRELEASED; urgency=low  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:54 +0200	\N	28244
-5665	9	f	\N	2007-12-16 19:42:49.554345	f	t	t	t	t	2562	/libfinance-streamer-perl	\N	\N	libfinance-streamer-perl (1.10-2) unstable; urgency=low  [ Carlo Segre ]  * Modified source package name to libfinance-streamer-perl to be    consistent with Perl package naming scheme  * Upgraded watch file to version 3  * New maintainer -    Debian Perl Group <pkg-perl-maintainer at lists.alioth.debian.org>    via Carlo Segre <segre at iit.edu>  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * Change URL in watch file.  * debian/rules:    - activate dh_md5sum    - move tests to build target    - don't ignore errors    - removed unused dh_* calls, comments, targets, variables    - don't install empty /usr/lib/perl5 directory  * debian/rules:    - set debhelper compatibility level to 5    - move debhelper to Build-Depends    - set Standards-Version to 3.7.2 (no changes needed) -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 09 Nov 2007 23:20:06 +0100	\N	24734
-6054	7	f	\N	2007-12-16 19:54:06.687872	f	t	t	t	t	2946	/commons-httpclient	\N	\N	commons-httpclient (3.1-1) unstable; urgency=low  * New upstream release.  * Acknowledge NMU. Thanks to Michael Meskes for the upload.  * debian/ant.properties:    + Correct Java directory spelling.  * debian/control:    + Add Varun Hiremath and Kumar Appaiah to Uploaders.    + Add XS-Vcs-Browser and XS-Vcs-Browser.    + Move section of libcommons-httpclient-doc to doc.    + Add Homepage Field.  * debian/patches:    + Remove 00b_build_xml_dont_copy_lib_dir.patch    + Update patches/01_build_xml_version_jar.patch and      patches/02_upstream_disable_examples_classes.patch for the new      upstream version  * debian/rules:    + Remove dependence on package version; use DEB_UPSTREAM_VERSION for version  * debian/libcommons-httpclient-java.install:    + Not needed, since functionality written in debian.rules.  * debian/watch    + Update watch file to new upstream tarball directory.  * debian/libcommons-httpclient-java.link:    + Not needed, since functionality written in debian.rules.  * Upstream has fixed some RFC violations. (Closes: #329245)  * Remove .cvsignore files. -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Thu, 20 Sep 2007 20:14:02 +0530	\N	26545
-5666	9	f	\N	2007-12-16 19:42:50.032291	f	t	t	t	t	2563	/libtest-warn-perl	\N	\N	libtest-warn-perl (0.10-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:22 +0100	\N	24739
-6415	11	f	\N	2007-12-16 20:04:30.68406	f	t	t	t	t	3305	/hachoir-urwid/trunk	\N	\N	hachoir-urwid (1.0.1-2) UNRELEASED; urgency=low  * Homepage field added  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:31 +0200	\N	28249
-5667	9	f	\N	2007-12-16 19:42:50.494677	f	t	t	t	t	2564	/libemail-valid-perl	\N	\N	libemail-valid-perl (0.179-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:11 +0200	\N	24744
-6416	11	f	\N	2007-12-16 20:04:36.123645	f	t	t	t	t	3306	/pygments/trunk	\N	\N	pygments (0.9-2) unstable; urgency=low  * Install original pygmentize script (not touched by setuptools)    (closes: 455222)  * Bump Standards-Version to 3.7.3 (no changes needed) -- Piotr Ożarowski <piotr at debian.org>  Mon, 10 Dec 2007 19:59:55 +0100	\N	28254
-5668	9	f	\N	2007-12-16 19:42:50.922909	f	t	t	t	t	2565	/libfile-path-expand-perl	\N	\N	libfile-path-expand-perl (1.02-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:22 +0200	\N	24749
-5669	9	f	\N	2007-12-16 19:42:51.338051	f	t	t	t	t	2566	/libtext-typography-perl	\N	\N	libtext-typography-perl (0.01-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:43 +0200	\N	24754
-6417	11	f	\N	2007-12-16 20:04:36.566454	f	t	t	t	t	3307	/python-pdftools/trunk	\N	\N	python-pdftools (0.35-2) UNRELEASED; urgency=low  * debian/control    - given to DPMT -- Sandro Tosi <matrixhasu at gmail.com>  Sun, 02 Dec 2007 16:43:01 +0100	\N	28259
-6418	11	f	\N	2007-12-16 20:04:37.064116	f	t	t	t	t	3308	/python-reportlab/trunk	\N	\N	python-reportlab (2.0dfsg-2) UNRELEASED; urgency=low  * NOT RELEASED YET  * Added Vcs-Svn, Vcs-Browser and Homepage fields -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:17 +0200	\N	28264
-5992	7	f	\N	2007-12-16 19:52:12.346177	f	t	t	t	t	2885	/icedtea	\N	\N	icedtea-java7 (7~b23-1.5~20071124-1ubuntu3) unstable; urgency=low  * initial upload to Debian -- Torsten Werner <twerner at debian.org>  Sun, 02 Dec 2007 09:34:31 +0100	- -march for lpia ?\n   openjdk/hotspot/build/linux/makefiles/gcc.make\n\n- reduce dependencies:\n            <li>build-essential</li>\n            <ul>\n                <li>dpkg-dev</li>\n                <li>g++</li>\n                <li>g++-4.1</li>\n                <li>libc6-dev</li>\n                <li>libstdc++6.4.1-dev</li>\n                <li>linux-libc-dev</li>\n            </ul>\n            <li>gawk</li>\n            <li>m4</li>\n            <li>libasound2-dev</li>\n            <li>libmotif3-dev</li>\n            <ul>\n                <li>libmotif3</li>\n            </ul>\n            <li>libcupsys2-dev</li>\n            <ul>\n                <li>libgcrypt11-dev</li>\n                <li>lgnutls-dev</li>\n                <li>libgpg-error-dev</li>\n                <li>liblzo-dev</li>\n                <li>libopencdk8-dev</li>\n                <li>libpopt-dev</li>\n                <li>libtasn1-3-dev</li>\n                <li>zlib1g-dev</li>\n            </ul>\n            <li>sun-java6-jdk</li>\n            <ul>\n                <li>java-common</li>\n                <li>libltdl3</li>\n                <li>odbcinst1debian1</li>\n                <li>sun-java6-bin</li>\n                <li>sun-java6-jre</li>\n                <li>unixodbc</li>\n            </ul>\n            <li>xlibs-dev</li>\n            <ul>\n                <li>(many)</li>\n            </ul>\n            <li>x11proto-print-dev</li>\n            <li>libxaw7-dev</li>\n            <ul>\n                <li>libxaw-headers</li>\n            </ul>\n            <li>libxp-dev</li>\n            <li>libfreetype6-dev</li>\n	26268
-5670	9	f	\N	2007-12-16 19:42:56.783713	f	t	t	t	t	2567	/libquota-perl	\N	\N	libquota-perl (1.6.0+dfsg-1) UNRELEASED; urgency=low  UNCLEAR LICENSE FOR afsquota.c (RT#28599)    * New upstream release.  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza). Removed: XS-Vcs-Svn fields.  * Add copyright information for afsquota.c to debian/copyright. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 14 Oct 2007 18:11:17 +0200	\N	24759
-6419	11	f	\N	2007-12-16 20:04:37.563985	f	t	t	t	t	3309	/chardet/trunk	\N	\N	chardet (1.0-2) UNRELEASED; urgency=low  * NOT RELEASED YET  * New co-maintainer: Mark Pilgrim  * Changed my address to piotr at debian.org  * Added Vcs-Svn, Vcs-Browser and Homepage fields -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:19 +0200	\N	28269
-5993	7	f	\N	2007-12-16 19:52:12.751419	f	t	t	t	t	2886	/libxpp2-java	\N	\N	libxpp2-java (2.1.10-4) unstable; urgency=low  * Removed explicit usage of jikes build compiler property    for kaffe jikes -> ecj transition  * Added patch to raise build target to 1.3 - required for ecj -- Wolfgang Baer <WBaer at gmx.de>  Fri,  6 Jan 2006 19:01:08 +0100	\N	26273
-5671	9	f	\N	2007-12-16 19:42:57.214654	f	t	t	t	t	2568	/libhtml-treebuilder-xpath-perl	\N	\N	libhtml-treebuilder-xpath-perl (0.09-2) unstable; urgency=medium  * Fix depends: s/xmlpath/xpath/.    Urgency medium, as the package is uninstallable. -- Damyan Ivanov <dmn at debian.org>  Tue, 11 Dec 2007 09:49:05 +0200	\N	24764
-5672	9	f	\N	2007-12-16 19:42:57.651091	f	t	t	t	t	2569	/liblist-moreutils-perl	\N	\N	liblist-moreutils-perl (0.21-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:06 +0200	\N	24769
-6420	11	f	\N	2007-12-16 20:04:38.242017	f	t	t	t	t	3310	/pyqwt3d/trunk	\N	\N	pyqwt3d (0.1.6-2) UNRELEASED; urgency=low  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now) -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:46:57 +0200	\N	28274
-6055	7	f	\N	2007-12-16 19:54:07.146714	f	t	t	t	t	2947	/libapache-mod-jk	\N	\N	libapache-mod-jk (1:1.2.25-1) unstable; urgency=low  * New upstream release.  * Don't suggest tomcat5 anymore.  * Use Homepage: field in debian/control -- Michael Koch <konqueror at gmx.de>  Sat, 15 Sep 2007 09:07:30 +0200	\N	26550
-5673	9	f	\N	2007-12-16 19:42:58.096631	f	t	t	t	t	2570	/libdevel-caller-perl	\N	\N	libdevel-caller-perl (0.11-2) UNRELEASED; urgency=low  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields.  * debian/rules:    - remove empty /usr/share/perl5 directory    - let install-stamp depend on build-stamp    - don't create .packlist file  [ Damyan Ivanov ]  * [debian/watch] Stop capturing file extension -- Damyan Ivanov <dmn at debian.org>  Tue, 06 Nov 2007 11:01:22 +0200	\N	24774
-5674	9	f	\N	2007-12-16 19:42:58.50541	f	t	t	t	t	2571	/libdevel-lexalias-perl	\N	\N	libdevel-lexalias-perl (0.04-2) UNRELEASED; urgency=low  [ Damyan Ivanov ]  * Fixed debian/watch  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:57 +0200	\N	24779
-6421	11	f	\N	2007-12-16 20:04:38.758042	f	t	t	t	t	3311	/python-processing/trunk	\N	\N	python-processing (0.39-1) unstable; urgency=low  TO CHECK:    - should I patch index.html to reflect debian file disposition?    - install even test/ dir or not? in the doc part, maybe?    - I don't compress upstream "doc" dir files in doc, is it ok?  * Initial release (Closes: #454359) -- Sandro Tosi <matrixhasu at gmail.com>  Thu, 13 Dec 2007 23:02:55 +0100	\N	28279
-5675	9	f	\N	2007-12-16 19:42:58.919909	f	t	t	t	t	2572	/libgetopt-argvfile-perl	\N	\N	libgetopt-argvfile-perl (1.10-4) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:37 +0200	\N	24784
-5994	7	f	\N	2007-12-16 19:52:13.197693	f	t	t	t	t	2887	/libmetadata-extractor-java	\N	\N	libmetadata-extractor-java (2.3.1+dfsg-1) unstable; urgency=low  * Add 20nosun.dpatch provided by Gabriel Ebner to remove    all references to the com.sun classes.    Package builds with a free java implementation now and thus    can be uploaded to main.    Changed upstream_version to re-upload orig.tar.gz.  * Add Debian readme file to explain differences to the upstream version.  * debian/rules:    - Use dpatch instead of CDBS simple-patchsys.    - Build with java-gcj.  * debian/control:    - Added dpatch to build-deps.    - Replaced sun's java with java-gcj-compat in dep/build-dep.    - Add new Homepage field and remove homepage from long description.    - Move package to main. Sun's java is no longer needed.    - Bumped Standards-Version to 3.7.3. -- Andreas Putzo <andreas at putzo.net>  Wed, 12 Dec 2007 07:36:52 +0000	\N	26278
-5676	9	f	\N	2007-12-16 19:43:04.812222	f	t	t	t	t	2573	/libcurses-perl	\N	\N	libcurses-perl (1.20-1) unstable; urgency=low  [ David Paleino ]  * New upstream release  * debian/rules:    - don't ignore the return value of $(MAKE) clean    - updated to use quilt patch system  * debian/control:    - added myself to Uploaders    - updating Standards-Version to 3.7.3    - adding quilt to Build-Depends  * debian/patches:    - 01-add_GNU-kFreeBSD.patch added (Closes: #416459)  * the use of libncursesw instead of libncurses, when available,    was already implemented in 1.16 in August 2007. (Closes: #346476)  [ gregor herrmann ]  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- David Paleino <d.paleino at gmail.com>  Sun, 16 Dec 2007 11:42:02 +0100	\N	24789
-5995	7	f	\N	2007-12-16 19:52:13.625791	f	t	t	t	t	2888	/libjboss-microcontainer-java	\N	\N	libjboss-microcontainer-java (2.0.0~Beta6-1) unstable; urgency=low  * Initial release (Closes: #448974) -- Varun Hiremath <varunhiremath at gmail.com>  Tue, 24 Apr 2007 17:19:10 +0530	\N	26283
-5677	9	f	\N	2007-12-16 19:43:05.204636	f	t	t	t	t	2574	/libtest-expect-perl	\N	\N	libtest-expect-perl (0.30-3) UNRELEASED; urgency=low  * debian/rules: don't install empty /usr/lib/perl5 directory. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 02 Dec 2007 16:31:38 +0100	\N	24794
-5678	9	f	\N	2007-12-16 19:43:05.672644	f	t	t	t	t	2575	/libxml-filter-sort-perl	\N	\N	libxml-filter-sort-perl (1.01-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza). Removed: XS-    Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:26 +0200	\N	24799
-5996	7	f	\N	2007-12-16 19:52:14.002047	f	t	t	t	t	2889	/liblaf-plugin-java	\N	\N	liblaf-plugin-java (0.2-4) unstable; urgency=low  * Move the package to pkg-java svn.  * Set Maintainer to Debian Java Maintainers and add myself to Uploaders.  * Move the build scripts to debian dir. -- Varun Hiremath <varunhiremath at gmail.com>  Mon, 15 Oct 2007 18:32:55 +0530	\N	26288
-5679	9	f	\N	2007-12-16 19:43:06.100557	f	t	t	t	t	2576	/libpod-sax-perl	\N	\N	libpod-sax-perl (0.14-5) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:14 +0100	\N	24804
-5997	7	f	\N	2007-12-16 19:52:14.471901	f	t	t	t	t	2890	/jaxme/jaxme	\N	\N	jaxme (0.5.2+dfsg-1) unstable; urgency=low  * New upstream release. Closes: #429523.  * Added myself to Uploaders. -- Michael Koch <konqueror at gmx.de>  Mon, 16 Jul 2007 19:24:29 +0200	\N	26290
-5680	9	f	\N	2007-12-16 19:43:16.535317	f	t	t	t	t	2577	/libpod-xhtml-perl	\N	\N	libpod-xhtml-perl (1.59-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza). Removed: XS-Vcs-Svn fields. -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:42 +0200	\N	24809
-5681	9	f	\N	2007-12-16 19:43:26.984309	f	t	t	t	t	2578	/libtie-regexphash-perl	\N	\N	libtie-regexphash-perl (0.15-2) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:24 +0100	\N	24814
-5682	9	f	\N	2007-12-16 19:43:32.373683	f	t	t	t	t	2579	/libxml-dom-perl	\N	\N	libxml-dom-perl (1.43-5) UNRELEASED; urgency=low  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser    field (source stanza); Homepage field (source stanza).  * Set Maintainer to Debian Perl Group.  * Use dist-based URL in debian/watch. -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:30 +0100	\N	24819
-5998	7	f	\N	2007-12-16 19:52:19.968426	f	t	t	t	t	2891	/c3p0	\N	\N	c3p0 (0.9.1.2-1) unstable; urgency=low  * New upstream release  * Add debian/orig-tar.sh  * debian/rules: implement get-orig-source  * move debian/README.Debian to debian/REAMDE.Debian-source and update the file.  * debian/control:    + Add Homepage and Build-Depend on debhelper (>= 5)    + Add XS-Vcs-{Svn, Browser} headers.    + Add myself to Uploaders.  * debian/compat: Bump compat to 5  * Remove debian/libc3p0-java.* files and install and link jars in    debian/rules using DEB_UPSTREAM VERSION.  * Fix the package version, dfsg not required as the changes have been    documented in debian/README.Debian-source.  * Add debian/orig-tar.exclude and remove pre-built docs from orig.tar.gz -- Varun Hiremath <varunhiremath at gmail.com>  Sun, 16 Sep 2007 13:35:34 +0530	\N	26295
-5999	7	f	\N	2007-12-16 19:52:20.42536	f	t	t	t	t	2892	/xom	\N	\N	xom (1.1-2) unstable; urgency=low  [ Torsten Werner ]  * Fix Depends: libjaxen-java.  [ Varun Hiremath ]  * Add 05_build.patch to fix javadoc build  * Add libxom-java-doc.doc-base  * Clean up debian/rules and remove useless stuff.  * debian/rules: remove ecj from Build-Depends - not required. -- Varun Hiremath <varunhiremath at gmail.com>  Sun, 25 Nov 2007 15:50:40 +0530	\N	26300
-6000	7	f	\N	2007-12-16 19:52:20.886152	f	t	t	t	t	2893	/libcommons-modeler-java	\N	\N	libcommons-modeler-java (2.0.1-4) unstable; urgency=low  * Do "include /usr/share/cdbs/1/rules/simple-patchsys.mk" in debian/rules to    make our patches apply during build time. -- Michael Koch <konqueror at gmx.de>  Tue, 09 Oct 2007 20:34:47 +0200	\N	26305
-6001	7	f	\N	2007-12-16 19:52:21.27549	f	t	t	t	t	2894	/tinylaf	\N	\N	tinylaf (1.3.8-2) unstable; urgency=low  * Move the package to pkg-java svn.  * debian/control:     + Set Maintainer to Debian Java Maintainers and add myself to Uploaders.    + Add Vcs-{Svn,Browser} headers.    + Set Priority to optional from extra  * Add debian/README.Debian-source file.  * Remove debian/install and install jar from debian/rules and create    symbolic link. -- Varun Hiremath <varunhiremath at gmail.com>  Tue, 28 Aug 2007 01:06:39 +0530	\N	26310
-6002	7	f	\N	2007-12-16 19:52:21.752643	f	t	t	t	t	2895	/libjboss-integration-java	\N	\N	libjboss-integration-java (5.0.0~Beta4-1) unstable; urgency=low  * Initial release (Closes: #450847) -- Varun Hiremath <varunhiremath at gmail.com>  Tue, 24 Apr 2007 17:19:10 +0530	\N	26312
-6056	7	f	\N	2007-12-16 19:54:07.606761	f	t	t	t	t	2948	/libcobra-java	\N	\N	libcobra-java (0.97.4-1) unstable; urgency=low  * New upstream release  * debian/build.xml: exclude test/* files which require sun-java-jdk to build. -- Varun Hiremath <varunhiremath at gmail.com>  Thu, 29 Nov 2007 18:40:24 +0530	\N	26555
-6065	7	f	\N	2007-12-16 19:54:16.811188	f	t	t	t	t	2957	/tomcat4	\N	\N	tomcat4 (4.1.31-4) unstable; urgency=low  * libant1.6 to ant transition     + Changed libtomcat4-java.links, rules and control accordingly    + Added ant-optional as build-dependency    + Moved ant from Suggests to Depends  * Fixed typo in README.Debian (closes: #320437)  * Extended JDK list (closes: #301761)  * Fixed some lintian warnings  * Standards-Version 3.6.2 (no changes)  * Adde myself as uploader -- Wolfgang Baer <WBaer at gmx.de>  Sun, 18 Sep 2005 22:06:20 +0200	\N	26596
-6066	7	f	\N	2007-12-16 19:54:17.32708	f	t	t	t	t	2958	/tomcat5	\N	\N	tomcat5 (5.0.30-12) unstable; urgency=low  * debian/control: Don't build-depend on obsolete libsaxpath-java    (Closes: #392768).  * debian/control: Add myself to Uploaders. -- Marcus Better <marcus at better.se>  Tue, 17 Oct 2006 10:19:28 +0200	\N	26601
-6067	7	f	\N	2007-12-16 19:54:17.756226	f	t	t	t	t	2959	/libjazzy-java	\N	\N	libjazzy-java (0.5.1a-3) unstable; urgency=low  * debian/control: change section to libs -- Arnaud Vandyck <avdyk at debian.org>  Wed, 25 Apr 2007 13:23:26 +0200	\N	26606
-6068	7	f	\N	2007-12-16 19:54:18.259679	f	t	t	t	t	2960	/libcommons-jxpath-java	\N	\N	libcommons-jxpath-java (1.2-7) unstable; urgency=low  * Removed libgnujaxp-java dependency - not needed anymore  * debian/rules: Removed jikes build compiler property  * Removed Takashi, Ola and Stefan from Uploaders/Co-Maintainers    as they never uploaded a revision of this package. -- Wolfgang Baer <WBaer at gmx.de>  Thu,  5 Jan 2006 10:24:15 +0100	\N	26611
-6069	7	f	\N	2007-12-16 19:54:18.729731	f	t	t	t	t	2961	/libjdepend-java	\N	\N	libjdepend-java (2.9-4) unstable; urgency=low  * Use java-gcj-compat instead of kaffe.  * Moved Build-Depends-Indep to Build-Depends.  * Removed Wolfgang and added myself to Uploaders.  * Updated Standards-Version. -- Michael Koch <konqueror at gmx.de>  Sun, 17 Jun 2007 20:04:42 +0200	\N	26616
-6070	7	f	\N	2007-12-16 19:54:19.200947	f	t	t	t	t	2962	/libgnujaxp-java	\N	\N	libgnujaxp-java (1.3-7) unstable; urgency=low  * Built with java-gcj-compat-dev, jni.h is now included (closes:    #371062) -- Arnaud Vandyck <avdyk at debian.org>  Mon, 17 Jul 2006 18:08:07 +0200	\N	26621
-6071	7	f	\N	2007-12-16 19:54:19.601965	f	t	t	t	t	2963	/libjflac-java	\N	\N	libjflac-java (1.2-4) unstable; urgency=low  * Move the package to pkg-java svn.  * Set Maintainer to Debian Java Maintainers and add myself to Uploaders.  * Move the build scripts to debian dir. -- Varun Hiremath <varunhiremath at gmail.com>  Mon, 15 Oct 2007 09:55:52 +0530	\N	26626
-6075	7	f	\N	2007-12-16 19:54:21.569067	f	t	t	t	t	2967	/libhibernate-validator-java	\N	\N	libhibernate-validator-java (3.0.0.GA-1) unstable; urgency=low  * Initial Release (closes: #451489). -- Torsten Werner <twerner at debian.org>  Sun, 11 Nov 2007 21:12:33 +0100	\N	26637
-6422	5	f	\N	2007-12-16 20:05:08.854997	f	t	t	t	t	3312	/funguloids	\N	\N	funguloids (1.06-1) UNRELEASED; urgency=low  [ Andres Mejia ]  * New upstream release (Closes: #428718)  [ Jon Dowland ]  * update menu section to "Games/Action" for menu transition    (thanks Linas Žvirblis)  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Barry deFreese ]  * Add watch file -- Jon Dowland <jon at alcopop.org>  Thu, 12 Jul 2007 11:29:13 +0100	\N	28284
-6076	7	f	\N	2007-12-16 19:54:22.048639	f	t	t	t	t	2968	/batik	\N	\N	batik (1.6-3) unstable; urgency=low  * Add wrapper scripts (rasterizer.sh squiggle.sh svgpp.sh ttf2svg.sh)    to start batik applications.  Install them without the .sh prefix in    /usr/bin/.  (Closes: #152180)  * Removed build dependency on libgnujaxp-java (Closes: #385293).  * Build-Depends on debhelper and cdbs (instead of Build-Depends-Indep).  * Build-Depends-Indep on java-gcj-compat-dev.  * Updated Standards-Version to 3.7.2.  * Added myself to Uploaders. -- Michael Koch <konqueror at gmx.de>  Mon, 18 Sep 2006 21:11:49 +0000	\N	26641
-6077	7	f	\N	2007-12-16 19:54:22.556902	f	t	t	t	t	2969	/bouncycastle	\N	\N	bouncycastle (1.37-1) unstable; urgency=low  * New upstream release. Closes: #430560, #430562.  * Replaced ${Source-Version} bei ${source:Version}  * Added myself to Uploaders. -- Michael Koch <konqueror at gmx.de>  Sun, 15 Jul 2007 19:22:07 +0200	\N	26646
-6423	5	f	\N	2007-12-16 20:05:09.363581	f	t	t	t	t	3313	/scorched3d	\N	\N	scorched3d (41.1dfsg-2) UNRELEASED; urgency=low  [ Barry deFreese ]  * Desktop file changes    + Remove deprecated Encoding tag (Closes: #453888)    + Remove path from exec line and extension from icon  * Add dh_desktop and dh_icons calls in rules (Closes: #453889) -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Fri, 07 Dec 2007 15:00:42 +0100	\N	28289
-6078	7	f	\N	2007-12-16 19:54:22.992859	f	t	t	t	t	2970	/libquartz-java	\N	\N	libquartz-java (1.6.0-2) unstable; urgency=low  * Move package to contrib because of Build-Depends: glassfish-javaee.  * Use upstream provided build.xml. -- Torsten Werner <twerner at debian.org>  Fri, 30 Nov 2007 14:10:48 +0100	\N	26651
-6424	5	f	\N	2007-12-16 20:05:09.831061	f	t	t	t	t	3314	/btanks	\N	\N	btanks (0.6.5069-1) UNRELEASED; urgency=low  [ Barry deFreese ]  * New upstream release  * debian/docs - remove about_us.txt File no longer exists  * Add watch file  [ Simon Ruggier ]  * rules: add call to dh_desktop in the binary-arch target  * menu: change section to Games/Arcade, which exists in the menu spec  * btanks.desktop: add ArcadeGame to Categories, remove deprecated Encoding key -- Barry deFreese <bddebian at comcast.net>  Sun, 07 Oct 2007 22:32:28 -0400	\N	28294
-6079	7	f	\N	2007-12-16 19:54:23.445606	f	t	t	t	t	2971	/libjboss-xml-binding-java	\N	\N	libjboss-xml-binding-java (2.0.0.CR4-1) unstable; urgency=low  * Initial release (Closes: #448977) -- Varun Hiremath <varunhiremath at gmail.com>  Tue, 24 Apr 2007 17:19:10 +0530	\N	26656
-6080	7	f	\N	2007-12-16 19:54:23.922582	f	t	t	t	t	2972	/jline	\N	\N	jline (0.9.93-1) unstable; urgency=low  * New upstream release.  * debian/control:    + Use Vcs-* in place of XS-Vcs-* fields. -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Sun, 25 Nov 2007 18:39:08 +0530	\N	26661
-6425	5	f	\N	2007-12-16 20:05:10.263122	f	t	t	t	t	3315	/bastet	\N	\N	bastet (0.41-6) UNRELEASED; urgency=low  [ Eddy Petrișor ]  * added missing encoding field in the desktop file  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Barry deFreese ]  * Fix up desktop file (Encoding is deprecated now)  * Add watch file  * Add Homepage field in control section -- Nacho Barrientos Arias <nacho at debian.org>  Mon, 11 Jul 2007 11:25:12 +0300	\N	28299
-6081	7	f	\N	2007-12-16 19:54:24.366672	f	t	t	t	t	2973	/swing-layout	\N	\N	swing-layout (1.0.2-3) UNRELEASED; urgency=low  * Removed unneeded versioned build-dependency on ant. -- Michael Koch <konqueror at gmx.de>  Tue, 11 Sep 2007 20:41:05 +0200	\N	26666
-6082	7	f	\N	2007-12-16 19:54:29.765498	f	t	t	t	t	2974	/libws-commons-util	\N	\N	libws-commons-util (1.0.1-3) unstable; urgency=low  * Set priority of the package from extra to optional.  * Added Homepage, XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.  * Added watch file. -- Michael Koch <konqueror at gmx.de>  Sat, 22 Sep 2007 07:44:39 +0200	\N	26670
-6083	7	f	\N	2007-12-16 19:54:30.135769	f	t	t	t	t	2975	/libjspeex-java	\N	\N	libjspeex-java (0.9.7-2) unstable; urgency=low   * Move the package to pkg-java svn.   * Switch from kaffe to java-gcj-compat-dev.   * debian/control:     + Set Maintainer to Debian Java Maintainers and add myself to Uploaders.     + Add XS-Vcs-{Svn,Browser} headers.     + Set Priority to optional from extra.   * Add debian/README.Debian-source file.   * Remove debian/install and install jar from debian/rules and create     symbolic link. -- Varun Hiremath <varunhiremath at gmail.com>  Tue, 28 Aug 2007 00:44:29 +0530	\N	26675
-6426	5	f	\N	2007-12-16 20:05:10.704178	f	t	t	t	t	3316	/whichwayisup	\N	\N	whichwayisup (0.7.0-2) UNRELEASED; urgency=low  [ Miriam Ruiz ]  * Fixed URL to GPL v2 in debian/copyright  [ Jon Dowland ]  * Add Homepage: to source control stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:38:16 +0000	\N	28304
-6084	7	f	\N	2007-12-16 19:54:30.568262	f	t	t	t	t	2976	/oscache	\N	\N	oscache (2.4.1-1) unstable; urgency=low  [ Varun Hiremath ]  * new upstream release  * Import package into pkg-java on svn.debian.org.  * Update Maintainer and Uploaders.  [ Torsten Werner ]  * Move package to contrib because it Build-Depends: libhibernate3-java. -- Torsten Werner <twerner at debian.org>  Sun, 11 Nov 2007 19:12:52 +0100	\N	26677
-6427	5	f	\N	2007-12-16 20:05:11.184784	f	t	t	t	t	3317	/kball	\N	\N	kball (0.0.20041216-5) UNRELEASED; urgency=low  [ Miriam Ruiz ]  * Modified building system for using quilt.  * Upgraded standards version to 3.7.2. No changes needed.  [ Jon Dowland ]  * update menu section to "Games/Action" for menu transition    (thanks Linas Žvirblis)  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Barry deFreese ]  * Add desktop file  * Call dh_desktop  * Add Homepage field in control  * Bump debhelper build-dep to match compat  * Make clean not ignore errors  * Fix substvar source:Version  [ Gerfried Fuchs ]  * Fixed watch file including mangling of upstream version -- Jon Dowland <jon at alcopop.org>  Thu, 12 Jul 2007 11:31:01 +0100	\N	28309
-6085	7	f	\N	2007-12-16 19:54:31.002636	f	t	t	t	t	2977	/libcolt-java	\N	\N	libcolt-java (1.2.0-1) unstable; urgency=low  * Initial release (Closes: #368542) -- Charles Fry <debian at frogcircus.org>  Mon, 22 May 2006 17:53:38 -0400	\N	26682
-6086	7	f	\N	2007-12-16 19:54:31.459521	f	t	t	t	t	2978	/wagon	\N	\N	wagon (1.0-beta-2-2) unstable; urgency=low  * libwagon-java: Fixed missing package    org.apache.maven.wagon.providers.ssh.knownhost (Closes: #449188)  * Added new control field "Homepage" -- Paul Cager <paul-debian at home.paulcager.org>  Sun, 04 Nov 2007 11:03:16 +0000	\N	26687
-6428	5	f	\N	2007-12-16 20:05:11.713259	f	t	t	t	t	3318	/titanion	\N	\N	titanion (0.3.dfsg1-2) UNRELEASED; urgency=low  [ Barry deFreese ]  * Add watch file  * Add myself to uploaders  * Add Homepage field in control  * Remove XS- from VCS fields in control -- Barry deFreese <bddebian at comcast.net>  Fri, 09 Nov 2007 15:05:54 -0500	\N	28314
-6087	7	f	\N	2007-12-16 19:54:31.941729	f	t	t	t	t	2979	/buoy	\N	\N	buoy (1.8-1) unstable; urgency=low  [ Kumar Appaiah ]  * New upstream release (Closes: #426729)  * Bump Standards Version to 3.7.2.  * Move cdbs and debhelper from Build-Depends-Indep to Build-Depends.  * Add orig-tar.sh for repackaging upstream zip.  * Repackaged directory is now buoy-<version>.orig.  * Added Kumar Appaiah and Varun Hiremath to Uploaders. Removed Wolfgang Baer.  * Create a buoy-<version>.jar and symlink it to buoy.jar.  * Add Homepage field to debian/control.  [ Varun Hiremath ]  * Fix debian/watch and debian/orig-tar.sh  * debian/control:    + Depend and Build-Depend on java-gcj-compat(-dev) instead of kaffe.    + Add XS-Vcs-{Svn, Browser} headers.  * debian/compat: switch to 5  * Remove debian/libbuoy-java.dirs - not required.  * debian/rules:    + set JAVA_HOME to java-gcj    + use DEB_DESTDIR instead of DESTDIR -- Varun Hiremath <varunhiremath at gmail.com>  Tue, 25 Sep 2007 13:00:35 +0530	\N	26692
-6429	5	f	\N	2007-12-16 20:05:12.25031	f	t	t	t	t	3319	/hex-a-hop	\N	\N	hex-a-hop (0.0.20070315-7) UNRELEASED; urgency=low  [Jens Seidel]  * Added Japanese translation of desktop file. Thanks to Kobayashi    Noritada <nori1 at dolphin.c.u-tokyo.ac.jp>. Closes: #445491  * Fixed a typo in the Dutch translation. Thanks to Roland Clobus    <rclobus at bigfoot.com>. Closes: #456000  * Drop XS- prefix from XS-Vcs-Svn and XS-Vcs-Browser fields in    debian/control. -- Jens Seidel <jensseidel at users.sf.net>  Fri, 14 Dec 2007 16:30:00 +0200	\N	28319
-6088	7	f	\N	2007-12-16 19:54:32.368823	f	t	t	t	t	2980	/tagsoup	\N	\N	tagsoup (1.1.3-1) unstable; urgency=low  * New upstream release.    - Fixed Saxon crash with a NullPointerException when processing a second      document.    - Fixed bug in CDATAElementsFeature.    - Added JAXP support - Tatu Saloranta's JAXP package.  * Sanitised rules file. -- Paul Cager <paul-debian at home.paulcager.org>  Sun, 13 May 2007 20:28:44 +0100	\N	26697
-6430	5	f	\N	2007-12-16 20:05:12.780917	f	t	t	t	t	3320	/a7xpg	\N	\N	a7xpg (0.11.dfsg1-3) UNRELEASED; urgency=low  * Don't abort if the audio device couldn't be opened. (Closes: #448786)  [ Barry deFreese ]  * Add watch file  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:43:23 +0000	\N	28324
-6089	7	f	\N	2007-12-16 19:54:32.765245	f	t	t	t	t	2981	/tijmp	\N	\N	tijmp (0.4-1) unstable; urgency=low  * New upstream release. Closes: #449113. -- Michael Koch <konqueror at gmx.de>  Thu, 29 Nov 2007 21:44:39 +0100	\N	26702
-6090	7	f	\N	2007-12-16 19:54:33.127883	f	t	t	t	t	2982	/uddi4j	\N	\N	uddi4j (2.0.4-1) unstable; urgency=low  * Initial version based of the work of the Fedora packagers. -- Stephan Michels <stephan at apache.org>  Mon,  9 Jan 2006 11:40:09 +0100	\N	26705
-6431	5	f	\N	2007-12-16 20:05:13.250178	f	t	t	t	t	3321	/amphetamine	\N	\N	amphetamine (0.8.10-13) UNRELEASED; urgency=low  [ Barry deFreese ]  * Bump compat/debhelper to 5  * Add Hompage and vcs tags to debian/control  * Fix make clean target for lintian warning -- Barry deFreese <bddebian at comcast.net>  Fri, 05 Oct 2007 13:25:10 -0400	\N	28329
-6091	7	f	\N	2007-12-16 19:54:33.557299	f	t	t	t	t	2983	/plexus-component-api	\N	\N	plexus-component-api (1.0+svn6316-1) unstable; urgency=low  * New upstream svn version (to cater for plexus-container-default -- Paul Cager <paul-debian at home.paulcager.org>  Fri, 27 Apr 2007 17:15:21 +0100	\N	26708
-6432	5	f	\N	2007-12-16 20:05:13.628132	f	t	t	t	t	3322	/mancala	\N	\N	mancala (1.0.1-2) unstable; urgency=low  [ Paul Wise ]  * Lets join the Debian Games team !  * Honour nostrip: prevent stripping by overriding LDOPT (Closes: #437587)  * Improve the manual page by fixing hyphens and linking to Wikipedia  [ Jon Dowland ]  * add Homepage: field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:34:50 +0000	\N	28334
-6092	7	f	\N	2007-12-16 19:54:33.94293	f	t	t	t	t	2984	/vecmath	\N	\N	vecmath1.2 (1.14-3) unstable; urgency=low  * Removed explicit usage of jikes build compiler property    for kaffe jikes -> ecj transition     -- Wolfgang Baer <WBaer at gmx.de>  Fri,  6 Jan 2006 18:52:29 +0100	\N	26713
-6093	7	f	\N	2007-12-16 19:54:34.425817	f	t	t	t	t	2985	/junit	\N	\N	junit (3.8.1.1-8) UNRELEASED; urgency=low  [ Kumar Appaiah ]  * Update the watch file. (Closes: #449640)  * debian/control:    + Add Homepage field.    + Add Vcs-Svn and Vcs-Browser.  * debian/orig-tar.sh    + Ease repackaging the junit zip by automatically,      removing class and jar files.  * Explain repackaging.    [ Michael Koch ]  * Put junit-doc into doc section. -- Michael Koch <konqueror at gmx.de>  Thu, 29 Nov 2007 16:21:07 +0100	\N	26717
-6629	1	f	\N	2007-12-16 20:08:39.450123	f	t	t	t	t	3519	/kdeaddons	\N	\N	kdeaddons (4:3.5.8-1) unstable; urgency=low  * New upstream release.  -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Sun, 14 Oct 2007 22:55:30 +0200	\N	29254
-6094	7	f	\N	2007-12-16 19:54:34.819322	f	t	t	t	t	2986	/libezmorph-java	\N	\N	libezmorph-java (1.0.4-1) unstable; urgency=low  * initial version (Closes: #453184) -- Torsten Werner <twerner at debian.org>  Mon, 26 Nov 2007 16:31:34 +0100	\N	26722
-6095	7	f	\N	2007-12-16 19:54:35.252505	f	t	t	t	t	2987	/libxpp3-java	\N	\N	libxpp3-java (1.1.3.4.O-3) unstable; urgency=low  * Removed explicit usage of jikes build compiler property    for kaffe jikes -> ecj transition  * Added patch to raise build target to 1.3 - required for ecj -- Wolfgang Baer <WBaer at gmx.de>  Fri,  6 Jan 2006 19:06:52 +0100	\N	26725
-6433	5	f	\N	2007-12-16 20:05:14.131464	f	t	t	t	t	3323	/kxl	\N	\N	kxl (1.1.7-14) UNRELEASED; urgency=low  [ Barry deFreese ]  * Add Homepage field in control  * Bump debhelper build-dep to 5 to match compat  * Make distclean not ignore errors  * Copy in config.{sub,guess}    * Remove config.{sub,guess} changes from 010_rebootstrap patch    * Add build-dep on autotools-dev  * Add watch file  * Remove XS- from VCS fields -- Barry deFreese <bddebian at comcast.net>  Fri, 26 Oct 2007 23:10:47 -0400	\N	28337
-6097	7	f	\N	2007-12-16 19:54:36.415571	f	t	t	t	t	2989	/libnsuml-java	\N	\N	libnsuml-java (0.4.20-12.1) unstable; urgency=medium  * Non-maintainer upload.  * Patch from Thomas Girard:     + Build-Depend on kaffe. (Closes: #384507)     + reorder Build-Depends/Build-Depends-Indep.  * Bump Standards-Version to 3.7.2.  * Make linda happy:     + to use debhelper.mk you currently must Build-Depend on       at least debhelper (>= 4.1.0). -- Mohammed Adn\\xE8ne Trojette <adn+deb at diwi.org>  Thu,  7 Sep 2006 15:00:51 +0200	\N	26735
-6434	5	f	\N	2007-12-16 20:05:14.648287	f	t	t	t	t	3324	/deutex	\N	\N	deutex (4.4.902-11) UNRELEASED; urgency=low  [ Jon Dowland ]  * change menu area to Games/Tools  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Jon Dowland ]  * use quilt for patch management  [ Barry deFreese ]  * Bump debhelper build-dep to match compat  * Make clean not ignore errors  * Remove XS- from VCS fields  * Upgrade watch file to version 3 -- Jon Dowland <jon at alcopop.org>  Thu, 23 Aug 2007 18:50:27 +0100	\N	28342
-6098	7	f	\N	2007-12-16 19:54:36.920327	f	t	t	t	t	2990	/bcel	\N	\N	bcel (5.2-3) unstable; urgency=low  * Added link from /usr/share/ant/lib/bcel.jar to /usr/share/java/bcel.jar    (Closes: #440000). -- Michael Koch <konqueror at gmx.de>  Sat, 01 Sep 2007 10:44:44 +0200	\N	26740
-6099	7	f	\N	2007-12-16 19:54:37.352539	f	t	t	t	t	2991	/libjdom1-java	\N	\N	libjdom1-java (1.0-4) unstable; urgency=low  * Build with java-gcj-compat-dev and libjaxen-java  * Standards-Version 3.7.2 (no changes) -- Arnaud Vandyck <avdyk at debian.org>  Sun,  5 Nov 2006 16:57:26 +0100	\N	26745
-6100	7	f	\N	2007-12-16 19:54:37.738798	f	t	t	t	t	2992	/flutejava	\N	\N	flutejava (1.3-2) experimental; urgency=low  * Add java1-runtime to alternatives of Depends of libflute-java.  * Make libflute-java-gcj strictly depend on libflute-java and removed    unneccesary Depends.  * Added libsac-java to Depends of libflute-java.  * Added libsac-java-gcj to Recommends of libflute-java-gcj.  * Removed debian/dirs, debian/libflute-java.links, libflute-java.install and    debian/README.Debian.  * Added Homepage field in debian/control.  * Fixed long description of libflute-java-gcj.  * Added myself to Uploaders. -- Michael Koch <konqueror at gmx.de>  Wed, 24 Oct 2007 12:42:08 +0200	\N	26750
-6101	7	f	\N	2007-12-16 19:54:38.213599	f	t	t	t	t	2993	/plexus-container-default	\N	\N	plexus-container-default (1.0-alpha-9-stable-1-2) unstable; urgency=low  * debian/control: Added (minimum) versions to Build-Depends-Indep. -- Paul Cager <paul-debian at home.paulcager.org>  Sun, 17 Jun 2007 00:09:21 +0100	\N	26752
-6102	7	f	\N	2007-12-16 19:54:38.551808	f	t	t	t	t	2994	/libswingx-java	\N	\N	libswingx-java (20070722-2) unstable; urgency=low  * Include the *.properties files and images in the jars.  * debian/control: Add XS-Vcs-{Svn,Browser} headers.  * Add debian/README.Debian-source file. -- Varun Hiremath <varunhiremath at gmail.com>  Wed, 08 Aug 2007 00:20:45 +0530	\N	26757
-6435	5	f	\N	2007-12-16 20:05:15.120192	f	t	t	t	t	3325	/vdrift	\N	\N	vdrift (0.0.2007.03.23-1) UNRELEASED; urgency=low  [ Gonéri Le Bouder ]  * New upstream release   - Remove fix_datadir.diff   - Add build-dependency: libsdl-gfx1.2-dev   - fix powerpc issues (Closes:#419546)  * remove the Applications category from the desktop file since    it's not an official categorie    http://standards.freedesktop.org/menu-spec/latest/apa.html  * call dh_desktop to run update-desktop-database  * do not install upstream install instruction anymore  * debian/make-vdrift-install-files.pl moved in the vdrift-data source    package  [ Eddy Petrișor ]  * desktop file changes    - added Encoding specification    - there's no point in restricting the Romanian translation to Romania      (could be used in Moldova, too)  [ Jon Dowland ]  * update menu section to "Games/Action" for menu policy transition.    Thanks Linas Žvirblis.  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Barry deFreese ]  * Add watch file  * Add Homepage field in control  * Remove XS- from VCS fields -- Jon Dowland <jon at alcopop.org>  Thu, 12 Jul 2007 12:07:56 +0100	\N	28347
-6103	7	f	\N	2007-12-16 19:54:38.940445	f	t	t	t	t	2995	/libjaxp1.2-java	\N	\N	libjaxp1.2-java (1.2.01-2) unstable; urgency=low  * Merge from Ubuntu:    - Build a libjaxp1.2-java-gcj package. libjaxp1.2-java recommends      libjaxp1.2-java-gcj.    - Build depend on java-gcj-compat-dev, depend on java-gcj-compat.    - Add gij as alternative dependency. -- Matthias Klose <doko at debian.org>  Wed,  3 Jan 2007 12:18:31 +0100	\N	26758
-6104	7	f	\N	2007-12-16 19:54:39.381867	f	t	t	t	t	2996	/libfreemarker-java	\N	\N	libfreemarker-java (2.3.11-1) unstable; urgency=low  UNRELEASED (needs tomcat6)  * new upstream version  * Bump up Standards-Version: 3.7.3 (no changes needed).  * Refresh our patches.  * Add patch no-downloads.diff to avoid any downloads of binary jars.  * Add patch javacc-home.diff to make the path configurable.  -- Torsten Werner <twerner at debian.org>  Sun, 16 Dec 2007 13:02:10 +0100	\N	26761
-6436	5	f	\N	2007-12-16 20:05:15.601507	f	t	t	t	t	3326	/bouncy	\N	\N	bouncy (0.6.20071104-1) unstable; urgency=low  [ Miriam Ruiz ]  * Fixed man page. Closes: #436442  [ Barry deFreese ]  * New upstream release    + Bugfixes  * Add myself to uploaders  * Add Homepage field to control  * Remove deprecated Encoding tag from desktop file  * Fix perms on some .py files  [ Jon Dowland ]  * update menu section to "Games/Action" for menu transition    (thanks Linas Žvirblis) -- Miriam Ruiz <little_miry at yahoo.es>  Tue,  4 Nov 2007 16:28:02 +0200	\N	28352
-6105	7	f	\N	2007-12-16 19:54:39.859528	f	t	t	t	t	2997	/checkstyle	\N	\N	checkstyle (4.3+dfsg1-2) unstable; urgency=low  * Include sun_checks.xml and checkstyle_checks.xml    (Closes: #451802)  * Use Vcs-Browser and Vcs-Svn fields. -- Paul Cager <paul-debian at home.paulcager.org>  Sun, 18 Nov 2007 21:41:24 +0000	\N	26766
-6437	5	f	\N	2007-12-16 20:05:16.05192	f	t	t	t	t	3327	/etw	\N	\N	etw (3.2+svn125-1) UNRELEASED; urgency=low  [ Barry deFreese ]  * Add watch file  * Bump debhelper build-dep to match compat  * Add homepage field in control  * Add simple man page  * New upstream snapshot     + Update versioning to 3.2 to reflect upstream  * Reconfigure build system  * Add get-orig-source target in debian/rules  * Remove deprecated encoding field from desktop file  * Update 200_datadir.diff for new upstream  * Add myself to uploaders  * Remove XS- from VCS fields in control -- Barry deFreese <bddebian at comcast.net>  Mon, 29 Oct 2007 22:22:52 -0400	\N	28357
-6106	7	f	\N	2007-12-16 19:54:40.20777	f	t	t	t	t	2998	/libcodemodel-java	\N	\N	libcodemodel-java (2.0-1) unstable; urgency=low  * Initial release (Closes: #) -- Varun Hiremath <varun at debian.org>  Wed, 12 Dec 2007 14:26:17 +0530	\N	26771
-6107	7	f	\N	2007-12-16 19:54:45.591661	f	t	t	t	t	2999	/libgettext-commons-java	\N	\N	libgettext-commons-java (0.9-2) unstable; urgency=low  * Added a debian/doc-base file -- Andreas Putzo <andreas at putzo.net>  Tue, 31 Jul 2007 20:54:52 +0000	\N	26772
-6108	7	f	\N	2007-12-16 19:54:46.030028	f	t	t	t	t	3000	/junitperf	\N	\N	junitperf (1.9.1-6) UNRELEASED; urgency=low  * Add a watch file. -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Wed, 19 Sep 2007 23:57:38 +0530	\N	26777
-6109	7	f	\N	2007-12-16 19:54:51.470151	f	t	t	t	t	3001	/easymock	\N	\N	easymock (2.3+ds1-1) unstable; urgency=low  * Initial release. (Closes: #441839) -- Jan-Pascal van Best <janpascal at vanbest.org>  Thu, 13 Sep 2007 20:21:48 +0200	\N	26782
-6110	7	f	\N	2007-12-16 19:54:51.884877	f	t	t	t	t	3002	/libservlet2.2-java	\N	\N	libservlet2.2-java (3.3.1a-2.1) unstable; urgency=high  * NMU fixing RC bug  * Fix FTBFS due to jikes being over-eagerly erroring out on implementing    deprecated methods on an interface (#289346), by disabling checking for    deprecation. Workaround contributed by Loïc Minier <lool at dooz.org>    (Closes: 283487) -- Jeroen van Wolffelaar <jeroen at wolffelaar.nl>  Sat,  8 Jan 2005 16:56:05 +0100	\N	26787
-6111	7	f	\N	2007-12-16 19:54:52.225194	f	t	t	t	t	3003	/grinvin	\N	\N	grinvin (1.0.2.dfsg.1-1) unstable; urgency=low  * Initial release (Closes: #447129) -- Adriaan Peeters <apeeters at lashout.net>  Thu, 06 Dec 2007 15:45:07 +0100	\N	26792
-6438	5	f	\N	2007-12-16 20:05:16.518337	f	t	t	t	t	3328	/geki2	\N	\N	geki2 (2.0.3-8) UNRELEASED; urgency=low  [ Barry deFreese ]  * Fix make distclean lintian warning  * Bump debhelper build-dep and compat to 5  * Add VCS tags  * Add Homepage field in control  * Add watch file -- Barry deFreese <bddebian at comcast.net>  Sat, 06 Oct 2007 23:52:52 -0400	\N	28362
-6112	7	f	\N	2007-12-16 19:54:52.576176	f	t	t	t	t	3004	/libjmac-java	\N	\N	libjmac-java (1.74-2) unstable; urgency=low   * Move the package to pkg-java svn.   * Switch from kaffe to java-gcj-compat-dev.   * debian/control:     + Set Maintainer to Debian Java Maintainers and add myself to Uploaders.     + Add XS-Vcs-{Svn,Browser} headers.   * Remove debian/install and install jar from debian/rules and create     symbolic link. -- Varun Hiremath <varunhiremath at gmail.com>  Mon, 15 Oct 2007 11:51:41 +0530	\N	26793
-6113	7	f	\N	2007-12-16 19:54:53.042514	f	t	t	t	t	3005	/asm	\N	\N	asm (1.5.3-4) unstable; urgency=low  * Updated standards version and uploader email  * Added Section: specifications for binary packages -- Barry Hawkins <barry at alltc.com>  Sat, 06 May 2006 21:48:59 -0400	\N	26795
-6439	5	f	\N	2007-12-16 20:05:17.020947	f	t	t	t	t	3329	/conquest	\N	\N	conquest (8.3-2) UNRELEASED; urgency=low  [ Barry deFreese ]  * Add myself to uploaders (Closes: #454998)  * Fix watch file  * Debhelperize build system  * Add quilt patching system  * 01_man_pages.diff - Fix manpage syntax issues    + Thanks to Emmet Hikory for the patch and debhelper fixes  * Add Homepage and VCS tags to control  * Make conquestgl.6 not a symlink since it is in a separate binary package  * Update to Standards Version 3.7.3 (No changes needed)  * Remove LDFLAGS from rules  * Remove dirs file -- Barry deFreese <bddebian at comcast.net>  Sun, 04 Nov 2007 14:06:31 -0500	\N	28367
-6114	7	f	\N	2007-12-16 19:54:53.390842	f	t	t	t	t	3006	/libmp3spi-java	\N	\N	libmp3spi-java (1.9.4-3) unstable; urgency=low  * Move the package to pkg-java svn.  * Set Maintainer to Debian Java Maintainers and add myself to Uploaders. -- Varun Hiremath <varunhiremath at gmail.com>  Mon, 15 Oct 2007 18:46:36 +0530	\N	26800
-6440	5	f	\N	2007-12-16 20:05:17.456659	f	t	t	t	t	3330	/digiband	\N	\N	digiband (1.0.1-2) UNRELEASED; urgency=low  [ Barry deFreese ]  * Add build-deps for libavformat-dev and libdsl-ttf2.0-dev  * Add watch file  * Add Homepage and VCS tags to debian/control -- Miriam Ruiz <little_miry at yahoo.es>  Fri, 05 Oct 2007 14:14:04 +0000	\N	28372
-6115	7	f	\N	2007-12-16 19:54:53.832314	f	t	t	t	t	3007	/eclipse-emf	\N	\N	eclipse-emf (2.2.2-1) feisty; urgency=low  * Updated to new upstream 2.2.2  * Recreated rules to be similar to Fedora  * Splitted to several packages -- Vladimír Lapáček <vladimir.lapacek at gmail.com>  Sun,  1 Apr 2007 11:09:56 +0200	\N	26801
-6116	7	f	\N	2007-12-16 19:54:54.290979	f	t	t	t	t	2813	/libstruts1.2-java	\N	\N	libstruts1.2-java (1.2.9-3) unstable; urgency=low  * Build-Depends on java-gcj-compat-dev instead of java-gcj-compat.    Closes: #430806. -- Michael Koch <konqueror at gmx.de>  Wed, 27 Jun 2007 13:41:29 -0100	\N	26806
-6441	5	f	\N	2007-12-16 20:05:17.878583	f	t	t	t	t	3331	/geki3	\N	\N	geki3 (1.0.3-8) UNRELEASE; urgency=low  [ Barry deFreese ]  * Fix make distclean lintian warning  * Bump debhelper build-dep to 5 and compat to 5  * Add VCS tags  * Add Homepage field in control  * Add watch file -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Sat, 06 Oct 2007 23:59:12 -0500	\N	28376
-6117	7	f	\N	2007-12-16 19:54:54.636459	f	t	t	t	t	3008	/libqdwizard-java	\N	\N	libqdwizard-java (1.9-3) unstable; urgency=low  * Move the package to pkg-java svn.  * Set Maintainer to Debian Java Maintainers and add myself to Uploaders.  * Move the build scripts to debian dir. -- Varun Hiremath <varunhiremath at gmail.com>  Mon, 15 Oct 2007 19:04:58 +0530	\N	26811
-6118	7	f	\N	2007-12-16 19:54:55.046731	f	t	t	t	t	3009	/libapache2-mod-jk2	\N	\N	libapache2-mod-jk2 (2.0.4-3) unstable; urgency=high  * Back out the ill-fated apache2 LFS transition (closes: #267345) -- Stefan Gybas <sgybas at debian.org>  Mon, 23 Aug 2004 09:48:11 +0200	\N	26813
-6119	7	f	\N	2007-12-16 19:54:55.50403	f	t	t	t	t	3010	/libmsv-xsdlib-java	\N	\N	libmsv-xsdlib-java (0.0.0.20060319-1) unstable; urgency=low    Eric Lavarde <deb at zorglub.s.bawue.de>:  * Initial Release (closes: Bug#296643).    Arnaud Vandyck <avdyk at debian.org>:  * Section nonfree because of a license problem. -- Arnaud Vandyck <avdyk at debian.org>  Tue,  1 Aug 2006 15:52:23 +0200	\N	26817
-6442	5	f	\N	2007-12-16 20:05:18.390574	f	t	t	t	t	3332	/vegastrike	\N	\N	vegastrike (0.4.3.debian1-2) UNRELEASED; urgency=low  [ Barry deFreese ]  * Add watch file  * Add Homepage field in control  * Add VCS fields in control  * NOT RELEASED YET -- Vincent Fourmond <fourmond at debian.org>  Thu, 15 Nov 2007 22:27:45 +0100	\N	28381
-6120	7	f	\N	2007-12-16 19:54:55.951135	f	t	t	t	t	3011	/libjgroups-java	\N	\N	libjgroups-java (2.6.0-GA-1) unstable; urgency=low  UNRELEASED  * new upstream release  * Fix debian/watch to support the new upstream version.  * Run testsuite during build process. -- Torsten Werner <twerner at debian.org>  Mon, 19 Nov 2007 06:47:51 +0100	\N	26822
-6121	7	f	\N	2007-12-16 19:54:56.388794	f	t	t	t	t	3012	/classworlds	\N	\N	classworlds (1.1-final-1) unstable; urgency=low  * Update to the 1.1 release. -- Matthias Klose <doko at debian.org>  Sun, 02 Dec 2007 23:37:41 +0100	\N	26827
-6443	5	f	\N	2007-12-16 20:05:31.214433	f	t	t	t	t	3333	/netpanzer	\N	\N	netpanzer (0.8.2-3) UNRELEASED; urgency=low  [ Barry deFreese ]  * Add watch file  * Add Homepage and VCS fields to control  * Add myself to uploaders  [ Gonéri Le Bouder ]  * dpkg-buildpackage -B doesn't create arch all package anymore   * clean quilt .pc directory and config.log  * add desktop.diff to remove the invalid category Application -- Barry deFreese <bddebian at comcast.net>  Thu, 08 Nov 2007 23:17:03 -0500	\N	28386
-6122	7	f	\N	2007-12-16 19:54:56.856966	f	t	t	t	t	3013	/libcommons-lang-java	\N	\N	libcommons-lang-java (2.3-2) unstable; urgency=low  * Use ecj instead of ecj-bootstrap in Build-Depends. Closes: #444506.  * Moved debhelper and cdbs from Build-Depends-Indep to Build-Depends.  * Use Homepage field in debian/control instead of naming it in the    long description.  * Updated debhelper level to 5.  * Added myself to Uploaders. -- Michael Koch <konqueror at gmx.de>  Sun, 30 Sep 2007 21:49:22 +0200	\N	26831
-6444	5	f	\N	2007-12-16 20:05:31.78501	f	t	t	t	t	3334	/gtkradiant-data-darkplaces	\N	\N	gtkradiant-data-darkplaces (1.5.0+svn20060914-2) unstable; urgency=low  * Changed maintainer: field to Debian Games Team  -- Frits Daalmans <fritsd at wanadoo.nl>  Fri, 20 Jul 2007 23:00:53 +0200	\N	28391
-6123	7	f	\N	2007-12-16 19:54:57.236067	f	t	t	t	t	3014	/eclipse-i18n	\N	\N	eclipse-i18n (3.1.1-1) unstable; urgency=low  * New upstream release.  * debian/control, debian/eclipse-i18n.install: Changed package name    and dependency to eclipse instead of eclipse-sdk. -- Stephan Michels <stephan at apache.org>  Mon, 28 Nov 2005 18:56:31 +0100	\N	26836
-6585	5	f	\N	2007-12-16 20:08:04.047751	f	t	t	t	t	3475	/billard-gl	\N	\N	billard-gl (1.75-9.2) UNRELEASED; urgency=low  [ Jon Dowland ]  * update menu section to "Games/Simulation" for menu transition    (thanks Linas Žvirblis)  [ Eddy PetriÈor ]  * add dpkg-dev (>= 1.13.19) as a build dependency  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  * debian/copyright: Mention this package is now maintained by the Debian    Game team.  * debian/rules: Install menu file again.  [ Barry deFreese ]  * Fix watch file (Closes: #450137)  * Clean up desktop file (Encoding is deprecated) -- Arthur Loiret <arthur.loiret at gmail.com>  Thu, 11 Oct 2007 16:48:15 +0200	\N	29056
-6124	7	f	\N	2007-12-16 19:54:57.664668	f	t	t	t	t	3015	/libxt-java	\N	\N	libxt-java (0.20050823-2) unstable; urgency=low  * kaffe compiler transition  * Bumped debhelper version to fix linda error  * Added myself to uploaders -- Wolfgang Baer <WBaer at gmx.de>  Thu, 19 Jan 2006 15:47:48 +0100	\N	26839
-6125	7	f	\N	2007-12-16 19:54:58.159166	f	t	t	t	t	3016	/charva	\N	\N	charva (1.1.4-1) unstable; urgency=low  * New upstream release  * Current upstream zip archive has no version; So, fix the    debian/orig-tar.sh file.  * Add patches/build.diff to disable entering of os.type manually during build.   * debian/rules:    + Pass -Dos.type=$(DEB_BUILD_ARCH_OS) to ant to set os.type    + implement get.orig.source -- Varun Hiremath <varunhiremath at gmail.com>  Tue, 23 Oct 2007 19:02:36 +0530	\N	26843
-6126	7	f	\N	2007-12-16 19:54:58.647153	f	t	t	t	t	3017	/libplexus-utils	\N	\N	libplexus-utils (1:1.4.8-1) unstable; urgency=low  * New upstream version (Closes: #454095).  * Added Homepage and svn control fields.  * Set to standards version 3.7.3 (already conforms to    new standard). -- Paul Cager <paul-debian at home.paulcager.org>  Wed, 05 Dec 2007 22:55:09 +0000	\N	26848
-6445	5	f	\N	2007-12-16 20:05:32.349258	f	t	t	t	t	3335	/kanatest	\N	\N	kanatest (0.4.4-1) unstable; urgency=low  [ Eddy Petrișor ]  * Gtk should be written as GTK in the desktop file  * added a Romanian translation of the comment in the desktop file  [ Cyril Brulebois ]  * Adjusted XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Barry deFreese ]  * New upstream release (Closes: #451414)  * Add watch file (Closes: #451416)  * Add Homepage field in control  * Make distclean not ignore errors  * Remove XS- from VCS fields in control  * Fix up clean target  * Revert 000_config_sub_guess.diff - Improved upstream build system  * 002_kfreebsd_fix.diff (Closes: #416873)    + Conditionally include limits.h on linux - Fixes FTBFS on kfreebsd    + Thanks to Cyril Brulebois for the patch  * Add myself to uploaders  * Remove deprecated Encoding field from desktop and fix categories  * Include quilt.make and fix rules to patch/unpatch  [ Mike O'Connor ]  * make sure docs/*.pmo are built (Closes: #441711)  * add missing build-depends on gettext  [ Paul Wise ]  * Move non-free ttf-mikachan from Recommends to Suggests  * Add a descriptive longtitle to the menu file  * Support noopt and nostrip properly -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Mon, 19 Nov 2007 14:12:32 +0930	\N	28396
-6127	7	f	\N	2007-12-16 19:54:59.14904	f	t	t	t	t	3018	/java-common	\N	\N	java-common (0.27) unstable; urgency=low  * Updated FAQ. Closes: #449282.  * Updated debhelper level to 5. -- Michael Koch <konqueror at gmx.de>  Mon, 12 Nov 2007 07:59:27 +0100	\N	26853
-6128	7	f	\N	2007-12-16 19:54:59.667923	f	t	t	t	t	3019	/xml-crimson	\N	\N	xml-crimson (1:1.1.3-10) unstable; urgency=low  * Removed DOCTYPE definition in build.xml. Closes: #432369. -- Michael Koch <konqueror at gmx.de>  Sun, 15 Jul 2007 21:27:48 +0200	\N	26858
-6446	5	f	\N	2007-12-16 20:05:38.23381	f	t	t	t	t	3336	/fillets-ng-data	\N	\N	fillets-ng-data (0.7.4-2) UNRELEASED; urgency=low  * NOT RELEASED YET  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:46:09 +0000	\N	28401
-6129	7	f	\N	2007-12-16 19:55:00.119884	f	t	t	t	t	3020	/libxml-security-java	\N	\N	libxml-security-java (1.4.1-1) unstable; urgency=low  * Initial release (Closes: #450611) -- Varun Hiremath <varunhiremath at gmail.com>  Tue, 24 Apr 2007 17:19:10 +0530	\N	26863
-6586	5	f	\N	2007-12-16 20:08:04.531752	f	t	t	t	t	3476	/mu-cade	\N	\N	mu-cade (0.11.dfsg1-3) UNRELEASED; urgency=low  * Implement -fullscreen option (Closes: #449449) -- Peter De Wachter <pdewacht at gmail.com>  Tue, 27 Nov 2007 00:13:28 +0100	\N	29061
-6130	7	f	\N	2007-12-16 19:55:00.544396	f	t	t	t	t	3021	/libhibernate-commons-annotations-java	\N	\N	libhibernate-commons-annotations-java (3.0.0.GA-1) unstable; urgency=low  * Initial Release (closes: #451433). -- Torsten Werner <twerner at debian.org>  Sun, 11 Nov 2007 21:12:33 +0100	\N	26867
-6587	5	f	\N	2007-12-16 20:08:04.912325	f	t	t	t	t	3477	/gnome-breakout	\N	\N	gnome-breakout (0.5.3-2) UNRELEASED; urgency=low  [ Barry deFreese ]  * Add VCS fields in control  * Fix watch file (Closes: #449821) -- Barry deFreese <bddebian at comcast.net>  Tue, 04 Dec 2007 22:40:06 -0500	\N	29066
-6131	7	f	\N	2007-12-16 19:55:01.007859	f	t	t	t	t	3022	/libant1.6-java	\N	\N	libant1.6-java (1.6.4-1) experimental; urgency=low  * New upstream release  * Switched back to sablevm as it now can bootstrap ant again  * Reworked gjdoc task patch (closes: #307950)    + Based on current javadoc task    + Switched form reflection invocation to fork+exec invocation    + Works with kaffe, sablevm and ALSO with the non-free JDKs    + See README.Debian for further information  * Updated README.Debian and fixed typos -- Wolfgang Baer <WBaer at gmx.de>  Thu, 19 May 2005 20:21:23 +0200	\N	26871
-6132	7	f	\N	2007-12-16 19:55:01.429067	f	t	t	t	t	3023	/jericho-html	\N	\N	jericho-html (2.5-1) unstable; urgency=low  UNRELEASED (needs slf4j first)  * new upstream version  * Move package to Alioth.  * Add Vcs and Homepage headers.  * Move build.xml to debian directory.  * Switch to java-gcj-compat-dev from kaffe.  * Bump up Standards-Version: 3.7.3 (no changes needed).  * Add missing Build-Depends. -- Torsten Werner <twerner at debian.org>  Sun, 16 Dec 2007 11:23:44 +0100	\N	26876
-6133	7	f	\N	2007-12-16 19:55:01.833105	f	t	t	t	t	3024	/libajaxtags-java	\N	\N	libajaxtags-java (1.3~rc7-1) unstable; urgency=low  * new upstream version  * Move package to Alioth and change Maintainer.  * Add Homepage and Vcs headers to debian/control.  * Switch from kaffe to java-gcj.  * Bump up Standards-Version: 3.7.3 (no changes needed).  * Remove unneeded patch. -- Torsten Werner <twerner at debian.org>  Sun, 16 Dec 2007 12:00:32 +0100	\N	26878
-6134	7	f	\N	2007-12-16 19:55:02.171942	f	t	t	t	t	3025	/libjamon-java	\N	\N	libjamon-java (2.7-1) unstable; urgency=low  UNRELEASED (needs newer jetty)  * new upstream version  * Move package to Alioth and change Maintainer.  * Update Vcs and Homepage headers in debian/control.  * Bump up Standards-Version: 3.7.3 (no changes needed).  * Switch from kaffe to java-gcj.  * Add Build-Depends: glassfish-javaee, jetty. -- Torsten Werner <twerner at debian.org>  Sun, 16 Dec 2007 13:46:39 +0100	\N	26881
-6447	5	f	\N	2007-12-16 20:05:48.877735	f	t	t	t	t	3337	/foobillard	\N	\N	foobillard (3.0a-3) unstable; urgency=low  [ Frank Gevaerts ]  * Corrected typos in manpage. Closes: #350999  * Added explanation of committed fouls. Closes: #288367  * Added more detailed information on which ball to hit next in snooker    games. Closes: #288380  * added debian/README.source to document how I handle the package  * bumped policy version. No changes needed  * bumped DH_COMPAT level. No changes needed  * corrected invalid email address in changelog for version 2.3-3  * foobillard starts to diverge somewhat from upstream, so I started to    use quilt to manage the changes.  * removed 'still under development' line in package description. This seems    not to be true anymore  * set Maintainer: field to <pkg-games-devel at lists.alioth.debian.org>, and    added Uploaders: field with myself.  * added .desktop file and icon. Closes: #396078  [ Gonéri Le Bouder ]  * remove unneeded builddeps on libgl-dev and libglu-dev. Closes: #409451  * remove Applications from Categories in the desktop file since it's not    an official category  * add a watchfile  [ Jon Dowland ]  * update menu section to "Games/Simulation" for menu transition    (thanks Linas Žvirblis)  [ Cyril Brulebois ]  * Added Vcs-Svn and Vcs-Browser fields in the control file.  [ Paul Wise ]  * add a Homepage field  * use $(CURDIR) instead of `pwd` in debian/rules  * use the supplied quilt Makefile snippet instead of custom un/patch rules  * use debian/compat instead of DH_COMPAT  * add a configure-stamp, run autoreconf since we patch upstream autofoo -- Frank Gevaerts <frank at gevaerts.be>  Thu, 15 Nov 2007 15:42:12 +0930	\N	28406
-6135	7	f	\N	2007-12-16 19:55:02.550141	f	t	t	t	t	3026	/jexcelapi	\N	\N	jexcelapi (2.6.6-1) unstable; urgency=low  * new upstream version  * Move package to Alioth and change Maintainer.  * Add Homepage and Vcs headers to debian/control.  * Switch from kaffe to java-gcj.  * Bump up Standards-Version: 3.7.3 (no changes needed). -- Torsten Werner <twerner at debian.org>  Sun, 16 Dec 2007 11:32:38 +0100	\N	26883
-6136	7	f	\N	2007-12-16 19:55:02.940602	f	t	t	t	t	3027	/libvldocking-java	\N	\N	libvldocking-java (2.1.4-2) unstable; urgency=low  * Move package to Alioth and change Maintainer.  * Add Vcs and Homepage headers to debian/control.  * Bump up Standards-Version: 3.7.3 (no changes needed).  * Switch from kaffe to java-gcj. -- Torsten Werner <twerner at debian.org>  Sun, 16 Dec 2007 14:56:34 +0100	\N	26885
-6448	5	f	\N	2007-12-16 20:05:49.360929	f	t	t	t	t	3338	/libtpproto-cpp	\N	\N	libtpproto-cpp (0.1.1-1) UNRELEASED; urgency=low  [ Barry deFreese ]  * Initial Release  * Work in Progress. (Upstream tarball includes debian dir)    + Upstreams files used as a base for these  * Fix watch file  * Remove dh_make comments from files  * Remove unused/unneded commands from rules  * Fix .install files to put the correct files in the correct packages -- Barry deFreese <bddebian at comcast.net>  Mon,  5 Nov 2007 14:12:30 -0500	\N	28411
-6137	6	f	\N	2007-12-16 19:55:32.346386	f	t	t	t	t	3028	/kernel/kernel-wedge	\N	\N	kernel-wedge (2.42) UNRELEASED; urgency=low  * Replace dpt_i2o with i2o_block to avoid diverting from installed    system with regard to RAID with Adaptec 2100S. Closes: #440161. -- Otavio Salvador <otavio at debian.org>  Tue, 02 Oct 2007 17:09:39 -0300	\N	26887
-6449	5	f	\N	2007-12-16 20:05:49.864006	f	t	t	t	t	3339	/nikwi	\N	\N	nikwi (0.0.20060823-2) UNRELEASED; urgency=low  [ Miriam Ruiz ]  * Added Recommends: nikwi to nikwi-data in debian/control  * Added kfreebsd-i386 and hurd-i386 as supported architectures.  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:38:05 +0000	\N	28412
-6138	6	f	\N	2007-12-16 19:55:32.825459	f	t	t	t	t	3029	/mdcfg	\N	\N	mdcfg (1.22) unstable; urgency=low  * Multiply menu-item-numbers by 100  [ Updated translations ]  * Esperanto (eo.po) by Serge Leblanc  * Norwegian Bokmål (nb.po) by Bjørn Steensrud -- Joey Hess <joeyh at debian.org>  Tue, 10 Apr 2007 14:42:24 -0400	\N	26892
-6139	6	f	\N	2007-12-16 19:55:33.33046	f	t	t	t	t	3030	/localechooser	\N	\N	localechooser (1.42) unstable; urgency=low  * Since /etc/default/locale is now a conffile provided by locales,    sed changes into it rather than overwriting. (Fall back to writing to the    file if necessary.)  [ Updated translations ]  * Belarusian (be.po) by Hleb Rubanau  * Bulgarian (bg.po) by Damyan Ivanov  * Bengali (bn.po) by Jamil Ahmed  * Catalan (ca.po) by Jordi Mallach  * Czech (cs.po) by Miroslav Kure  * Esperanto (eo.po) by Serge Leblanc  * Spanish (es.po) by Javier Fernández-Sanguino Peña  * Galician (gl.po) by Jacobo Tarrio  * Hebrew (he.po) by Lior Kaplan  * Hungarian (hu.po) by SZERVÁC Attila  * Italian (it.po) by Stefano Canepa  * Korean (ko.po) by Sunjae Park  * Lithuanian (lt.po) by Kęstutis Biliūnas  * Nepali (ne.po) by Nabin Gautam  * Dutch (nl.po) by Frans Pop  * Norwegian Nynorsk (nn.po) by Håvard Korsvoll  * Polish (pl.po) by Bartosz Fenski  * Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw)  * Portuguese (pt.po) by Miguel Figueiredo  * Romanian (ro.po) by Eddy Petrișor  * Russian (ru.po) by Yuri Kozlov  * Slovak (sk.po) by Peter Mann  * Albanian (sq.po) by Elian Myftiu  * Tamil (ta.po) by Dr.T.Vasudevan  * Vietnamese (vi.po) by Clytie Siddall -- Christian Perrier <bubulle at debian.org>  Thu, 01 Nov 2007 08:54:49 +0100	\N	26897
-6450	5	f	\N	2007-12-16 20:05:50.399813	f	t	t	t	t	3340	/ioquake3	\N	\N	ioquake3 (1:1.33+svn1012-1) UNRELEASED; urgency=low  * new sync with upstream  * epoch needed for early adopters  * Initial release (Closes: #337937)  [ Gonéri Le Bouder ]  * remove Applications from Categorie in the desktop file since it's not    an official categorie  [ Jon Dowland ]  * update menu section to "Games/Action" for menu transition    (thanks Linas Žvirblis)  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Marco Rodrigues ]  * Added Homepage field in the control file.  * Bump version of compat and debhelper to 5. -- Jon Dowland <jon at alcopop.org>  Thu, 12 Jul 2007 11:30:45 +0100	\N	28417
-6140	6	f	\N	2007-12-16 19:55:34.074261	f	t	t	t	t	3031	/kickseed	\N	\N	kickseed (0.48) UNRELEASED; urgency=low  * Allow 'preseed' to take just two arguments, equivalent to an empty    value. -- Colin Watson <cjwatson at debian.org>  Tue, 04 Dec 2007 19:02:46 +0000	\N	26902
-6451	5	f	\N	2007-12-16 20:05:50.917369	f	t	t	t	t	3341	/supertuxkart	\N	\N	supertuxkart (0.3-2) unstable; urgency=low  [ Barry deFreese ]  * Add watch file  * Add Homepage field to control  * Remove XS- from VCS fields  [ Gonéri Le Bouder ]  * fix spelling error in the description, thanks Philippe Cloutier    and  Filipus Klutier (Closes: #441419)  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:45:07 +0000	\N	28422
-6452	5	f	\N	2007-12-16 20:05:51.392578	f	t	t	t	t	3342	/blockattack	\N	\N	blockattack (1.3.1-3) UNRELEASED; urgency=low  [ Gonéri Le Bouder ]  * remove the Xs- prefix from the Vcs entrys  * remove the homepage from the package description since the Homepage: field    do the job now -- Goneri Le Bouder <svnbuildstat at rulezlan.org>  Fri, 30 Nov 2007 18:05:50 +0100	\N	28427
-6141	6	f	\N	2007-12-16 19:55:34.554559	f	t	t	t	t	3032	/apt-setup	\N	\N	apt-setup (1:0.32) UNRELEASED; urgency=low  [ Frans Pop ]  * Add support for CD/DVD sets during installation:    - rename generator 50cdrom to 40cdrom to make room for new generator    - add new generator 41cdset to support scanning additional CD/DVDs    - add script load-install-cd    To support CD/DVD changing, the installation CD/DVD needs to be unmounted    in the D-I environment during package installation, which means that e.g.    running anna-install to install udebs is no longer possible. Because of    this components/scripts also need make sure that the installation CD is    loaded and mounted again after package installation.    Components/scripts that can install packages in /target after apt-setup    has been run should either use apt-install, or create the correct    conditions themselves (as pkgsel does).    Requires apt (0.7.9) in testing for #448187 and #448521, and requires    pkgsel (1.16) and di-utils (1.50).  [ Joey Hess ]  * Put apt downloading info in the progress bar.  * Allocate 100 steps on the progress bar for each generator,    and 100 steps for verifying each generated block.  * Export PROGRESS_FROM and PROGRESS_TO to generators, giving the    starting and ending progress bar position for that generator. This can    be used by generators that need an absolute progress bar position for    calling debconf-apt-progress.  * apt-setup-verify: Use debconf-apt-progress and add a way for generators    to specify how it should advance the progress bar.  * Allow the progress bar to be canceled.  * 50mirror: Call choose-mirror -n to avoid trashing the progress bar.  * Needs debconf 1.5.17. -- Joey Hess <joeyh at debian.org>  Sat, 03 Nov 2007 17:10:03 -0400	\N	26907
-6142	6	f	\N	2007-12-16 19:55:35.162847	f	t	t	t	t	3033	/hw-detect	\N	\N	hw-detect (1.58) unstable; urgency=low  * Install acpi-support-base, needed now to get power button shutdowns to    work in non-gui environments since acpid dropped that support. -- Joey Hess <joeyh at debian.org>  Sat, 17 Nov 2007 21:34:08 -0500	\N	26912
-6453	5	f	\N	2007-12-16 20:05:51.883544	f	t	t	t	t	3343	/rrootage	\N	\N	rrootage (0.23a-7) UNRELEASED; urgency=low  [ Miriam Ruiz ]  * Added libboost-dev to Build-Depends (Closes: #442349).  [ Barry deFreese ]  * Remove XS- from VCS fields  * Remove deprecated encoding field and make desktop more HIG compliant  * Fix watch file regexp -- Miriam Ruiz <little_miry at yahoo.es>  Mon, 24 Sep 2007 10:11:10 +0200	\N	28432
-6454	5	f	\N	2007-12-16 20:05:52.384508	f	t	t	t	t	3344	/oneisenough	\N	\N	oneisenough (0.35-1) unstable; urgency=low  * Initial release (Closes: #448973) -- Richard Hartmann <richih-debian at net.in.tum.de>  Tue, 13 Sep 2007 03:32:46 +0100	\N	28437
-6455	5	f	\N	2007-12-16 20:05:52.83805	f	t	t	t	t	3345	/ultrastar-ng	\N	\N	ultrastar-ng (0.2.1-1) UNRELEASED; urgency=low  [ Miriam Ruiz ]  * New Upstream Release  * Removed unneeded patches  * Added packages to build deps:    + libtool    + portaudio19-dev | portaudio-dev    + libboost-dev, libboost-thread-dev, libboost-serialization-dev    + libboost-program-options-dev, libboost-regex-dev  * Moved shared objects to private directory: /usr/lib/ultraster-ng  * Added rpath to binaries to search for shared objects in the private dir  * Uses ultrastar-ng-gstreamer as default, instead of ultrastar-ng-xine,    since there are significantly less issues with GStreamer.  * Added patch to fix upstream desktop file  * Added -Wl,-as-needed to LDFLAGS  [ Mario Bonino ]  * Fixed data/Makefile.am to install .desktop file and icon  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:37:16 +0000	\N	28442
-6143	6	f	\N	2007-12-16 19:55:35.630897	f	t	t	t	t	3034	/pkgsel	\N	\N	pkgsel (0.16) unstable; urgency=low  [ Dann Frazier ]  * Add support for a /usr/lib/pre-pkgsel.d run-parts syle directory.    Closes: #447326.  [ Frans Pop ]  * Support CD/DVD changing during package installation.    For this to be possible, the installation CD/DVD has to be unmounted in    the D-I environment, which means that during most of pkgsel (including    pre-pkgsel.d scripts) the installation of udebs is not possible. The    installation CD/DVD is reloaded before the end of pkgsel to ensure    following components can again install udebs.  [ Updated translations ]  * Belarusian (be.po) by Hleb Rubanau  * Bulgarian (bg.po) by Damyan Ivanov  * Catalan (ca.po) by Jordi Mallach  * Czech (cs.po) by Miroslav Kure  * German (de.po) by Jens Seidel  * Esperanto (eo.po) by Serge Leblanc  * Spanish (es.po) by Javier Fernández-Sanguino Peña  * Basque (eu.po) by Piarres Beobide  * French (fr.po) by Christian Perrier  * Galician (gl.po) by Jacobo Tarrio  * Hebrew (he.po) by Lior Kaplan  * Japanese (ja.po) by Kenshi Muto  * Korean (ko.po) by Sunjae Park  * Dutch (nl.po) by Bart Cornelis  * Norwegian Nynorsk (nn.po) by Håvard Korsvoll  * Polish (pl.po) by Bartosz Fenski  * Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw)  * Portuguese (pt.po) by Miguel Figueiredo  * Romanian (ro.po) by Eddy Petrișor  * Russian (ru.po) by Yuri Kozlov  * Albanian (sq.po) by Elian Myftiu  * Swedish (sv.po) by Daniel Nylander  * Tamil (ta.po) by Dr.T.Vasudevan  * Thai (th.po) by Theppitak Karoonboonyanan  * Vietnamese (vi.po) by Clytie Siddall  * Simplified Chinese (zh_CN.po) by Ming Hua -- Frans Pop <fjp at debian.org>  Mon, 12 Nov 2007 13:27:54 +0100	\N	26917
-6456	5	f	\N	2007-12-16 20:05:53.322557	f	t	t	t	t	3346	/bsp	\N	\N	bsp (5.2-1) UNRELEASED; urgency=low  [ Jon Dowland ]  * remove dh_link from debian/rules  * attempt to symlink sub/guess rather than copy    them in  * update menu to reflect new sctions  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Jon Dowland ]  * use quilt to manage debian patches  [ Barry deFreese ]  * Fix make distclean in debian/rules for lintian warning  * Bump standards version to 3.7.2  * Update debhelper b-d and compat to 5  * Add watch file  * New upstream release -- Jon Dowland <jon at alcopop.org>  Thu, 23 Aug 2007 12:35:11 +0100	\N	28447
-6144	6	f	\N	2007-12-16 19:55:36.177445	f	t	t	t	t	3035	/debootstrap	\N	\N	debootstrap (1.0.8) UNRELEASED; urgency=low  [ Frans Pop ]  * Change Priority for the udeb to extra in line with overrides file.  [ Colin Watson ]  * Partially revert r50134; there are people who depend on being able to    use the "upstream" Makefile on non-Debian systems. Create necessary    directories in the Makefile rather than relying on dh_installdirs to do    it (LP: #172645).  [ Anthony Towns ]  * Add minbase variant for the sid script that only install apt (and    its dependencies) instead of all of base. (Closes: Bug#351912,    Bug#452654)  * Make --second-stage not bother recalculating required and base when    it's not needed. -- Anthony Towns <ajt at debian.org>  Fri, 07 Dec 2007 18:57:24 +1000	\N	26922
-6145	6	f	\N	2007-12-16 19:55:36.744461	f	t	t	t	t	3036	/main-menu	\N	\N	main-menu (1.22) unstable; urgency=low  [ Joey Hess ]  * Fix test for new menu items that come before the last successful item.    It's ok to jump up the menu to run such new items. Closes: #444462  * Fix NEVERDEFAULT test. Closes: #277743  * Support DEB_BUILD_OPTIONS=nostrip. Closes: #437554  * Add a (lame) guard against infinite recursion in di_config_package.    Closes: #437323  [ Updated translations ]  * Belarusian (be.po) by Hleb Rubanau -- Joey Hess <joeyh at debian.org>  Thu, 25 Oct 2007 23:09:24 -0400	\N	26927
-6457	5	f	\N	2007-12-16 20:05:53.808659	f	t	t	t	t	3347	/seal	\N	\N	seal (1.07-15) UNRELEASED; urgency=low  [ Barry deFreese ]  * Add watch file  * Bump debhelper build-dep version to match compat  * Update substvar source:Version -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Sun, 28 Oct 2007 21:30:48 +0200	\N	28452
-6458	5	f	\N	2007-12-16 20:05:54.3755	f	t	t	t	t	3348	/spacearyarya	\N	\N	spacearyarya (1.0.2-8) UNRELEASED; urgency=low  [ Barry deFreese ]  * Add watch file  * Add VCS fields to control  * Add Homepage field to control  * Add myself to uploaders  * Bump debhelper build-dep to match compat version (5)  * Make distclean not ignore errors -- Barry deFreese <bddebian at comcast.net>  Fri, 09 Nov 2007 23:51:20 -0500	\N	28457
-6459	5	f	\N	2007-12-16 20:05:54.870869	f	t	t	t	t	3349	/xboing	\N	\N	xboing (2.4-30) unstable; urgency=low  [ Barry deFreese ]  * Add watch file  * debian/rules: make xboing group games and SGID so it can save to scores file    * (Closes: #406307)  * Move prerm to postrm to purge score file (Closes: #443453)    * Also typo in filename .score not .scores  * Bump debhelper b-d to 5  * Add desktop file  * Use icon.xpm as debian/xboing.xpm for desktop icon (resized to 32x32)  * Set menu section to Games/Blocks  * Don't let make clean ignore errors  * Add VCS tags  * Add myself to Uploaders -- Barry deFreese <bddebian at comcast.net>  Fri, 19 Oct 2007 20:39:59 -0400	\N	28462
-6146	6	f	\N	2007-12-16 19:55:37.260084	f	t	t	t	t	3037	/rescue	\N	\N	rescue (1.12) unstable; urgency=low  [ Jérémy Bobbio ]  * Activate LUKS encrypted partitions before asking about root partition.    (Ref: #404261).  * Substitute DEVICE in rescue/shell/intro.  (Closes: #441174)  [ Updated translations ]  * Bulgarian (bg.po) by Damyan Ivanov  * Bengali (bn.po) by Jamil Ahmed  * Catalan (ca.po) by Jordi Mallach  * Czech (cs.po) by Miroslav Kure  * Danish (da.po) by Claus Hindsgaul  * German (de.po) by Jens Seidel  * Dzongkha (dz.po) by Tshewang Norbu  * Esperanto (eo.po) by Serge Leblanc  * Spanish (es.po) by Javier Fernández-Sanguino Peña  * Basque (eu.po) by Piarres Beobide  * French (fr.po) by Christian Perrier  * Galician (gl.po) by Jacobo Tarrio  * Hebrew (he.po) by Lior Kaplan  * Hungarian (hu.po) by SZERVÁC Attila  * Italian (it.po) by Stefano Canepa  * Japanese (ja.po) by Kenshi Muto  * Lithuanian (lt.po) by Kęstutis Biliūnas  * Nepali (ne.po) by Nabin Gautam  * Dutch (nl.po) by Frans Pop  * Panjabi (pa.po) by A S Alam  * Portuguese (pt.po) by Miguel Figueiredo  * Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw)  * Russian (ru.po) by Yuri Kozlov  * Slovak (sk.po) by Peter Mann  * Swedish (sv.po) by Daniel Nylander  * Tamil (ta.po) by Dr.T.Vasudevan  * Thai (th.po) by Theppitak Karoonboonyanan  * Ukrainian (uk.po)  * Vietnamese (vi.po) by Clytie Siddall  * Wolof (wo.po) by Mouhamadou Mamoune Mbacke  * Simplified Chinese (zh_CN.po) by Ming Hua -- Jérémy Bobbio <lunar at debian.org>  Fri, 14 Sep 2007 23:05:03 +0200	\N	26932
-6147	6	f	\N	2007-12-16 19:55:42.949519	f	t	t	t	t	3038	/choose-mirror	\N	\N	choose-mirror (2.19) unstable; urgency=low  [ Jérémy Bobbio ]  * Rebuild with latest Mirrors.masterlist.  * Fix lintian warning malformed-prompt-in-templates for mirror/country and    mirror/codename.  [ Updated translations ]  * Basque (eu.po) by Piarres Beobide  * Italian (it.po) by Stefano Canepa  * Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw)  * Swedish (sv.po) by Daniel Nylander  * Vietnamese (vi.po) by Clytie Siddall -- Jérémy Bobbio <lunar at debian.org>  Sat, 06 Oct 2007 13:21:52 +0200	\N	26937
-6460	5	f	\N	2007-12-16 20:05:55.342014	f	t	t	t	t	3350	/gtkradiant	\N	\N	gtkradiant (1.5.0.svn20070511-1.2) unstable; urgency=low  * Fixed GLvoid bug  * Updated Build-depends to debhelper 5 -- Frits Daalmans <fritsd at wanadoo.nl>  Mon, 29 Oct 2007 23:25:53 +0100	\N	28467
-6461	5	f	\N	2007-12-16 20:05:55.773845	f	t	t	t	t	3351	/nettoe	\N	\N	nettoe (1.1.0-4) UNRELEASED; urgency=low  [ Barry deFreese ]  * Remove XS prefix from VCS fields -- Barry deFreese <bddebian at comcast.net>  Tue, 11 Dec 2007 15:16:26 -0500	\N	28472
-6462	5	f	\N	2007-12-16 20:05:56.262924	f	t	t	t	t	3352	/komi	\N	\N	komi (1.04-2) UNRELEASED; urgency=low  [ Gonéri Le Bouder ]  *  [ Jon Dowland ]  * update menu section to "Games/Action" for menu policy transition.    Thanks Linas Žvirblis.  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Jon Dowland ]  * Add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:38:49 +0000	\N	28475
-6463	5	f	\N	2007-12-16 20:05:56.708672	f	t	t	t	t	3353	/amphetamine-data	\N	\N	amphetamine-data (0.8.7-13) UNRELEASED; urgency=low  [ Eddy Petrișor ]  * fixed watch file  * added a link to the upstream homepage  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:43:27 +0000	\N	28480
-6148	6	f	\N	2007-12-16 19:55:43.433805	f	t	t	t	t	3039	/network-console	\N	\N	network-console (1.13) unstable; urgency=low  [ Joey Hess ]  * Add a menu item to start d-i in expert mode.  * Reword menu items.  [ Updated translations ]  * Belarusian (be.po) by Hleb Rubanau  * Bulgarian (bg.po) by Damyan Ivanov  * Bengali (bn.po) by Jamil Ahmed  * Catalan (ca.po) by Jordi Mallach  * Czech (cs.po) by Miroslav Kure  * Danish (da.po) by Claus Hindsgaul  * German (de.po) by Jens Seidel  * Dzongkha (dz.po) by Tshewang Norbu  * Esperanto (eo.po) by Serge Leblanc  * Spanish (es.po) by Javier Fernández-Sanguino Peña  * Basque (eu.po) by Piarres Beobide  * French (fr.po) by Christian Perrier  * Galician (gl.po) by Jacobo Tarrio  * Hebrew (he.po) by Lior Kaplan  * Hungarian (hu.po) by SZERVÁC Attila  * Italian (it.po) by Stefano Canepa  * Japanese (ja.po) by Kenshi Muto  * Korean (ko.po) by Sunjae Park  * Lithuanian (lt.po) by Kęstutis Biliūnas  * Norwegian Bokmål (nb.po) by Bjørn Steensrud  * Nepali (ne.po) by Nabin Gautam  * Dutch (nl.po) by Bart Cornelis  * Norwegian Nynorsk (nn.po) by Håvard Korsvoll  * Panjabi (pa.po) by A S Alam  * Polish (pl.po) by Bartosz Fenski  * Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw)  * Portuguese (pt.po) by Miguel Figueiredo  * Romanian (ro.po) by Eddy Petrișor  * Russian (ru.po) by Yuri Kozlov  * Slovak (sk.po) by Peter Mann  * Albanian (sq.po) by Elian Myftiu  * Swedish (sv.po) by Daniel Nylander  * Tamil (ta.po) by Dr.T.Vasudevan  * Thai (th.po) by Theppitak Karoonboonyanan  * Tagalog (tl.po) by Eric Pareja  * Ukrainian (uk.po)  * Vietnamese (vi.po) by Clytie Siddall  * Wolof (wo.po) by Mouhamadou Mamoune Mbacke  * Simplified Chinese (zh_CN.po) by Ming Hua   -- Otavio Salvador <otavio at debian.org>  Sat, 27 Oct 2007 12:16:10 -0200	\N	26942
-6464	5	f	\N	2007-12-16 20:05:57.232011	f	t	t	t	t	3354	/grande	\N	\N	grande (0.6-10) UNRELEASED; urgency=low  [ Barry deFreese ]  * Update debhelper b-d version to 5  * Add desktop file (Closes: #452575)  * Don't let make clean ignore errors  * Add VCS tags  * Add Homepage field to control  * Add watch file  * Add myself to uploaders -- Barry deFreese <bddebian at comcast.net>  Thu, 25 Oct 2007 21:31:50 -0400	\N	28485
-6149	6	f	\N	2007-12-16 19:55:43.910382	f	t	t	t	t	3040	/mountfloppy	\N	\N	mountfloppy (0.14) unstable; urgency=low  * If mounting the regular floppy device fails, also try loading ide-floppy    before asking the user. -- Frans Pop <fjp at debian.org>  Tue, 13 Nov 2007 14:05:59 +0100	\N	26947
-6465	5	f	\N	2007-12-16 20:05:57.702838	f	t	t	t	t	3355	/gamine	\N	\N	gamine (0.0.1-3) UNRELEASED; urgency=low  * fix the copyright file since Sam Hocvar name had been removed from it by    the author in the initial tarball.  * use the upstream icon instead of mine. -- Goneri Le Bouder <svnbuildstat at rulezlan.org>  Fri, 30 Nov 2007 20:27:38 +0100	\N	28490
-6150	6	f	\N	2007-12-16 19:55:44.428566	f	t	t	t	t	3041	/installation-locale	\N	\N	installation-locale (1.2) unstable; urgency=low  * Build-depend on locales 2.5, so that we get a version that works with    glibc 2.5. Probably needs glibc 2.5. -- Joey Hess <joeyh at debian.org>  Fri, 20 Apr 2007 19:07:03 -0400	\N	26952
-6466	5	f	\N	2007-12-16 20:05:58.170044	f	t	t	t	t	3356	/cultivation	\N	\N	cultivation (8.20070809.dfsg1-2) unstable; urgency=low  [ Miriam Ruiz ]  * Added hacky patch to fix wrong mouse behaviour. See #440137    Thanks to David Martinez Marti <deavidsedice at gmail.com>  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:47:53 +0000	\N	28495
-6588	5	f	\N	2007-12-16 20:08:05.417913	f	t	t	t	t	3478	/teg	\N	\N	teg (0.11.2-2) unstable; urgency=low  [ Gonéri Le Bouder ]  * backport upstream patch to avoid two identical country (Closes: #406351)   + add avoid_two_identical_country.diff  [ Jon Dowland ]  * Add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:37:28 +0000	\N	29068
-6151	6	f	\N	2007-12-16 19:55:44.891087	f	t	t	t	t	3042	/lowmem	\N	\N	lowmem (1.27) unstable; urgency=low  [ Frans Pop ]  * Allow user to override the lowmem level by specifying a parameter    "lowmem" at the boot prompt. Only a level higher than the default is    observed.  [ Joey Hess ]  * Change i386 lowmem to below 48 mb. Needs new cdebconf with template    trimming code. (The cutoff point for lowmem level 2 does not change.) -- Jérémy Bobbio <lunar at debian.org>  Thu, 27 Sep 2007 18:37:50 +0200	\N	26957
-6467	5	f	\N	2007-12-16 20:05:58.721281	f	t	t	t	t	3357	/wormux	\N	\N	wormux (0.8beta3-1) unstable; urgency=low  [ Gerfried Fuchs ]  * Make watchfile actually watch.  [ Barry deFreese ]  * Fix desktop file Action is not a valid category    * Remove full path from exec line.  * (Description is still not HIG compliant)  * Add VCS tages in control and move Homepage from description  [ Eddy Petrișor ]  * drop using the mis-feature DEB_AUTO_UPDATE_DEBIAN_CONTROL of cdbs    since it can lead to various issues and is a serious reason for    REJECTS for NEW packages:    http://lists.debian.org/debian-devel-announce/2005/08/msg00011.html    Also see: http://bugs.debian.org/311724  * to compensate for the previous removal, add a script that does the same    thing, but needs to be manually ran by the maintainer; added also a    debian/rules rule that wraps the same script to make its purpose more    obvious  * include new upstream release 0.8beta3    - drop char-int.patch since it was applied upstream  * build depend explicitly libcurl4-gnutls-dev since:    - we don't need openssl specific stuff    - wormux is GPL-ed and linking against openssl would need an exception  * propagate Barry's changes on control to control.in, too, since they    would be forgotten on the next debian/control generation -- Eddy Petrișor <eddy.petrisor at gmail.com>  Wed, 05 Dec 2007 03:56:04 +0200	before the upload of 0.8beta3-1:\n- now that Games/Action is no longer a menu section, wormux seems to have no real category to fitted in\n	28500
-6152	6	f	\N	2007-12-16 19:55:45.444054	f	t	t	t	t	3043	/partitioner	\N	\N	partitioner (0.42) unstable; urgency=low  [ Martin Michlmayr ]  * Remove more ARM specific code.  * Use "list-devices disk" to obtain a listing of disks rather than    relying on /dev/discs which no longer exists (Closes: #452674).  [ Updated translations ]  * Bengali (bn.po) by Jamil Ahmed  * Danish (da.po) by Claus Hindsgaul  * Esperanto (eo.po) by Serge Leblanc  * Italian (it.po) by Stefano Canepa  * Panjabi (pa.po) by A S Alam  * Portuguese (pt.po) by Miguel Figueiredo  * Romanian (ro.po) by Eddy Petrișor  * Slovak (sk.po) by Ivan Masár  * Vietnamese (vi.po) by Clytie Siddall -- Martin Michlmayr <tbm at cyrius.com>  Sun, 25 Nov 2007 22:04:42 +0100	\N	26962
-6153	6	f	\N	2007-12-16 19:55:45.901057	f	t	t	t	t	3044	/oldsys-preseed	\N	\N	oldsys-preseed (1.3) unstable; urgency=low  [ Gordon Farquharson ]  * NSLU2: use eth1 rather than eth0 when no NPE microcode is found,    so it try to use USB Ethernet. -- Martin Michlmayr <tbm at cyrius.com>  Mon, 26 Feb 2007 17:14:08 +0000	\N	26967
-6589	5	f	\N	2007-12-16 20:08:05.92259	f	t	t	t	t	3479	/bulletml	\N	\N	bulletml (0.0.6-2) UNRELEASED; urgency=low  [ Miriam Ruiz ]  * Install C++ header files.  * Added documentation (debian/doc).  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:46:47 +0000	\N	29073
-6154	6	f	\N	2007-12-16 19:55:46.506719	f	t	t	t	t	3045	/rootskel	\N	\N	rootskel (1.58) UNRELEASED; urgency=low  [ dann frazier ]  * Create more serial device files in the ramdisk before calling    busybox init, in case they are needed for a serial console.    Closes: #453749.  [ Frans Pop ]  * Remove some code supporting kernels other than 2.6.  * Minor whitespace and coding style changes.  * Remove obsolete d-i-startup.d/S03hotplug and the coldplug script it calls. -- Frans Pop <fjp at debian.org>  Fri, 07 Dec 2007 20:19:08 +0100	\N	26972
-6155	6	f	\N	2007-12-16 19:55:47.110538	f	t	t	t	t	3046	/cdebconf	\N	\N	cdebconf (0.125) unstable; urgency=low  [ Jérémy Bobbio ]  * Do not build the GTK+ frontend with -Wcast-align: GTK_PROGRESS_BAR() is    has alignment problems on hppa, mips and mipsel.  * Do not hide the gcc command line in globalmakeflags: this makes a lot    harder for buildd admins to understand build failures.  * Fix lintian warning debian-rules-ignores-make-clean-error.  * Bump Standards-Version to 3.7.2.2 (no changes required).  * Use ${binary:Version} instead of the deprecated ${Source-Version}.  * Merge duplicate Depends fields for cdebconf.  * Add myself to Uploaders. -- Jérémy Bobbio <lunar at debian.org>  Sun, 07 Oct 2007 16:40:38 +0200	\N	26977
-6468	5	f	\N	2007-12-16 20:05:59.144849	f	t	t	t	t	3358	/spring	\N	\N	spring (0.74~b3-1) UNRELEASED; urgency=low  [ Cyril Brulebois ]  [Tobi Vollebregt]  * New upstream release.  * Removed Build-Depends:     - subversion     - libboost-filesystem-dev     - build-essential  * Set ~/.spring as R/W data directory (by creating /etc/spring/datadir).  * Fill in SYNOPSIS and OPTIONS sections of the manpage.  * Honour DEB_BUILD_OPTIONS=noopt and =debug.  * debian/rules now finds the tarball automatically.  [Cyril Brulebois]  * Bumped debhelper compatibility from 4 to 5.  * Better license and packaging license notes in debian/copyright, but still    neither author or copyright holder mentionned in it.  * Added a small manpage skeleton in debian/spring.6, modified debian/rules    accordingly.  * Fixed (partially) the binary-indep target by adding a dh_installchangelogs    call and a basic structure.  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Jon Dowland ]  * add Homepage: field to source control stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:37:00 +0000	\N	28505
-6156	6	f	\N	2007-12-16 19:55:47.618167	f	t	t	t	t	3047	/libdebian-installer	\N	\N	libdebian-installer (0.54) unstable; urgency=low  [ Frans Pop ]  * Add Description field to pkg-config files as their absence is making    'pkg-config --list-all' fail. Closes: #453187.  * Make Name in pkg-config files a bit more descriptive.  [ Martin Michlmayr ]  * Add support for the Orion (ARM) platform. -- Martin Michlmayr <tbm at cyrius.com>  Thu, 29 Nov 2007 09:10:54 +0100	\N	26982
-6157	6	f	\N	2007-12-16 19:55:48.104887	f	t	t	t	t	3048	/usb-discover	\N	\N	usb-discover (1.06) unstable; urgency=low  [ Colin Watson ]  * Put debhelper in Build-Depends rather than in Build-Depends-Indep.  [ Frans Pop ]  * Add missing debconf dependency.  * Add Lintian override for standards-version. -- Frans Pop <fjp at debian.org>  Tue, 24 Oct 2006 16:42:55 +0200	\N	26987
-6469	5	f	\N	2007-12-16 20:05:59.603825	f	t	t	t	t	3359	/val-and-rick	\N	\N	val-and-rick (0.1a.dfsg1-1) unstable; urgency=low  * Initial release. Closes: #440901 -- Miriam Ruiz <little_miry at yahoo.es>  Sat, 25 Aug 2007 19:58:40 +0000	\N	28510
-6158	6	f	\N	2007-12-16 19:55:48.561904	f	t	t	t	t	3049	/cdrom-checker	\N	\N	cdrom-checker (1.13) UNRELEASED; urgency=low  * Remove three very old apparent debugging statements. -- Frans Pop <fjp at debian.org>  Sat, 08 Dec 2007 22:28:01 +0100	\N	26992
-6470	5	f	\N	2007-12-16 20:06:00.127288	f	t	t	t	t	3360	/neverball	\N	\N	neverball (1.4.0-4) UNRELEASED; urgency=low  * debian/rules: Fix brace expansion bashism.  * debian/control: Remove XS- from Vcs fields.  * Removed Encoding key from desktop files since it is deprecated. -- Jordà Polo <jorda at ettin.org>  Sat, 10 Nov 2007 19:24:13 +0100	\N	28515
-6159	6	f	\N	2007-12-16 19:55:49.010297	f	t	t	t	t	3050	/userdevfs	\N	\N	userdevfs (0.14) unstable; urgency=low  [ Colin Watson ]  * Create non-devfs-style device nodes as well so that anything still using    userdevfs can work with modern d-i code.  [ Frans Pop ]  * Add Lintian override for missing standards field. -- Frans Pop <fjp at debian.org>  Sun, 01 Jul 2007 09:22:12 +0200	\N	26997
-6160	6	f	\N	2007-12-16 19:55:49.519155	f	t	t	t	t	3051	/installation-report	\N	\N	installation-report (2.32) UNRELEASED; urgency=low  [ Joey Hess ]  * Fix bug script to not fail if gettext is not installed. Closes: #438502  [ Attilio Fiandrotti ]  * Execution of the dfbinfo diagnostic tool for the graphical installer is    not tied any more to a specific DirectFB version. Closes: #451221 -- Attilio Fiandrotti <attilio.fiandrotti at gmail.com>  Wed, 14 Nov 2007 14:05:21 +0100	\N	27002
-6471	5	f	\N	2007-12-16 20:06:00.573872	f	t	t	t	t	3361	/alien-arena	\N	\N	alien-arena (6.10-3) UNRELEASED; urgency=low  [ Gonéri Le Bouder ]  * Remove the Homepage from description since the homepage field does  the job now -- Goneri Le Bouder <svnbuildstat at rulezlan.org>  Fri, 30 Nov 2007 13:02:10 +0100	\N	28520
-6472	5	f	\N	2007-12-16 20:06:01.002254	f	t	t	t	t	3362	/ezquake-data	\N	\N	ezquake-data (1754-1) UNRELEASED; urgency=low  [ Gonéri Le Bouder ]  * Initial release.  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file. -- Gonéri Le Bouder <svnbuildstat at rulezlan.org>  Sun,  7 Jan 2007 19:09:06 +0100	\N	28525
-6161	6	f	\N	2007-12-16 19:55:50.01237	f	t	t	t	t	3052	/cdrom-detect	\N	\N	cdrom-detect (1.25) unstable; urgency=low  [ Joey Hess ]  * Look for Release file in whatever dists/* directories are on the CD,    rather than relying on the stable/unstable/etc symlinks. Prefer the name    listed in /etc/default-release. This was the last thing in d-i to care    about those symlinks.  [ Colin Watson ]  * Revert change to copy udev's persistent-cd rules to the target system,    as udev-udeb already does this. Closes: #433937.  [ Updated translations ]  * Bengali (bn.po) by Jamil Ahmed  * Italian (it.po) by Stefano Canepa  * Panjabi (pa.po) by A S Alam  * Portuguese (pt.po) by Miguel Figueiredo  * Vietnamese (vi.po) by Clytie Siddall  * Simplified Chinese (zh_CN.po) by Ming Hua   -- Otavio Salvador <otavio at ossystems.com.br>  Wed, 12 Sep 2007 21:33:43 -0300	\N	27007
-6162	6	f	\N	2007-12-16 19:55:50.473609	f	t	t	t	t	3053	/flash-kernel	\N	\N	flash-kernel (1.7) UNRELEASED; urgency=low  * Copy firmware idempotently. -- Joey Hess <joeyh at debian.org>  Wed, 12 Dec 2007 15:20:02 -0500	\N	27012
-6473	5	f	\N	2007-12-16 20:06:01.480329	f	t	t	t	t	3363	/nexuiz	\N	\N	nexuiz (2.3-4) UNRELEASED; urgency=low  [ Bruno "Fuddl" Kleinert ]  * Bumped debhelper compat level to 5  * Builds debug packages nexuiz-dbg and nexuiz-server-dbg  * Placed a note in README.Debian how to generate backtraces  [ Barry deFreese ]  * Add watch file  * Bump debhelper build-dep to match cmpat  * Add Homepage field in control -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Mon,  8 Oct 2007 13:09:22 +0200	\N	28530
-6163	6	f	\N	2007-12-16 19:55:50.941075	f	t	t	t	t	3054	/sarge-support	\N	\N	sarge-support (0.03) unstable; urgency=low  * Also support other network devices than eth0. Closes: #411917.    Thanks to Mathieu Geli for the patch.  * Ignore lintian warning for standards version.  * Add missing debconf dependency. -- Frans Pop <fjp at debian.org>  Thu, 22 Feb 2007 11:59:02 +0100	\N	27017
-6474	5	f	\N	2007-12-16 20:06:01.982707	f	t	t	t	t	3364	/allacrost	\N	\N	allacrost (0.0.0+svn1227.dfsg-2) UNRELEASED; urgency=low  * debian/control:    + Remove Homepage from package descriptions.    + Standards-Version bumped to 3.7.3 (no changes required).    + Remove unnecessary build dependency on autotools-dev. -- Jordà Polo <jorda at ettin.org>  Sat, 15 Dec 2007 17:38:35 +0100	\N	28535
-6164	6	f	\N	2007-12-16 19:55:51.479757	f	t	t	t	t	3055	/iso-scan	\N	\N	iso-scan (1.23) UNRELEASED; urgency=low  * postinst: add quotes when listing devices the second time to make the    comparison with the initial list work. -- Frans Pop <fjp at debian.org>  Tue, 06 Nov 2007 23:02:12 +0100	\N	27022
-6165	6	f	\N	2007-12-16 19:55:51.920647	f	t	t	t	t	3056	/auto-install	\N	\N	auto-install (1.2) unstable; urgency=low  * Depends on keyboard-setup virtual package so we can use alternative    method to setup it. This to work requires kbd-chooser (>> 1.36) or    console-setup (>> 1.19) -- Otavio Salvador <otavio at ossystems.com.br>  Mon, 20 Aug 2007 13:56:16 -0300	\N	27027
-6475	5	f	\N	2007-12-16 20:06:02.8079	f	t	t	t	t	3365	/fretsonfire	\N	\N	fretsonfire (1.2.512.dfsg-1) UNRELEASED; urgency=low  [ Miriam Ruiz ]  * New Upstream Release.  * Removed old Spanish translations. The ones from upstream are up-to-date now.  * Refreshed patch typeerror.patch  [ Matthew Johnson ]  * Correct obvious inaccuracies in man page.  * Add dependency on python-numty  * Enable use of cached png files  [ Jon Dowland ]  * add Homepage: control field to source stanza  [ Matthew Johnson ]  * Add patch reverting Font.py changes to make text render  * Use ttf-dejavu instead of ttf-bitstream-vera (Closes: #455580)  * Reformat Depends: to be more readable -- Matthew Johnson <mjj29 at debian.org>  Tue, 11 Dec 2007 10:54:42 +0000	\N	28540
-6166	6	f	\N	2007-12-16 19:55:52.366315	f	t	t	t	t	3057	/arch/arm/glantank	\N	\N	glantank (1.5) unstable; urgency=low  * Multiply menu-item-numbers by 100 -- Joey Hess <joeyh at debian.org>  Tue, 10 Apr 2007 14:56:41 -0400	\N	27032
-6167	6	f	\N	2007-12-16 19:55:57.781761	f	t	t	t	t	3058	/arch/powerpc/prep-installer	\N	\N	prep-installer (0.7) unstable; urgency=low  [ Joey Hess ]  * Multiply menu-item-numbers by 100  [ Updated translations ]  * Esperanto (eo.po) by Serge Leblanc -- Colin Watson <cjwatson at debian.org>  Tue, 10 Apr 2007 23:42:36 +0100	\N	27037
-6168	6	f	\N	2007-12-16 19:55:58.273097	f	t	t	t	t	3059	/arch/powerpc/quik-installer	\N	\N	quik-installer (0.0.20) unstable; urgency=low  [ Joey Hess ]  * Er, let's add a copyright file to this package. No?    Possible copyright holders pinged to verify GPL2+ copyright.    Response status:    - cjwatson: GPL2+ ok    - holger: GPL2+ ok    - joeyh: GPL2+ ok  [ Updated translations ]  * Bengali (bn.po) by Jamil Ahmed  * Danish (da.po) by Claus Hindsgaul  * Esperanto (eo.po) by Serge Leblanc  * Basque (eu.po) by Piarres Beobide  * Italian (it.po) by Stefano Canepa  * Dutch (nl.po) by Frans Pop  * Punjabi (Gurmukhi) (pa.po) by A S Alam  * Portuguese (pt.po) by Miguel Figueiredo  * Romanian (ro.po) by Eddy Petrișor  * Vietnamese (vi.po) by Clytie Siddall -- Colin Watson <cjwatson at debian.org>  Wed, 03 Oct 2007 18:28:54 +0100	\N	27042
-6169	6	f	\N	2007-12-16 19:55:58.821469	f	t	t	t	t	3060	/arch/powerpc/yaboot-installer	\N	\N	yaboot-installer (1.1.12) UNRELEASED; urgency=low  * Allow use on powerpc/cell, treating it like CHRP. -- Colin Watson <cjwatson at debian.org>  Tue, 02 Oct 2007 16:39:56 +0100	\N	27047
-6476	5	f	\N	2007-12-16 20:06:03.259445	f	t	t	t	t	3366	/holotz-castle	\N	\N	holotz-castle (1.3.9-2) UNRELEASED; urgency=low  [ Eddy Petrișor ]  * remove myself from the Uploaders list  [ Jon Dowland ]  * update menu section to "Games/Action" for menu transition    (thanks Linas Žvirblis)  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Barry deFreese ]  * Add watch file  * Bump debhelper build-dep to 5  * Add Homepage field in control -- Jon Dowland <jon at alcopop.org>  Mon, 15 Oct 2007 23:00:27 +0300	\N	28545
-6170	6	f	\N	2007-12-16 19:56:09.283949	f	t	t	t	t	3061	/arch/ia64/elilo-installer	\N	\N	elilo-installer (1.13) UNRELEASED; urgency=low  * Er, let's add a copyright file to this package. Yes?    Possible copyright holders pinged to verify GPL2+ copyright.    Response status:    - Bdale: GPL2+ ok    - rhirst: GPL2+ ok    - cjwatson: GPL2+ ok    - bubulle: GPL2+ ok    - dannf: GPL2+ ok    - Jim Lieb:     - joeyh: GPL2+ ok -- Joey Hess <joeyh at debian.org>  Sat, 29 Sep 2007 03:01:29 -0400	\N	27052
-6477	5	f	\N	2007-12-16 20:06:03.663387	f	t	t	t	t	3367	/gmult	\N	\N	gmult (5.3-1) unstable; urgency=low  * Initial Release (Closes: #294764)  * Add quilt patch system  * 10_desktop_file_warns.diff    + Remove deprecated fields from desktop file -- Barry deFreese <bddebian at comcast.net>  Wed, 10 Oct 2007 14:41:59 -0400	\N	28550
-6171	6	f	\N	2007-12-16 19:56:09.77954	f	t	t	t	t	3062	/arch/ia64/efi-reader	\N	\N	efi-reader (0.9) unstable; urgency=low  * Performing a "clean" upload - last version had .svn goo in it -- dann frazier <dannf at debian.org>  Tue, 31 Oct 2006 16:09:32 -0700	\N	27057
-6172	6	f	\N	2007-12-16 19:56:10.257988	f	t	t	t	t	3063	/arch/alpha/aboot-installer	\N	\N	aboot-installer (0.0.27) unstable; urgency=low  [ Otavio Salvador ]  * Replace 'base-installer' dependency by 'installed-base' virtual    package. Needs base-installer 1.81. -- Steve Langasek <vorlon at debian.org>  Fri, 07 Sep 2007 15:40:57 -0700	\N	27062
-6478	5	f	\N	2007-12-16 20:06:04.12209	f	t	t	t	t	3368	/blockattackeditor	\N	\N	blockattackeditor (4-1) unstable; urgency=low  [ Gonéri Le Bouder ]  * Intial release  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:48:14 +0000	\N	28553
-6173	6	f	\N	2007-12-16 19:56:10.71757	f	t	t	t	t	3064	/arch/alpha/srm-reader	\N	\N	srm-reader (0.11) UNRELEASED; urgency=low  * Move to Standards-Version: 3.7.2. No changes required.  -- Alastair McKinstry <mckinstry at debian.org>  Wed, 13 Sep 2006 09:51:23 +0100	\N	27067
-6174	6	f	\N	2007-12-16 19:56:11.170551	f	t	t	t	t	3065	/arch/m68k/vmelilo-installer	\N	\N	vmelilo-installer (1.16) unstable; urgency=low  [ Joey Hess ]  * Multiply menu-item-numbers by 100  [ Wouter Verhelst ]  * Release -- Wouter Verhelst <wouter at debian.org>  Wed, 18 Apr 2007 01:38:37 +0200	\N	27072
-6175	6	f	\N	2007-12-16 19:56:11.647827	f	t	t	t	t	3066	/arch/hppa/palo-installer	\N	\N	palo-installer (0.0.11) unstable; urgency=low  * Replace 'base-installer' dependency by 'installed-base' virtual    package. Needs base-installer 1.81. -- Otavio Salvador <otavio at ossystems.com.br>  Sun, 17 Jun 2007 09:57:05 -0300	\N	27077
-6479	5	f	\N	2007-12-16 20:06:14.622325	f	t	t	t	t	3369	/warsow-data	\N	\N	warsow-data (0.32-1) unstable; urgency=low  [ Andres Mejia ]  * New upstream release (Closes: 440476)  * Adding script to download and create orig tarball.  * Added Homepage field in source stanza that will soon be supported.  * Added Vcs-{Svn,Browser} fields in control file.  * Renaming upstream's changelog.txt file to upstream_changelog.txt.  * Removing upstream's license.txt from packaging. -- Andres Mejia <mcitadel at gmail.com>  Tue, 04 Sep 2007 15:25:16 -0400	\N	28558
-6176	6	f	\N	2007-12-16 19:56:12.163093	f	t	t	t	t	3067	/arch/mips/arcboot-installer	\N	\N	arcboot-installer (1.8) unstable; urgency=low  [ Joey Hess ]  * Multiply menu-item-numbers by 100  [ Updated translations ]  * Esperanto (eo.po) by Serge Leblanc  * Basque (eu.po) by Piarres Beobide  * Norwegian Bokmål (nb.po) by Bjørn Steensrud -- Martin Michlmayr <tbm at cyrius.com>  Sat, 14 Apr 2007 14:32:43 -0700	\N	27082
-6177	6	f	\N	2007-12-16 19:56:12.639765	f	t	t	t	t	3068	/arch/mips/sibyl-installer	\N	\N	sibyl-installer (1.10) unstable; urgency=low  [ Otavio Salvador ]  * Replace 'base-installer' dependency by 'installed-base' virtual    package. Needs base-installer 1.81.  [ Updated translations ]  * Bengali (bn.po) by Jamil Ahmed  * Esperanto (eo.po) by Serge Leblanc  * Italian (it.po) by Stefano Canepa  * Dutch (nl.po) by Frans Pop  * Punjabi (Gurmukhi) (pa.po) by A S Alam  * Romanian (ro.po) by Eddy Petrișor  * Vietnamese (vi.po) by Clytie Siddall -- Thiemo Seufer  <ths at debian.org>  Tue, 11 Sep 2007 15:37:54 +0100	\N	27087
-6480	5	f	\N	2007-12-16 20:06:15.123172	f	t	t	t	t	3370	/moagg	\N	\N	moagg (0.18-6) UNRELEASED; urgency=low  [ Gonéri Le Bouder ]  * compat 5  * update the watch to respect the recommended format  * add a notice about the package copyright  [ Jon Dowland ]  * update menu section to "Games/Action" for menu policy transition.    Thanks Linas Žvirblis.  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 22:22:22 +0000	\N	28563
-6178	6	f	\N	2007-12-16 19:56:13.112968	f	t	t	t	t	3069	/arch/sparc/silo-installer	\N	\N	silo-installer (1.12) unstable; urgency=low  * partman-base 110 renamed GET_DISK_TYPE to GET_LABEL_TYPE.    Closes: #445428.  [ Updated translations ]  * Bengali (bn.po) by Jamil Ahmed  * Italian (it.po) by Stefano Canepa  * Dutch (nl.po) by Frans Pop  * Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw)  * Vietnamese (vi.po) by Clytie Siddall -- Colin Watson <cjwatson at debian.org>  Mon, 08 Oct 2007 00:43:34 +0100	\N	27092
-6481	5	f	\N	2007-12-16 20:06:15.595013	f	t	t	t	t	3371	/stormbaancoureur	\N	\N	stormbaancoureur (1.5.3-1) UNRELEASED; urgency=low  [ Barry deFreese ]  * New upstream release  * Add myself to uploaders  * Remove deprecated Encoding tag from desktop file  [ Jon Dowland ]  * add Homepage: to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:35:05 +0000	\N	28568
-6179	6	f	\N	2007-12-16 19:56:13.568275	f	t	t	t	t	3070	/arch/i386/win32-loader	\N	\N	win32-loader (0.6.0~pre4) UNRELEASED; urgency=low  * Add page to allow user into rescue mode.  * Preseed quietness on non-expert installs.  * Disable LicenseForceSelection.  * Add dialog to choose desktop environment (GNOME, KDE, XFCE, None).  * Detect and preseed passwd/user-fullname (without setting the seen flag).  * Do not preseed "interface=auto". Do not set the seen flag for    "domain" and "time/zone".  * Correct a pair of mistakes in English strings (thanks Jens Seidel).  * Fix dialog.nsh generation for languages whose names have more than    one word (welcome, Norwegian Bokmål).  * Clarify translator note for "windows-1252" string. -- Robert Millan <rmh at aybabtu.com>  Tue, 11 Dec 2007 08:55:40 +0100	\N	27097
-6180	6	f	\N	2007-12-16 19:56:14.094674	f	t	t	t	t	3071	/arch/i386/grub-installer	\N	\N	grub-installer (1.28) UNRELEASED; urgency=low  * Fix some hardcoding of /target. -- Colin Watson <cjwatson at debian.org>  Mon, 26 Nov 2007 11:50:47 +0000	\N	27102
-6482	5	f	\N	2007-12-16 20:06:16.059589	f	t	t	t	t	3372	/ogre	\N	\N	ogre (1.4.5-3) unstable; urgency=low  * Fixing build problem for kfreebsd. (Closes: 451669)    + Patch modifying Samples/Common/Makefile.am now checks for HAVE_CEGUI.    + Seperating CEGUI Renderer binaries into libceguiogre{14,14-dbg,-dev}      packages.    + CEGUI Renderer needs CEGUI (>= 0.5.0) so build dependency changed from      libcegui-mk2-dev to libcegui-mk2-dev (>= 0.5.0).  * Removing XS- in Vcs-* entries in debian/control. Vcs is now official. -- Andres Mejia <mcitadel at gmail.com>  Thu, 22 Nov 2007 00:33:54 -0500	\N	28573
-6181	6	f	\N	2007-12-16 19:56:14.603856	f	t	t	t	t	3072	/arch/i386/lilo-installer	\N	\N	lilo-installer (1.25) unstable; urgency=low  [ Jérémy Bobbio ]  * Add more englishness to lilo-installer/manual_bootdev.  [ Otavio Salvador ]  * Add maintainer-script-lacks-debhelper-token to    source.lintian-overrides.  [ Updated translations ]  * Belarusian (be.po) by Hleb Rubanau  * Bulgarian (bg.po) by Damyan Ivanov  * Esperanto (eo.po) by Serge Leblanc  * French (fr.po) by Christian Perrier  * Galician (gl.po) by Jacobo Tarrio  * Hebrew (he.po) by Lior Kaplan  * Japanese (ja.po) by Kenshi Muto  * Korean (ko.po) by Sunjae Park  * Dutch (nl.po) by Bart Cornelis  * Polish (pl.po) by Bartosz Fenski  * Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw)  * Portuguese (pt.po) by Miguel Figueiredo  * Romanian (ro.po) by Eddy Petrișor  * Russian (ru.po) by Yuri Kozlov  * Swedish (sv.po) by Daniel Nylander  * Tamil (ta.po) by Dr.T.Vasudevan  * Thai (th.po) by Theppitak Karoonboonyanan  * Vietnamese (vi.po) by Clytie Siddall  * Simplified Chinese (zh_CN.po) by Ming Hua   -- Otavio Salvador <otavio at debian.org>  Sat, 27 Oct 2007 12:02:14 -0200	\N	27107
-6483	5	f	\N	2007-12-16 20:06:16.516003	f	t	t	t	t	3373	/chocolate-doom	\N	\N	chocolate-doom (1.0.0+dfsg1-1) UNRELEASED; urgency=low  * (NOT RELEASED YET) New upstream release  * Add DM-Upload-Allowed: control field  * add README.source describing where to get the debian package    sources  * repackage upstream tarball without non-free icons -- Jon Dowland <jon at alcopop.org>  Tue, 11 Dec 2007 11:47:31 +0000	\N	28578
-6182	6	f	\N	2007-12-16 19:56:15.025015	f	t	t	t	t	3073	/arch/mipsel/colo-installer	\N	\N	colo-installer (1.10) unstable; urgency=low  [ Otavio Salvador ]  * Replace 'base-installer' dependency by 'installed-base' virtual    package. Needs base-installer 1.81. -- Thiemo Seufer <ths at debian.org>  Tue, 11 Sep 2007 15:18:09 +0100	\N	27112
-6484	5	f	\N	2007-12-16 20:06:17.005839	f	t	t	t	t	3374	/xbat	\N	\N	xbat (1.11-12) UNRELEASED; urgency=low  [ Gonéri Le Bouder ]  *  [ Jon Dowland ]  * update menu section to "Games/Action" for menu policy transition.    Thanks Linas Žvirblis.  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Eddy Petrișor ]  * removed myself from the Uploaders list  [ Barry deFreese ]  * Add watch file  * Remove XS- from VCS fields in control  * Bump debhelper build-dep to match compat  * Make clean not ignore errors -- Jon Dowland <jon at alcopop.org>  Mon, 15 Oct 2007 23:09:21 +0300	\N	28583
-6183	6	f	\N	2007-12-16 19:56:15.451362	f	t	t	t	t	3074	/arch/mipsel/cobalt-scripts	\N	\N	cobalt-scripts (0.02) unstable; urgency=low  [ Martin Michlmayr ]  * Slightly improve the welcome message and have it more in light with    the new boot options.  [ Joey Hess ]  * The link_in_boot setting has moved to base-installer so cannot be done via    a startup script. Moved it to a base-config hook in colo-installer.  * Needs colo-installer 1.3. -- Joey Hess <joeyh at debian.org>  Tue,  9 Aug 2005 10:08:40 -0400	\N	27117
-6184	6	f	\N	2007-12-16 19:56:15.87651	f	t	t	t	t	3075	/arch/mipsel/delo-installer	\N	\N	delo-installer (1.7) unstable; urgency=low  [ Joey Hess ]  * Multiply menu-item-numbers by 100  [ Updated translations ]  * Esperanto (eo.po) by Serge Leblanc  * Basque (eu.po) by Piarres Beobide  * Norwegian Bokmål (nb.po) by Bjørn Steensrud -- Martin Michlmayr <tbm at cyrius.com>  Sat, 14 Apr 2007 14:32:27 -0700	\N	27122
-6485	5	f	\N	2007-12-16 20:06:17.511072	f	t	t	t	t	3375	/desmume	\N	\N	desmume (0.7.3-3) unstable; urgency=low  [ Pascal Giard ]  * [debian/control]: Added Build-Dep on quilt.  * [debian/rules]: Apply/unapply patches using quilt.  * [debian/patches/fix-64bit-segfault.diff]:    - Fix possible segfault on 64bit CPUs (closes: #435763).  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:41:37 +0000	\N	28588
-6185	6	f	\N	2007-12-16 19:56:16.329435	f	t	t	t	t	3076	/arch/s390/netdevice	\N	\N	s390-netdevice (0.0.18) unstable; urgency=low  [ Joey Hess ]  * Multiply menu-item-numbers by 100 -- Frans Pop <fjp at debian.org>  Wed, 11 Apr 2007 00:28:07 +0200	\N	27127
-6486	5	f	\N	2007-12-16 20:06:18.001559	f	t	t	t	t	3376	/abuse-lib	\N	\N	abuse-lib (2.00-19) UNRELEASED; urgency=low  [ Barry deFreese ]  * Bump debhelper build-dep to match compat  * Add VCS tags to control -- Barry deFreese <bddebian at comcast.net>  Wed, 07 Nov 2007 12:51:51 -0500	\N	28593
-6186	6	f	\N	2007-12-16 19:56:16.786835	f	t	t	t	t	3077	/arch/s390/zipl-installer	\N	\N	zipl-installer (0.0.13) unstable; urgency=low  [ Otavio Salvador ]  * Replace 'base-installer' dependency by 'installed-base' virtual    package. Needs base-installer 1.81.  [ Bastian Blank ]  * Simplify debian/rules.  [ Updated translations ]  * Danish (da.po) by Claus Hindsgaul  * Vietnamese (vi.po) by Clytie Siddall -- Bastian Blank <waldi at debian.org>  Sun, 28 Oct 2007 22:29:03 +0100	\N	27132
-6487	5	f	\N	2007-12-16 20:06:28.454042	f	t	t	t	t	3377	/dominoblast	\N	\N	dominoblast (0.1-1) unstable; urgency=low  [ Miriam Ruiz ]  * Initial release (Closes: #429547)  [ Jon Dowland ]  * update menu section to "Games/Action" for menu transition    (thanks Linas Žvirblis)  [ Barry deFreese ]  * Add watch file  * Add Homepage to control  * Remove XS- from VCS fields -- Jon Dowland <jon at alcopop.org>  Thu, 12 Jul 2007 11:26:33 +0100	\N	28598
-6187	6	f	\N	2007-12-16 19:56:17.284947	f	t	t	t	t	3078	/arch/s390/dasd	\N	\N	s390-dasd (0.0.22) unstable; urgency=low  [ Joey Hess ]  * Multiply menu-item-numbers by 100  [ Updated translations ]  * Bengali (bn.po) by Mahay Alam Khan (মাহে আলম)  * Esperanto (eo.po) by Serge Leblanc  * Tamil (ta.po) by Dr.T.Vasudevan -- Frans Pop <fjp at debian.org>  Wed, 11 Apr 2007 00:35:01 +0200	\N	27137
-6488	5	f	\N	2007-12-16 20:06:28.937096	f	t	t	t	t	3378	/tumiki-fighters	\N	\N	tumiki-fighters (0.2.dfsg1-2) UNRELEASED; urgency=low  [ Barry deFreese ]  * Add watch file  * Add Homepage field to control  * Remove XS- from VCS fields -- Barry deFreese <bddebian at comcast.net>  Fri, 09 Nov 2007 15:20:06 -0500	\N	28603
-6188	6	f	\N	2007-12-16 19:56:17.757599	f	t	t	t	t	3079	/arch/s390/sysconfig-writer	\N	\N	s390-sysconfig-writer (0.4) unstable; urgency=low  * Install sysconfig-hardware during post-base-installer as otherwise its    initramfs hook script will not be included in the initramfs. -- Frans Pop <fjp at debian.org>  Wed,  2 Aug 2006 21:57:41 +0200	\N	27142
-6189	6	f	\N	2007-12-16 19:56:18.198451	f	t	t	t	t	3080	/lvmcfg	\N	\N	lvmcfg (1.17) unstable; urgency=low  * Multiply menu-item-numbers by 100  [ Updated translations ]  * Norwegian Bokmål (nb.po) by Bjørn Steensrud -- Joey Hess <joeyh at debian.org>  Tue, 10 Apr 2007 14:43:47 -0400	\N	27147
-6489	5	f	\N	2007-12-16 20:06:29.337455	f	t	t	t	t	3379	/libwfut	\N	\N	libwfut (0.1.0-2) UNRELEASED; urgency=low  [ Barry deFreese ]  * Add watch file  * Change packagename to match soname libwfut-0.1-0 -- Barry deFreese <bddebian at comcast.net>  Sat, 27 Oct 2007 14:46:59 -0400	\N	28608
-6190	6	f	\N	2007-12-16 19:56:18.662906	f	t	t	t	t	3081	/tzsetup	\N	\N	tzsetup (1:0.19) unstable; urgency=low  [ Frans Pop ]  * Convert time zone selection templates to use Choices-C. This makes the    huge note for translators largely redundant and should lead to less    translation errors.  * Print country name instead of code in translator comment for time zones.  [ Christian Perrier ]  * Split out _Choices in __Choices. This will even more minimize the    translation errors.  [ Otavio Salvador ]  * Change tzsetup-udeb.install to avoid .svn dirs on post-base-installer.d.  [ Updated translations ]  * Belarusian (be.po) by Hleb Rubanau  * Bulgarian (bg.po) by Damyan Ivanov  * Bengali (bn.po) by Jamil Ahmed  * Catalan (ca.po) by Jordi Mallach  * Czech (cs.po) by Miroslav Kure  * German (de.po) by Jens Seidel  * Spanish (es.po) by Javier Fernández-Sanguino Peña  * Basque (eu.po) by Piarres Beobide  * French (fr.po) by Christian Perrier  * Hebrew (he.po) by Lior Kaplan  * Hungarian (hu.po) by SZERVÁC Attila  * Italian (it.po) by Stefano Canepa  * Japanese (ja.po) by Kenshi Muto  * Korean (ko.po) by Sunjae Park  * Lithuanian (lt.po) by Kęstutis Biliūnas  * Nepali (ne.po) by Nabin Gautam  * Dutch (nl.po) by Bart Cornelis  * Norwegian Nynorsk (nn.po) by Håvard Korsvoll  * Polish (pl.po) by Bartosz Fenski  * Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw)  * Portuguese (pt.po) by Miguel Figueiredo  * Russian (ru.po) by Yuri Kozlov  * Slovak (sk.po) by Peter Mann  * Swedish (sv.po) by Daniel Nylander  * Tamil (ta.po) by Dr.T.Vasudevan  * Thai (th.po) by Theppitak Karoonboonyanan  * Vietnamese (vi.po) by Clytie Siddall  * Simplified Chinese (zh_CN.po) by Ming Hua   -- Otavio Salvador <otavio at debian.org>  Sat, 27 Oct 2007 12:25:39 -0200	\N	27152
-6490	5	f	\N	2007-12-16 20:06:29.899463	f	t	t	t	t	3380	/openal	\N	\N	openal (1:0.0.8+svn~r1464-1) UNRELEASED; urgency=low  [ Cyril Brulebois ]  * New upstream snapshot.  * Tarball generated by packing the OpenAL-Sample directory from the SVN,    revision 1464.  * Dropped the following patches:    - fix_gcc-4.2.diff:        Merged upstream.    - kfreebsd_linking.diff:        Autotools and m4 are no longer used.    - pkg-config_drop_requirements.diff:        @requirements@ is now replaced by an appropriate variable.    - undocumented_alext_header.diff:        There's no file to patch anymore.  * Dropped quilt from the B-D accordingly, no patch left!  * Upstream now proposes cmake:    - debian/control:        + Added cmake, pkg-config to the B-D.        + Added nasm to the B-D, see debian/TODO.        + Dropped libarts1-dev from the B-D, since there's no arts-related          code anymore.        + Dropped texinfo from the B-D also, no longer needed.    - debian/rules:        + Moved ./configure to cmake. It looks like almost all --enable-*          options are enabled in the CMakeLists.txt file (which means: esd,          mp3, vorbis, alsa, sdl). It seems that there's neither `arts' or          `capture', though. Alsa is only enabled on Linux, which sounds fine.        + Replaced `distclean' by `clean', since cmake doesn't support the          former. Extra cleanup will be needed, see TODO.Debian.        + Added a BUILD_TREE variable to specify the build directory where the          `out-of-tree' build has to be done. That ensures a nice `clean'          target.  * Transition from libopenal0a to libopenal1:    - debian/control:        Renamed package, updated Conflicts/Replaces.    - debian/libopenal0a.install:        Renamed accordingly.    - debian/libopenal0a.lintian-overrides:        Dropped (it was needed because of the `a' transition). Code snippet in        debian/rules dropped accordingly.    - debian/libopenal-dev.install:        Commented out the installation of *.la, which could probably be just        dropped, see debian/TODO.  * Added XS-Vcs-Svn and XS-Vcs-Browser fields to the control file.  * Added missing dependency on libc-dev to the libopenal1-dev package.  [ Eddy Petrișor ]  * remove myself from the Uploaders list  [ Jon Dowland ]  * Add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:37:46 +0000	 * Check the B-D:\n   - Check the architecture(s) for which `nasm' is needed. There are some\n     conditions on whether the platform is x86 or x86_64, in CMakeLists.txt.\n * Adjust the -dev package:\n   - Probably do not attempt to ship evil .la files, currently commented out in\n     the install file. Document it in the changelog once it is decided.\n\n -- Cyril Brulebois\n	28612
-6191	6	f	\N	2007-12-16 19:56:19.163679	f	t	t	t	t	3082	/mklibs	\N	\N	mklibs (0.1.26) unstable; urgency=low  [ Joey Hess ]  * Add XS-Vcs-Svn field.  * Current standards-version (no changes needed).  [ Bastian Blank ]  * Fix linker name for non-default versions. -- Bastian Blank <waldi at debian.org>  Thu, 04 Oct 2007 11:35:55 +0200	\N	27157
-6192	6	f	\N	2007-12-16 19:56:19.677722	f	t	t	t	t	3083	/finish-install	\N	\N	finish-install (2.15) UNRELEASED; urgency=low  * 95umount: remove /target/tmp/debian-installer/ before unmounting; a file    in that directory is created by kbd-chooser to make console-data not    display a configuration question when it is installed. -- Frans Pop <fjp at debian.org>  Sat, 15 Dec 2007 18:16:19 +0100	\N	27162
-6193	6	f	\N	2007-12-16 19:56:20.124021	f	t	t	t	t	3084	/rootskel-gtk	\N	\N	rootskel-gtk (1.08) UNRELEASED; urgency=low  * Since the radeon HW accellerator module is not provide by udebs anymore,    it makes no sense selectively disabling it at boot time. -- Attilio Fiandrotti <attilio.fiandrotti at gmail.com>  Thu, 15 Nov 2007 22:52:26 +0100	\N	27167
-6194	6	f	\N	2007-12-16 19:56:20.623209	f	t	t	t	t	3085	/nobootloader	\N	\N	nobootloader (1.19) unstable; urgency=low  [ Otavio Salvador ]  * Do not depends of a specific base-installer version so we can provide    an alternative module for it.  [ Updated translations ]  * Basque (eu.po) by Piarres Beobide  * Romanian (ro.po) by Eddy Petrișor -- Joey Hess <joeyh at debian.org>  Mon, 18 Jun 2007 22:16:52 +0100	\N	27172
-6491	5	f	\N	2007-12-16 20:06:30.399916	f	t	t	t	t	3381	/boson	\N	\N	boson (0.13-3) UNRELEASED; urgency=low  [ Gonéri Le Bouder ]  * Add patch for boson-bounit.desktop - Add categories and comments  [ Eddy Petrișor ]  * remove myself from the Uploaders list  [ Jon Dowland ]  * add Homepage: control field to source stanza  [ Barry deFreese ]  * Fix watch file (Closes: #453554)  * Add VCS fields in control  * Remove homepage field from package description  * Bump standards version to 3.7.3 -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:46:35 +0000	\N	28617
-6195	6	f	\N	2007-12-16 19:56:21.113374	f	t	t	t	t	3086	/preseed	\N	\N	preseed (1.32) UNRELEASED; urgency=low  * debconf-set-selections: Avoid using "set -- $line" as this exposes it to    shell globbing and variable expansion. Closes: #450425 -- Joey Hess <joeyh at debian.org>  Wed, 07 Nov 2007 12:17:52 -0500	\N	27177
-6196	6	f	\N	2007-12-16 19:56:21.578319	f	t	t	t	t	3087	/bterm-unifont	\N	\N	bterm-unifont (1.0) unstable; urgency=low  * Gratuitous version number bump.  * Moved unifont.bgf to lib. Needs rootskel 1.12 -- Joey Hess <joeyh at debian.org>  Tue,  3 May 2005 18:17:02 -0400	\N	27182
-6492	5	f	\N	2007-12-16 20:06:30.87444	f	t	t	t	t	3382	/monsterz	\N	\N	monsterz (0.7.0-3) UNRELEASED; urgency=low  [ Eddy Petrișor ]  * removed invalid category "Application" from the desktop file  [ Cyril Brulebois ]  * Adjusted XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Barry deFreese ]  * Add simple man page  * Remove short description from long description  * Make distclean not ignore errors -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Wed, 11 Jul 2007 11:06:35 +0300	\N	28622
-6197	6	f	\N	2007-12-16 19:56:22.065613	f	t	t	t	t	3088	/clock-setup	\N	\N	clock-setup (0.93) UNRELEASED; urgency=low	\N	27187
-6493	5	f	\N	2007-12-16 20:06:31.388561	f	t	t	t	t	3383	/projectl	\N	\N	projectl (1.001.dfsg1-1) unstable; urgency=low  * Initial release (Closes: #440924)  * Thanks to Junichi Uekawa <dancer at netfort.gr.jp>    and to 角田慎一 <tsuno at ngy.1st.ne.jp> for their help translating the    license text.  [ Barry deFreese ]  * Add watch file  * Add Homepage: field in control  * Remove XS- from VCS fields in control -- Miriam Ruiz <little_miry at yahoo.es>  Sat, 25 Aug 2007 19:58:40 +0000	\N	28627
-6198	6	f	\N	2007-12-16 19:56:22.504206	f	t	t	t	t	3089	/live-installer	\N	\N	live-installer (3) UNRELEASED; urgency=low  * Fixing typo in remove-packages, thanks to Vagrant Cascadian    <vagrant at freegeek.org>. -- Daniel Baumann <daniel at debian.org>  Fri, 16 Nov 2007 23:39:00 +0100	\N	27192
-6199	6	f	\N	2007-12-16 19:56:22.965889	f	t	t	t	t	3090	/net-retriever	\N	\N	net-retriever (1.18) unstable; urgency=low  * Use /etc/udebs-source as the default release from which to fetch udebs.    This is the same release (codename) as was used to build the images and    thus ensures consistency. It is independent of the release selected for    the target system. For daily builds the source will default to 'unstable'.    Closes: #424640. -- Frans Pop <fjp at debian.org>  Sun, 27 May 2007 22:22:57 +0200	\N	27197
-6494	5	f	\N	2007-12-16 20:06:31.808058	f	t	t	t	t	3384	/gtkradiant-data-quake1	\N	\N	gtkradiant-data-quake1 (1.5.0+svn20060914-1.1) unstable; urgency=low  * Non-maintainer upload.  * Fixed version name problem   * Changed Uploader: to Uploaders: in control -- Frits Daalmans <fritsd at wanadoo.nl>  Fri, 20 Jul 2007 23:41:15 +0200	\N	28632
-6200	6	f	\N	2007-12-16 19:56:23.539156	f	t	t	t	t	3091	/kbd-chooser	\N	\N	kbd-chooser (1.39) unstable; urgency=low  * After recent changes in apt-install, we need to tell console-data not to    display its keymap/policy question when it is being installed during a D-I    installation. console-data (>= 2:1.04-2) will check for the existence of    the file /tmp/debian-installer/keymap-policy-default to suppress the    question; create that file in /target before calling apt-install.    The temporary directory will be removed during finish-install (95umount).    Closes: #456029.  [ Updated translations ]  * Belarusian (be.po) by Hleb Rubanau  * Malayalam (ml.po) by Praveen|പ്രവീണ് A|എ  * Panjabi (pa.po) by A S Alam -- Frans Pop <fjp at debian.org>  Sat, 15 Dec 2007 18:27:01 +0100	\N	27202
-6201	6	f	\N	2007-12-16 19:56:24.039314	f	t	t	t	t	3092	/console-setup	\N	\N	console-setup (1.20) UNRELEASED; urgency=low  [ Colin Watson ]  * Set default model to pc105 on powerpc/ps3 and powerpc/cell systems.  * Clean up the package description a little.  * Only default to Canadian layout for fr_CA; use U.S. English for other    *_CA locales (LP: #64418).  * Improve ckbcomp(1) formatting.  * Run setupcon with --save in the postinst to ensure that required data is    copied to /etc.  * Load the saved keymap in /etc/console-setup/boottime.kmap.gz if    available rather than running ckbcomp (which is slow), unless we're    being called with --save or --save-only.  [ Debconf templates translations ]  * Belarusian. Closes: #447109  * Galician. Closes: #447940  * Russian. -- Jacobo Tarrio <jtarrio at debian.org>  Thu, 25 Oct 2007 18:51:58 +0100	\N	27207
-6495	5	f	\N	2007-12-16 20:06:32.335861	f	t	t	t	t	3385	/asciijump	\N	\N	asciijump (1.0.2beta-1) unstable; urgency=low  * New upstream release.  * Disabled all patches as they aren't used anymore.  * Bumped compat version to 5.  * Added new Homepage field. -- Mario Iseli <mario at debian.org>  Sat,  1 Dec 2007 10:26:02 +0100	\N	28637
-6202	6	f	\N	2007-12-16 19:56:24.490504	f	t	t	t	t	3093	/cdebconf-entropy	\N	\N	cdebconf-entropy (0.6) unstable; urgency=low  * Switch the handler symbol to the "cdebconf_" namespace.  * Use the proper namespace to access newt frontend API.  * Remove the usage of dlsym() and dlopen() now that frontend symbols are    loaded globally.  * Bump Depends on cdebconf accordingly.  * Fix debian-rules-ignores-make-clean-error lintian warning.  -- Jérémy Bobbio <lunar at debian.org>  Sat, 06 Oct 2007 14:16:56 +0200	\N	27212
-6496	5	f	\N	2007-12-16 20:06:32.772893	f	t	t	t	t	3386	/silvertree	\N	\N	silvertree (0.2.1-1) UNRELEASED; urgency=low  [ Barry deFreese ]  * Initial release (Closes: #440227)  * Add simple manpages  * Work in progress.  Have pinged upstream to see about a new tarball    + current tarball doesnt make distclean and has binary files  * Add desktop files  * Still having a path issue with the scenarios  * PLEASE DO NOT UPLOAD * -- Barry deFreese <bddebian at comcast.net>  Mon, 19 Nov 2007 12:33:36 -0500	\N	28639
-6203	6	f	\N	2007-12-16 19:56:24.917536	f	t	t	t	t	3094	/partman/partman-crypto	\N	\N	partman-crypto (25) unstable; urgency=low  * Moved definitions.sh to ./lib/base.sh.  * Move crypto-tools.sh to ./lib/crypto-base.  * finish.d/crypto_config: fix script error when $tmp is empty.  * crypto-base.sh: use new memfree function from base.sh.  * Change priority to optional to allow dynamic loading by partman-base.  * Requires partman-base (>= 114).  [ Updated translations ]  * Malayalam (ml.po) by Praveen|പ്രവീണ് A|എ -- Frans Pop <fjp at debian.org>  Tue, 11 Dec 2007 14:01:41 +0100	\N	27217
-6204	6	f	\N	2007-12-16 19:56:25.383915	f	t	t	t	t	3095	/partman/partman-jfs	\N	\N	partman-jfs (24) UNRELEASED; urgency=low  * Moved definitions.sh to ./lib/base.sh. Requires partman-base (>= 114). -- Frans Pop <fjp at debian.org>  Wed, 05 Dec 2007 14:15:13 +0100	\N	27222
-6205	6	f	\N	2007-12-16 19:56:25.879287	f	t	t	t	t	3096	/partman/partman-reiserfs	\N	\N	partman-reiserfs (38) UNRELEASED; urgency=low  * Moved definitions.sh to ./lib/base.sh. Requires partman-base (>= 114). -- Frans Pop <fjp at debian.org>  Wed, 05 Dec 2007 14:15:14 +0100	\N	27227
-6206	6	f	\N	2007-12-16 19:56:26.377167	f	t	t	t	t	3097	/partman/partman-ext3	\N	\N	partman-ext3 (49) UNRELEASED; urgency=low  * Moved definitions.sh to ./lib/base.sh. Requires partman-base (>= 114). -- Frans Pop <fjp at debian.org>  Wed, 05 Dec 2007 14:15:12 +0100	\N	27232
-6207	6	f	\N	2007-12-16 19:56:26.856921	f	t	t	t	t	3098	/partman/partman-ext2r0	\N	\N	partman-ext2r0 (1.14) UNRELEASED; urgency=low  * Moved definitions.sh to ./lib/base.sh. Requires partman-base (>= 114). -- Frans Pop <fjp at debian.org>  Wed, 05 Dec 2007 14:15:12 +0100	\N	27237
-6497	5	f	\N	2007-12-16 20:06:33.31794	f	t	t	t	t	3387	/wesnoth	\N	\N	wesnoth (1:1.2.8-1) unstable; urgency=medium  * New upstream release with a fix for a directory traversal problem in the    WML engine which could lead to sending arbitrary files [CVE-2007-5742].  * Server now supports reloading of config on SIGHUP, adding support for that    to the init.d script.  * Fixed a grammar issue in the package descriptions, closes: #446545  * (Re)work the dependency handling with respect to campaigns and    incompatibility in between different wesnoth versions: make the campaigns    depend on wesnoth with same Upstream-Version. This change was both    inspired by #447151 and Andreas Tille, thanks.  * Add wesnoth-all meta package which depends on all but the server packages    produced, closes: #449132  * Removed cruft package relationship handling from before the etch release.  * Removed cdbs dependency for easier maintenanceability of debian/rules, use    quilt as patch management.  * Removed XS- prefix from Vcs control fields.  * Bumped debhelper to compat 5.  * Add explicit Build-Depends on libsdl1.2-dev instead of depending on the    implicit pullin through the other libsdl Build-Dependencies.  * Added patches:    - fix-manpage: fix the wesnoth_editor manpage NAME syntax    - fix-desktop-files: remove obsoleted entries from .desktop files -- Gerfried Fuchs <rhonda at debian.at>  Wed, 28 Nov 2007 20:10:28 +0100	\N	28641
-6208	6	f	\N	2007-12-16 19:56:27.380769	f	t	t	t	t	3099	/partman/partman-auto-raid	\N	\N	partman-auto-raid (8) UNRELEASED; urgency=low  * Moved definitions.sh to ./lib/base.sh. Requires partman-base (>= 114). -- Frans Pop <fjp at debian.org>  Wed, 05 Dec 2007 14:15:11 +0100	\N	27242
-6498	5	f	\N	2007-12-16 20:06:33.774418	f	t	t	t	t	3388	/enemylines3	\N	\N	enemylines3 (1.2-5) unstable; urgency=low  [ Gonéri Le Bouder ]  * manpage: add a notice about -dir  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:40:29 +0000	\N	28646
-6209	6	f	\N	2007-12-16 19:56:27.900834	f	t	t	t	t	3100	/partman/partman-auto-crypto	\N	\N	partman-auto-crypto (6) unstable; urgency=low  * Move deletion of SVN directories to install-rc script.  * Improve the way install-rc is called.  * Moved definitions.sh to ./lib/base.sh.  * Moved recipes.sh and auto-shared.sh to ./lib/.  * Moved auto-lvm_tools.sh to ./lib/auto-lvm.sh.  * Moved crypto_tools.sh to ./lib/crypto-base.sh.  * Change priority to optional to allow dynamic loading by partman-base.  * Requires: partman-base (>= 114); partman-crypto (>= 25);              partman-auto (>= 73); partman-auto-lvm (>= 24).  [ Updated translations ]  * Belarusian (be.po) by Hleb Rubanau  * Danish (da.po) by Claus Hindsgaul  * Basque (eu.po) by Piarres Beobide  * Malayalam (ml.po) by Praveen|പ്രവീണ് A|എ  * Portuguese (pt.po) by Miguel Figueiredo  * Romanian (ro.po) by Eddy Petrișor  * Vietnamese (vi.po) by Clytie Siddall -- Frans Pop <fjp at debian.org>  Tue, 11 Dec 2007 14:06:22 +0100	\N	27247
-6210	6	f	\N	2007-12-16 19:56:28.368994	f	t	t	t	t	3101	/partman/partman-target	\N	\N	partman-target (53) UNRELEASED; urgency=low  * Moved definitions.sh to ./lib/base.sh. Requires partman-base (>= 114). -- Frans Pop <fjp at debian.org>  Wed, 05 Dec 2007 14:15:14 +0100	\N	27252
-6499	5	f	\N	2007-12-16 20:06:44.119175	f	t	t	t	t	3389	/airstrike	\N	\N	airstrike (0.99+1.0pre6a-3.2) unstable; urgency=low  * debian/control: Add XS-Vcs-Svn and XS-Vcs-Browser.  * debian/copyright: pention the current maintainer is the Debian Game team. -- Arthur Loiret <arthur.loiret at gmail.com>  Thu, 11 Oct 2007 17:02:25 +0200	\N	28651
-6211	6	f	\N	2007-12-16 19:56:28.836595	f	t	t	t	t	3102	/partman/partman-palo	\N	\N	partman-palo (10) UNRELEASED; urgency=low  * Moved definitions.sh to ./lib/base.sh. Requires partman-base (>= 114). -- Frans Pop <fjp at debian.org>  Wed, 05 Dec 2007 14:15:14 +0100	\N	27257
-6212	6	f	\N	2007-12-16 19:56:29.311326	f	t	t	t	t	3103	/partman/partman-lvm	\N	\N	partman-lvm (58) UNRELEASED; urgency=low  * Create function for locking devices holding a PV.  * lvm-remove.sh: improve automatic removal of LVM data    - list LVM volumes to be removed; based on earlier work by David Härdeman    - a disk can contain multiple volume groups; make sure we remove them all    - when a physical volume is deleted, also unlock the device it was on -- Frans Pop <fjp at debian.org>  Mon, 10 Dec 2007 18:13:40 +0100	\N	27262
-6213	6	f	\N	2007-12-16 19:56:29.76723	f	t	t	t	t	3104	/partman/partman-md	\N	\N	partman-md (39) UNRELEASED; urgency=low  * Moved definitions.sh to ./lib/base.sh. Requires partman-base (>= 114). -- Frans Pop <fjp at debian.org>  Wed, 05 Dec 2007 14:15:13 +0100	\N	27267
-6500	5	f	\N	2007-12-16 20:06:44.589885	f	t	t	t	t	3390	/xwelltris	\N	\N	xwelltris (1.0.1-5) UNRELEASED; urgency=low  [ Miriam Ruiz ]  * Package adopted by Debian Games Team. Changed maintainer in control.  * Using quilt as a patching system.  * Upgraded Standards-Version from 3.6.2 to 3.7.2. No changes needed.  [ Linas Žvirblis ]  * update menu section to "Games/Blocks" for menu policy transition.  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Barry deFreese ]  * Added Hompage field and fix homepage URL in description  * Bump debhelper build-dep and compat to 5  * Fix make clean lintian warning  * Add watch file  * Add patch to support nostrip (Closes: #438352) -- Jon Dowland <jon at alcopop.org>  Thu, 12 Jul 2007 12:09:20 +0100	\N	28652
-6214	6	f	\N	2007-12-16 19:56:30.26634	f	t	t	t	t	3105	/partman/partman-dmraid	\N	\N	partman-dmraid (3) UNRELEASED; urgency=low  * Moved definitions.sh to ./lib/base.sh. Requires partman-base (>= 114). -- Frans Pop <fjp at debian.org>  Wed, 05 Dec 2007 14:15:12 +0100	\N	27272
-6501	5	f	\N	2007-12-16 20:06:45.062997	f	t	t	t	t	3391	/enemylines7	\N	\N	enemylines7 (0.6-2) unstable; urgency=low  [ Linas Žvirblis ]  * update the menu file for the new section  [ Gonéri Le Bouder ]  * remove Applications from Categorie in the desktop file since it's not    an official category  * update the homesite url  * FTBFS with GCC 4.3: missing #includes, apply Martin Michlmayr patch    (Closes: #417171)  * use of quilt instead of simple-patchsys.mk  * do not ignore make clean return anymore  * Add french comment in desktop file  * watch file fixed since upstream URL had been changed  [ Eddy Petrișor ]  * added Encoding to the dekstop file  * fixed Homepage semifield  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:40:15 +0000	\N	28657
-6215	6	f	\N	2007-12-16 19:56:30.733248	f	t	t	t	t	3106	/partman/partman-xfs	\N	\N	partman-xfs (36) UNRELEASED; urgency=low  * Moved definitions.sh to ./lib/base.sh. Requires partman-base (>= 114). -- Frans Pop <fjp at debian.org>  Wed, 05 Dec 2007 14:15:15 +0100	\N	27277
-6216	6	f	\N	2007-12-16 19:56:36.168948	f	t	t	t	t	3107	/partman/partman-newworld	\N	\N	partman-newworld (19) UNRELEASED; urgency=low  [ Frans Pop ]  * Move deletion of SVN directories to install-rc script.  * Improve the way install-rc is called.  * Moved definitions.sh to ./lib/base.sh. Requires partman-base (>= 114).  [ Colin Watson ]  * Use 'mkdir -p' rather than more awkward test-then-create constructions. -- Frans Pop <fjp at debian.org>  Wed, 05 Dec 2007 14:15:13 +0100	\N	27282
-6502	5	f	\N	2007-12-16 20:06:45.593711	f	t	t	t	t	3392	/moaggedit	\N	\N	moaggedit (0.5-4) UNRELEASED; urgency=low  [ Eddy Petrișor ]  * fixed Homepage semifield  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Barry deFreese ]  * Fix watch file (Closes: #449975)  * Bump debhelper build-dep to match compat  * Add Homepage field  * Make clean not ignore errors  * Use make distclean instead of clean (Closes: #424575)  * Remove XS from VCS fields  * Remove Homepage from package description -- Eddy Petrișor <eddy.petrisor at gmail.com>  Wed, 26 Jul 2006 03:39:25 +0300	\N	28662
-6217	6	f	\N	2007-12-16 19:56:36.71974	f	t	t	t	t	3108	/partman/partman-efi	\N	\N	partman-efi (15) UNRELEASED; urgency=low  * Moved definitions.sh to ./lib/base.sh. Requires partman-base (>= 114). -- Frans Pop <fjp at debian.org>  Wed, 05 Dec 2007 14:15:12 +0100	\N	27287
-6218	6	f	\N	2007-12-16 19:56:37.197119	f	t	t	t	t	3109	/partman/partman-auto-lvm	\N	\N	partman-auto-lvm (25) UNRELEASED; urgency=low  * Lock devices that are used for physical volumes, as is done when setting    up LVM using manual partitioning. Requires: partman-lvm (>= 58). -- Frans Pop <fjp at debian.org>  Tue, 11 Dec 2007 14:15:41 +0100	\N	27292
-6219	6	f	\N	2007-12-16 19:56:37.676548	f	t	t	t	t	3110	/partman/partman-basicmethods	\N	\N	partman-basicmethods (37) UNRELEASED; urgency=low  * Moved definitions.sh to ./lib/base.sh. Requires partman-base (>= 114). -- Frans Pop <fjp at debian.org>  Wed, 05 Dec 2007 14:15:11 +0100	\N	27297
-6220	6	f	\N	2007-12-16 19:56:38.182815	f	t	t	t	t	3111	/partman/partman-prep	\N	\N	partman-prep (14) UNRELEASED; urgency=low  * Moved definitions.sh to ./lib/base.sh. Requires partman-base (>= 114). -- Frans Pop <fjp at debian.org>  Wed, 05 Dec 2007 14:15:14 +0100	\N	27302
-6503	5	f	\N	2007-12-16 20:06:46.068594	f	t	t	t	t	3393	/tuxracer-extras	\N	\N	tuxracer-extras (0.5-4) UNRELEASED; urgency=low  *  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:48:03 +0000	\N	28667
-6221	6	f	\N	2007-12-16 19:56:38.705011	f	t	t	t	t	3112	/partman/partman-partitioning	\N	\N	partman-partitioning (54) unstable; urgency=low  [ Frans Pop ]  * Moved definitions.sh to ./lib/base.sh.  * Move resize.sh to ./lib/resize.sh.  * Reorganization of partition label related code:    - add new function library ./lib/disk-label.sh to include the function      default_disk_label (previously in definitions.sh) and a new function      create_new_label (factored out from storage_device/label/do_option)    - add init.d/unsupported previously in partman-base    - add partman/*_label templates previously in partman-base    Part of this change was originally suggested by Jérémy Bobbio.  * disk-label.sh: allow not to prompt for new disk label if default is valid    (for use during guided partitioning).  * disk-label.sh: remove existing LVM data from the device before creating a    new disk label; this is now also done if a new disk label is created    during manual partitioning.  * Requires partman-base (>= 114); partman-lvm (>= 57).  [ Colin Watson ]  * Quote $(FS_DEPENDS) in dh_gencontrol arguments to avoid gotcha when    adding extra items to it.  [ Updated translations ]  * Malayalam (ml.po) by Praveen|പ്രവീണ് A|എ  * Thai (th.po) by Theppitak Karoonboonyanan -- Frans Pop <fjp at debian.org>  Tue, 11 Dec 2007 14:02:38 +0100	\N	27307
-6222	6	f	\N	2007-12-16 19:56:39.245312	f	t	t	t	t	3113	/partman/partman-auto	\N	\N	partman-auto (73) unstable; urgency=low  * Moved definitions.sh to ./lib/base.sh.  * Move recipes.sh and auto-shared.sh to ./lib/.  * auto-shared.sh: rename wipe_disk() to auto_init_disk().  * Use functions provided by partman-partitioning in auto_init_disk():    - use the create_new_label function; don't prompt for disk label to use      unless the default is invalid    - create_new_label will now take care of removing existing LVM data from      the selected device; the actual code to erase existing LVM data has been      moved to partman-lvm    Changes inspired by and partially based on a patch proposed in #396023 by    Jérémy Bobbio.  * Major whitespace cleanup and some coding style improvements.  * Requires: partman-base (>= 114); partman-partitioning (>= 54).  [ Updated translations ]  * Esperanto (eo.po) by Serge Leblanc  * Japanese (ja.po) by Kenshi Muto  * Malayalam (ml.po) by Praveen|പ്രവീണ് A|എ -- Frans Pop <fjp at debian.org>  Tue, 11 Dec 2007 14:03:38 +0100	\N	27312
-6504	5	f	\N	2007-12-16 20:06:46.56299	f	t	t	t	t	3394	/koules	\N	\N	koules (1.4-17) unstable; urgency=low  [ Cyril Brulebois ]  * Added Vcs-Svn and Vcs-Browser fields in the control file.  [ Gonéri Le Bouder ]  * remove ./xkoules.man during the clean to be able to do two build in a row    * (Closes: #424462)  * remove the dh-make header in the debian/rules  [ Barry deFreese ]  * Add watch file  * Change long description to not include short description.  * Add homepage field in control  * 107_fix_xsynchronize.diff (Closes: #412056)    * Handle ARGB visuals properly  * 108_use_right_visual.diff    * Handle -y option  * Thanks to Peter De Wachter for the patches  * 109_fpe_fix.diff (Closes: #269840)    * Fixes floating point exceptions    * Thanks to Steffen Pingel for the patch  * Add myself to uploaders -- Barry deFreese <bddebian at comcast.net>  Wed, 05 Dec 2007 13:16:56 -0500	\N	28672
-6223	6	f	\N	2007-12-16 19:56:39.775343	f	t	t	t	t	3114	/partman/partman-basicfilesystems	\N	\N	partman-basicfilesystems (57) UNRELEASED; urgency=low  * Moved definitions.sh to ./lib/base.sh. Requires partman-base (>= 114). -- Frans Pop <fjp at debian.org>  Wed, 05 Dec 2007 14:15:11 +0100	\N	27317
-6505	5	f	\N	2007-12-16 20:06:47.128364	f	t	t	t	t	3395	/clanlib	\N	\N	clanlib (0.8.0-1) unstable; urgency=low  * New upstream release (Closes: #188449, #299524, #383972).  * Set maintainer to the Games team (Closes: #414533).  * Use quilt for patch management.  * debian/control:    + Merged clanlib-examples into clanlib-doc.    + Got rid of all libclanlib* modules. Now we only have libclanapp-0.8-1      and libclansdl-0.8-1. There is no longer an fbdev output (but it can      be activated through SDL), hence fbdev bugs are no longer relevant      (Closes: #60031).  * debian/scripts:    + Got rid of the cruft in there, quilt does everything far better. We get      rid of the bashisms at the same time (Closes: #372272).  * debian/compat:    + Set compat to 5.  * debian/copyright:    + Added list of copyright holders and fixed license.  * debian/patches/000_missing_newline.diff:    + New patch. Add missing newline to acinclude.m4 so that aclocal doesn't      fail.  * debian/patches/005_am_maintainer_mode.diff:    + Set AM_MAINTAINER_MODE.  * debian/patches/100_rebootstrap.diff:    + Rebootstrap package.  [ Barry deFreese ]  * Add watch file  * Add Homepage field in control  * Make distclean not ignore errors  * Move doc from rules to clanlib-doc.install  * Remove root / from .install files  * Add build-dep for libxmu-dev and libxi-dev  * Add build-dep for libsdl1.2-dev and libsdl-gfx1.2-dev  * Add build-dep for xsltproc  * 015_opengl_wrap.diff - New patch. gcc issues with opengl_wrap.h -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Sat, 14 Apr 2007 03:39:13 +0200	\N	28677
-6224	6	f	\N	2007-12-16 19:56:40.311307	f	t	t	t	t	3115	/partman/partman-base	\N	\N	partman-base (114) unstable; urgency=low  * Move definitions.sh to ./lib/base.sh. Temporarily provide a symlink to the    old location to ease the transition.  * base.sh: add memfree function which returns free memory in kB.  * Reorganization of partition label related code to partman-partitioning:    - move function default_disk_label from base.sh to disk-label.sh    - move init.d/unsupported    - move partman/*_label templates    - depend on partman-partitioning (>= 54) so other components can just      depend on this version of partman-base    Part of this change was originally suggested by Jérémy Bobbio.  * Only load components for LVM and crypto support when there is sufficient    free memory. For crypto this only loads base support components;    additional crypto components will only be loaded on demand. Support for    guided (encrypted) LVM partitioning is only loaded if partman-auto was    already loaded (which it may not be for lowmem installs).  [ Updated translations ]  * Malayalam (ml.po) by Praveen|പ്രവീണ് A|എ -- Frans Pop <fjp at debian.org>  Tue, 11 Dec 2007 13:45:43 +0100	\N	27322
-6225	6	f	\N	2007-12-16 19:56:40.916377	f	t	t	t	t	3116	/base-installer	\N	\N	base-installer (1.86) unstable; urgency=low  [ Martin Michlmayr ]  * Add support for the Orion (ARM) platform.  [ Updated translations ]  * Slovak (sk.po) by Ivan Masár -- Martin Michlmayr <tbm at cyrius.com>  Thu, 29 Nov 2007 09:15:41 +0100	\N	27327
-6506	5	f	\N	2007-12-16 20:06:47.644298	f	t	t	t	t	3396	/fillets-ng	\N	\N	fillets-ng (0.7.4-4) UNRELEASED; urgency=low  * NOT RELEASED YET  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:47:48 +0000	\N	28682
-6226	6	f	\N	2007-12-16 19:56:46.60698	f	t	t	t	t	3117	/netcfg	\N	\N	netcfg (1.40) unstable; urgency=low  [ Frans Pop ]  * Remove alternative dependencies for DHCP clients (not supported by udpkg).  [ Colin Watson ]  * Revert change to copy udev's persistent-net rules to the target system,    as udev-udeb already does this. Closes: #433936.  [ Joey Hess ]  * Stop mentioning FireWire in generic description for ethX devices, to avoid    confusing users. ;-)    I think this is ok to drop as since hw-detect 1.47, devnames should have    descriptions for firewire devices. When #405421 was filed,    sysfs-update-devnames had not been fixed to look in    /sys/class/net/<foo>/device/bus and so firewire interfaces lacked special    descriptions.  [ dann frazier ]  * Remove unused extern declaration for netcfg_get_dhcp() function in    netcfg.h. This function was removed in r15113.  * Request ntp-servers option from dhcp server and store in    netcfg/dhcp_ntp_servers for later processing by clock-setup.    See #447071  * Use POSIX-compliant 'printf' instead of 'echo -n' in dhclient-script  [ Updated translations ]  * Belarusian (be.po) by Hleb Rubanau  * Bulgarian (bg.po) by Damyan Ivanov  * Bengali (bn.po) by Jamil Ahmed  * Catalan (ca.po) by Jordi Mallach  * Czech (cs.po) by Miroslav Kure  * German (de.po) by Jens Seidel  * Esperanto (eo.po) by Serge Leblanc  * Spanish (es.po) by Javier Fernández-Sanguino Peña  * Basque (eu.po) by Piarres Beobide  * French (fr.po) by Christian Perrier  * Galician (gl.po) by Jacobo Tarrio  * Hebrew (he.po) by Lior Kaplan  * Hungarian (hu.po) by SZERVÁC Attila  * Italian (it.po) by Stefano Canepa  * Japanese (ja.po) by Kenshi Muto  * Korean (ko.po) by Sunjae Park  * Lithuanian (lt.po) by Kęstutis Biliūnas  * Nepali (ne.po) by Nabin Gautam  * Dutch (nl.po) by Bart Cornelis  * Norwegian Nynorsk (nn.po) by Håvard Korsvoll  * Panjabi (pa.po) by A S Alam  * Polish (pl.po) by Bartosz Fenski  * Portuguese (pt.po) by Miguel Figueiredo  * Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw)  * Romanian (ro.po) by Eddy Petrișor  * Russian (ru.po) by Yuri Kozlov  * Slovak (sk.po) by Peter Mann  * Albanian (sq.po) by Elian Myftiu  * Swedish (sv.po) by Daniel Nylander  * Tamil (ta.po) by Dr.T.Vasudevan  * Thai (th.po) by Theppitak Karoonboonyanan  * Vietnamese (vi.po) by Clytie Siddall  * Simplified Chinese (zh_CN.po) by Ming Hua -- Joey Hess <joeyh at debian.org>  Mon, 29 Oct 2007 13:34:15 -0400	\N	27332
-6507	5	f	\N	2007-12-16 20:06:48.077443	f	t	t	t	t	3397	/tennix	\N	\N	tennix (0.4.1-1) UNRELEASED; urgency=low  * Initial release (Closes: #445516). -- Marco Rodrigues <gothicx at sapo.pt>  Sat, 06 Oct 2007 13:28:22 +0100	\N	28687
-6227	6	f	\N	2007-12-16 19:56:47.111215	f	t	t	t	t	3118	/autopartkit	\N	\N	autopartkit (1.29) UNRELEASED; urgency=low  * Remove resize_inode option when calling mkfs.ext3 as the option is    default. Patch from Maximilian Attems. -- Frans Pop <fjp at debian.org>  Mon, 26 Nov 2007 04:30:15 +0100	\N	27337
-6228	6	f	\N	2007-12-16 19:57:17.588243	f	t	t	t	t	3119	/os-prober	\N	\N	os-prober (1.23) unstable; urgency=low  * If fuseblk is in /proc/filesystems and ntfs-3g is present, try mounting    filesystems as ntfs-3g.  * Try finding a LABEL/UUID-capable /bin/mount in $tmpmnt as well as in    /target.  * Set LD_LIBRARY_PATH appropriately in the event that we have to use a    foreign mount binary (LP: #145424).  * Adjust Microsoft probe to cope with NTFS partitions appearing with type    ntfs-3g. -- Colin Watson <cjwatson at debian.org>  Mon, 26 Nov 2007 15:20:17 +0000	\N	27342
-6229	6	f	\N	2007-12-16 19:57:18.067574	f	t	t	t	t	3120	/cdrom-retriever	\N	\N	cdrom-retriever (1.16) UNRELEASED; urgency=low  * Remove Raphael Hertzog from Uploaders on his request. -- Jérémy Bobbio <lunar at debian.org>  Thu, 04 Oct 2007 18:12:31 +0200	\N	27347
-6508	5	f	\N	2007-12-16 20:06:48.555116	f	t	t	t	t	3398	/ode	\N	\N	ode (1:0.9.dfsg-1) unstable; urgency=low  [ Barry deFreese ]  * Add watch file  * Add myself to uploaders  [ Gonéri Le Bouder ]  * New upstream release  * use binary-indep, dpkg-buildpackage -B doesn't build binary indep    package anymore  * add Vcs-Browser  * Renamed “XS-Vcs-Svn” to “Vcs-Svn”, now officially supported by dpkg.  * move homepage from the description to the new Homepage field  * libode 0.5 transition is finished, add the Conflicts and Replaces fields -- Gonéri Le Bouder <svnbuildstat at rulezlan.org>  Sat, 24 Nov 2007 19:23:58 +0100	\N	28692
-6230	6	f	\N	2007-12-16 19:57:28.536853	f	t	t	t	t	3121	/udpkg	\N	\N	udpkg (1.07) UNRELEASED; urgency=low  * Remove HACKING and add configure to svn instead. -- Colin Watson <cjwatson at debian.org>  Fri, 29 Jun 2007 17:46:03 +0100	\N	27352
-6231	6	f	\N	2007-12-16 19:57:29.066274	f	t	t	t	t	3122	/debian-installer-utils	\N	\N	debian-installer-utils (1.51) UNRELEASED; urgency=low  * user-params: Exclude ks=, used by kickseed. -- Colin Watson <cjwatson at debian.org>  Mon, 03 Dec 2007 12:43:29 +0000	\N	27357
-6509	5	f	\N	2007-12-16 20:06:49.005772	f	t	t	t	t	3399	/gradle-unison	\N	\N	gradle-unison (0.10.dfsg1-1) unstable; urgency=low  [ Miriam Ruiz ]  * Initial release (Closes: #)  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:42:30 +0000	\N	28697
-6232	6	f	\N	2007-12-16 19:57:29.54836	f	t	t	t	t	3123	/partconf	\N	\N	partconf (1.25) UNRELEASED; urgency=low  * Cleanup devfs-style device names from fstab-common and    get_all_partitions(). -- Jérémy Bobbio <lunar at debian.org>  Thu, 06 Sep 2007 12:09:23 +0200	\N	27362
-6510	5	f	\N	2007-12-16 20:06:49.49667	f	t	t	t	t	3400	/es	\N	\N	es (1.0a.dfsg1-1) unstable; urgency=low  * Initial release (Closes: #440925)  * Thanks to Junichi Uekawa <dancer at netfort.gr.jp>    and to 角田慎一 <tsuno at ngy.1st.ne.jp> for their help translating the    license text. -- Miriam Ruiz <little_miry at yahoo.es>  Sat, 25 Aug 2007 19:58:40 +0000	\N	28702
-6233	6	f	\N	2007-12-16 19:57:30.017891	f	t	t	t	t	3124	/user-setup	\N	\N	user-setup (1.17) UNRELEASED; urgency=low  [ Joey Hess ]  * Call dh_md5sums.  [ Otavio Salvador ]  * Bump Standards-Version to 3.7.2 (no changes needed).  [ Colin Watson ]  * Fix comment attached to passwd/user-default-groups.  * hal was renamed to haldaemon in hal 0.5.7.1-1; Hal is also a reasonably    common human name. Remove it from reserved-usernames. -- Otavio Salvador <otavio at debian.org>  Thu, 18 Oct 2007 14:04:09 -0200	\N	27367
-6511	5	f	\N	2007-12-16 20:06:49.957597	f	t	t	t	t	3401	/openarena	\N	\N	openarena (0.7.0-2) UNRELEASED; urgency=low  * Fix inadvertent installation of files below usr/share/doc/openarena-server    by the openarena (client) package. (Closes: #440173)  [ Barry deFreese ]  * Add watch file  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:45:55 +0000	\N	28707
-6512	5	f	\N	2007-12-16 20:06:50.471873	f	t	t	t	t	3402	/xtux	\N	\N	xtux (0.2.030306-11) UNRELEASED; urgency=low  [ Barry deFreese ]  * Remove ggz-config call from xtux-client.prerm (Closes: #395337)  * Add watch file  * Add Homepage field in control  * Add VCS fields in control  * Bump debhelper build-dep to match compat version (5)  * Add myself to uploaders -- Barry deFreese <bddebian at comcast.net>  Fri, 12 Oct 2007 15:04:23 -0400	\N	28712
-6234	6	f	\N	2007-12-16 19:57:30.528538	f	t	t	t	t	3125	/anna	\N	\N	anna (1.28) unstable; urgency=low  * Load debconf templates all in one go after unpacking all packages.    Letting udpkg call debconf-loadtemplate once per package is much slower    as it has to write the templates database over and over again. Requires    udpkg (>= 1.06) for the --no-loadtemplate option.  * On second thoughts, compile this out by default as it raises the    high-water mark for d-i memory use substantially, since individual    .templates files aren't removed until all of them have been loaded. I've    left the code in place as we may want to add this back in as an option    for speed in the future.  [ Updated translations ]  * Bulgarian (bg.po) by Damyan Ivanov  * Bengali (bn.po) by Jamil Ahmed  * Catalan (ca.po) by Jordi Mallach  * Czech (cs.po) by Miroslav Kure  * German (de.po) by Jens Seidel  * Esperanto (eo.po) by Serge Leblanc  * Spanish (es.po) by Javier Fernández-Sanguino Peña  * Basque (eu.po) by Piarres Beobide  * French (fr.po) by Christian Perrier  * Galician (gl.po) by Jacobo Tarrio  * Hebrew (he.po) by Lior Kaplan  * Japanese (ja.po) by Kenshi Muto  * Korean (ko.po) by Sunjae Park  * Norwegian Bokmål (nb.po) by Bjørn Steensrud  * Nepali (ne.po) by Nabin Gautam  * Dutch (nl.po) by Frans Pop  * Panjabi (pa.po) by A S Alam  * Polish (pl.po) by Bartosz Fenski  * Portuguese (pt.po) by Miguel Figueiredo  * Portuguese (Brazil) (pt_BR.po) by Felipe Augusto van de Wiel (faw)  * Romanian (ro.po) by Eddy Petrișor  * Russian (ru.po) by Yuri Kozlov  * Albanian (sq.po) by Elian Myftiu  * Swedish (sv.po) by Daniel Nylander  * Tamil (ta.po) by Dr.T.Vasudevan  * Thai (th.po) by Theppitak Karoonboonyanan  * Tagalog (tl.po) by Eric Pareja  * Ukrainian (uk.po)  * Vietnamese (vi.po) by Clytie Siddall  * Simplified Chinese (zh_CN.po) by Ming Hua -- Colin Watson <cjwatson at debian.org>  Mon, 20 Aug 2007 17:14:43 +0100	\N	27372
-6235	6	f	\N	2007-12-16 19:57:31.026225	f	t	t	t	t	3126	/floppy-retriever	\N	\N	floppy-retriever (1.16) unstable; urgency=low  [ Jérémy Bobbio ]  * Clean up devfs-style device names in load-floppy.postinst.  [ Updated translations ]  * Bengali (bn.po) by Jamil Ahmed  * Catalan (ca.po) by Jordi Mallach  * Danish (da.po) by Claus Hindsgaul  * Italian (it.po) by Stefano Canepa  * Romanian (ro.po) by Eddy Petrișor  * Vietnamese (vi.po) by Clytie Siddall -- Jérémy Bobbio <lunar at debian.org>  Thu, 27 Sep 2007 18:31:36 +0200	\N	27377
-6513	5	f	\N	2007-12-16 20:06:50.896864	f	t	t	t	t	3403	/ogreal	\N	\N	ogreal (0.2+svn20071115.84-1) unstable; urgency=low  [ Andres Mejia ]  * Initial packaging. -- Andres Mejia <mcitadel at gmail.com>  Thu, 15 Nov 2007 14:28:41 -0500	\N	28717
-6514	5	f	\N	2007-12-16 20:06:51.369826	f	t	t	t	t	3404	/pixfrogger	\N	\N	pixfrogger (1.0-2) UNRELEASED; urgency=low  [ Barry deFreese ]  * Add watch file  * Add myself to uploaders  * Remove XS- from VCS fields in control -- Barry deFreese <bddebian at comcast.net>  Fri, 09 Nov 2007 00:18:04 -0500	\N	28721
-6515	5	f	\N	2007-12-16 20:06:51.816485	f	t	t	t	t	3405	/gtkradiant-data-nexuiz	\N	\N	gtkradiant-data-nexuiz (1.5.0+svn20060914-2) UNRELEASED; urgency=low  [ Frits Daalmans ]  * Changed copyright to fix copyright-should-refer-to-common-license error  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file. -- Frits Daalmans <fritsd at wanadoo.nl>  Fri, 20 Jul 2007 23:32:42 +0200	\N	28726
-6516	5	f	\N	2007-12-16 20:06:52.27507	f	t	t	t	t	3406	/abuse-sdl	\N	\N	abuse-sdl (1:0.7.0-7) UNRELEASED; urgency=low  * Drop the abuse-sdl package. This transitional package is no longer needed. -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Tue, 11 Dec 2007 19:08:06 +0100	\N	28731
-6590	5	f	\N	2007-12-16 20:08:06.385811	f	t	t	t	t	3480	/vodovod	\N	\N	vodovod (1.10-2) UNRELEASED; urgency=low  [ Marco Rodrigues ]  * Changed debian/control priority from extra to optional  * Add Homepage field in the control file.  [ Eddy Petrișor ]  * removed invalid category "Application"  [ Gonéri Le Bouder ]  * fix the watch file  [ Jon Dowland ]  * update menu section to "Games/Action" for menu policy transition.    Thanks Linas Žvirblis.  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Barry deFreese ]  * Re-fix the watch file -- Jon Dowland <jon at alcopop.org>  Thu, 12 Jul 2007 12:08:03 +0100	\N	29078
-6594	5	f	\N	2007-12-16 20:08:08.325074	f	t	t	t	t	3484	/warsow	\N	\N	warsow (0.32.dfsg-1) unstable; urgency=low  [ Andres Mejia ]  * New upstream release. (Closes: 440476)  * Adding script to download and create orig tarball.  * Added Homepage field in source stanza that will soon be supported.  * Updated copyright file to describe what is and isn't included from upstream    tarball.  * Documentation from warsow upstream binary tarball will be included in    debian/documentation.  * Bumped install files to install from warsow-0.32/* directories.  * Using libjpeg-dev instead of libjpeg62-dev.  * Using libsdl-dev instead of libsdl1.2-dev.  * Using libz-dev instead of zlib1g-dev.  * Removing libxext-dev and libx11-dev. They are dependencies of    libxinerama-dev.  * Removing battleye patch and fix_off_by_one patch. They are no longer    needed.  * Updated patches.  * Changed warsow.xpm to more recent icon.  * Included warsow128x128.png icon.    + Using sharutils to hold png icon.    + desktop file will use new icon.  * Adding a warsow.docs and warsow-server.docs files for both packages. -- Andres Mejia <mcitadel at gmail.com>  Tue, 04 Sep 2007 15:25:16 -0400	\N	29098
-6595	5	f	\N	2007-12-16 20:08:08.778967	f	t	t	t	t	3485	/alien-arena-data	\N	\N	alien-arena-data (6.10-1) unstable; urgency=low  * New upstream release.  * Added Homepage field in control file.  * Added XS-Vcs-{Svn,Browser} fields in control file.  * Adding script to generate orig tarball. -- Andres Mejia <mcitadel at gmail.com>  Sat, 10 Nov 2007 20:41:44 -0500	\N	29103
-6596	5	f	\N	2007-12-16 20:08:09.214139	f	t	t	t	t	3486	/pathological-music	\N	\N	pathological-music (3) UNRELEASED; urgency=low  * NOT RELEASED YET  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Jon Dowland ]  * Add Homepage: to source control stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:38:29 +0000	\N	29108
-6597	5	f	\N	2007-12-16 20:08:09.727811	f	t	t	t	t	3487	/late	\N	\N	late (0.1.0-11) UNRELEASED; urgency=low  [ Barry deFreese ]  * Run distclean if config.status and Makefile exist (Closes: #424494)  * Make distclean not ignore errors  * Remove Homepage from package descriptions  * Fix watch file (Closes: #453581) -- Barry deFreese <bddebian at comcast.net>  Mon, 03 Dec 2007 23:52:12 -0500	\N	29113
-6598	5	f	\N	2007-12-16 20:08:10.17322	f	t	t	t	t	3488	/fretsonfire-data-sectoid	\N	\N	fretsonfire-songs-sectoid (1.dfsg-2) unstable; urgency=low  * Update maintainer email address  -- Matthew Johnson <mjj29 at debian.org>  Wed, 05 Dec 2007 10:57:15 +0000	\N	29118
-6601	5	f	\N	2007-12-16 20:08:11.516966	f	t	t	t	t	3491	/ii-esu	\N	\N	ii-esu (1.0a.dfsg1-1) unstable; urgency=low  [ Miriam Ruiz ]  * Initial release (Closes: #440925)  * Thanks to Junichi Uekawa <dancer at netfort.gr.jp>    and to 角田慎一 <tsuno at ngy.1st.ne.jp> for their help translating the    license text.  [ Barry deFreese ]  * Package rename to ii-esu  * Update desktop file  * Remove non-free music in get-orig-source target  * Update get-orig-source to create new package name tarball -- Miriam Ruiz <little_miry at yahoo.es>  Sat, 25 Aug 2007 19:58:40 +0000	\N	29130
-6602	5	f	\N	2007-12-16 20:08:12.014696	f	t	t	t	t	3492	/prboom	\N	\N	prboom (2:2.4.7+dfsg-2) unstable; urgency=low  [ Marco Rodrigues ]  * move the maintenance description to README.source  [ Barry deFreese ]  * Add watch file  * Remove XS- from VCS fields in control  [ Jon Dowland ]  * provide/conflict (versioned): lxdoom  * new install file for .desktop  * remove spare "menu" file  * Add DM-Upload-Allowed: yes to control file (at present, the only    non-DD maintainer is myself)  * remove config.log in clean target -- Jon Dowland <jon at alcopop.org>  Fri, 07 Dec 2007 18:55:57 +0000	\N	29135
-6603	5	f	\N	2007-12-16 20:08:12.510687	f	t	t	t	t	3493	/quake3-data	\N	\N	quake3-data (1) unstable; urgency=low  [ Bruno "Fuddl" Kleinert ]  * Initial Release (Closes: #337938)  [ Eddy Petrișor ]  * debconf template fixes -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Thu,  5 Oct 2006 23:07:05 +0300	\N	29140
-6604	5	f	\N	2007-12-16 20:08:13.037328	f	t	t	t	t	3494	/wok	\N	\N	wok (1.0-1) UNRELEASED; urgency=low  [ Miriam Ruiz ]  * Initial package.  * Patches:    - Commented out and replaced enum defined in sound.c as it was already      defined in SDL_mixer.h    - Modified screen.c and sound.c to configure "images/" and "sounds/"      directories through preprocessor definitions    - Modified sound.c to load audio from the same directory as sounds, rather      than a hard-coded path.    - Modified wok.c to store preferences in $HOME.  [ Jon Dowland ]  * update menu section to "Games/Action" for menu policy transition.    Thanks Linas Žvirblis.  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Barry deFreese ]  * Add watch file  * Add desktop file  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:43:52 +0000	\N	29145
-6605	5	f	\N	2007-12-16 20:08:13.4946	f	t	t	t	t	3495	/ezquake	\N	\N	ezquake (1.8-1) unstable; urgency=low  * Initial release Closes: #XXXX -- Gonéri Le Bouder <svnbuildstat at rulezlan.org>  Sat,  2 Jun 2007 02:07:18 +0200	\N	29150
-6606	5	f	\N	2007-12-16 20:08:13.985098	f	t	t	t	t	3496	/vdrift-data	\N	\N	vdrift-data (0.0.2007.03.23-1) unstable; urgency=low  [ Gonéri Le Bouder ]  * New upstream release  * split the vdrift source package into vdrift and vdrift-data  * move debian/tools/make-vdrift-install-files.pl from the vdrift source    package  [ Barry deFreese ]  * Add watch file  * Add Homepage field to control  * Add VCS fields to control -- Gonéri Le Bouder <svnbuildstat at rulezlan.org>  Mon, 16 Apr 2007 23:21:30 +0200	\N	29155
-6607	5	f	\N	2007-12-16 20:08:14.465206	f	t	t	t	t	3497	/pathological	\N	\N	pathological (1.1.3-9) UNRELEASED; urgency=low  [ Gonéri Le Bouder ]  * call dh_desktop to run update-desktop-database  [ Eddy Petrișor ]  * desktop file changes    - removed invalid category "Application"    - added missing semicolon at the end of the Categories field  [ Cyril Brulebois ]  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.  [ Barry deFreese ]  * Add Homepage field  * Bump debhelper build-dep to match compat  * Remove deprecated Encoding from desktop file and make more HIG compliant  * Add watch file  * Make distclean not ignore errors  * Make debhelper b-d, not b-d-i. (Used in clean target). -- Alexander Schmehl <tolimar at debian.org>  Wed, 11 Jul 2007 11:04:31 +0300	\N	29160
-6608	5	f	\N	2007-12-16 20:08:14.867384	f	t	t	t	t	3498	/langdrill	\N	\N	langdrill (0.3-6) unstable; urgency=low  * Moved packaging to the Debian Games Team.  * Use quilt for patch management.  * debian/control:    + Set policy to 3.7.2.    + Build-depend on quilt.    + Set section to games instead of gnome.  * debian/patches/000_pkg_config.diff:    + New patch courtesy of Matt Kraai -- use pkg-config to find the cairo.h      include path (Closes: #355991).  * debian/patches/010_cxx_standard.diff:    + New patch from old diff.gz -- compilation fix for newer g++.  * debian/patches/010_vdk_updates.diff:    + New patch from old diff.gz -- compilation fix for newer VDK versions.  * debian/patches/020_documentation.diff:    + New patch from old diff.gz -- minor documentation fixes.  * debian/patches/030_french_utf8.diff:    + New patch from old diff.gz -- convert the French drill to UTF-8.  * debian/patches/030_japanese.diff:    + New patch from old diff.gz -- Japanese improvements.  * debian/patches/030_swedish.diff:    + New patch from old diff.gz -- user-contributed Swedish drill. -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Wed, 17 May 2006 01:33:21 +0200	\N	29165
-6609	5	f	\N	2007-12-16 20:08:15.36161	f	t	t	t	t	3499	/ri-li	\N	\N	ri-li (2.0.1-1) UNRELEASED; urgency=low  [ Cyril Brulebois ]  * Fix typos in the long description (Closes: #444827).  [ Eddy Petrișor ]  * remove myself from the Uploaders list  [ Barry deFreese ]  * New upstream release  * Remove deprecated encoding tag from desktop file and full path in exec  * Remove XS- from VCS fields in control  * Add Homepage field in control  * 20_remove_gentoo_dir.diff - Remove gentoo subdir from Makefile.*  * Bug #383007 mentions using a merged tarball to get the data package     + source but I am not sure how to effectively do that. -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Mon, 15 Oct 2007 23:07:57 +0300	\N	29168
-6610	5	f	\N	2007-12-16 20:08:15.849936	f	t	t	t	t	3500	/lincity-ng	\N	\N	lincity-ng (1.1.2-2) UNRELEASED; urgency=low  * NOT RELEASED YET -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Wed, 05 Dec 2007 06:27:16 +0100	\N	29173
-6611	5	f	\N	2007-12-16 20:08:16.325028	f	t	t	t	t	3501	/gunroar	\N	\N	gunroar (0.15.dfsg1-3) UNRELEASED; urgency=low  [ Barry deFreese ]  * Add watch file  * Add Homepage field to control  * Remove XS- from VCS fields in control -- Barry deFreese <bddebian at comcast.net>  Thu, 08 Nov 2007 17:57:26 -0500	\N	29178
-6612	5	f	\N	2007-12-16 20:08:16.849202	f	t	t	t	t	3502	/dreamchess	\N	\N	dreamchess (0.1.0-3) unstable; urgency=low  [ Gonéri Le Bouder ]  * dpkg-buildpackage -B doesn't create arch all package anymore  [ Jon Dowland ]  * add Homepage: control field to source stanza -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:43:39 +0000	\N	29183
-6613	5	f	\N	2007-12-16 20:08:17.207937	f	t	t	t	t	3503	/donkey-bolonkey	\N	\N	donkey-bolonkey (2001-4) unstable; urgency=low  [ Barry deFreese ]  * New maintainer (Closes: #453750)    + Debian Games Team <pkg-games-devel at lists.alioth.debian.org>  * Add myself to uploaders  * Move Homepage field from package description to header  * Add VCS fields in control  * Remove deprecated Encoding tag from desktop file  * Make clean not ignore errors  * Add quilt patching system  * 01_remove_strip.patch (Closes: #436774)    + Remove -s from LFLAGS in makefile.uni  * Bump standards to 3.7.3 (No changes needed) -- Barry deFreese <bddebian at comcast.net>  Tue, 11 Dec 2007 17:10:14 -0500	\N	29188
-6614	5	f	\N	2007-12-16 20:08:17.617666	f	t	t	t	t	3504	/shisen.app	\N	\N	shisen.app (1.2.0-7) UNRELEASED; urgency=low  [ Barry deFreese ]  * New maintainer (Closes: #454439)    + Debian Games Team <pkg-games-devel at lists.alioth.debian.org>  * Add myself to uploaders  * Add VCS fields to control  * Add Homepage field to control  * Add watch file  * Bump debhelper build-dep and compat to 5  * Bump Standards Version to 3.7.3 -- Barry deFreese <bddebian at comcast.net>  Wed, 12 Dec 2007 17:45:40 -0500	\N	29189
-6615	5	f	\N	2007-12-16 20:08:17.972107	f	t	t	t	t	3505	/xbattle	\N	\N	xbattle (5.4.1-14) unstable; urgency=low  [ Barry deFreese ]  * New maintainer (Closes: #357751)    + Debian Games Team <pkg-games-devel at lists.alioth.debian.org>  * Add quilt patching system  * New patch 01_pseudo_color.patch (Closes: #241334)    + Remove checks for PseudoColor and color depth    + Thanks to Peter De Wachter for the patch  * Add VCS fields to control  * Bump standards version to 3.7.3 -- Barry deFreese <bddebian at comcast.net>  Wed, 12 Dec 2007 16:57:44 -0500	\N	29192
-6616	5	f	\N	2007-12-16 20:08:18.502357	f	t	t	t	t	3506	/antigrav	\N	\N	antigrav (0.0.3-2) UNRELEASED; urgency=low  * NOT RELEASED YET -- Vincent Fourmond <fourmond at debian.org>  Sun, 16 Dec 2007 15:16:37 +0100	\N	29193
-6617	5	f	\N	2007-12-16 20:08:18.895506	f	t	t	t	t	3507	/dd2	\N	\N	dd2 (0.2.1-4) UNRELEASED; urgency=low  [ Barry deFreese ]  * New maintainer (Closes: #453751)    + Debian Games Team <pkg-games-devel at lists.alioth.debian.org>  * Add myself to uploaders  * Make distclean not ignore errors  * Add watch file  * Add desktop file  * Change menu section from Arcade to Action  * Move config.{sub,guess} handling to configure target  * Bump debhelper build-dep and compat to 5  * Bump Standards Version to 3.7.3 -- Barry deFreese <bddebian at comcast.net>  Thu, 13 Dec 2007 10:34:46 -0500	\N	29198
-6618	5	f	\N	2007-12-16 20:08:29.344613	f	t	t	t	t	3508	/openyahtzee	\N	\N	openyahtzee (1.8-1) UNRELEASED; urgency=low  [ Barry deFreese ]  * Initial Release (Closes: #405825)    + Using Zak B. Eleps packaging work -- Barry deFreese <bddebian at comcast.net>  Thu, 13 Dec 2007 14:54:50 -0500	\N	29201
-6619	1	f	\N	2007-12-16 20:08:34.302244	f	t	t	t	t	3509	/qt4-x11	\N	\N	qt4-x11 (4.3.3-2) unstable; urgency=low  +++ Changes by Matthew Rosewarne:  * Add qt-copy patches:    * 0204-fix-tulip-aliasing.diff.      Should fix KDE 4.0-rc2 startup crash.  * Update qt-copy-patches:    * 0203-qtexthtmlparser-link-color.diff. -- Matthew Rosewarne <mrosewarne at inoutbox.com>  Wed, 12 Dec 2007 14:40:31 -0500	\N	29204
-6620	1	f	\N	2007-12-16 20:08:34.866102	f	t	t	t	t	3510	/kdegames	\N	\N	kdegames (4:3.5.8-1) unstable; urgency=low  * New upstream release.  * Implement use of uploades.mk and update uploaders. -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 14 Oct 2007 17:35:09 +0200	\N	29209
-6621	1	f	\N	2007-12-16 20:08:35.355094	f	t	t	t	t	3511	/kde-i18n	\N	\N	kde-i18n (4:3.5.8-1) unstable; urgency=low  * New upstream release.    - New languages: te, wa.    - New languages from previous releases: csb, kk, th, vi.  * The package is now maintained by the Debian Qt/KDE Maintainers team.    Thanks for all your work Noèl!  * Update debhelper compatibility to 5 and moved it into a file.  * Little tweaking of the rules.  * Update the deps of the packages to kdelibs4c2a (>= 4:3.5.8-1) to avoid    translations migrate to testing before kdelibs. -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Sat, 20 Oct 2007 02:35:57 +0200	\N	29214
-6622	1	f	\N	2007-12-16 20:08:35.89686	f	t	t	t	t	3512	/kdebindings	\N	\N	kdebindings (4:3.5.8-1) unstable; urgency=low  +++ Changes by Sune Vuorela:  * New upstream release. -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 16 May 2007 22:54:19 +0200	\N	29219
-6623	1	f	\N	2007-12-16 20:08:36.392465	f	t	t	t	t	3513	/kdetoys	\N	\N	kdetoys (4:3.5.8-1) unstable; urgency=low  * New upstream release.  * Implement the use of uploaders.mk and update uploaders.  +++ Changes by Ana Beatriz Guerrero Lopez:  * Update section in Debian menu files (Hello Bill!)  * Redo buildprep and bump build-dependencies to 3.5.8. -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Thu, 11 Oct 2007 07:31:15 +0200	\N	29224
-6624	1	f	\N	2007-12-16 20:08:36.879832	f	t	t	t	t	3514	/akode	\N	\N	akode (2.0.2-3) unstable; urgency=low  +++ Changes by Sune Vuorela:  * Implement use of uploaders.mk -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 23 Jul 2007 21:52:58 +0200	\N	29229
-6625	1	f	\N	2007-12-16 20:08:37.43655	f	t	t	t	t	3515	/kdegraphics	\N	\N	kdegraphics (4:3.5.8-2) unstable; urgency=low  * Patch to multiple xpdf based vulnerabilities. (Closes: #450630)    CVE-2007-4352, CVE-2007-5392, CVE-2007-5393.  * Make kdegrahpics binNMU safe. Thanks Lior! (Closes: #448254) -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Sun, 11 Nov 2007 19:50:13 +0100	\N	29234
-6626	1	f	\N	2007-12-16 20:08:38.001111	f	t	t	t	t	3516	/kdeutils	\N	\N	kdeutils (4:3.5.8-1) unstable; urgency=low  * Implement the use of uploaders.mk and update control.  +++ Changes by Ana Beatriz Guerrero Lopez:    * New upstream release:    + Remove patch 16_klaptopdaemon_lock_and_hibernate, applied upstream.  * Bye, bye, xmms. Remove xmms support in superkaramba.  * Redo buildprep and bump build-dependencies to 3.5.8 -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Sun, 14 Oct 2007 12:52:24 +0200	\N	29239
-6627	1	f	\N	2007-12-16 20:08:38.471159	f	t	t	t	t	3517	/meta-kde	\N	\N	meta-kde (5:48) unstable; urgency=low  * UNRELEASED -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 29 Jan 2007 09:33:04 +0100	\N	29244
-6630	1	f	\N	2007-12-16 20:08:40.083885	f	t	t	t	t	3520	/kdebase	\N	\N	kdebase (4:3.5.8.dfsg.1-2) unstable; urgency=low  +++ Changes by Fathi Boudra:  * Remove /usr/bin/X11 from KDM's default session path. (Closes: 441392)  * Add support for ConsoleKit. Thanks to Michael Biebl, William Jon McCann and    Kevin Kofler. (Closes: #450603)  +++ Changes by Armin Berres:  * Split off kdebase-bin-kde3 which contains executables which can be provided by    KDE3 or KDE4.  +++ Changes by Ana Beatriz Guerrero Lopez:  * Add dependence of konqueror-nsplugins on konqueror. (Closes: #446998)  * Add debconf template translations into fi by Esko Arajärvi (Closes: #447055) -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 14 Nov 2007 22:59:58 +0100	\N	29259
-6631	1	f	\N	2007-12-16 20:08:40.623693	f	t	t	t	t	3521	/kdewebdev	\N	\N	kdewebdev (4:3.5.8-1) unstable; urgency=low  +++ Changes by Ana Beatriz Guerrero Lopez:  * New upstream release. (Closes: #325336)   + Patches: remove 05_community_typo, merged upstream.   + Bump build-dependencies and stuff to 3.5.8 and redo buildprep.   + Update *.install files.  +++ Changes by Armin Berres:  * Add patch to fix build failure with gcc-4.3. (Closes: #441547) -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 15 Oct 2007 17:02:52 +0200	\N	29264
-6632	1	f	\N	2007-12-16 20:08:41.135611	f	t	t	t	t	3522	/kdeedu	\N	\N	kdeedu (4:3.5.8-1) unstable; urgency=low  * New upstream release.    + Patches: remove 11_kig+boost_autoconf_check, merged upstream.    + Update *.install files.  * Update section in Debian menu files.    * Implement use of uploaders.mk and update uploaders. -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Tue, 16 Oct 2007 16:19:11 +0200	\N	29269
-6633	1	f	\N	2007-12-16 20:08:41.709609	f	t	t	t	t	3523	/kdesdk	\N	\N	kdesdk (4:3.5.8-1) unstable; urgency=low  +++ Changes by Ana Beatriz Guerrero Lopez:    * New upstream release:    - Patches: remove 01_branches_umbrello_update_1.5.71, merged upstream.  * Update *.install files.  * Change kbugbuster menu section. (Closes: #444899)  +++ Changes by Fathi Boudra:  * Fix typo in kompare menu file. (Closes: #440945, #444251, #445122) -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 15 Oct 2007 16:17:11 +0200	\N	29274
-6634	1	f	\N	2007-12-16 20:08:42.252167	f	t	t	t	t	3524	/koffice	\N	\N	koffice (1:1.6.3-4) unstable; urgency=low  * Patch to multiple xpdf based vulnerabilities. (Closes: #450631)    CVE-2007-4352, CVE-2007-5392, CVE-2007-5393.  * Fix kword.menu section. (Closes: #445038)  * Add Suggestion on kexi-mdb-plugin for kexi. (Closes: #439307) -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Sun, 11 Nov 2007 21:13:36 +0100	\N	29279
-6635	1	f	\N	2007-12-16 20:08:42.890943	f	t	t	t	t	3525	/kdepim	\N	\N	kdepim (4:3.5.8-1) unstable; urgency=low  * New upstream release.    * Resync patches:      - Remove, applied upstream:        01_branch_kmail_forwarding, 01_branch_korganizer_birthdays,  01_branch_quota-fix,      - Fix offset: 14_kmail_filter_icons.    * Fixes karm in kontact issue. (Closes: 366668)    * Kmail filtering copies. (Closes: 404032)  * Update *.install files.  * Update uploaders. -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Sun, 14 Oct 2007 15:51:08 +0200	\N	29284
-6636	1	f	\N	2007-12-16 20:08:43.418516	f	t	t	t	t	3526	/arts	\N	\N	arts (1.5.8-1) unstable; urgency=low  * New upstream release:    - Remove patch: 12_qtmcop_notifications_on_demand, merged upstream.  * Implement use of uploaders.mk -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 10 Oct 2007 20:56:17 +0200	\N	29289
-6637	1	f	\N	2007-12-16 20:08:43.861163	f	t	t	t	t	3527	/kdevelop	\N	\N	kdevelop (4:3.5.0-2) unstable; urgency=low  * Apply patch for user interface lag on large projects. -- Jeremy Lainé <jeremy.laine at m4x.org>  Sun, 28 Oct 2007 22:46:07 +0100	\N	29294
-6638	1	f	\N	2007-12-16 20:08:44.360039	f	t	t	t	t	3528	/qt-x11-free	\N	\N	qt-x11-free (3:3.3.7-10) UNRELEASED; urgency=low  * Fix qt3config.desktop. Thank to Pino Toscano. -- Fathi Boudra <fboudra at free.fr>  Thu, 01 Nov 2007 22:24:52 +0100	\N	29299
-6639	1	f	\N	2007-12-16 20:08:44.847006	f	t	t	t	t	3529	/kdeaccessibility	\N	\N	kdeaccessibility (4:3.5.8-1) unstable; urgency=low  * New upstream release.  * Implement uploaders.mk  +++ Changes by Ana Beatriz Guerrero Lopez:  * Update section in Debian menu files.  * Redo buildprep and bump version stuff to 3.5.8. -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Sun, 14 Oct 2007 18:28:25 +0200	\N	29304
-6640	1	f	\N	2007-12-16 20:08:45.394467	f	t	t	t	t	3530	/kdeadmin	\N	\N	kdeadmin (4:3.5.8-1) unstable; urgency=low  * New upstream release.  * Implement use of uploaders.mk and update control.  +++ Changes by Ana Beatriz Guerrero Lopez:  * Update section in Debian menu files.  * Redo buildprep and dump build-dependencies to 3.5.8. -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 11 Oct 2007 01:22:40 +0200	\N	29309
-6641	1	f	\N	2007-12-16 20:08:45.993853	f	t	t	t	t	3531	/kdenetwork	\N	\N	kdenetwork (4:3.5.8-1) unstable; urgency=low  * New upstream release. (Closes: #444716, #369345)  * Resync patches. Applied upstream: 01_branch_673108-673109_kopete_webcam_fix     01_branch_673117-673118_kopete_toolbar_fix.diff  * Redo buildprep and bump build-dependencies to 3.5.8.  * Add patch 23_ksirc_allow-colon-password.diff: ksirc allow colons in servers    password. Thanks to Frans Pop. (Closes: #438796) -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Thu, 11 Oct 2007 19:38:03 +0200	\N	29314
-6642	1	f	\N	2007-12-16 20:08:46.558894	f	t	t	t	t	3532	/kdelibs	\N	\N	kdelibs (4:3.5.8.dfsg.1-4) unstable; urgency=low  * Add a patch to allow to dlopen .so files and not only .la files.    Now kamera, digikam and others doesn't need to depend on -dev packages. -- Sune Vuorela <debian at pusling.com>  Mon, 12 Nov 2007 13:00:41 +0100	\N	29319
-6643	1	f	\N	2007-12-16 20:08:47.048615	f	t	t	t	t	3533	/kdeartwork	\N	\N	kdeartwork (4:3.5.8-1) unstable; urgency=low   * New upstream release.   +++ Changes by Ana Beatriz Guerrero Lopez:    * Redo buildprep.  * Bump build-dependencies and stuff to 3.5.8.  +++ Changes by Sune Vuorela:  * Only make kdeartwork recommend kscreensaver-xsavers, not depend. It pulls    all sorts of weird gtk-stuff in.  * Fix spelling error in control file. -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 11 Oct 2007 00:25:56 +0200	\N	29324
-6644	1	f	\N	2007-12-16 20:08:47.569797	f	t	t	t	t	3534	/kdemultimedia	\N	\N	kdemultimedia (4:3.5.8-1) unstable; urgency=low  * New upstream release:    + Patches: removed 11_audiocd_no_-x_in_lame merged upstream.  * Redo buildprep and bump build-dependencies to 3.5.8. -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Sun, 14 Oct 2007 14:22:15 +0200	\N	29329
-6645	1	f	\N	2007-12-16 20:08:48.041638	f	t	t	t	t	3535	/koffice-l10n	\N	\N	koffice-l10n (1.6.3-1) unstable; urgency=low  * New upstream release. Add: bg, nds, ne. -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Fri, 08 Jun 2007 00:00:08 +0100	\N	29334
-6646	1	f	\N	2007-12-16 20:08:48.506191	f	t	t	t	t	3536	/wv2	\N	\N	wv2 (0.2.3-2) unstable; urgency=low  * Update Standards-Version to 3.7.3.  * Update uploaders.  * TODO (Closes: #441614) -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Mon, 10 Dec 2007 01:36:57 +0100	\N	29339
-6648	2	f	\N	2007-12-16 20:09:28.614784	f	t	t	t	t	3538	/filelight-l10n/trunk	\N	\N	filelight-l10n (1.0-1) unstable; urgency=low  * Initial release. (Closes: #447414).  * filelight: [INTL:de] German PO file corrections (Closes: #313714)  * filelight: No help: "Could not find service 'khelpcenter'"(Closes:  #263393).  * filelight: [INTL:sv] Swedish PO translation (Closes: #353796) -- Raúl Sánchez Siles <rasasi78 at gmail.com>  Mon, 22 Oct 2007 00:53:30 +0200	\N	29349
-6649	2	f	\N	2007-12-16 20:09:29.009583	f	t	t	t	t	3539	/scim-qtimm/trunk	\N	\N	scim-qtimm (0.9.4-2) unstable; urgency=low  * Add scim | skim to Depends. Closes: #426801 -- ZhengPeng Hou <zhengpeng-hou at ubuntu.com>  Thu, 31 May 2007 11:55:12 +0000	\N	29354
-6650	2	f	\N	2007-12-16 20:09:29.48819	f	t	t	t	t	3540	/krename/trunk	\N	\N	krename (3.0.14-2) UNRELEASED; urgency=low  * NOT RELEASED YET  * Remove obsolete debian/patches/dbug345919.patch  * svn propset mergeWithUpstream 1 debian -- Mark Purcell <msp at debian.org>  Sun, 12 Aug 2007 12:31:34 +0100	\N	29357
-6651	2	f	\N	2007-12-16 20:09:29.988522	f	t	t	t	t	3541	/kmplayer/trunk	\N	\N	kmplayer (1:0.10.0a-3) UNRELEASED; urgency=low  * NOT RELEASED YET -- Mark Purcell <msp at debian.org>  Thu, 25 Oct 2007 21:53:34 +0100	\N	29362
-6652	2	f	\N	2007-12-16 20:09:30.509768	f	t	t	t	t	3542	/kile/trunk	\N	\N	kile (1:2.0-2) UNRELEASED; urgency=low  * NOT RELEASED YET -- Mark Purcell <msp at debian.org>  Tue, 20 Nov 2007 21:34:58 +0000	* confirm #319409 resolution.\n* Add script to keep bibtex.xml and latex.xml up-to-date in kdelibs-data\n  (Closes: #358863).\n  Updated issue: highlighters will be shipped with kdelibs and users could\n  use "load new highlightings" button in the configuration dialog.\n	29367
-6653	2	f	\N	2007-12-16 20:09:30.9521	f	t	t	t	t	3543	/kphotoalbum/trunk	\N	\N	kphotoalbum (3.0.2-2) UNRELEASED; urgency=low  * NOT RELEASED YET -- Mark Purcell <msp at debian.org>  Tue, 24 Apr 2007 08:19:48 +1000	\N	29372
-6654	2	f	\N	2007-12-16 20:09:31.38947	f	t	t	t	t	3544	/soundkonverter/trunk	\N	\N	soundkonverter (0.3.6-1) unstable; urgency=low  * Initial release. (Closes: #446403) -- Fathi Boudra <fboudra at free.fr>  Sat, 13 Oct 2007 14:50:28 +0200	\N	29377
-6655	2	f	\N	2007-12-16 20:09:31.946215	f	t	t	t	t	3545	/kdebluetooth/trunk	\N	\N	kdebluetooth (1.0~beta8-3) unstable; urgency=low  * Fixed some small python problems in kblueplugd.  * Removed obsolted conffile /etc/kde3/obexrc    in preinst script, closes: #454912  * Updated to SVN revision 748007, closes: #455373  * Replaced build dependency on automake1.9 by automake.  * Bumped Standard-Version to 3.7.3, no changes needed.  * Removed homepage from description. -- Michael Meskes <meskes at debian.org>  Thu, 13 Dec 2007 11:38:56 +0100	\N	29381
-6656	2	f	\N	2007-12-16 20:09:42.424473	f	t	t	t	t	3546	/kmymoney2/trunk	\N	\N	kmymoney2 (0.8.7-3) UNRELEASED; urgency=low  * NOT RELEASED YET  * Remove get-orig-source targets. sf.net sillyness. -- Mark Purcell <msp at debian.org>  Mon, 06 Aug 2007 21:16:31 +0100	\N	29386
-6657	2	f	\N	2007-12-16 20:09:42.911566	f	t	t	t	t	3547	/kbfx/trunk	\N	\N	kbfx (0.4.9.3.1-2) UNRELEASED; urgency=low  * NOT RELEASED YET  * Update get-orig-source target -- Mark Purcell <msp at debian.org>  Tue, 07 Aug 2007 22:16:36 +0100	\N	29391
-6658	2	f	\N	2007-12-16 20:09:43.397411	f	t	t	t	t	3548	/qtemu/trunk	\N	\N	qtemu (1.0.4-3) UNRELEASED; urgency=low  * NOT RELEASED YET  * Architecture: amd64 i386 powerpc as qemu only exists there.     - Helps buildserver.net -- Mark Purcell <msp at debian.org>  Sat, 18 Aug 2007 19:12:11 +0100	\N	29396
-6659	2	f	\N	2007-12-16 20:09:43.870778	f	t	t	t	t	3549	/mailody/trunk	\N	\N	mailody (0.5.0-5) UNRELEASED; urgency=low    NOT YET -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Mon, 30 Jul 2007 19:02:49 +0100	\N	29401
-6660	2	f	\N	2007-12-16 20:09:44.231737	f	t	t	t	t	3550	/kdesudo/trunk	\N	\N	kdesudo (1.4-1) unstable; urgency=low  * Steal package from Ubuntu.  * Initial upload to Debian. (Closes: #452659)  * Put me as maintainer.  * Use new homepage field.  * Remove kubuntu patch.  * Do debconf-stuff to ask wether using kdesudo as kdesu instead of    the Ubuntu way of unconditionally doing it. Heavily inspired by dash    packaging.  * Build with -Wl,--as-needed to shut up dpkg-shlibdeps. -- Sune Vuorela <debian at pusling.com>  Sat, 24 Nov 2007 13:04:21 +0100	\N	29406
-6661	2	f	\N	2007-12-16 20:09:51.91057	f	t	t	t	t	3551	/qsynaptics/trunk	\N	\N	qsynaptics (0.22.0-9) unstable; urgency=low  * Added myself to the Uploaders field.  * Added build-dependency on dpatch.  * Removed patches/Bug417505-gcc4.3.diff since it's totally useless.  * Added patch from BTS by Martin Michlmayr to fix FTBFS with GCC 4.3    (Closes: #417505).  * Added some rules in debian/rules to use dpatch.  * Remove qsynaptics binary in clean target to avoid FTBFS (Closes: #424296). -- Mario Iseli <admin at marioiseli.com>  Wed, 20 Jun 2007 16:02:34 +0100	\N	29408
-6662	2	f	\N	2007-12-16 20:09:52.461405	f	t	t	t	t	3552	/kgtk/trunk	\N	\N	kgtk (0.9.1-1) unstable; urgency=low  * New upstream release.  * Switch to cmake build system. -- Fathi Boudra <fboudra at free.fr>  Wed, 03 Oct 2007 15:15:03 +0200	\N	29413
-6664	2	f	\N	2007-12-16 20:09:53.48894	f	t	t	t	t	3554	/rsibreak/trunk	\N	\N	rsibreak (0.8.0-5) UNRELEASED; urgency=low  * NOT RELEASED YET -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sat, 28 Jul 2007 11:08:15 +0100	o desktop file has no generic name: Hard to find one.  Any idea??\n\no if own icons are used for the config disable kdelibs-data dep\n	29423
-6665	2	f	\N	2007-12-16 20:09:53.952638	f	t	t	t	t	3555	/krecipes/trunk	\N	\N	krecipes (1.0~beta1-1) unstable; urgency=low  * New upstream release  * Added watch file -- Julien Louis <ptitlouis at sysif.net>  Sun,  3 Sep 2006 05:17:28 +0200	\N	29428
-6666	2	f	\N	2007-12-16 20:09:54.410942	f	t	t	t	t	3556	/merkaartor/trunk	\N	\N	merkaartor (0.0.8-2) UNRELEASED; urgency=low  * NOT RELEASED YET  * Initial upload to kde-extras  * Add get-orig-source target -- Mark Purcell <msp at debian.org>  Sat, 24 Nov 2007 13:23:59 +0000	\N	29433
-6667	2	f	\N	2007-12-16 20:09:54.853912	f	t	t	t	t	3557	/strigiapplet/trunk	\N	\N	strigiapplet (0.5.7-2) UNRELEASED; urgency=low  * NOT RELEASED YET -- Mark Purcell <msp at debian.org>  Wed, 14 Nov 2007 21:41:54 +0000	\N	29437
-6668	2	f	\N	2007-12-16 20:09:55.369241	f	t	t	t	t	3558	/icecream/trunk	\N	\N	icecc (0.8.0-2) unstable; urgency=low  * conditional call on deluser/delgroup in postrm. (Closes: #431509) -- Fathi Boudra <fboudra at free.fr>  Thu, 19 Jul 2007 23:39:30 +0200	\N	29442
-6669	2	f	\N	2007-12-16 20:09:55.859483	f	t	t	t	t	3559	/icemon/trunk	\N	\N	icecc-monitor (1.1-3) UNRELEASED; urgency=low  * NOT RELEASED YET -- Mark Purcell <msp at debian.org>  Wed, 02 May 2007 21:53:28 +0100	\N	29447
-6670	2	f	\N	2007-12-16 20:09:56.379519	f	t	t	t	t	3560	/klibido/trunk	\N	\N	klibido (0.2.5-6) UNRELEASED; urgency=low  * Switch to db4.6. Get rid of db4.3. (Closes: 442659) -- Fathi Boudra <fboudra at free.fr>  Sat, 10 Nov 2007 11:12:54 +0100	\N	29452
-6671	2	f	\N	2007-12-16 20:09:56.90895	f	t	t	t	t	3561	/digikamimageplugins-doc/trunk	\N	\N	digikamimageplugins-doc (0.9.0-3) UNRELEASED; urgency=low  * NOT RELEASED YET -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Mon, 02 Apr 2007 22:31:36 +0100	\N	29457
-6672	2	f	\N	2007-12-16 20:09:57.388047	f	t	t	t	t	3562	/kat/trunk	\N	\N	kat (0.6.4-2) unstable; urgency=low  * Initial Debian release Closes: #309068  * New co-maintainer : Fathi Boudra <fboudra at free.fr>  * Minor packaging cleanup -- Jonas Genannt <jonas.genannt at capi2name.de>  Wed, 30 Nov 2005 11:50:41 +0100	\N	29462
-6673	2	f	\N	2007-12-16 20:09:57.895042	f	t	t	t	t	3563	/krusader/trunk	\N	\N	krusader (1.80.0-2) UNRELEASED; urgency=low  * NOT RELEASED YET -- Mark Purcell <msp at debian.org>  Sun, 12 Aug 2007 12:33:50 +0100	\N	29467
-6675	2	f	\N	2007-12-16 20:09:58.840011	f	t	t	t	t	3565	/ksubtile/trunk	\N	\N	ksubtile (1.2-3) UNRELEASED; urgency=low  * NOT RELEASED YET  * Add debian/rules get-orig-source target for http://buildserver.net  * Remove Build-Depends: g++-3.4 [hppa] - no longer available -- Mark Purcell <msp at debian.org>  Sun, 12 Aug 2007 12:45:02 +0100	\N	29477
-6676	2	f	\N	2007-12-16 20:09:59.333937	f	t	t	t	t	3566	/konversation/trunk	\N	\N	konversation (1.0.1-4) unstable; urgency=low  [ Modestas Vainius ]  * Add new patches:    - 15_CVE-2007-4400.diff to fix CVE-2007-4400 vulnerability.    The patch is based on upstream SVN commits #602433 and #602435    (Closes: #439837).    - 16_konversation_desktop.diff to remove X-SuSE-IRCClient from      konversation.desktop Categories to shut lintian up.  * Change Debian menu section to Applications/Network/Communication. -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Thu, 30 Aug 2007 12:07:06 +0300	\N	29482
-6677	2	f	\N	2007-12-16 20:09:59.807596	f	t	t	t	t	3567	/kmess/trunk	\N	\N	kmess (1.5~pre2-2) UNRELEASED; urgency=low  * NOT RELEASED YET  * Add debian/rules get-orig-source target for http://buildserver.net -- Mark Purcell <msp at debian.org>  Wed, 04 Jul 2007 14:24:08 +0100	\N	29487
-6678	2	f	\N	2007-12-16 20:10:00.291098	f	t	t	t	t	3568	/keep/trunk	\N	\N	keep (0.4.0-2) UNRELEASED; urgency=low  * NOT RELEASED YET  * Add ./debian/rules get-orig-source for http://buildserver.net -- Mark Purcell <msp at debian.org>  Fri, 10 Nov 2006 20:19:40 +0000	\N	29492
-6679	2	f	\N	2007-12-16 20:10:00.781485	f	t	t	t	t	3569	/libkdcraw/trunk	\N	\N	libkdcraw (0.1.2-2) UNRELEASED; urgency=low  * NOT RELEASED YET   * TODO: relibtoolize -- Mark Purcell <msp at debian.org>  Fri, 28 Sep 2007 17:50:36 +0100	\N	29497
-6680	2	f	\N	2007-12-16 20:10:01.274355	f	t	t	t	t	3570	/kmobiletools/trunk	\N	\N	kmobiletools (0.5.0~beta3-1) unstable; urgency=low  * New upstream release.  * Update copyright file.  * Add patch for gammu 1.12.x port. -- Fathi Boudra <fboudra at free.fr>  Fri, 03 Aug 2007 20:27:18 +0200	* change maintainer\n* relibtoolization\n* fix compilation (problems with gammu.h)\n* add SOVERSION to libkmt (the patch from upstream svn doesn't work)\n* think about the removal of kbluetoothpairingwizard\n\n* coordinate with kdebluetooth maintainers :)\n* switch kmt package to cdbs\n* kmt 0.5.0-beta3 is broken (obex kioslave). fixed upstream.\n	29502
-6681	2	f	\N	2007-12-16 20:10:01.768368	f	t	t	t	t	2078	/skim/trunk	\N	\N	skim (1.4.4-2) unstable; urgency=high  * fix up scons so the package can build again.  Thanks Mark Brown.    (Closes: #367882)  * Patched skim.pc so headers are placed correctly. (Closes: #356981)  * Disable starting up automatically on starting KDE.  * fix desktop file for XDG. Thanks Hou ZhengPeng for these three patches.  * Some small config changes.    * Made jaldhar-skim at debian.org maintainer. -- Jaldhar H. Vyas <jaldhar at debian.org>  Sun,  4 Jun 2006 07:45:59 -0400	\N	29507
-6682	2	f	\N	2007-12-16 20:10:02.241813	f	t	t	t	t	3571	/libsynaptics/trunk	\N	\N	libsynaptics (0.14.6c-2) UNRELEASED; urgency=low  * NOT RELEASED YET  * Include gcc4.3 patch from Martin (Closes: #417359) -- Mark Purcell <msp at debian.org>  Fri, 27 Apr 2007 22:10:45 +1000	\N	29512
-6683	2	f	\N	2007-12-16 20:10:02.74369	f	t	t	t	t	3572	/digikam/trunk	\N	\N	digikam (2:0.9.3~rc1-1) experimental; urgency=low  * New upstream release -- Mark Purcell <msp at debian.org>  Mon, 10 Dec 2007 07:28:30 +0000	0.9.2:\n\to solarize nach colorfx renamed: fix copyright, description ...\n\t  add: AFAIR  6 are now 3 plugins.\n\n-------------------\n\no lintian: rename to digikam.lintian to test if cdbs install it\n\ton it's own.  On Dapper got a changed lintian complain:\n\t\tdigikam: package-name-doesnt-match-sonames libdigikam0\n\tinstead of the old:\n\t\tdigikam: digikam: non-dev-pkg-with-shlib-symlink\t\t\n\no digikam.manpage:\n\to document new DCOP calls\n\n-------------------\nNice to have:\n\no convert manpages to xml, so hopefully kde-i18n/rosetta pick them up\n  and translates them.  Mhmm, manybe after enhancinging the\n  content a bit.\n	29517
-6684	2	f	\N	2007-12-16 20:10:03.245487	f	t	t	t	t	3573	/tora/trunk	\N	\N	tora (1.3.22-5) unstable; urgency=low  * Bumped standards version to 3.7.3.  * Bumped tora.dekstop to version 1.0, closes: #455588  * Added call to dh_desktop.  * Bumbed debhelper version to 5.  * Build-depend on autotools-dev and cp up-to-date files to archive.  * Do not ignore errors in "make clean". -- Michael Meskes <meskes at debian.org>  Tue, 11 Dec 2007 10:32:06 +0100	\N	29522
-6685	2	f	\N	2007-12-16 20:10:03.734231	f	t	t	t	t	3574	/ktorrent/trunk	\N	\N	ktorrent (2.2.4.dfsg.1-1) unstable; urgency=medium  [ Modestas Vainius]  * New upstream release (Closes: #452334):    - Resolves frequent crashes on some systems (esp. SMP) (hence medium      urgency).    - "Set max upload/download rate" via tray icon menu should work correctly      now.    - A few additional web gui features.  * Add a few new patches to make cleverer dpkg-shlibdeps happy (almost):    - 05_cleanup_am_lib_qt.diff - originally a few other libraries like      libpng12 etc. were exported in automake LIB_QT variable. Only a few (if      any) KDE applications use them directly so linking any single binary      against them is unnecessary. KTorrent is not an exception. This patch      reduces LIB_QT to contain just the main Qt library. Previous version of the      variable has been made available under the name LIB_QT_EXT. As a result of      this patch, KTorrent depencences shrank to the bare minumum solving tons      of dpkg-shlibdeps warnings too.    - 06_makefile_am_fixups.diff - various fixes to Makefile.am's all around      the source code with the intention to resolve warnings reported by      dpkg-shlibdeps. The only type of warnings left are those regarding      libm.so.6, which can't be fixed because they come from g++ itself. -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Thu, 22 Nov 2007 04:34:54 +0200	\N	29527
-6686	2	f	\N	2007-12-16 20:10:04.262845	f	t	t	t	t	3575	/kaffeine/trunk	\N	\N	kaffeine (0.8.5-2) UNRELEASED; urgency=low  * Restrict dependency on hdparm only for linux architectures.    Thanks to Uwe Hermann and Petr Salinger (Closes: #438848)  * Add libxine1-x dependency. (Closes: #448084) -- Fathi Boudra <fboudra at free.fr>  Sat, 10 Nov 2007 10:40:33 +0100	\N	29532
-6687	2	f	\N	2007-12-16 20:10:04.750305	f	t	t	t	t	3576	/knemo/trunk	\N	\N	knemo (0.4.8-2) UNRELEASED; urgency=low  * NOT RELEASED YET -- Mark Purcell <msp at debian.org>  Thu, 19 Jul 2007 21:52:12 +0100	\N	29537
-6688	2	f	\N	2007-12-16 20:10:05.26149	f	t	t	t	t	3577	/basket/trunk	\N	\N	basket (1.0.2-2) unstable; urgency=low  [ Ana Beatriz Guerrero Lopez ]  * Apply patch to fix FTBFS with GCC 4.3. Thanks to Martin Michlmayr.    (Closes: #421209) -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Tue, 29 May 2007 12:47:58 +0100	\N	29542
-6689	2	f	\N	2007-12-16 20:10:05.727026	f	t	t	t	t	3578	/kboggle/trunk	\N	\N	kboggle (0.4.1-1) UNRELEASED; urgency=low  * NOT RELEASED YET  [ Achim Bohnet ]  * new upstream release  [ Mark Purcell ]  * Add debian/rules get-orig-source for http://buildserver.net -- Mark Purcell <msp at debian.org>  Fri, 10 Nov 2006 20:43:37 +0000	o Check for better dependencies for the spell checkers (instead\n  of ispell|aspell|hspell\n\nNotes for upstream\n-------------------\n\npo/bg.ro Authors at top and in msgid do not match!\n\t Either both or only one of them?????\npo/lt.po: done by nobody ???\n\n__END__\n	29547
-6690	2	f	\N	2007-12-16 20:10:06.224378	f	t	t	t	t	3579	/kipi-plugins/trunk	\N	\N	kipi-plugins (0.1.5~beta1-4) UNRELEASED; urgency=low  * NOT RELEASED YET  * Change Build-Depends: libgpod-nogtk-dev -- Mark Purcell <msp at debian.org>  Mon, 12 Nov 2007 22:35:32 +0000	TODO for next release: 0.1.4\n\no add libkcal2-dev build-dep (for calendar plugin)\n\n- add kphotoalbum (kimdaba successor) to Enhances when it enters\n  the debian and/or kubuntu archive\n\n-----------------------------------------------\n\no commit debian/patches/14_Makefile.am_use_only_used_libs.diff upstream\n  without the LIB_QT and IMLIB2_LIBS replacement. Check if there are\n  more plugins than in rc1\n\no ??? Add README.packaging that explains the apply-patches\n  target and create-buildprep stuff.\n\no Suggests to recommends for all external tools?\n\n-----------------------------------------------\n\no check again documentation copyright holder\n\no Copy-, dist- rights: Still on TODO upstream\n\n$ licensecheck  `find . -name \\*.cpp -o -name \\*.h` | grep -v GPL\n./kameraklient/mtlist.h: no_copyright\n./kameraklient/cameraselection.h: no_copyright\n./kameraklient/savefiledialog.h: no_copyright\n./kameraklient/thumbitem.cpp: no_copyright\n./kameraklient/savefiledialog.cpp: no_copyright\n./kameraklient/thumbitem.h: no_copyright\n./kameraklient/mtqueue.h: no_copyright\n./kameraklient/thumbview.cpp: no_copyright\n./kameraklient/thumbview.h: no_copyright\n./kameraklient/cameraselection.cpp: no_copyright\n./jpeglossless/transupp.h: unknown\n./jpeglossless/jinclude.h: unknown\n./jpeglossless/jpegint.h: unknown\n$\n\n__END__\n	29552
-6691	2	f	\N	2007-12-16 20:10:06.753962	f	t	t	t	t	3580	/kompose/trunk	\N	\N	kompose (0.5.4-1) unstable; urgency=low  * New maintainers. (Closes: #393035)  * New upstream release. (Closes: #390087)  * Acknowledge NMU. (Closes: #342994)  [ Ana Beatriz Guerrero Lopez ]  * Bumped compat to 5.  * Bumped Build-Depends to 3.7.2, no changes required.  * Added Homepage to description.  * Moved .desktop file to the right place.  * Added quilt to manage patches.  * Added patch to fix kompose version number.  * Improved debian/copyright file.  [ Sune Vuorela ]  * Added a patch from gentoo bugtracker to make it build    (10_fix-komposetaskprefswidget.cpp.diff)  * Added 01_autoconf-2.6.diff to be able to create 98_buildprep.diff  * While I am at buildprep, take the 'common' patches from kde packaging  * Improved debian/copyright file.  * Added 02_no-libxfixes-configure-in-in.diff to not link against non-needed    libxfixes.  * Added 03_fix-ld-flags.diff to not link against multiple non-needed    libraries. -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sat, 28 Oct 2006 02:29:39 +0200	\N	29557
-6693	2	f	\N	2007-12-16 20:10:07.729929	f	t	t	t	t	3582	/kde-style-klearlook/trunk	\N	\N	kde-style-klearlook (0.9.9.2-3) experimental; urgency=low  +++ Changes by Sune Vuorela:  * Taking over for now (Closes: #394841)  * Relibtoolizing on build and fixes build-system  * Updating admin/  * Let us go experimental - this is not targetted etch - and too much have    been reworked. -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Thu, 28 Dec 2006 13:00:06 +0100	\N	29567
-6694	2	f	\N	2007-12-16 20:10:08.204053	f	t	t	t	t	3583	/taskjuggler/trunk	\N	\N	taskjuggler (2.4.0-2) UNRELEASED; urgency=low  * NOT RELEASED YET -- Mark Purcell <msp at debian.org>  Tue, 03 Jul 2007 19:09:25 +0100	\N	29572
-6695	2	f	\N	2007-12-16 20:10:08.65412	f	t	t	t	t	3584	/kscope/trunk	\N	\N	kscope (1.6.0-1) unstable; urgency=low  * New upstream release. -- Fathi Boudra <fboudra at free.fr>  Thu, 12 Jul 2007 21:22:32 +0200	\N	29577
-6696	2	f	\N	2007-12-16 20:10:09.142647	f	t	t	t	t	3585	/ksynaptics/trunk	\N	\N	ksynaptics (0.3.3-3) UNRELEASED; urgency=low  * NOT RELEASED YET -- Mark Purcell <msp at debian.org>  Tue, 08 May 2007 21:55:40 +0100	\N	29582
-6697	2	f	\N	2007-12-16 20:10:09.617045	f	t	t	t	t	3586	/kid3/trunk	\N	\N	kid3 (0.10-1) unstable; urgency=low  * New upstream release:    - Allow configuration of default charset for new tags. (Closes: #447699)  * Remove all the patches added in the 0.9-X uploads.  * Move Homepage into control field.  * Update Standards-Version to 3.7.3  * Add Vcs-Svn and Vcs-Browser fields. -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Wed, 05 Dec 2007 00:18:59 +0100	\N	29587
-6698	2	f	\N	2007-12-16 20:10:10.099334	f	t	t	t	t	3587	/ksplash-engine-moodin/trunk	\N	\N	ksplash-engine-moodin (0.4.2-2) unstable; urgency=low  * merged patches from ubuntu:    * add kdepot    * icon fix -- Fathi Boudra <fboudra at free.fr>  Thu, 21 Sep 2006 17:44:25 +0200	\N	29592
-6699	2	f	\N	2007-12-16 20:10:10.543453	f	t	t	t	t	3588	/kerry/trunk	\N	\N	kerry (0.2.1-3) UNRELEASED; urgency=low  * NOT RELEASED YET  * Arch: amd64 arm i386 ia64 powerpc to assist buildserver.net -- Mark Purcell <msp at debian.org>  Sat, 18 Aug 2007 18:45:54 +0100	\N	29597
-6700	2	f	\N	2007-12-16 20:10:11.062237	f	t	t	t	t	3589	/pykdeextensions/trunk	\N	\N	pykdeextensions (0.4.0-5) unstable; urgency=low  * Add python-qt-dev build dependency.    pyqtconfig moved from python-qt3 to python-qt-dev. (Closes: #439504)  * Build with python 2.4/2.5. (Closes: #424505, #445292)    * Revert previous pyversions.     * Revert python-all-dev build dependency.    * Replace 12_force_python2.4_script patch.  * Remove *.py[co] files.  * lintian cleanup: substvar-source-version-is-deprecated.    Use ${binary:Version}.  * Make pykdeextensions package arch all. -- Fathi Boudra <fboudra at free.fr>  Sun, 07 Oct 2007 12:06:15 +0200	\N	29602
-6701	2	f	\N	2007-12-16 20:10:11.528763	f	t	t	t	t	3590	/libkexif/trunk	\N	\N	libkexif (0.2.5-3) UNRELEASED; urgency=low  * NOT RELEASED YET -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Tue,  5 Dec 2006 07:47:16 +0000	\N	29607
-6702	2	f	\N	2007-12-16 20:10:12.034566	f	t	t	t	t	3591	/libkexiv2/trunk	\N	\N	libkexiv2 (0.1.6-2) UNRELEASED; urgency=low  * NOT RELEASED YET -- Mark Purcell <msp at debian.org>  Fri, 28 Sep 2007 17:22:00 +0100	\N	29612
-6703	2	f	\N	2007-12-16 20:10:12.515926	f	t	t	t	t	3592	/strigi/trunk	\N	\N	strigi (0.5.7-1) unstable; urgency=low  * New upstream release.  * Update branch pull patch to r729946.  * Add query.h, queryparser.h and variant.h to libstreamanalyzer-dev package. -- Fathi Boudra <fboudra at free.fr>  Fri, 26 Oct 2007 19:15:00 +0200	\N	29617
-6704	2	f	\N	2007-12-16 20:10:12.957233	f	t	t	t	t	3593	/tripod/trunk	\N	\N	tripod (0.7.0-3) UNRELEASED; urgency=low  * NOT RELEASED YET -- Mark Purcell <msp at debian.org>  Fri, 30 Nov 2007 10:27:49 +0000	\N	29622
-6705	2	f	\N	2007-12-16 20:10:13.415173	f	t	t	t	t	3594	/codeine/trunk	\N	\N	codeine (1.0.1-3.dfsg-3) UNRELEASED; urgency=low  * NOT RELEASED YET  * cleanbuilddir common-configure-arch::  * Add debian/watch  * debian/rules clean: [ ! -f Makefile ]|| rule -- Mark Purcell <msp at debian.org>  Sun, 19 Aug 2007 09:51:52 +0100	\no check kpart is usable\n\no think about priority in desktop file.  Need to be\n  discussed with kubuntu people what they want as default\n  as the video player\n\no add konq service menu.  Not working! (xine complains). Examples\n  appended.  I've send a bug/wishlist to Max Howell (19-Jan-2006)\n  Problem is the KDE use media:/ URLs  but codeine expect\n  a MRL.  KDE: media:/hdc  codeine: DVD|VCD:/dev/hdc\n  Mapping is not trival without lots special cases to my\n  little script appended fails miserable :(\n \no comment out some code that writes the output stdout\n  (maybe lots of stuff from xine :()\n\no rosettafication\n\no rules: split generic scons part out into scons.mk\n\no current template rules.mk on KubuntuPackagingGuide gets\n  compile time prefix and installtime DESTDIR wrong:\n  Use during compile time\n\tSCONS_PREFIX=/usr\n  and to install\n\tDESTDIR=$(DEB_DESTDIR) $(SCONS_CMD) install\n\n------------\n\no DONE: more meat in the manpage\no DONE: cleanup rules file: try with cdbs, much cleaner ;)\no DONE: add kaffeine 'Media Player' translations\n\n------------\n\nFirst try on media support did not work:\n\n==> /usr/share/apps/konqueror/servicemenus/codeine_play_dvd.desktop <==\n[Desktop Entry]\nEncoding=UTF-8\nServiceTypes=media/dvdvideo\nActions=Play;\nX-KDE-Priority=TopLevel\n\n[Desktop Action Play]\nName=Play DVD with Codeine\nName[de]=DVD abspielen mit Codeine\nIcon=codeine\nExec=/usr/share/apps/codeine/codeine-media dvd %u\n\n==> /usr/share/apps/konqueror/servicemenus/codeine_play_vcd.desktop <==\n[Desktop Entry]\nEncoding=UTF-8\nServiceTypes=media/svcd,media/vcd\nActions=Play;\nX-KDE-Priority=TopLevel\n\n[Desktop Action Play]\nName=Play (S)VCD with Codeine\nName[de]=(S)VCD abspielen mit Codeine\nIcon=codeine\nExec=/usr/share/apps/codeine/codeine-media vcd %u\n\n==> /usr/share/apps/codeine/codeine-media <==\n#!/bin/sh\n\ntype="$1"\nurl="$2"\n\ncase "$url" in\n        media:*)  xineMRL="$type:/media${url/media:}";;\n        system:*) xineMRL="$type:${url/system:/}";;\n        *)        xineMRL="$url";;\nesac\n\necho "codeine-media  in: <$url>"\necho "codeine-media out: <$xineMRL>"\nexit\nexec codeine "$xineMRL"\n\n	29627
-6706	2	f	\N	2007-12-16 20:10:13.878595	f	t	t	t	t	3595	/ksniffer/trunk	\N	\N	ksniffer (0.3.1-1) unstable; urgency=low  * New upstream release.  * Remove KUser isSuperUser patch. Merged upstream.  * Update X-KDE-SubstituteUID patch. Add X-KDE-RootOnly.  * Update menu file to latest Debian menu policy. -- Fathi Boudra <fboudra at free.fr>  Wed, 03 Oct 2007 07:24:00 +0200	\N	29632
-6707	2	f	\N	2007-12-16 20:10:14.618894	f	t	t	t	t	3596	/filelight/trunk	\N	\N	filelight (1.0-1) unstable; urgency=low  * New upstream release: Crashes fix, displaying non-latin1 correctly and    several new features. (Closes: #445935, #424741)  * Splitted l10n to a new package.  * Bugs closed:    + filelight always places hover information on first monitor (Closes:    #255896)    + filelight doesn't handle utf-8 files (Closes: #256423)    + always crashing on exit (Closes: #404460)    + bug in filelight - crash on exit (Closes: #356626)    + glibc detects free() of invalid pointer on exit (Closes: #343903)    + memory usage is obscene (Closes: #231399)    + lots of noise on stderr from RadialMap methods (Closes: #343905)    + very large files and directories lead to confusion (Closes: #393827)    + Filelight ignores large files (Closes: #341680)    + Piles of WARNING messages on startup, but it works. (Closes:      #307717)    + filelight lacks a manpage [patch] (Closes: #414934).  Thanks to      James R. Van Zandt.    + Spelling mistake in package description (Closes: #363410). Thanks to      James Westby.    + please build with --disable-debug to prevent spurious stdout-output      (Closes: #408554)    + filelight(GNU/k*BSD): FTBFS: out of date config.sub/config.guess      (Closes: #304605)    + lots of noise on stderr from RadialMap methods (Closes: #343905)  * Packaging issues:    + Changed packaging to CDBS.    + Provide upstream AUTHORS file.    + Honour the nostrip in the DEB_BUILD_OPTIONS. (Closes: #436852)    + Changed menu section to Applications/File Management to comply with newer      menu policy.    + Implemented dpatch, avoiding direct upstream patching(ugly).    + please remove old editor backup files from diff (Closes: #354706)    + Update package policy to latest 3.7.2.    + Change Uploader(me) and Maintainers(Debian KDE Extras Team). -- Raúl Sánchez Siles <rasasi78 at gmail.com>  Fri, 16 Nov 2007 19:20:42 +0100	\N	29637
-6708	2	f	\N	2007-12-16 20:10:15.101233	f	t	t	t	t	3597	/digikam-doc/trunk	\N	\N	digikam-doc (0.9.3~beta3-2) UNRELEASED; urgency=low  * NOT RELEASED YET -- Mark Purcell <msp at debian.org>  Wed, 21 Nov 2007 17:47:54 +0000	\N	29642
-6709	2	f	\N	2007-12-16 20:10:15.59427	f	t	t	t	t	3598	/kbarcode/trunk	\N	\N	kbarcode (2.0.6-1) unstable; urgency=low  * New upstream release. (Closes: #445734, #445738)  [ Mark Purcell ]  * Update ./debian/rules get-orig-source for http://buildserver.net.  [ Fathi Boudra ]  * Update menu file to latest Debian menu policy.  * Add makebuilddir target to generate proper configure script with automake.    Workaround unsermake generated configure provided by upstream. -- Fathi Boudra <fboudra at free.fr>  Wed, 17 Oct 2007 15:43:24 +0200	\N	29647
-6710	2	f	\N	2007-12-16 20:10:16.074616	f	t	t	t	t	3599	/kwlan/trunk	\N	\N	kwlan (0.6.3-1) unstable; urgency=low  [ Fathi Boudra ]  * New upstream release.  [ Mark Purcell ]  * Disable broken get-orig-source target -- Mark Purcell <msp at debian.org>  Fri, 28 Sep 2007 06:44:55 +0100	\N	29652
-6711	2	f	\N	2007-12-16 20:10:16.555121	f	t	t	t	t	3600	/komparator/trunk	\N	\N	komparator (0.8-2) UNRELEASED; urgency=low  * NOT RELEASED YET -- Mark Purcell <msp at debian.org>  Sat, 20 Oct 2007 12:36:41 +0100	\N	29657
-6712	2	f	\N	2007-12-16 20:10:16.974849	f	t	t	t	t	3601	/kslovar/trunk	\N	\N	kslovar (0.2.7-2) UNRELEASED; urgency=low  * NOT RELEASED YET  * Add debian/rules get-orig-source target for    http://buildserver.net -- Mark Purcell <msp at debian.org>  Wed, 04 Jul 2007 13:16:50 +0100	\N	29662
-6713	2	f	\N	2007-12-16 20:10:17.497211	f	t	t	t	t	3602	/libkipi/trunk	\N	\N	libkipi (0.1.5-3) UNRELEASED; urgency=low  * NOT RELEASED YET  * Robust get-orig-source target -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun,  4 Mar 2007 12:09:55 +0000	o check for doxygen docs -> -dev pkg (+ add to build deps)\no add -dbg pkg\no for parallel libkipi1 libkipi2 installs (see libkexif):\n\to append soname to msg catalog\n\to add a note in dev package about the renamed msg catalog\n\to check rdepends for addcatalogs(libkipi) calls and file\n\t  bug reports if necessary\n__END__\n	29667
-6714	2	f	\N	2007-12-16 20:10:17.978906	f	t	t	t	t	3603	/kftpgrabber/trunk	\N	\N	kftpgrabber (0.8.1-2) UNRELEASED; urgency=low  * NOT RELEASED YET  * Remove get-orig-source targets. sf.net sillyness. -- Mark Purcell <msp at debian.org>  Mon, 06 Aug 2007 21:17:15 +0100	\N	29672
-6715	2	f	\N	2007-12-16 20:10:18.344821	f	t	t	t	t	3604	/tastymenu/trunk	\N	\N	tastymenu (1.0.5-1) unstable; urgency=low  * Initial release. (Closes: #452658)  * Tarball repacked to remove upstreams provided debian dir. -- Sune Vuorela <debian at pusling.com>  Sat, 24 Nov 2007 15:28:42 +0100	\N	29677
-6716	2	f	\N	2007-12-16 20:10:18.778336	f	t	t	t	t	3605	/kfocus/trunk	\N	\N	kfocus (1.0.2-18) UNRELEASED; urgency=low  * NOT RELEASED YET -- Mark Purcell <msp at debian.org>  Tue, 24 Apr 2007 08:19:27 +1000	\N	29679
-6717	2	f	\N	2007-12-16 20:10:19.279795	f	t	t	t	t	3606	/transkode/trunk	\N	\N	transkode (0.7~beta1-1) unstable; urgency=low  [ Fathi Boudra ]  * Initial release (Closes: #388173)  [ Mark Purcell ]  * Robust get-orig-source target -- Fathi Boudra <fboudra at free.fr>  Sat, 13 Oct 2007 19:09:23 +0200	\N	29684
-6718	2	f	\N	2007-12-16 20:10:19.743596	f	t	t	t	t	3607	/unsermake/trunk	\N	\N	unsermake (20051117.dfsg-4) UNRELEASED; urgency=low  * NOT RELEASED YET -- Mark Purcell <msp at debian.org>  Sun,  5 Nov 2006 00:23:41 +0000	\N	29689
-6719	2	f	\N	2007-12-16 20:10:20.229516	f	t	t	t	t	3608	/exiv2/trunk	\N	\N	exiv2 (0.16~pre1-1) UNRELEASED; urgency=low  * (NOT RELEASED YET) New upstream release -- Mark Purcell <msp at debian.org>  Sat, 10 Nov 2007 09:22:23 +0000	\N	29694
-6720	2	f	\N	2007-12-16 20:10:20.71393	f	t	t	t	t	3609	/kdmtheme/trunk	\N	\N	kdmtheme (1.2-1) unstable; urgency=low  * New upstream release.  * Update kdmtheme override warning patch.  * Add patch to replace deprecated qlist.h include.  * Add Build-Depends: quilt, automake1.7.  * Update copyright file.  * Update watch file. -- Fathi Boudra <fboudra at free.fr>  Wed, 03 Oct 2007 12:17:40 +0200	\N	29699
-6721	2	f	\N	2007-12-16 20:10:21.208451	f	t	t	t	t	3610	/digikamimageplugins/trunk	\N	\N	digikamimageplugins (2:0.9.1-4) UNRELEASED; urgency=low  * NOT RELEASED YET -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 08 Apr 2007 19:43:41 +0200	\N	29704
-6722	2	f	\N	2007-12-16 20:10:21.707502	f	t	t	t	t	3611	/wlassistant/trunk	\N	\N	wlassistant (0.5.7-3) UNRELEASED; urgency=low  * NOT RELEASED YET  * Depends: kdebase-bin needed for ksystraycmd and kdesu  * debian/rules clean: [ ! -f Makefile ]|| rule -- Mark Purcell <msp at debian.org>  Sun, 19 Aug 2007 16:27:37 +0100	\N	29709
-6004	7	f	\N	2007-12-16 19:52:22.674427	f	t	t	t	t	2897	/libgnome-java	\N	\N	libgnome-java (2.12.7-4) UNRELEASED; urgency=low  * Fixed typos in description. Closes: #440584 -- Mark Howard <mh at debian.org>  Thu, 13 Dec 2007 18:21:37 +0000	ok	26321
+COPY repositoryentry (id, repository_id, istarballpresent, upstreamversion, lastcheck, blacklisted, i386, powerpc, amd64, sparc, sourcepackage_id, subdir, rev, debchangelogentry, todo, changelogentry_id, lastwatchcheck, issyncedwithupstream, iswatchfilebroken) FROM stdin;
 \.
 
 
@@ -15169,6199 +1675,1273 @@
 --
 
 COPY repositoryentry_maintainer (repositoryentry_id, maintainer_id) FROM stdin;
-5064	499
-5064	500
-5065	499
-5066	501
-5067	488
-5068	502
-5068	503
-5069	501
-5069	504
-5070	505
-5070	506
-5071	507
-5072	508
-5073	509
-5074	510
-5075	511
-5076	448
-5076	512
-5077	513
-5078	514
-5079	515
-5080	501
-5081	516
-5081	517
-5082	502
-5083	518
-5084	519
-5085	519
-5086	501
-5087	520
-5088	521
-5089	501
-5090	501
-5091	519
-5091	522
-5092	523
-5092	524
-5092	525
-5093	526
-5094	527
-5094	528
-5095	501
-5096	507
-5096	529
-5097	501
-5098	505
-5099	501
-5100	485
-5101	530
-5101	531
-5101	532
-5102	507
-5103	511
-5104	533
-5105	511
-5106	511
-5107	534
-5108	535
-5109	511
-5110	505
-5110	536
-5110	537
-5111	511
-5112	501
-5113	538
-5113	507
-5114	539
-5114	540
-5115	541
-5115	542
-5116	543
-5116	526
-5117	544
-5117	545
-5117	546
-5118	501
-5119	511
-5120	547
-5121	501
-5122	503
-5123	519
-5124	509
-5125	519
-5125	548
-5125	549
-5126	501
-5127	501
-5128	502
-5129	501
-5130	505
-5130	506
-5131	501
-5132	550
-5133	551
-5134	501
-5135	534
-5136	501
-5137	501
-5138	544
-5138	545
-5138	546
-5139	501
-5140	513
-5141	505
-5142	502
-5143	533
-5144	552
-5144	553
-5145	501
-5146	554
-5146	505
-5147	501
-5148	515
-5149	476
-5150	555
-5151	539
-5151	540
-5152	556
-5153	557
-5153	515
-5154	558
-5155	559
-5155	560
-5156	501
-5157	511
-5158	561
-5159	562
-5160	545
-5160	563
-5161	564
-5162	488
-5162	542
-5163	501
-5164	556
-5165	501
-5166	511
-5167	530
-5167	565
-5168	511
-5169	566
-5169	558
-5169	567
-5170	568
-5171	551
-5172	476
-5173	476
-5174	526
-5175	507
-5176	569
-5176	570
-5177	509
-5179	571
-5179	572
-5180	505
-5181	573
-5181	525
-5181	574
-5181	575
-5182	558
-5183	507
-5184	576
-5185	519
-5185	577
-5186	499
-5187	509
-5187	578
-5187	579
-5188	569
-5188	580
-5189	519
-5190	515
-5191	501
-5192	511
-5193	581
-5193	510
-5193	582
-5194	468
-5195	556
-5196	507
-5197	583
-5197	525
-5197	558
-5198	501
-5199	501
-5200	584
-5200	585
-5200	518
-5201	511
-5202	509
-5203	507
-5204	521
-5204	586
-5205	587
-5205	505
-5206	547
-5206	588
-5206	589
-5207	511
-5208	555
-5209	556
-5210	502
-5211	507
-5212	590
-5213	534
-5214	507
-5215	505
-5216	591
-5216	511
-5217	505
-5217	592
-5218	509
-5218	531
-5218	593
-5219	594
-5219	582
-5220	501
-5221	501
-5222	511
-5223	507
-5224	595
-5224	533
-5225	511
-5226	596
-5226	516
-5226	597
-5226	598
-5226	599
-5226	600
-5226	601
-5226	602
-5226	603
-5227	596
-5227	582
-5228	596
-5228	604
-5229	596
-5229	605
-5229	603
-5230	596
-5230	603
-5231	596
-5231	600
-5231	606
-5232	596
-5232	600
-5232	607
-5233	596
-5233	600
-5234	596
-5234	605
-5235	596
-5235	603
-5235	601
-5235	602
-5236	596
-5236	603
-5236	608
-5237	596
-5237	609
-5237	597
-5237	602
-5238	582
-5238	596
-5239	596
-5239	604
-5240	610
-5241	596
-5241	603
-5241	600
-5241	602
-5241	470
-5242	596
-5242	604
-5243	596
-5243	604
-5244	596
-5244	597
-5244	609
-5245	596
-5245	601
-5246	596
-5246	611
-5247	610
-5248	596
-5248	612
-5249	596
-5249	603
-5250	596
-5250	525
-5250	603
-5250	608
-5251	596
-5251	613
-5252	596
-5252	603
-5253	596
-5253	614
-5254	596
-5254	600
-5255	596
-5255	601
-5256	596
-5256	615
-5256	616
-5257	596
-5257	600
-5257	602
-5258	596
-5258	602
-5258	601
-5258	603
-5259	596
-5259	603
-5259	601
-5259	587
-5260	596
-5260	601
-5260	603
-5261	596
-5261	582
-5262	596
-5262	610
-5262	555
-5263	596
-5263	612
-5263	597
-5263	565
-5264	596
-5264	525
-5264	602
-5265	596
-5265	611
-5266	596
-5266	601
-5267	596
-5267	617
-5268	596
-5268	601
-5268	602
-5268	603
-5269	596
-5269	470
-5270	596
-5270	603
-5270	601
-5271	596
-5271	601
-5272	596
-5272	608
-5272	606
-5272	603
-5273	596
-5273	600
-5273	603
-5273	547
-5274	596
-5274	618
-5274	619
-5275	596
-5275	601
-5276	596
-5276	604
-5277	596
-5277	620
-5278	596
-5278	608
-5278	606
-5278	597
-5278	565
-5278	603
-5279	596
-5279	617
-5280	596
-5280	603
-5280	602
-5281	596
-5281	601
-5282	596
-5282	606
-5282	602
-5283	596
-5283	617
-5284	596
-5284	604
-5285	596
-5285	600
-5285	602
-5285	608
-5285	607
-5286	596
-5286	604
-5287	596
-5287	603
-5287	600
-5288	596
-5288	603
-5289	596
-5289	604
-5290	621
-5291	596
-5291	600
-5291	607
-5292	596
-5292	601
-5293	596
-5293	622
-5293	600
-5293	597
-5293	603
-5293	608
-5294	610
-5295	596
-5295	607
-5296	596
-5296	604
-5297	596
-5297	601
-5298	596
-5298	621
-5298	600
-5299	596
-5299	601
-5299	603
-5299	608
-5299	602
-5299	623
-5300	596
-5300	603
-5300	600
-5300	602
-5301	596
-5301	607
-5301	602
-5302	596
-5302	624
-5302	600
-5303	596
-5303	600
-5303	603
-5303	608
-5304	596
-5304	604
-5305	596
-5305	540
-5305	603
-5306	596
-5306	625
-5306	602
-5306	601
-5307	596
-5307	540
-5308	596
-5308	600
-5308	603
-5308	608
-5309	596
-5309	626
-5310	596
-5310	534
-5311	596
-5311	555
-5312	596
-5312	587
-5313	596
-5313	597
-5313	603
-5313	608
-5314	596
-5314	617
-5315	596
-5315	617
-5316	596
-5316	608
-5316	606
-5316	602
-5316	603
-5317	596
-5317	555
-5318	596
-5318	600
-5319	596
-5319	547
-5320	596
-5320	601
-5321	596
-5321	547
-5322	596
-5322	601
-5322	603
-5323	596
-5323	600
-5324	596
-5324	601
-5325	596
-5325	622
-5325	600
-5325	597
-5325	603
-5325	608
-5326	596
-5326	604
-5326	602
-5327	596
-5327	597
-5327	565
-5327	599
-5328	596
-5328	598
-5329	596
-5329	597
-5329	598
-5329	602
-5330	596
-5330	600
-5330	602
-5330	603
-5331	596
-5331	604
-5332	596
-5332	623
-5333	596
-5333	525
-5333	547
-5334	596
-5334	601
-5335	596
-5335	599
-5335	601
-5335	603
-5335	602
-5336	596
-5336	601
-5337	596
-5337	617
-5338	596
-5338	599
-5338	602
-5338	601
-5338	603
-5338	608
-5339	596
-5339	601
-5340	596
-5340	547
-5341	596
-5341	602
-5341	603
-5341	601
-5342	596
-5342	607
-5343	596
-5343	565
-5344	596
-5344	601
-5345	623
-5346	596
-5346	602
-5347	596
-5347	600
-5347	602
-5347	603
-5348	596
-5348	470
-5349	596
-5349	601
-5350	596
-5350	601
-5350	603
-5351	596
-5351	600
-5351	607
-5352	596
-5352	547
-5353	596
-5353	604
-5353	555
-5354	596
-5354	611
-5355	596
-5355	534
-5356	596
-5356	600
-5356	602
-5357	596
-5357	604
-5358	596
-5358	606
-5358	603
-5358	608
-5358	600
-5359	596
-5359	622
-5359	600
-5359	597
-5360	596
-5360	563
-5361	596
-5361	565
-5361	603
-5362	596
-5362	617
-5363	596
-5363	604
-5364	596
-5364	597
-5365	596
-5365	600
-5366	596
-5366	603
-5367	596
-5367	604
-5367	607
-5368	596
-5368	601
-5369	596
-5369	603
-5370	596
-5370	600
-5370	603
-5371	596
-5371	602
-5371	603
-5371	601
-5372	610
-5373	596
-5373	600
-5373	603
-5373	608
-5374	596
-5374	604
-5375	596
-5375	597
-5375	609
-5375	598
-5375	601
-5375	603
-5375	608
-5376	596
-5376	607
-5377	596
-5377	617
-5378	596
-5378	600
-5378	603
-5379	596
-5379	627
-5380	596
-5380	547
-5381	596
-5381	604
-5382	596
-5382	555
-5383	596
-5383	604
-5384	596
-5384	622
-5384	600
-5384	597
-5385	596
-5385	604
-5386	596
-5386	628
-5386	608
-5387	596
-5387	601
-5388	596
-5388	608
-5388	602
-5389	596
-5389	604
-5390	596
-5390	606
-5390	603
-5390	608
-5391	610
-5392	596
-5392	617
-5393	596
-5393	603
-5394	596
-5394	547
-5394	587
-5395	596
-5395	602
-5396	596
-5396	603
-5397	596
-5397	605
-5398	596
-5398	601
-5398	603
-5398	608
-5399	596
-5399	629
-5399	603
-5400	596
-5400	525
-5400	547
-5401	596
-5401	600
-5401	601
-5401	603
-5402	596
-5402	555
-5403	596
-5403	602
-5404	596
-5404	600
-5405	596
-5405	555
-5406	596
-5406	617
-5407	596
-5407	602
-5408	596
-5408	599
-5408	600
-5408	602
-5408	601
-5408	547
-5409	596
-5409	604
-5410	596
-5410	603
-5411	596
-5411	603
-5411	600
-5411	602
-5412	596
-5412	600
-5412	602
-5412	601
-5413	596
-5413	630
-5413	601
-5414	596
-5414	618
-5415	596
-5415	604
-5416	596
-5416	525
-5416	602
-5417	596
-5417	622
-5417	600
-5417	597
-5417	603
-5417	608
-5418	596
-5418	582
-5418	547
-5419	596
-5419	555
-5419	603
-5420	596
-5420	603
-5421	596
-5421	604
-5421	631
-5422	596
-5422	597
-5422	600
-5422	602
-5422	565
-5422	603
-5423	596
-5423	603
-5423	470
-5424	596
-5424	601
-5425	596
-5425	607
-5425	587
-5426	596
-5426	601
-5427	596
-5427	617
-5428	596
-5428	626
-5428	603
-5428	608
-5428	602
-5429	596
-5429	565
-5429	603
-5430	596
-5430	604
-5431	596
-5431	608
-5431	597
-5431	603
-5432	610
-5433	596
-5433	604
-5434	596
-5434	617
-5435	596
-5435	605
-5436	596
-5436	617
-5437	596
-5437	608
-5437	597
-5437	603
-5438	596
-5438	600
-5438	603
-5438	608
-5439	596
-5439	604
-5440	596
-5440	632
-5440	600
-5441	596
-5441	633
-5442	596
-5442	555
-5443	596
-5443	601
-5443	603
-5444	596
-5444	600
-5445	596
-5445	601
-5445	603
-5446	596
-5446	547
-5447	596
-5447	604
-5448	596
-5448	604
-5449	596
-5449	612
-5449	603
-5449	608
-5450	596
-5450	604
-5451	596
-5451	525
-5451	603
-5451	608
-5452	596
-5452	634
-5453	596
-5453	613
-5453	600
-5453	603
-5453	602
-5454	596
-5454	607
-5455	596
-5455	604
-5456	596
-5456	635
-5457	610
-5458	596
-5458	603
-5458	602
-5458	607
-5459	596
-5459	597
-5459	603
-5459	608
-5459	587
-5460	596
-5460	600
-5461	596
-5461	604
-5462	596
-5462	608
-5462	603
-5463	596
-5463	612
-5464	596
-5464	611
-5464	600
-5465	596
-5465	602
-5465	601
-5465	603
-5466	596
-5466	555
-5467	596
-5467	601
-5468	596
-5468	622
-5468	600
-5469	596
-5469	608
-5469	636
-5470	596
-5470	600
-5470	603
-5470	608
-5471	596
-5471	622
-5471	600
-5471	597
-5471	602
-5471	601
-5472	596
-5472	603
-5472	602
-5472	470
-5472	547
-5473	596
-5473	600
-5474	596
-5474	604
-5475	596
-5475	525
-5475	602
-5476	596
-5476	603
-5476	565
-5477	596
-5477	637
-5477	603
-5478	596
-5478	470
-5479	596
-5479	601
-5480	596
-5480	607
-5481	596
-5481	611
-5482	596
-5482	525
-5483	596
-5483	604
-5484	596
-5484	540
-5485	596
-5485	601
-5485	603
-5486	596
-5486	534
-5487	596
-5487	540
-5487	603
-5488	596
-5488	605
-5489	596
-5489	604
-5490	596
-5490	582
-5491	596
-5491	540
-5492	596
-5492	608
-5492	597
-5492	603
-5493	596
-5493	604
-5494	596
-5494	604
-5495	596
-5495	547
-5496	596
-5496	600
-5496	602
-5496	603
-5497	596
-5497	600
-5498	596
-5498	604
-5499	596
-5499	598
-5500	596
-5500	612
-5500	603
-5500	608
-5501	596
-5501	604
-5502	596
-5502	603
-5503	596
-5503	607
-5504	596
-5504	555
-5505	596
-5505	622
-5505	600
-5505	597
-5506	596
-5506	582
-5507	596
-5507	470
-5508	596
-5508	547
-5509	596
-5509	604
-5510	596
-5510	611
-5511	596
-5511	610
-5512	596
-5512	638
-5512	600
-5513	596
-5513	605
-5513	603
-5514	596
-5514	616
-5514	608
-5514	603
-5515	596
-5515	604
-5516	596
-5516	540
-5517	596
-5517	604
-5518	610
-5519	596
-5519	602
-5520	596
-5520	602
-5520	603
-5521	596
-5521	547
-5522	621
-5523	596
-5523	525
-5523	603
-5524	596
-5524	603
-5524	600
-5525	596
-5525	600
-5526	596
-5526	601
-5527	596
-5527	604
-5528	596
-5528	604
-5529	596
-5529	600
-5530	596
-5530	601
-5531	596
-5531	621
-5532	596
-5532	605
-5533	596
-5533	603
-5533	600
-5534	596
-5534	601
-5535	596
-5535	607
-5536	596
-5536	613
-5536	603
-5537	596
-5537	603
-5538	596
-5538	605
-5539	596
-5539	534
-5540	596
-5540	516
-5540	597
-5541	596
-5541	604
-5542	610
-5543	596
-5543	607
-5544	596
-5544	604
-5545	596
-5545	600
-5545	607
-5546	596
-5546	604
-5547	596
-5547	639
-5547	601
-5547	602
-5547	603
-5548	596
-5548	601
-5548	603
-5549	596
-5549	612
-5549	603
-5549	608
-5550	596
-5550	525
-5550	602
-5551	596
-5551	604
-5552	596
-5552	601
-5553	596
-5553	604
-5554	596
-5554	640
-5555	596
-5555	600
-5555	603
-5555	608
-5556	596
-5556	540
-5557	596
-5557	587
-5558	596
-5558	605
-5559	596
-5559	641
-5559	602
-5559	603
-5559	608
-5559	601
-5560	596
-5560	604
-5561	596
-5561	598
-5561	597
-5561	602
-5561	603
-5561	600
-5562	596
-5562	547
-5563	596
-5563	611
-5564	596
-5564	600
-5564	606
-5565	596
-5565	600
-5566	596
-5566	628
-5566	608
-5566	603
-5567	596
-5567	604
-5568	596
-5568	617
-5569	596
-5569	600
-5570	596
-5570	642
-5570	555
-5571	596
-5571	613
-5571	603
-5572	596
-5572	611
-5573	596
-5573	603
-5574	596
-5574	565
-5575	596
-5575	612
-5575	597
-5575	606
-5576	601
-5576	596
-5577	596
-5577	563
-5578	596
-5578	602
-5579	621
-5579	596
-5579	547
-5580	596
-5580	470
-5580	603
-5581	596
-5581	603
-5581	525
-5582	596
-5582	600
-5582	601
-5583	596
-5583	601
-5583	603
-5583	608
-5584	596
-5584	602
-5585	596
-5585	547
-5586	596
-5586	643
-5587	596
-5587	622
-5587	600
-5588	596
-5588	600
-5589	644
-5590	596
-5590	601
-5590	603
-5591	596
-5591	587
-5592	596
-5592	603
-5593	596
-5593	603
-5594	596
-5594	525
-5595	596
-5595	628
-5595	608
-5595	603
-5596	596
-5596	626
-5596	602
-5596	600
-5597	596
-5597	612
-5597	602
-5597	547
-5598	596
-5598	604
-5599	596
-5599	616
-5599	608
-5599	600
-5600	645
-5600	646
-5601	596
-5601	616
-5601	608
-5601	600
-5602	596
-5602	604
-5602	607
-5603	596
-5603	635
-5603	603
-5604	596
-5604	608
-5605	596
-5605	616
-5605	608
-5605	600
-5606	596
-5606	601
-5606	603
-5607	596
-5607	647
-5607	611
-5608	596
-5608	603
-5609	596
-5609	601
-5609	603
-5610	596
-5610	600
-5610	565
-5611	596
-5611	604
-5611	607
-5612	596
-5612	604
-5612	555
-5613	596
-5613	601
-5613	603
-5614	596
-5614	623
-5615	596
-5615	603
-5616	596
-5616	604
-5616	607
-5617	596
-5617	604
-5618	596
-5618	602
-5618	607
-5618	603
-5619	596
-5619	603
-5620	596
-5620	604
-5621	596
-5621	606
-5621	601
-5622	596
-5622	617
-5623	596
-5623	603
-5624	596
-5624	587
-5625	596
-5625	611
-5625	600
-5626	596
-5626	603
-5627	596
-5627	604
-5628	596
-5628	600
-5629	596
-5629	603
-5630	610
-5631	596
-5631	582
-5631	603
-5632	596
-5632	604
-5633	596
-5633	635
-5634	596
-5634	617
-5635	596
-5635	525
-5635	603
-5636	596
-5636	601
-5636	603
-5637	596
-5637	608
-5637	606
-5637	603
-5638	596
-5638	597
-5638	602
-5639	596
-5639	605
-5640	596
-5640	600
-5641	596
-5641	607
-5642	596
-5642	607
-5643	596
-5643	635
-5644	596
-5644	604
-5645	596
-5645	604
-5646	596
-5646	634
-5647	596
-5647	600
-5647	603
-5648	596
-5648	610
-5649	596
-5649	540
-5650	596
-5650	600
-5651	596
-5651	600
-5652	596
-5652	601
-5653	596
-5653	602
-5654	596
-5654	612
-5654	602
-5654	470
-5655	596
-5655	642
-5656	596
-5656	608
-5656	606
-5657	596
-5657	612
-5657	602
-5657	603
-5658	596
-5658	608
-5658	597
-5658	565
-5659	596
-5659	616
-5659	608
-5659	547
-5660	596
-5660	638
-5660	601
-5660	600
-5661	610
-5662	596
-5662	609
-5662	597
-5662	603
-5663	596
-5663	601
-5664	596
-5664	600
-5664	622
-5664	602
-5664	565
-5664	603
-5665	596
-5665	648
-5665	603
-5666	596
-5666	604
-5667	596
-5667	649
-5667	600
-5667	603
-5667	601
-5668	596
-5668	602
-5668	601
-5669	596
-5669	650
-5670	596
-5670	587
-5671	596
-5671	607
-5672	596
-5672	601
-5673	596
-5673	470
-5674	596
-5674	470
-5675	596
-5675	651
-5675	603
-5676	596
-5676	604
-5676	555
-5677	596
-5677	534
-5678	596
-5678	598
-5678	597
-5678	602
-5679	596
-5679	604
-5680	596
-5680	525
-5680	603
-5681	596
-5681	604
-5682	596
-5682	604
-5683	596
-5683	620
-5683	652
-5684	596
-5684	604
-5685	596
-5685	617
-5686	596
-5686	600
-5686	603
-5687	596
-5687	603
-5688	596
-5688	634
-5689	596
-5689	603
-5690	596
-5690	604
-5691	596
-5691	470
-5692	596
-5692	470
-5693	596
-5693	604
-5694	596
-5694	470
-5694	603
-5695	596
-5695	605
-5696	596
-5696	604
-5697	621
-5698	596
-5698	603
-5699	596
-5699	601
-5699	603
-5699	602
-5700	596
-5700	587
-5701	610
-5702	596
-5702	525
-5702	602
-5702	603
-5703	596
-5703	608
-5703	606
-5704	596
-5704	604
-5705	596
-5705	601
-5705	603
-5705	470
-5706	596
-5706	602
-5706	603
-5706	601
-5707	596
-5707	600
-5707	603
-5708	596
-5708	607
-5709	596
-5709	600
-5710	596
-5710	603
-5711	596
-5711	534
-5712	610
-5713	596
-5713	604
-5713	607
-5714	596
-5714	616
-5714	608
-5714	603
-5715	596
-5715	622
-5715	600
-5715	597
-5715	601
-5715	603
-5715	608
-5715	547
-5716	596
-5716	603
-5716	602
-5716	608
-5717	596
-5717	600
-5717	565
-5717	603
-5718	596
-5718	611
-5718	600
-5719	596
-5719	600
-5719	603
-5719	608
-5720	601
-5720	596
-5721	596
-5721	601
-5721	603
-5722	596
-5722	616
-5722	608
-5722	603
-5723	596
-5723	547
-5724	596
-5724	597
-5725	596
-5725	603
-5726	596
-5726	587
-5727	596
-5727	604
-5728	596
-5728	540
-5729	610
-5730	596
-5730	600
-5730	602
-5731	596
-5731	600
-5732	596
-5732	555
-5733	596
-5733	603
-5734	596
-5734	587
-5735	596
-5735	603
-5735	600
-5736	596
-5736	633
-5737	596
-5737	616
-5737	608
-5737	565
-5737	603
-5738	596
-5738	604
-5739	596
-5739	608
-5739	597
-5739	603
-5740	596
-5740	601
-5741	596
-5741	540
-5741	547
-5742	596
-5742	603
-5742	608
-5743	596
-5743	601
-5744	596
-5744	600
-5744	602
-5744	601
-5744	608
-5745	596
-5745	602
-5746	596
-5746	601
-5746	603
-5747	596
-5747	604
-5748	596
-5748	540
-5749	596
-5749	597
-5749	602
-5749	608
-5750	596
-5750	608
-5751	596
-5751	597
-5752	596
-5752	604
-5753	596
-5753	604
-5754	596
-5754	622
-5754	600
-5754	597
-5754	602
-5754	608
-5754	601
-5755	621
-5756	596
-5756	622
-5756	600
-5756	597
-5756	603
-5756	587
-5757	596
-5757	540
-5757	603
-5758	596
-5758	604
-5759	596
-5759	555
-5760	596
-5760	604
-5761	596
-5761	547
-5762	596
-5762	601
-5763	596
-5763	604
-5764	596
-5764	601
-5765	596
-5765	540
-5766	596
-5766	612
-5766	603
-5766	608
-5766	547
-5767	596
-5767	600
-5767	603
-5767	608
-5768	596
-5768	604
-5769	596
-5769	516
-5769	597
-5769	602
-5770	596
-5770	622
-5770	600
-5770	597
-5770	602
-5770	603
-5770	608
-5771	596
-5771	604
-5772	596
-5772	604
-5773	596
-5773	603
-5774	596
-5774	607
-5775	596
-5775	603
-5776	596
-5776	603
-5777	596
-5777	602
-5777	608
-5777	603
-5778	596
-5778	525
-5778	603
-5778	608
-5779	596
-5779	600
-5779	603
-5779	608
-5780	596
-5780	603
-5781	596
-5781	604
-5782	596
-5782	647
-5782	611
-5782	603
-5782	600
-5783	596
-5783	611
-5784	596
-5784	610
-5785	596
-5785	602
-5786	596
-5786	600
-5786	653
-5787	596
-5787	470
-5788	596
-5788	604
-5789	596
-5789	654
-5789	655
-5790	596
-5790	604
-5791	596
-5791	607
-5792	596
-5792	617
-5793	596
-5793	626
-5793	603
-5794	596
-5794	555
-5795	596
-5795	563
-5795	607
-5796	601
-5796	596
-5797	596
-5797	623
-5798	596
-5798	555
-5799	596
-5799	603
-5800	596
-5800	555
-5801	596
-5801	525
-5802	596
-5802	602
-5802	603
-5802	608
-5803	596
-5803	601
-5804	596
-5804	516
-5804	597
-5804	602
-5805	601
-5805	596
-5806	596
-5806	604
-5807	596
-5807	563
-5808	596
-5808	603
-5809	596
-5809	606
-5809	603
-5809	608
-5810	596
-5810	601
-5811	596
-5811	656
-5812	596
-5812	555
-5813	596
-5814	596
-5814	600
-5815	596
-5815	555
-5816	596
-5816	555
-5817	657
-5817	476
-5817	658
-5818	657
-5818	476
-5818	659
-5818	660
-5819	661
-5820	476
-5821	657
-5821	662
-5821	476
-5821	660
-5822	657
-5822	663
-5822	662
-5822	664
-5822	476
-5822	472
-5822	665
-5822	660
-5823	666
-5823	466
-5823	505
-5824	666
-5824	667
-5824	668
-5824	669
-5825	666
-5825	670
-5825	506
-5826	666
-5826	671
-5826	672
-5827	666
-5827	466
-5827	505
-5828	666
-5828	673
-5829	666
-5829	667
-5829	668
-5829	669
-5830	666
-5830	674
-5830	675
-5831	666
-5831	667
-5831	675
-5832	676
-5832	677
-5833	666
-5833	667
-5833	678
-5834	666
-5834	466
-5834	505
-5835	666
-5835	679
-5835	675
-5836	666
-5836	680
-5836	672
-5837	666
-5837	669
-5837	506
-5838	666
-5838	681
-5839	666
-5839	668
-5839	678
-5840	666
-5840	682
-5840	667
-5840	683
-5840	684
-5840	678
-5841	666
-5841	667
-5841	678
-5842	666
-5842	685
-5842	667
-5842	686
-5842	678
-5842	683
-5843	666
-5843	667
-5843	678
-5844	666
-5844	667
-5844	672
-5844	668
-5844	678
-5845	666
-5845	687
-5846	666
-5846	675
-5846	667
-5847	666
-5847	667
-5847	675
-5848	666
-5848	678
-5848	667
-5848	688
-5849	666
-5849	689
-5849	667
-5850	666
-5850	667
-5850	675
-5851	666
-5851	505
-5851	690
-5852	666
-5852	670
-5852	667
-5852	678
-5852	691
-5853	666
-5853	667
-5853	678
-5854	666
-5854	667
-5854	675
-5855	666
-5855	672
-5856	666
-5856	466
-5856	505
-5857	666
-5857	667
-5857	678
-5858	666
-5858	670
-5858	506
-5859	666
-5859	667
-5859	678
-5860	666
-5860	466
-5860	450
-5861	666
-5861	675
-5862	666
-5862	668
-5863	666
-5863	667
-5863	678
-5864	666
-5864	692
-5864	684
-5864	675
-5864	678
-5865	666
-5865	692
-5865	684
-5865	678
-5866	666
-5866	505
-5867	666
-5867	466
-5867	450
-5868	666
-5868	466
-5868	505
-5869	666
-5869	466
-5869	505
-5870	666
-5870	667
-5871	666
-5871	466
-5871	505
-5872	666
-5872	670
-5872	506
-5873	666
-5873	525
-5873	667
-5874	666
-5874	667
-5874	675
-5875	666
-5875	667
-5876	666
-5876	466
-5876	505
-5877	666
-5877	667
-5878	666
-5878	693
-5878	678
-5878	691
-5878	674
-5879	666
-5879	667
-5880	666
-5880	466
-5880	505
-5881	689
-5881	677
-5881	694
-5882	666
-5882	505
-5882	466
-5883	666
-5883	678
-5883	674
-5883	506
-5884	666
-5884	695
-5884	675
-5885	666
-5885	687
-5885	684
-5886	666
-5886	680
-5886	672
-5887	666
-5887	466
-5887	505
-5888	666
-5888	667
-5888	678
-5889	696
-5889	675
-5889	697
-5890	666
-5890	698
-5891	666
-5891	466
-5891	505
-5892	666
-5892	699
-5892	678
-5893	666
-5893	466
-5893	505
-5894	666
-5894	667
-5895	666
-5895	466
-5896	666
-5896	667
-5896	678
-5896	668
-5897	666
-5897	700
-5897	690
-5898	666
-5898	675
-5898	667
-5899	666
-5899	667
-5899	688
-5899	678
-5899	701
-5900	666
-5900	689
-5900	667
-5900	678
-5901	666
-5901	466
-5902	666
-5902	505
-5903	666
-5903	673
-5904	666
-5904	667
-5904	669
-5905	666
-5905	702
-5905	678
-5905	466
-5905	450
-5906	666
-5906	672
-5907	666
-5907	466
-5907	505
-5908	666
-5908	703
-5908	678
-5908	450
-5908	466
-5909	704
-5910	666
-5910	505
-5911	666
-5911	466
-5911	505
-5912	666
-5912	667
-5912	678
-5913	666
-5913	680
-5914	666
-5914	693
-5914	678
-5915	666
-5915	698
-5916	666
-5916	698
-5917	666
-5917	667
-5917	689
-5917	675
-5918	666
-5918	506
-5919	666
-5919	705
-5919	678
-5920	666
-5920	466
-5920	505
-5921	666
-5921	675
-5922	666
-5922	690
-5922	505
-5923	666
-5923	673
-5924	666
-5924	706
-5924	667
-5924	678
-5924	707
-5925	666
-5925	673
-5926	666
-5926	667
-5926	675
-5927	666
-5927	667
-5928	666
-5928	684
-5929	666
-5929	667
-5929	450
-5929	466
-5930	666
-5930	684
-5930	708
-5930	678
-5930	667
-5931	666
-5931	505
-5932	666
-5932	672
-5933	666
-5933	505
-5934	666
-5934	667
-5934	678
-5935	666
-5935	667
-5936	666
-5936	667
-5936	678
-5936	450
-5936	466
-5937	666
-5937	667
-5937	678
-5938	666
-5938	667
-5938	675
-5939	689
-5939	677
-5939	694
-5940	666
-5940	506
-5941	666
-5941	670
-5941	506
-5942	666
-5942	466
-5942	505
-5943	666
-5943	667
-5943	675
-5944	666
-5944	667
-5944	678
-5945	666
-5945	667
-5945	675
-5946	666
-5946	667
-5946	678
-5947	666
-5947	698
-5948	666
-5948	678
-5948	667
-5949	666
-5949	674
-5949	678
-5950	666
-5950	667
-5950	675
-5951	666
-5951	667
-5951	668
-5951	678
-5952	666
-5952	680
-5953	666
-5953	505
-5954	666
-5954	698
-5954	678
-5955	666
-5955	689
-5955	667
-5955	678
-5956	666
-5956	673
-5957	666
-5957	667
-5957	675
-5958	666
-5958	680
-5959	666
-5959	505
-5960	666
-5960	673
-5961	666
-5961	680
-5961	672
-5962	666
-5962	667
-5962	450
-5962	466
-5963	666
-5963	668
-5963	678
-5964	666
-5964	707
-5964	678
-5965	666
-5965	709
-5966	666
-5966	668
-5966	678
-5967	666
-5967	466
-5968	666
-5968	667
-5968	668
-5968	678
-5969	505
-5970	666
-5970	667
-5970	678
-5971	666
-5971	466
-5971	505
-5972	666
-5972	667
-5972	689
-5972	678
-5972	675
-5973	666
-5973	466
-5973	505
-5974	666
-5974	505
-5975	666
-5975	667
-5976	666
-5976	505
-5977	666
-5977	687
-5978	666
-5978	667
-5979	666
-5979	667
-5979	678
-5980	666
-5980	667
-5980	675
-5981	666
-5981	667
-5981	668
-5982	666
-5982	667
-5982	678
-5983	666
-5983	680
-5983	667
-5983	678
-5984	666
-5984	505
-5985	666
-5985	466
-5986	666
-5986	667
-5986	686
-5986	668
-5987	666
-5987	710
-5988	666
-5988	667
-5988	678
-5989	666
-5989	466
-5989	450
-5990	666
-5990	672
-5991	666
-5991	667
-5991	689
-5991	678
-5991	675
-5992	666
-5992	678
-5992	669
-5993	666
-5993	675
-5994	666
-5994	711
-5995	666
-5995	466
-5995	505
-5996	666
-5996	466
-5996	505
-5997	666
-5997	668
-5997	678
-5998	666
-5998	667
-5998	678
-5998	466
-5999	666
-5999	674
-5999	466
-5999	450
-6000	666
-6000	667
-6000	678
-6000	668
-6001	666
-6001	466
-6001	505
-6002	666
-6002	466
-6002	505
-6003	666
-6003	667
-6003	466
-6004	666
-6004	670
-6004	678
-6004	506
-6005	666
-6005	667
-6005	678
-6006	666
-6006	667
-6006	675
-6007	666
-6007	667
-6007	675
-6008	666
-6008	466
-6008	505
-6009	666
-6009	667
-6009	466
-6009	450
-6010	666
-6010	706
-6010	707
-6011	666
-6011	466
-6011	505
-6012	666
-6012	699
-6013	666
-6013	678
-6013	674
-6014	666
-6014	674
-6015	706
-6016	666
-6016	667
-6016	678
-6017	666
-6017	450
-6017	466
-6018	666
-6018	667
-6019	666
-6019	668
-6019	678
-6020	666
-6020	674
-6020	712
-6020	678
-6021	666
-6021	675
-6022	666
-6022	713
-6023	666
-6023	466
-6023	505
-6024	666
-6024	466
-6024	505
-6025	666
-6025	673
-6026	666
-6026	675
-6027	666
-6027	689
-6027	677
-6028	666
-6028	668
-6029	666
-6029	667
-6029	678
-6030	666
-6030	689
-6030	667
-6030	678
-6031	666
-6031	706
-6031	678
-6031	690
-6031	450
-6032	666
-6032	672
-6033	706
-6034	666
-6034	680
-6035	666
-6035	689
-6035	677
-6036	714
-6037	666
-6037	667
-6037	675
-6038	666
-6038	667
-6038	675
-6039	666
-6039	689
-6039	667
-6039	675
-6039	669
-6040	666
-6040	673
-6041	666
-6041	667
-6041	675
-6042	666
-6042	667
-6042	678
-6043	666
-6043	706
-6043	667
-6043	707
-6043	678
-6044	666
-6044	689
-6044	677
-6045	666
-6045	678
-6045	466
-6045	450
-6046	666
-6046	680
-6046	667
-6046	466
-6046	450
-6047	666
-6047	466
-6047	505
-6048	666
-6048	668
-6049	666
-6049	674
-6050	666
-6050	672
-6051	666
-6051	466
-6051	505
-6052	666
-6052	678
-6053	666
-6053	466
-6053	505
-6054	666
-6054	684
-6054	667
-6054	450
-6054	466
-6055	666
-6055	689
-6055	667
-6055	678
-6056	666
-6056	466
-6056	505
-6057	666
-6057	667
-6058	666
-6058	667
-6059	666
-6059	670
-6059	506
-6060	666
-6060	466
-6060	450
-6061	666
-6061	684
-6061	678
-6062	666
-6062	699
-6063	712
-6064	666
-6064	668
-6064	678
-6065	666
-6065	689
-6065	667
-6065	701
-6065	675
-6066	666
-6066	689
-6066	667
-6066	675
-6066	678
-6066	668
-6067	666
-6067	667
-6068	666
-6068	667
-6068	675
-6069	666
-6069	667
-6069	678
-6070	666
-6070	667
-6070	675
-6071	666
-6071	466
-6071	505
-6072	666
-6072	466
-6072	505
-6073	666
-6073	672
-6073	678
-6074	666
-6074	715
-6075	666
-6075	505
-6076	666
-6076	667
-6076	675
-6076	678
-6077	666
-6077	681
-6077	669
-6077	678
-6078	666
-6078	466
-6078	505
-6079	666
-6079	466
-6079	505
-6080	666
-6080	716
-6080	466
-6080	450
-6081	666
-6081	700
-6081	678
-6082	666
-6082	712
-6082	678
-6083	666
-6083	466
-6083	505
-6084	666
-6084	702
-6085	681
-6085	666
-6086	666
-6086	672
-6087	666
-6087	717
-6087	466
-6087	450
-6088	666
-6088	672
-6089	666
-6089	678
-6090	666
-6090	674
-6091	666
-6091	672
-6092	666
-6092	675
-6093	666
-6093	678
-6093	675
-6094	666
-6094	505
-6095	666
-6095	675
-6096	666
-6096	698
-6097	666
-6097	667
-6098	666
-6098	689
-6098	667
-6098	678
-6098	675
-6098	672
-6099	666
-6099	667
-6099	675
-6100	666
-6100	707
-6100	678
-6101	666
-6101	672
-6102	666
-6102	466
-6102	505
-6103	666
-6103	689
-6103	669
-6104	666
-6104	466
-6104	505
-6105	666
-6105	667
-6105	678
-6105	672
-6106	666
-6106	690
-6106	505
-6107	666
-6107	711
-6108	666
-6108	667
-6108	675
-6109	666
-6109	687
-6110	666
-6110	689
-6111	666
-6111	673
-6112	666
-6112	466
-6112	505
-6113	666
-6113	692
-6113	684
-6113	675
-6114	666
-6114	466
-6114	505
-6115	712
-6116	666
-6116	667
-6116	689
-6116	678
-6117	666
-6117	466
-6117	505
-6118	666
-6118	689
-6119	666
-6119	698
-6119	667
-6120	666
-6120	466
-6120	505
-6121	666
-6121	680
-6121	672
-6122	666
-6122	667
-6122	678
-6123	666
-6124	666
-6124	667
-6124	675
-6125	666
-6125	667
-6125	678
-6125	466
-6125	450
-6126	666
-6126	718
-6126	667
-6126	672
-6127	719
-6127	689
-6127	667
-6127	678
-6128	666
-6128	667
-6128	678
-6129	666
-6129	466
-6129	505
-6130	666
-6130	505
-6131	666
-6131	689
-6131	667
-6131	675
-6132	666
-6132	505
-6133	666
-6133	505
-6134	666
-6134	505
-6135	666
-6135	505
-6136	666
-6136	505
-6137	720
-6137	547
-6137	721
-6138	720
-6138	547
-6138	722
-6139	720
-6139	717
-6139	533
-6139	722
-6140	720
-6140	723
-6141	720
-6141	547
-6142	720
-6142	717
-6142	547
-6142	724
-6142	533
-6142	723
-6142	564
-6142	722
-6143	720
-6143	547
-6144	720
-6144	725
-6144	547
-6144	722
-6144	542
-6144	723
-6145	720
-6145	547
-6145	726
-6145	724
-6145	533
-6145	722
-6146	720
-6146	723
-6146	722
-6147	720
-6147	547
-6147	726
-6147	724
-6147	533
-6147	723
-6147	722
-6148	720
-6148	630
-6148	722
-6149	720
-6149	547
-6150	720
-6150	717
-6150	547
-6150	724
-6150	723
-6150	727
-6150	630
-6150	564
-6151	720
-6151	547
-6151	533
-6151	722
-6152	720
-6152	724
-6152	547
-6152	728
-6152	722
-6153	720
-6153	588
-6154	720
-6154	547
-6154	724
-6154	723
-6154	727
-6154	630
-6154	564
-6154	722
-6155	720
-6155	729
-6155	726
-6155	547
-6155	723
-6155	724
-6155	630
-6155	722
-6155	730
-6156	720
-6156	630
-6156	547
-6156	723
-6157	720
-6157	514
-6157	547
-6157	564
-6158	720
-6158	722
-6159	720
-6159	728
-6159	547
-6160	720
-6160	717
-6160	547
-6160	722
-6161	720
-6161	717
-6161	722
-6162	720
-6162	588
-6162	547
-6163	720
-6163	722
-6164	720
-6164	547
-6164	722
-6165	720
-6165	731
-6166	720
-6166	588
-6167	720
-6167	478
-6168	720
-6168	723
-6168	732
-6169	720
-6169	630
-6169	724
-6169	723
-6169	732
-6170	720
-6170	733
-6171	720
-6171	514
-6171	733
-6172	720
-6172	734
-6172	721
-6173	720
-6173	514
-6173	721
-6173	735
-6174	720
-6174	728
-6174	732
-6175	720
-6175	736
-6175	733
-6175	547
-6176	720
-6176	514
-6176	737
-6177	720
-6177	588
-6178	720
-6178	736
-6178	722
-6179	720
-6179	738
-6180	720
-6180	547
-6180	531
-6180	722
-6180	739
-6181	720
-6181	547
-6181	722
-6182	720
-6182	588
-6183	720
-6183	588
-6184	720
-6184	737
-6185	720
-6185	630
-6185	722
-6186	720
-6186	630
-6187	720
-6187	630
-6187	722
-6188	720
-6188	630
-6188	722
-6189	720
-6189	722
-6190	720
-6190	547
-6190	531
-6190	533
-6191	720
-6191	740
-6191	736
-6191	741
-6191	630
-6191	722
-6191	721
-6192	720
-6192	726
-6192	717
-6192	724
-6192	547
-6192	722
-6193	720
-6193	722
-6194	720
-6194	478
-6194	724
-6194	728
-6194	722
-6195	720
-6195	547
-6195	722
-6195	731
-6196	720
-6196	514
-6196	724
-6196	727
-6197	720
-6197	547
-6197	717
-6197	531
-6197	533
-6197	722
-6198	720
-6198	531
-6198	742
-6199	720
-6199	547
-6199	736
-6199	726
-6200	720
-6200	514
-6200	547
-6200	533
-6200	723
-6200	724
-6200	722
-6201	720
-6201	743
-6202	720
-6202	744
-6203	720
-6203	744
-6204	720
-6204	723
-6204	743
-6205	720
-6205	743
-6205	547
-6206	720
-6206	743
-6206	722
-6207	720
-6207	743
-6207	588
-6208	720
-6208	745
-6208	722
-6209	720
-6209	744
-6209	547
-6209	722
-6210	720
-6210	743
-6211	720
-6211	743
-6211	733
-6212	720
-6212	743
-6212	547
-6212	722
-6213	720
-6213	722
-6214	720
-6214	722
-6215	720
-6215	743
-6215	547
-6216	720
-6216	723
-6216	732
-6217	720
-6217	733
-6218	720
-6218	743
-6218	547
-6218	722
-6219	720
-6219	743
-6219	723
-6220	720
-6220	746
-6220	478
-6220	732
-6221	720
-6221	743
-6222	720
-6222	743
-6222	547
-6222	722
-6223	720
-6223	743
-6223	547
-6223	723
-6224	720
-6224	743
-6224	547
-6224	723
-6224	722
-6225	720
-6225	717
-6225	547
-6225	723
-6225	478
-6225	733
-6225	564
-6225	722
-6225	721
-6226	720
-6226	747
-6226	736
-6226	724
-6226	547
-6226	748
-6226	749
-6226	722
-6226	723
-6227	720
-6227	717
-6227	547
-6227	722
-6228	720
-6228	547
-6228	723
-6228	722
-6229	720
-6229	726
-6230	720
-6230	630
-6230	547
-6230	722
-6231	720
-6231	747
-6231	736
-6231	724
-6231	630
-6231	547
-6231	723
-6231	722
-6232	720
-6232	726
-6232	722
-6233	720
-6233	533
-6233	723
-6233	722
-6234	720
-6234	547
-6234	726
-6234	724
-6234	630
-6234	722
-6235	720
-6235	726
-6235	547
-6235	722
-6236	750
-6236	453
-6237	751
-6237	453
-6238	453
-6238	752
-6239	453
-6239	753
-6239	754
-6239	463
-6240	457
-6240	447
-6241	453
-6241	476
-6241	755
-6242	756
-6242	453
-6243	453
-6243	757
-6244	606
-6244	453
-6245	453
-6245	582
-6246	758
-6246	453
-6247	751
-6247	453
-6248	562
-6248	453
-6249	558
-6250	759
-6250	453
-6250	582
-6251	453
-6251	463
-6252	548
-6252	453
-6253	510
-6253	453
-6254	453
-6254	760
-6255	453
-6255	752
-6256	761
-6256	453
-6256	752
-6257	562
-6257	453
-6258	515
-6258	453
-6259	762
-6260	448
-6260	453
-6261	763
-6261	453
-6262	562
-6262	453
-6263	453
-6263	454
-6264	448
-6264	453
-6265	453
-6265	448
-6265	562
-6266	562
-6266	453
-6267	562
-6267	453
-6268	764
-6268	453
-6268	606
-6269	453
-6269	717
-6269	752
-6270	453
-6270	628
-6270	765
-6271	453
-6271	752
-6272	453
-6272	755
-6272	752
-6272	476
-6273	751
-6273	453
-6274	453
-6274	766
-6275	453
-6275	767
-6276	562
-6276	453
-6277	453
-6277	768
-6278	453
-6279	769
-6279	453
-6280	453
-6280	752
-6281	558
-6282	453
-6282	463
-6282	466
-6283	453
-6283	770
-6284	453
-6284	454
-6285	453
-6285	752
-6286	771
-6286	453
-6287	453
-6287	628
-6287	606
-6287	765
-6288	453
-6288	752
-6288	772
-6289	453
-6289	767
-6290	562
-6290	453
-6291	453
-6291	642
-6292	453
-6292	773
-6292	582
-6292	752
-6293	462
-6293	453
-6293	774
-6293	606
-6294	453
-6294	770
-6295	775
-6295	453
-6296	776
-6297	453
-6297	754
-6297	753
-6297	777
-6297	691
-6297	463
-6297	450
-6298	751
-6298	453
-6299	453
-6299	462
-6300	453
-6300	450
-6301	453
-6301	768
-6301	582
-6301	462
-6302	778
-6302	453
-6303	515
-6303	453
-6304	453
-6304	463
-6305	453
-6305	448
-6306	562
-6306	453
-6307	453
-6307	663
-6307	448
-6308	779
-6308	768
-6308	453
-6309	558
-6309	562
-6309	453
-6310	768
-6310	453
-6311	562
-6312	555
-6312	453
-6313	780
-6313	453
-6313	582
-6314	751
-6314	453
-6315	453
-6315	752
-6316	452
-6316	453
-6316	768
-6317	453
-6317	466
-6318	515
-6318	453
-6319	781
-6319	453
-6320	515
-6320	453
-6321	448
-6321	453
-6322	453
-6322	466
-6323	782
-6323	453
-6324	776
-6324	453
-6325	453
-6325	476
-6325	755
-6326	453
-6326	582
-6327	775
-6328	783
-6328	453
-6328	768
-6329	453
-6329	752
-6329	476
-6330	452
-6330	453
-6331	784
-6331	452
-6331	453
-6332	448
-6332	453
-6333	453
-6333	768
-6334	453
-6334	770
-6335	784
-6335	452
-6335	453
-6336	784
-6336	452
-6336	453
-6337	452
-6337	785
-6337	453
-6338	785
-6338	452
-6338	453
-6339	453
-6339	476
-6339	752
-6340	453
-6340	752
-6340	772
-6341	452
-6341	453
-6342	771
-6342	453
-6343	558
-6343	453
-6344	778
-6344	453
-6345	453
-6345	695
-6345	752
-6346	515
-6346	453
-6347	462
-6347	453
-6347	786
-6348	779
-6348	768
-6348	453
-6349	787
-6349	453
-6350	788
-6350	453
-6351	453
-6351	463
-6351	466
-6352	789
-6353	452
-6353	453
-6353	606
-6354	452
-6354	453
-6354	606
-6355	453
-6355	476
-6356	453
-6356	752
-6356	772
-6357	762
-6358	453
-6358	455
-6358	790
-6359	762
-6360	606
-6360	453
-6361	448
-6361	453
-6362	791
-6362	453
-6362	582
-6363	453
-6363	663
-6363	454
-6364	453
-6364	476
-6365	762
-6366	515
-6366	792
-6366	453
-6367	778
-6367	453
-6368	453
-6368	448
-6369	751
-6369	453
-6370	453
-6370	507
-6370	793
-6371	453
-6371	695
-6371	582
-6372	776
-6372	453
-6373	452
-6373	453
-6373	785
-6374	453
-6374	695
-6375	453
-6375	466
-6376	787
-6376	453
-6377	448
-6377	453
-6378	453
-6378	791
-6379	642
-6379	453
-6380	788
-6380	754
-6380	794
-6380	453
-6381	453
-6381	767
-6382	779
-6382	768
-6382	453
-6383	453
-6383	770
-6384	795
-6384	453
-6385	796
-6385	453
-6386	562
-6386	453
-6387	453
-6387	582
-6388	462
-6388	453
-6389	453
-6389	797
-6389	582
-6389	752
-6390	453
-6390	768
-6391	453
-6391	752
-6392	515
-6392	453
-6393	453
-6393	798
-6394	453
-6394	448
-6395	452
-6395	453
-6395	606
-6396	758
-6396	453
-6397	453
-6397	768
-6397	582
-6398	453
-6398	770
-6399	782
-6399	453
-6400	799
-6400	582
-6400	453
-6401	448
-6401	453
-6402	800
-6402	453
-6403	453
-6403	770
-6404	453
-6404	801
-6405	562
-6405	453
-6406	783
-6406	453
-6407	802
-6407	453
-6408	515
-6408	453
-6409	448
-6409	453
-6410	778
-6410	453
-6411	800
-6411	453
-6412	562
-6412	453
-6413	803
-6413	453
-6414	462
-6414	453
-6415	751
-6415	453
-6416	448
-6416	453
-6417	453
-6417	770
-6418	691
-6418	780
-6418	453
-6419	448
-6419	804
-6419	453
-6420	788
-6420	453
-6421	453
-6421	770
-6422	805
-6422	806
-6423	805
-6423	517
-6423	807
-6424	805
-6424	455
-6425	805
-6425	790
-6426	805
-6426	455
-6427	805
-6427	455
-6428	805
-6428	455
-6428	808
-6428	809
-6429	805
-6429	455
-6429	810
-6429	811
-6430	805
-6430	455
-6430	808
-6431	805
-6431	811
-6432	805
-6432	628
-6433	805
-6433	811
-6433	809
-6434	805
-6434	812
-6435	805
-6435	633
-6436	805
-6436	455
-6436	809
-6437	805
-6437	811
-6437	809
-6438	805
-6438	811
-6439	805
-6439	809
-6440	805
-6440	455
-6441	805
-6441	811
-6442	805
-6442	806
-6442	811
-6442	633
-6443	805
-6443	813
-6443	809
-6444	805
-6445	805
-6445	811
-6445	809
-6446	805
-6446	521
-6447	805
-6447	814
-6448	805
-6448	809
-6449	805
-6449	455
-6450	805
-6450	815
-6450	807
-6451	805
-6451	633
-6451	811
-6452	805
-6452	633
-6452	800
-6453	805
-6453	455
-6453	816
-6454	817
-6454	818
-6455	805
-6455	455
-6456	805
-6456	812
-6457	805
-6457	811
-6457	633
-6458	805
-6458	811
-6458	809
-6459	805
-6459	811
-6459	809
-6460	805
-6460	819
-6461	805
-6461	809
-6462	805
-6462	820
-6462	633
-6463	805
-6463	811
-6464	805
-6464	811
-6464	809
-6465	805
-6465	633
-6466	805
-6466	455
-6467	805
-6467	821
-6467	580
-6467	800
-6467	811
-6467	822
-6468	800
-6469	805
-6469	455
-6469	808
-6470	805
-6470	521
-6470	823
-6470	824
-6471	805
-6471	806
-6472	805
-6472	633
-6473	805
-6473	807
-6473	633
-6473	822
-6474	805
-6474	823
-6475	805
-6475	825
-6475	455
-6476	805
-6476	455
-6477	805
-6477	809
-6478	805
-6478	633
-6479	805
-6479	633
-6479	807
-6479	806
-6480	805
-6480	811
-6480	826
-6480	521
-6480	633
-6481	805
-6481	455
-6481	809
-6482	805
-6482	806
-6482	827
-6483	805
-6483	812
-6484	805
-6484	811
-6484	828
-6485	805
-6485	517
-6485	829
-6485	800
-6486	805
-6486	811
-6487	805
-6487	455
-6488	805
-6488	455
-6488	808
-6488	809
-6489	805
-6489	806
-6490	805
-6490	517
-6490	830
-6490	800
-6490	633
-6491	805
-6491	633
-6491	521
-6491	809
-6492	805
-6492	811
-6493	805
-6493	455
-6493	808
-6494	805
-6494	819
-6495	443
-6496	831
-6496	809
-6497	832
-6497	833
-6497	822
-6498	805
-6498	633
-6499	805
-6499	834
-6500	805
-6500	455
-6501	805
-6501	633
-6501	521
-6502	805
-6502	811
-6502	826
-6502	521
-6503	805
-6503	521
-6504	805
-6504	521
-6504	811
-6504	809
-6505	805
-6505	811
-6506	805
-6506	835
-6506	521
-6507	805
-6507	449
-6508	805
-6508	836
-6508	633
-6508	809
-6509	805
-6509	455
-6509	808
-6510	805
-6510	455
-6510	808
-6511	805
-6511	807
-6512	805
-6512	811
-6512	809
-6513	805
-6513	806
-6513	827
-6514	805
-6514	455
-6514	809
-6515	805
-6515	807
-6515	819
-6516	805
-6516	811
-6517	805
-6517	800
-6518	805
-6518	807
-6519	480
-6520	805
-6520	811
-6521	805
-6521	809
-6522	805
-6522	633
-6522	521
-6523	805
-6523	812
-6524	805
-6524	455
-6524	808
-6525	837
-6526	805
-6526	633
-6527	805
-6527	806
-6527	827
-6528	805
-6528	811
-6529	805
-6529	811
-6530	805
-6530	455
-6531	805
-6531	809
-6532	805
-6532	811
-6532	809
-6533	805
-6533	811
-6534	805
-6534	838
-6534	809
-6535	805
-6535	455
-6535	808
-6536	805
-6536	633
-6536	455
-6537	805
-6537	455
-6537	808
-6538	805
-6538	635
-6538	809
-6539	805
-6539	455
-6540	805
-6540	807
-6541	805
-6541	455
-6541	809
-6542	805
-6542	807
-6543	805
-6543	839
-6544	805
-6544	455
-6544	811
-6545	805
-6545	825
-6545	455
-6546	805
-6546	807
-6547	805
-6547	840
-6547	580
-6548	805
-6548	455
-6548	811
-6549	805
-6549	455
-6549	808
-6550	805
-6550	809
-6551	455
-6552	805
-6552	807
-6552	633
-6553	805
-6553	455
-6553	809
-6553	841
-6554	805
-6554	580
-6555	805
-6555	809
-6556	805
-6556	633
-6557	805
-6557	521
-6557	633
-6558	805
-6558	811
-6559	805
-6559	455
-6559	808
-6560	805
-6560	809
-6561	805
-6561	455
-6562	805
-6562	811
-6562	826
-6562	521
-6563	805
-6563	455
-6564	805
-6564	580
-6565	805
-6565	842
-6565	633
-6565	521
-6565	809
-6566	805
-6566	455
-6566	800
-6567	805
-6567	830
-6567	517
-6567	811
-6568	805
-6568	842
-6568	633
-6569	805
-6569	806
-6569	811
-6570	843
-6570	844
-6571	805
-6571	840
-6571	580
-6572	805
-6572	633
-6573	805
-6573	811
-6573	826
-6573	521
-6574	455
-6575	455
-6576	805
-6576	455
-6576	800
-6577	805
-6577	633
-6577	521
-6578	805
-6578	826
-6578	800
-6579	805
-6579	845
-6579	812
-6580	805
-6580	807
-6581	805
-6581	812
-6582	805
-6582	633
-6583	805
-6583	633
-6584	805
-6584	811
-6584	826
-6584	521
-6585	805
-6585	830
-6585	826
-6586	805
-6586	455
-6586	808
-6586	809
-6587	805
-6587	809
-6588	805
-6588	633
-6589	805
-6589	455
-6589	808
-6590	805
-6590	455
-6590	449
-6591	805
-6591	455
-6592	805
-6592	811
-6593	805
-6593	811
-6593	826
-6593	521
-6593	633
-6594	805
-6594	633
-6594	807
-6594	806
-6595	805
-6595	806
-6596	805
-6596	521
-6597	805
-6597	846
-6598	805
-6598	825
-6598	455
-6599	805
-6599	847
-6600	805
-6600	809
-6601	805
-6601	455
-6601	808
-6602	805
-6602	845
-6602	812
-6602	848
-6603	805
-6603	807
-6604	805
-6604	455
-6604	816
-6605	805
-6605	633
-6605	800
-6606	805
-6606	633
-6607	805
-6607	521
-6608	805
-6608	811
-6609	805
-6609	633
-6609	848
-6609	800
-6610	805
-6610	800
-6610	633
-6611	805
-6611	455
-6611	808
-6612	805
-6612	633
-6613	805
-6613	809
-6614	805
-6614	809
-6615	805
-6615	809
-6616	805
-6616	809
-6617	805
-6617	809
-6618	805
-6618	809
-6619	849
-6619	850
-6619	851
-6619	852
-6619	460
-6620	849
-6620	460
-6620	853
-6620	854
-6620	851
-6621	849
-6621	855
-6621	460
-6622	849
-6622	856
-6622	460
-6622	853
-6622	779
-6622	851
-6623	849
-6623	460
-6623	853
-6623	857
-6624	849
-6624	853
-6624	790
-6624	851
-6625	849
-6625	460
-6625	858
-6625	859
-6625	851
-6626	849
-6626	460
-6626	853
-6626	852
-6626	859
-6626	851
-6627	849
-6627	832
-6627	853
-6627	856
-6628	849
-6628	460
-6628	851
-6628	852
-6629	849
-6629	460
-6629	853
-6630	849
-6630	460
-6630	860
-6630	852
-6630	857
-6630	851
-6631	849
-6631	460
-6631	860
-6631	853
-6631	851
-6632	849
-6632	460
-6632	853
-6632	854
-6632	851
-6633	849
-6633	460
-6633	852
-6633	859
-6633	851
-6634	849
-6634	460
-6634	832
-6635	849
-6635	460
-6635	859
-6635	851
-6636	849
-6636	856
-6636	460
-6636	853
-6636	852
-6637	861
-6638	849
-6638	460
-6638	851
-6639	849
-6639	460
-6639	853
-6639	859
-6639	851
-6640	849
-6640	460
-6640	853
-6640	852
-6640	857
-6640	851
-6641	849
-6641	460
-6641	853
-6641	857
-6641	862
-6641	851
-6642	849
-6642	856
-6642	460
-6642	852
-6642	851
-6643	849
-6643	460
-6643	853
-6643	851
-6644	849
-6644	460
-6644	853
-6644	852
-6644	851
-6645	849
-6645	460
-6645	832
-6645	863
-6646	849
-6646	832
-6646	460
-6647	864
-6647	852
-6647	865
-6648	864
-6648	866
-6649	575
-6650	864
-6650	867
-6651	864
-6651	852
-6651	865
-6652	864
-6652	852
-6652	865
-6653	864
-6653	852
-6653	865
-6654	864
-6654	852
-6654	865
-6655	864
-6655	868
-6655	869
-6655	865
-6655	852
-6656	864
-6656	865
-6656	852
-6657	864
-6657	852
-6657	865
-6658	864
-6658	852
-6658	865
-6659	864
-6659	869
-6659	865
-6660	851
-6661	864
-6661	852
-6661	865
-6661	870
-6661	843
-6662	864
-6662	852
-6662	865
-6663	864
-6663	852
-6663	865
-6664	864
-6664	869
-6664	865
-6665	864
-6665	593
-6666	871
-6667	864
-6667	852
-6667	865
-6668	864
-6668	852
-6668	865
-6669	864
-6669	852
-6669	865
-6670	864
-6670	852
-6670	865
-6671	864
-6671	865
-6671	872
-6671	869
-6672	626
-6672	852
-6673	864
-6673	873
-6673	852
-6674	864
-6674	852
-6674	865
-6675	874
-6675	832
-6676	864
-6676	875
-6677	864
-6677	843
-6677	865
-6678	864
-6678	852
-6678	865
-6679	864
-6679	865
-6679	869
-6680	864
-6680	858
-6680	852
-6681	573
-6681	525
-6681	574
-6682	864
-6682	852
-6682	865
-6683	864
-6683	869
-6683	865
-6683	872
-6684	864
-6684	868
-6685	864
-6685	876
-6685	875
-6686	864
-6686	877
-6686	852
-6687	864
-6687	869
-6687	865
-6688	864
-6688	460
-6688	851
-6689	864
-6689	869
-6689	865
-6690	864
-6690	865
-6690	872
-6690	869
-6691	864
-6691	460
-6691	851
-6692	864
-6692	852
-6692	865
-6693	864
-6693	851
-6694	864
-6694	865
-6694	852
-6695	864
-6695	852
-6695	865
-6696	864
-6696	852
-6696	865
-6697	864
-6697	460
-6697	865
-6698	864
-6698	852
-6698	865
-6699	864
-6699	852
-6699	865
-6700	864
-6700	852
-6700	865
-6701	864
-6701	865
-6701	869
-6702	864
-6702	869
-6702	865
-6703	864
-6703	852
-6703	865
-6704	864
-6704	865
-6705	864
-6705	869
-6705	865
-6706	864
-6706	852
-6706	865
-6707	864
-6707	866
-6708	864
-6708	865
-6708	872
-6708	869
-6709	864
-6709	852
-6709	865
-6710	864
-6710	852
-6710	865
-6711	864
-6711	852
-6711	865
-6712	575
-6713	864
-6713	869
-6713	865
-6714	864
-6714	852
-6714	865
-6715	851
-6716	865
-6717	864
-6717	852
-6717	865
-6718	864
-6718	865
-6718	878
-6718	662
-6719	864
-6719	879
-6719	865
-6720	864
-6720	880
-6720	852
-6721	864
-6721	865
-6721	872
-6721	869
-6722	864
-6722	869
-6722	865
 \.
 
 
 --
--- Data for Name: severity; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
---
-
-COPY severity (id, name) FROM stdin;
-1	normal
-2	wishlist
-3	minor
-4	important
-5	critical
-6	serious
-7	grave
-\.
-
-
---
 -- Data for Name: sourcepackage; Type: TABLE DATA; Schema: public; Owner: svnbuildstat
 --
 
-COPY sourcepackage (id, name, description) FROM stdin;
-1801	bluez-utils	\N
-1802	gnome-phone-manager	\N
-1803	bluez-libs	\N
-1804	pybluez	\N
-1805	blueproximity	\N
-1806	emma	\N
-1807	disksearch	\N
-1808	decibel-audio-player	\N
-1809	planet	\N
-1810	winpdb	\N
-1811	pykaraoke	\N
-1812	gaupol	\N
-1813	spe	\N
-1814	scribes	\N
-1815	freevial	\N
-1816	startupmanager	\N
-1817	gcalcli	\N
-1818	cycle	\N
-1819	pkpgcounter	\N
-1820	pypolicyd-spf	\N
-1821	cython	\N
-1822	google-sitemapgen	\N
-1823	phatch	\N
-1824	screenlets	\N
-1825	pybackpack	\N
-1826	mayavi2	\N
-1827	harvestman	\N
-1828	lightyears	\N
-1829	pylize	\N
-1830	pypar2	\N
-1831	pyflakes	\N
-1832	tinymce	\N
-1833	bugzilla	\N
-1834	confluence	\N
-1835	ocaml-ast-analyze	\N
-1836	pcre-ocaml	\N
-1837	ocamlodbc	\N
-1838	pycaml	\N
-1839	hevea	\N
-1840	ocaml-ssl	\N
-1841	omake	\N
-1842	ocaml-curses	\N
-1843	lablgl	\N
-1844	xstr	\N
-1845	missinglib	\N
-1846	ledit	\N
-1847	demexp0.4	\N
-1848	why	\N
-1849	felix	\N
-1850	ocaml-alsa	\N
-1851	xmlrpc-light	\N
-1852	polygen	\N
-1853	ocaml-benchmark	\N
-1854	spamoracle	\N
-1855	ocaml-sqlite	\N
-1856	ocaml-mad	\N
-1857	ocaml-taglib	\N
-1858	ocaml-vorbis	\N
-1859	ounit	\N
-1860	ocaml-syck	\N
-1861	xml-light	\N
-1862	lablgtk2-doc	\N
-1863	ocaml-xmlplaylist	\N
-1864	ulex	\N
-1865	otags	\N
-1866	ocaml-gettext	\N
-1867	lablgtk	\N
-1868	lablgtk2	\N
-1869	camlrpc	\N
-1870	ant	\N
-1871	ocurl	\N
-1872	ocamlwc	\N
-1873	ocsigen	\N
-1874	extlib	\N
-1875	ocamlmakefile	\N
-1876	mysql-ocaml	\N
-1877	pxp	\N
-1878	ocamldsort	\N
-1879	ocamlagrep	\N
-1880	ocaml-xml-rpc	\N
-1881	mlgtk	\N
-1882	ocaml-lastfm	\N
-1883	matita	\N
-1884	meta-ocaml	\N
-1885	ocamldap	\N
-1886	mldonkey	\N
-1887	netclient	\N
-1888	ocaml-ao	\N
-1889	ocamli18n	\N
-1890	camlzip	\N
-1891	iox	\N
-1892	ocamlgsl	\N
-1893	ocamlnet	\N
-1894	unison2.9.1	\N
-1895	ocaml-ogg	\N
-1896	camlidl	\N
-1897	tuareg-mode	\N
-1898	ocamldbi	\N
-1899	cryptgps	\N
-1900	cothreads	\N
-1901	mlgmp	\N
-1902	mlpcap	\N
-1903	camlp5	\N
-1904	menhir	\N
-1905	facile	\N
-1906	coq-doc	\N
-1907	cmigrep	\N
-1908	ocaml	\N
-1909	lablgtksourceview	\N
-1910	gmetadom	\N
-1911	ocamlsdl	\N
-1912	ocaml-sha	\N
-1913	regexp-pp	\N
-1914	findlib	\N
-1915	camlidl-doc	\N
-1916	syslog-ocaml	\N
-1917	ocaml-expat	\N
-1918	ocamlgraph	\N
-1919	camlgz	\N
-1920	hlins	\N
-1921	demexp	\N
-1922	headache	\N
-1923	cduce	\N
-1924	numerix	\N
-1925	ocamlweb	\N
-1926	mod-caml	\N
-1927	ocaml-getopt	\N
-1928	hevea-doc	\N
-1929	ocaml-ladspa	\N
-1930	ocaml-doc	\N
-1931	ocamlcreal	\N
-1932	camlimages	\N
-1933	unison	\N
-1934	ocaml-sqlite3	\N
-1935	edos-debcheck	\N
-1936	ceve	\N
-1937	advi	\N
-1938	ocaml-book	\N
-1939	ocaml-soundtouch	\N
-1940	cairo-ocaml	\N
-1941	ocaml-portaudio	\N
-1942	ocamlconf	\N
-1943	ulex0.8	\N
-1944	mlglade	\N
-1945	ocaml-reins	\N
-1946	coq	\N
-1947	perl4caml	\N
-1948	cameleon	\N
-1949	bibtex2html	\N
-1950	coq-float	\N
-1951	camomile	\N
-1952	cryptokit	\N
-1953	ocaml-tools	\N
-1954	ocaml-fileutils	\N
-1955	ocaml-shout	\N
-1956	postgresql-ocaml	\N
-1957	ocaml-dtools	\N
-1958	pagodacf	\N
-1959	cocanwiki	\N
-1960	calendar	\N
-1961	liquidsoap	\N
-1962	povray	\N
-1963	libcddb	\N
-1964	libhtml-wikiconverter-perl	\N
-1965	cmph	\N
-1966	transmission	\N
-1967	bool	\N
-1968	stlport5	\N
-1969	python-lightblue	\N
-1970	ocsinventory-agent	\N
-1971	bbclone	\N
-1972	mach	\N
-1973	flatzebra	\N
-1974	sms-pl	\N
-1975	euler	\N
-1976	newt	\N
-1977	icc-profiles	\N
-1978	uw-imap	\N
-1979	oops	\N
-1980	cunit	\N
-1981	olsrd	\N
-1982	conky	\N
-1983	swish++	\N
-1984	libgenerics	\N
-1985	ccd2iso	\N
-1986	xdialog	\N
-1987	libunix-syslog-perl	\N
-1988	libmail-cclient-perl	\N
-1989	pngcrush	\N
-1990	seamonkey	\N
-1991	gimp	\N
-1992	bopm	\N
-1993	cstream	\N
-1994	hibernate	\N
-1995	mathwar	\N
-1996	libavg	\N
-1997	pcf2bdf	\N
-1998	apt-xapian-index	\N
-1999	clearsilver	\N
-2000	vimoutliner	\N
-2001	dvorak7min	\N
-2002	calife	\N
-2003	renameutils	\N
-2004	gengameng	\N
-2005	ack-grep	\N
-2006	sympa	\N
-2007	email-reminder	\N
-2008	scilab	\N
-2009	workrave	\N
-2010	initrd-netboot	\N
-2011	upstart	\N
-2012	taktuk	\N
-2013	yc-el	\N
-2014	pidgin	\N
-2015	openbox	\N
-2016	wrr	\N
-2017	unhide	\N
-2018	tslib	\N
-2019	pop-before-smtp	\N
-2020	gnokii	\N
-2021	tex4ht	\N
-2022	gnome-subtitles	\N
-2023	par	\N
-2024	python-weblib	\N
-2025	libconvert-uulib-perl	\N
-2026	wmbinclock	\N
-2027	dsdo	\N
-2028	stlport5.1	\N
-2029	libconfig-inifiles-perl	\N
-2030	pydb	\N
-2031	mouseemu	\N
-2032	libhtml-lint-perl	\N
-2033	ebug-http	\N
-2034	rmagic	\N
-2035	moin	\N
-2036	obconf	\N
-2037	libgtkol	\N
-2038	curlftpfs	\N
-2039	libsexymm	\N
-2040	docbook-to-man	\N
-2041	geneweb	\N
-2042	openttd	\N
-2043	xfonts-scalable-nonfree	\N
-2044	jwchat	\N
-2045	python-visual	\N
-2046	lprof	\N
-2047	w3-recs	\N
-2048	gnome-rdp	\N
-2049	kanif	\N
-2050	e-uae	\N
-2051	lcms	\N
-2052	phpldapadmin	\N
-2053	orange-data-mining	\N
-2054	libcgi-formbuilder-perl	\N
-2055	docvert	\N
-2056	dh-make	\N
-2057	gvidm	\N
-2058	stfl	\N
-2059	gnu-efi	\N
-2060	refit	\N
-2061	migrationtools	\N
-2062	uae	\N
-2063	libnet-netmask-perl	\N
-2064	jumpnbump	\N
-2065	rssh	\N
-2066	atitvout	\N
-2067	zabbix	\N
-2068	google-perftools	\N
-2069	passepartout	\N
-2070	gpscorrelate	\N
-2071	gtkmathview	\N
-2072	mozplugger	\N
-2073	rest2web	\N
-2074	cdrskin	\N
-2075	gnome-extra-icons	\N
-2076	ttf2tex	\N
-2077	libview	\N
-2078	skim	\N
-2079	gtkdialog	\N
-2080	iprelay	\N
-2081	dsniff	\N
-2082	edbrowse	\N
-2083	pgfouine	\N
-2084	apticron	\N
-2085	svn-buildpackage	\N
-2086	elvis	\N
-2087	bashdb	\N
-2088	basilisk2	\N
-2089	dopewars	\N
-2090	acpi-support	\N
-2091	webalizer-stonesteps	\N
-2092	sp-gxmlcpp	\N
-2093	molly-guard	\N
-2094	dovecot	\N
-2095	lessdisks	\N
-2096	vrflash	\N
-2097	batmand	\N
-2098	ccache	\N
-2099	ewiki	\N
-2100	muttprofile	\N
-2101	ht	\N
-2102	afbackup	\N
-2103	slugimage	\N
-2104	stl-manual	\N
-2105	packeth	\N
-2106	gom	\N
-2107	wmmemload	\N
-2108	poppass-cgi	\N
-2109	tkrat	\N
-2110	nc6	\N
-2111	gjay	\N
-2112	libclass-objecttemplate-perl	\N
-2113	razor	\N
-2114	ejabberd	\N
-2115	epylog	\N
-2116	zim	\N
-2117	rpld	\N
-2118	libconvert-tnef-perl	\N
-2119	burgerspace	\N
-2120	libtut	\N
-2121	lifelines	\N
-2122	spectools	\N
-2123	libastro-fits-cfitsio-perl	\N
-2124	libdbd-pg-perl	\N
-2125	libhttp-proxy-perl	\N
-2126	libconvert-pem-perl	\N
-2127	libwww-freshmeat-perl	\N
-2128	libpdf-api2-perl	\N
-2129	libapache2-mod-perl2	\N
-2130	libpod-pom-perl	\N
-2131	libwhisker-perl	\N
-2132	libnet-z3950-perl	\N
-2133	libclass-inner-perl	\N
-2134	libmail-bulkmail-perl	\N
-2135	liblocale-gettext-perl	\N
-2136	libtest-class-perl	\N
-2137	libnet-dpap-client-perl	\N
-2138	libopengl-perl	\N
-2139	libxml-generator-perl	\N
-2140	libcarp-assert-perl	\N
-2141	libconfigreader-perl	\N
-2142	libclass-throwable-perl	\N
-2143	libauthen-simple-radius-perl	\N
-2144	libpoe-component-server-http-perl	\N
-2145	libvorbis-perl	\N
-2146	liblog-tracemessages-perl	\N
-2147	libdatetime-format-w3cdtf-perl	\N
-2148	libmime-charset-perl	\N
-2149	libterm-size-perl	\N
-2150	libwordnet-querydata-perl	\N
-2151	libspreadsheet-writeexcel-perl	\N
-2152	libregexp-common-perl	\N
-2153	libdevice-serialport-perl	\N
-2154	libapache-configfile-perl	\N
-2155	libmodule-pluggable-perl	\N
-2156	libdatetime-format-pg-perl	\N
-2157	libconfig-any-perl	\N
-2158	libxml-mini-perl	\N
-2159	libtest-distribution-perl	\N
-2160	libboulder-perl	\N
-2161	libnetxap-perl	\N
-2162	libauthen-simple-net-perl	\N
-2163	libcalendar-simple-perl	\N
-2164	libparse-plainconfig-perl	\N
-2165	libchart-perl	\N
-2166	liblexical-persistence-perl	\N
-2167	libcontextual-return-perl	\N
-2168	libfcgi-procmanager-perl	\N
-2169	libtk-histentry-perl	\N
-2170	libuser-simple-perl	\N
-2171	libpoe-component-jabber-perl	\N
-2172	libio-capture-perl	\N
-2173	libterm-query-perl	\N
-2174	libi18n-acceptlanguage-perl	\N
-2175	libmath-combinatorics-perl	\N
-2176	libxml-rsslite-perl	\N
-2177	libdatetime-format-mysql-perl	\N
-2178	libversion-perl	\N
-2179	libcrypt-rijndael-perl	\N
-2180	liblingua-en-nameparse-perl	\N
-2181	libtest-differences-perl	\N
-2182	libspreadsheet-parseexcel-perl	\N
-2183	libpod-escapes-perl	\N
-2184	libmath-vec-perl	\N
-2185	libmath-fibonacci-perl	\N
-2186	libtime-modules-perl	\N
-2187	libprpc-perl	\N
-2188	libuser-identity-perl	\N
-2189	libtemplate-plugin-yaml-perl	\N
-2190	libperl6-export-perl	\N
-2191	libdevel-size-perl	\N
-2192	libhtml-highlight-perl	\N
-2193	libparams-validate-perl	\N
-2194	libdata-dump-perl	\N
-2195	libbit-vector-perl	\N
-2196	libemail-simple-perl	\N
-2197	libmath-randomorg-perl	\N
-2198	libdigest-md5-file-perl	\N
-2199	libtext-formattable-perl	\N
-2200	libdbd-csv-perl	\N
-2201	libxml-node-perl	\N
-2202	libbusiness-isbn-perl	\N
-2203	libimage-librsvg-perl	\N
-2204	libpdf-reuse-perl	\N
-2205	libdata-dumper-simple-perl	\N
-2206	libcache-mmap-perl	\N
-2207	libfile-next-perl	\N
-2208	libsvg-graph-perl	\N
-2209	libnet-cups-perl	\N
-2210	libnet-snpp-perl	\N
-2211	libnet-subnets-perl	\N
-2212	libemail-mime-modifier-perl	\N
-2213	libtk-gbarr-perl	\N
-2214	libpostscript-perl	\N
-2215	libset-nestedgroups-perl	\N
-2216	libperl-critic-perl	\N
-2217	libdate-manip-perl	\N
-2218	libaudio-mpd-perl	\N
-2219	libtest-use-ok-perl	\N
-2220	libtest-harness-perl	\N
-2221	libsys-hostname-long-perl	\N
-2222	libperl6-form-perl	\N
-2223	libxml-sax-perl	\N
-2224	libnet-ph-perl	\N
-2225	libparams-classify-perl	\N
-2226	libcpan-distnameinfo-perl	\N
-2227	libnet-irc-perl	\N
-2228	libproc-invokeeditor-perl	\N
-2229	libhtml-selector-xpath-perl	\N
-2230	libtemplate-plugin-textile2-perl	\N
-2231	libdata-optlist-perl	\N
-2232	libi18n-charset-perl	\N
-2233	libdbd-sqlite2-perl	\N
-2234	libemail-address-perl	\N
-2235	libconfig-auto-perl	\N
-2236	libperl6-junction-perl	\N
-2237	libtest-object-perl	\N
-2238	libemail-localdelivery-perl	\N
-2239	libemail-send-io-perl	\N
-2240	libauthen-sasl-cyrus-perl	\N
-2241	libxml-namespacesupport-perl	\N
-2242	liblinux-lvm-perl	\N
-2243	libcache-simple-timedexpiry-perl	\N
-2244	libpdf-table-perl	\N
-2245	libdevel-repl-perl	\N
-2246	libcache-cache-perl	\N
-2247	libclass-accessor-perl	\N
-2248	libend-perl	\N
-2249	libdatetime-astro-sunrise-perl	\N
-2250	libxml-sax-expat-perl	\N
-2251	libauthen-simple-dbm-perl	\N
-2252	libterm-shell-perl	\N
-2253	libtext-csv-perl	\N
-2254	libxml-sax-machines-perl	\N
-2255	libgeo-ipfree-perl	\N
-2256	libcarp-assert-more-perl	\N
-2257	libwww-mechanize-formfiller-perl	\N
-2258	libauthen-krb5-perl	\N
-2259	libauthen-captcha-perl	\N
-2260	libxml-regexp-perl	\N
-2261	libfile-sync-perl	\N
-2262	libnet-easytcp-perl	\N
-2263	libnet-z3950-zoom-perl	\N
-2264	libarray-compare-perl	\N
-2265	libgd-securityimage-perl	\N
-2266	libfreezethaw-perl	\N
-2267	libtree-redblack-perl	\N
-2268	libhttp-server-simple-perl	\N
-2269	libclass-prototyped-perl	\N
-2270	libapache-dbilogger-perl	\N
-2271	libxml-grove-perl	\N
-2272	libmodule-packaged-perl	\N
-2273	libgraphics-colornames-www-perl	\N
-2274	libhtml-tagfilter-perl	\N
-2275	libspreadsheet-parseexcel-simple-perl	\N
-2276	libdatetime-format-strptime-perl	\N
-2277	libcoy-perl	\N
-2278	libxml-handler-printevents-perl	\N
-2279	libsvg-perl	\N
-2280	libobject-multitype-perl	\N
-2281	libnet-imap-simple-ssl-perl	\N
-2282	libexception-class-perl	\N
-2283	libwww-topica-perl	\N
-2284	libio-string-perl	\N
-2285	libplot-perl	\N
-2286	libxml-um-perl	\N
-2287	libdebug-trace-perl	\N
-2288	libxml-parser-lite-tree-perl	\N
-2289	libcgi-ajax-perl	\N
-2290	libcgi-xmlform-perl	\N
-2291	libb-keywords-perl	\N
-2292	libtree-simple-perl	\N
-2293	libdatetime-format-db2-perl	\N
-2294	libfile-read-perl	\N
-2295	libreturn-value-perl	\N
-2296	libxml-atom-perl	\N
-2297	libtext-textile-perl	\N
-2298	libsql-statement-perl	\N
-2299	libclass-autoclass-perl	\N
-2300	libmodule-versions-report-perl	\N
-2301	liblingua-ispell-perl	\N
-2302	libhtml-display-perl	\N
-2303	libemail-mime-creator-perl	\N
-2304	libhtml-scrubber-perl	\N
-2305	liblocale-subcountry-perl	\N
-2306	libtk-filedialog-perl	\N
-2307	libcgi-xmlapplication-perl	\N
-2308	libio-prompt-perl	\N
-2309	libterm-readline-perl-perl	\N
-2310	libmodule-install-perl	\N
-2311	libpoe-component-sslify-perl	\N
-2312	liblog-agent-logger-perl	\N
-2313	libunicode-string-perl	\N
-2314	libperl6-slurp-perl	\N
-2315	libcarp-datum-perl	\N
-2316	libxml-dom-xpath-perl	\N
-2317	libdata-integer-perl	\N
-2318	libimager-perl	\N
-2319	libmail-imapclient-perl	\N
-2320	libfilesys-df-perl	\N
-2321	libuniversal-can-perl	\N
-2322	libmoosex-getopt-perl	\N
-2323	libdbd-sqlite3-perl	\N
-2324	libemail-mime-perl	\N
-2325	libmasonx-interp-withcallbacks-perl	\N
-2326	libcurses-ui-perl	\N
-2327	libxml-handler-yawriter-perl	\N
-2328	libmath-spline-perl	\N
-2329	libextutils-f77-perl	\N
-2330	libwww-mechanize-perl	\N
-2331	libemail-messageid-perl	\N
-2332	librcs-perl	\N
-2333	libregexp-common-email-address-perl	\N
-2334	libmath-derivative-perl	\N
-2335	libdbd-xbase-perl	\N
-2336	libxml-nodefilter-perl	\N
-2337	libtest-unit-perl	\N
-2338	libaudio-wav-perl	\N
-2339	libhash-case-perl	\N
-2340	libsub-install-perl	\N
-2341	libtext-roman-perl	\N
-2342	libtest-longstring-perl	\N
-2343	libtime-human-perl	\N
-2344	libobject-realize-later-perl	\N
-2345	libipc-run-perl	\N
-2346	libfile-which-perl	\N
-2347	libclass-multimethods-perl	\N
-2348	libfeed-find-perl	\N
-2349	libpar-perl	\N
-2350	libsvn-notify-mirror-perl	\N
-2351	libpar-packer-perl	\N
-2352	libxml-xslt-perl	\N
-2353	libmail-verp-perl	\N
-2354	libencode-perl	\N
-2355	libmail-gnupg-perl	\N
-2356	libnet-tftp-perl	\N
-2357	libapache-session-perl	\N
-2358	libxml-xql-perl	\N
-2359	libstar-parser-perl	\N
-2360	libjavascript-perl	\N
-2361	libauthen-simple-passwd-perl	\N
-2362	libemail-filter-perl	\N
-2363	liblog-trace-perl	\N
-2364	libdata-serializer-perl	\N
-2365	libdata-formvalidator-perl	\N
-2366	libchemistry-elements-perl	\N
-2367	libdbd-excel-perl	\N
-2368	libtest-pod-coverage-perl	\N
-2369	libconvert-binhex-perl	\N
-2370	libset-object-perl	\N
-2371	libxml-filter-buffertext-perl	\N
-2372	libcgi-application-perl	\N
-2373	libevent-rpc-perl	\N
-2374	libdate-simple-perl	\N
-2375	libcgi-session-expiresessions-perl	\N
-2376	libtemplate-plugin-calendar-simple-perl	\N
-2377	libreadonly-xs-perl	\N
-2378	libauthen-simple-cdbi-perl	\N
-2379	libcgi-uploader-perl	\N
-2380	libxml-libxml-common-perl	\N
-2381	libmarc-crosswalk-dublincore-perl	\N
-2382	libclass-data-accessor-perl	\N
-2383	libdevel-ebug-perl	\N
-2384	libmarc-xml-perl	\N
-2385	libmath-pari-perl	\N
-2386	libhtml-simpleparse-perl	\N
-2387	libmldbm-perl	\N
-2388	libschedule-at-perl	\N
-2389	libdbd-odbc-perl	\N
-2390	libtk-objscanner-perl	\N
-2391	libxml-perl	\N
-2392	liblingua-en-inflect-perl	\N
-2393	libnet-arp-perl	\N
-2394	libtext-shellwords-perl	\N
-2395	libalzabo-perl	\N
-2396	libclass-inspector-perl	\N
-2397	libtext-format-perl	\N
-2398	libtest-exception-perl	\N
-2399	libnumber-compare-perl	\N
-2400	libnamespace-clean-perl	\N
-2401	libbio-asn1-entrezgene-perl	\N
-2402	libvalidate-net-perl	\N
-2403	libmsgcat-perl	\N
-2404	libmoosex-object-pluggable-perl	\N
-2405	libinline-perl	\N
-2406	libparse-yapp-perl	\N
-2407	libauthen-simple-kerberos-perl	\N
-2408	libtime-local-perl	\N
-2409	libnetaddr-ip-perl	\N
-2410	libwebservice-googlemaps-perl	\N
-2411	libdigest-md2-perl-dfsg	\N
-2412	libxml-handler-composer-perl	\N
-2413	libdublincore-record-perl	\N
-2414	libcache-memcached-perl	\N
-2415	libnet-daap-dmap-perl	\N
-2416	libsmart-comments-perl	\N
-2417	libauthen-radius-perl	\N
-2418	libfilehandle-unget-perl	\N
-2419	libdate-calc-perl	\N
-2420	libsyntax-highlight-perl-improved-perl	\N
-2421	libwww-google-calculator-perl	\N
-2422	libproc-processtable-perl	\N
-2423	libclass-meta-perl	\N
-2424	libarray-printcols-perl	\N
-2425	libipc-sharelite-perl	\N
-2426	liblingua-en-numbers-ordinate-perl	\N
-2427	libclass-mop-perl	\N
-2428	libdbi-perl	\N
-2429	libwhisker2-perl	\N
-2430	liblist-compare-perl	\N
-2431	libtest-www-mechanize-perl	\N
-2432	libdata-walk-perl	\N
-2433	libmime-encwords-perl	\N
-2434	libstring-koremutake-perl	\N
-2435	libnet-smtp-server-perl	\N
-2436	libdata-ical-perl	\N
-2437	libastro-fits-header-perl	\N
-2438	libtest-manifest-perl	\N
-2439	libset-scalar-perl	\N
-2440	libapp-control-perl	\N
-2441	libnet-scp-expect-perl	\N
-2442	libhtml-fillinform-perl	\N
-2443	libxml-rss-perl	\N
-2444	soap-lite	\N
-2445	libmodule-corelist-perl	\N
-2446	libroman-perl	\N
-2447	libmail-sendmail-perl	\N
-2448	liblockfile-simple-perl	\N
-2449	libmoose-perl	\N
-2450	libxml-xpath-perl	\N
-2451	libcgi-session-perl	\N
-2452	libhtml-clean-perl	\N
-2453	libpostscript-file-perl	\N
-2454	libwebservice-youtube-perl	\N
-2455	libdevel-gdb-perl	\N
-2456	libemail-folder-perl	\N
-2457	libterm-readpassword-perl	\N
-2458	libparse-cpan-packages-perl	\N
-2459	libaudio-mpd-common-perl	\N
-2460	libauthen-simple-dbi-perl	\N
-2461	libmail-box-perl	\N
-2462	liblingua-es-numeros-perl	\N
-2463	libemail-simple-creator-perl	\N
-2464	liblog-agent-perl	\N
-2465	libcolor-calc-perl	\N
-2466	libmime-lite-perl	\N
-2467	libhash-withdefaults-perl	\N
-2468	libcrypt-openssl-x509-perl	\N
-2469	libauthen-simple-ldap-perl	\N
-2470	libdbix-xml-rdb-perl	\N
-2471	libstat-lsmode-perl	\N
-2472	libcgi-formalware-perl	\N
-2473	libregexp-copy-perl	\N
-2474	libmediawiki-perl	\N
-2475	liblocale-maketext-fuzzy-perl	\N
-2476	timedate	\N
-2477	libnet-lite-ftp-perl	\N
-2478	libnet-amazon-perl	\N
-2479	libstring-crc32-perl	\N
-2480	libapache-session-wrapper-perl	\N
-2481	libtext-quoted-perl	\N
-2482	libmail-mbox-messageparser-perl	\N
-2483	libapache-authenhook-perl	\N
-2484	libdigest-crc-perl	\N
-2485	libnet-ident-perl	\N
-2486	libgtk2-ex-printdialog-perl	\N
-2487	libparams-check-perl	\N
-2488	libproc-fork-perl	\N
-2489	libnet-rblclient-perl	\N
-2490	libbit-vector-minimal-perl	\N
-2491	libdatetime-format-mail-perl	\N
-2492	libemail-date-perl	\N
-2493	libfile-find-rule-perl	\N
-2494	libtext-autoformat-perl	\N
-2495	libipc-sharedcache-perl	\N
-2496	libnet-xwhois-perl	\N
-2497	libsnmp-info-perl	\N
-2498	libdigest-sha1-perl	\N
-2499	libpod-coverage-perl	\N
-2500	libdevice-cdio-perl	\N
-2501	libmath-round-perl	\N
-2502	libdigest-perl	\N
-2503	libsys-syscall-perl	\N
-2504	libauthen-simple-pam-perl	\N
-2505	libcgi-xml-perl	\N
-2506	libformvalidator-simple-perl	\N
-2507	libfont-ttf-perl	\N
-2508	libsub-uplevel-perl	\N
-2509	libio-zlib-perl	\N
-2510	libclass-accessor-grouped-perl	\N
-2511	libxml-xpathengine-perl	\N
-2512	libmarc-charset-perl	\N
-2513	libapache-dbi-perl	\N
-2514	libmodule-info-perl	\N
-2515	libclass-returnvalue-perl	\N
-2516	libwww-myspace-perl	\N
-2517	libmd5-perl	\N
-2518	libcrypt-cbc-perl	\N
-2519	libemail-mime-contenttype-perl	\N
-2520	libtie-ical-perl	\N
-2521	libnet-sip-perl	\N
-2522	libauthen-simple-http-perl	\N
-2523	libcompress-zlib-perl	\N
-2524	libxml-filter-reindent-perl	\N
-2525	libtie-array-sorted-perl	\N
-2526	libscalar-number-perl	\N
-2527	libnet-rendezvous-publish-perl	\N
-2528	libdbd-mysql-perl	\N
-2529	libtree-dagnode-perl	\N
-2530	libipc-shareable-perl	\N
-2531	libvi-quickfix-perl	\N
-2532	libtest-www-mechanize-cgiapp-perl	\N
-2533	libdata-visitor-perl	\N
-2534	libtk-splashscreen-perl	\N
-2535	libimap-admin-perl	\N
-2536	libnet-ssh-perl-perl	\N
-2537	libconfig-file-perl	\N
-2538	libhttp-recorder-perl	\N
-2539	libhttp-request-params-perl	\N
-2540	libgd-barcode-perl	\N
-2541	libxml-csv-perl	\N
-2542	libxml-stream-perl	\N
-2543	libtest-deep-perl	\N
-2544	libtext-pdf-perl	\N
-2545	libclass-accessor-lvalue-perl	\N
-2546	libbusiness-isbn-data-perl	\N
-2547	libfilesys-smbclient-perl	\N
-2548	libfilter-template-perl	\N
-2549	libsub-exporter-perl	\N
-2550	libnet-cidr-lite-perl	\N
-2551	libunicode-map-perl	\N
-2552	libparse-debcontrol-perl	\N
-2553	libtime-stopwatch-perl	\N
-2554	libunicode-maputf8-perl	\N
-2555	libstatistics-descriptive-perl	\N
-2556	libvideo-capture-v4l-perl	\N
-2557	libmail-spf-query-perl	\N
-2558	libpoe-api-peek-perl	\N
-2559	libnet-domain-tld-perl	\N
-2560	libtemplate-plugin-clickable-perl	\N
-2561	libpdf-report-perl	\N
-2562	libfinance-streamer-perl	\N
-2563	libtest-warn-perl	\N
-2564	libemail-valid-perl	\N
-2565	libfile-path-expand-perl	\N
-2566	libtext-typography-perl	\N
-2567	libquota-perl	\N
-2568	libhtml-treebuilder-xpath-perl	\N
-2569	liblist-moreutils-perl	\N
-2570	libdevel-caller-perl	\N
-2571	libdevel-lexalias-perl	\N
-2572	libgetopt-argvfile-perl	\N
-2573	libcurses-perl	\N
-2574	libtest-expect-perl	\N
-2575	libxml-filter-sort-perl	\N
-2576	libpod-sax-perl	\N
-2577	libpod-xhtml-perl	\N
-2578	libtie-regexphash-perl	\N
-2579	libxml-dom-perl	\N
-2580	libsearch-xapian-perl	\N
-2581	libdate-ical-perl	\N
-2582	libtie-cphash-perl	\N
-2583	libmail-listdetector-perl	\N
-2584	libdata-random-perl	\N
-2585	libppi-perl	\N
-2586	libdbix-xmlmessage-perl	\N
-2587	libxml-handler-trees-perl	\N
-2588	libnet-amazon-s3-perl	\N
-2589	libdata-dump-streamer-perl	\N
-2590	libtest-mockobject-perl	\N
-2591	liblogger-syslog-perl	\N
-2592	libdir-purge-perl	\N
-2593	libdigest-md4-perl	\N
-2594	libnet-rawip-perl	\N
-2595	libclass-factory-perl	\N
-2596	libtime-piece-perl	\N
-2597	libnet-bluetooth-perl	\N
-2598	libcgi-simple-perl	\N
-2599	libunicode-map8-perl-dfsg	\N
-2600	libtk-pod-perl	\N
-2601	libxml-filter-saxt-perl	\N
-2602	libobject-signature-perl	\N
-2603	libgetopt-euclid-perl	\N
-2604	libcurses-widgets-perl	\N
-2605	libcgi-formbuilder-source-yaml-perl	\N
-2606	libfile-remove-perl	\N
-2607	libtemplate-multilingual-perl	\N
-2608	libexpect-simple-perl	\N
-2609	libflickr-api-perl	\N
-2610	libwww-perl	\N
-2611	libdigest-hmac-perl-dfsg	\N
-2612	libclass-default-perl	\N
-2613	libemail-abstract-perl	\N
-2614	libio-multiplex-perl	\N
-2615	libauthen-simple-smb-perl	\N
-2616	liblingua-preferred-perl	\N
-2617	libjson-any-perl	\N
-2618	libdanga-socket-perl	\N
-2619	libio-socket-multicast-perl	\N
-2620	libsys-utmp-perl	\N
-2621	libparse-debian-packages-perl	\N
-2622	libio-compress-base-perl	\N
-2623	libreadonly-perl	\N
-2624	libdate-leapyear-perl	\N
-2625	libpdf-reuse-barcode-perl	\N
-2626	libnews-nntpclient-perl	\N
-2627	libterm-readkey-perl	\N
-2628	libmime-types-perl	\N
-2629	libpod-constants-perl	\N
-2630	libmarc-record-perl	\N
-2631	libpod-spell-perl	\N
-2632	libmath-nocarry-perl	\N
-2633	libthread-pool-simple-perl	\N
-2634	libio-interface-perl	\N
-2635	libpod-simple-perl	\N
-2636	libmath-numbercruncher-perl	\N
-2637	libtemplate-plugin-class-perl	\N
-2638	libpdf-create-perl	\N
-2639	libimage-exif-perl	\N
-2640	libmro-compat-perl	\N
-2641	libterm-readline-gnu-perl	\N
-2642	libproc-background-perl	\N
-2643	libmodule-signature-perl	\N
-2644	libxml-smart-perl	\N
-2645	libmarc-lint-perl	\N
-2646	libparse-syslog-perl	\N
-2647	libwwwbrowser-perl	\N
-2648	libalias-perl	\N
-2649	libhtml-format-perl	\N
-2650	libtest-pod-perl	\N
-2651	libfile-touch-perl	\N
-2652	libcarp-clan-perl	\N
-2653	libnet-imap-simple-perl	\N
-2654	libbarcode-code128-perl	\N
-2655	libxml-checker-perl	\N
-2656	libtest-without-module-perl	\N
-2657	libxml-filter-detectws-perl	\N
-2658	libterm-slang-perl	\N
-2659	libscope-guard-perl	\N
-2660	liblog-agent-rotate-perl	\N
-2661	libdata-types-perl	\N
-2662	libhtml-template-pro-perl	\N
-2663	libtext-reform-perl	\N
-2664	libole-storage-lite-perl	\N
-2665	libclass-factory-util-perl	\N
-2666	libwww-curl-perl	\N
-2667	libdigest-sha-perl	\N
-2668	libtext-diff-perl	\N
-2669	libxml-easyobj-perl	\N
-2670	libsys-syslog-perl	\N
-2671	libfilter-eof-perl	\N
-2672	libio-compress-zlib-perl	\N
-2673	mime-tools	\N
-2674	libdbix-searchbuilder-perl	\N
-2675	libxml-feed-perl	\N
-2676	libstring-escape-perl	\N
-2677	libarchive-tar-perl	\N
-2678	libfont-afm-perl	\N
-2679	libauthen-simple-perl	\N
-2680	libauthen-krb5-simple-perl	\N
-2681	libpathtools-perl	\N
-2682	liblocale-maketext-lexicon-perl	\N
-2683	dh-make-perl	\N
-2684	libb-utils-perl	\N
-2685	libgeo-metar-perl	\N
-2686	librpc-xml-perl	\N
-2687	libmodule-build-perl	\N
-2688	libemail-mime-encodings-perl	\N
-2689	liblocale-us-perl	\N
-2690	libparams-callbackrequest-perl	\N
-2691	libparent-perl	\N
-2692	libwww-mechanize-shell-perl	\N
-2693	libclass-c3-xs-perl	\N
-2694	libcdk-perl	\N
-2695	libdata-stag-perl	\N
-2696	libdatetime-format-builder-perl	\N
-2697	libtest-assertions-perl	\N
-2698	libcrypt-des-perl	\N
-2699	libxml-writer-perl	\N
-2700	libemail-send-perl	\N
-2701	libnet-patricia-perl	\N
-2702	libcompress-raw-zlib-perl	\N
-2703	libclass-date-perl	\N
-2704	libhook-lexwrap-perl	\N
-2705	libmarc-perl	\N
-2706	libfortune-perl	\N
-2707	libuniversal-isa-perl	\N
-2708	libtemplate-plugin-number-format-perl	\N
-2709	libconfig-inihash-perl	\N
-2710	librunapp-perl	\N
-2711	libemail-date-format-perl	\N
-2712	libtest-perl-critic-perl	\N
-2713	libxml-atom-service-perl	\N
-2714	vim-latexsuite	\N
-2715	vim-scripts	\N
-2716	vim-syntax-gtk	\N
-2717	vim-addon-manager	\N
-2718	vim	\N
-2719	vim-spellfiles	\N
-2720	libjdic-java	\N
-2721	libxerces2-java	\N
-2722	libglade-java	\N
-2723	javacc	\N
-2724	jbossas4	\N
-2725	libjmathtex-java	\N
-2726	libxalan2-java	\N
-2727	jogl	\N
-2728	libcommons-codec-java	\N
-2729	mpkg-j2se	\N
-2730	libregexp-java	\N
-2731	libjboss-serialization-java	\N
-2732	jmock	\N
-2733	maven-ant-helper	\N
-2734	libvte-java	\N
-2735	libjgrapht-java	\N
-2736	xml-im-exporter	\N
-2737	java-package	\N
-2738	bsh	\N
-2739	kaffe	\N
-2740	libgnuinet-java	\N
-2741	rhino	\N
-2742	solr	\N
-2743	libcommons-collections3-java	\N
-2744	libcommons-jexl-java	\N
-2745	classpath	\N
-2746	libxerces2-java-doc	\N
-2747	libi18n-java	\N
-2748	groovy	\N
-2749	gjdoc	\N
-2750	libcommons-dbcp-java	\N
-2751	libjessie-java	\N
-2752	maven2	\N
-2753	liblaf-widget-java	\N
-2754	xmlgraphics-commons	\N
-2755	glib-java	\N
-2756	libcommons-collections-java	\N
-2757	libj2ssh-java	\N
-2758	libfonts-java	\N
-2759	backport-util-concurrent	\N
-2760	jrexx	\N
-2761	asm2	\N
-2762	asm3	\N
-2763	libjettison-java	\N
-2764	jmagick	\N
-2765	libjboss-profiler-java	\N
-2766	kunststoff	\N
-2767	libgef-java	\N
-2768	libjboss-cache1-java	\N
-2769	cairo-java	\N
-2770	jta	\N
-2771	libcommons-launcher-java	\N
-2772	aspectwerkz1	\N
-2773	glassfish	\N
-2774	eclipse	\N
-2775	aspectwerkz2	\N
-2776	liquidlnf	\N
-2777	tomcat	\N
-2778	libhibernate3-java	\N
-2779	eclipse-cdt	\N
-2780	java-snmp	\N
-2781	lucene2	\N
-2782	plexus-i18n	\N
-2783	libjorbis-java	\N
-2784	liblogkit-java	\N
-2785	jts	\N
-2786	libjibx-java	\N
-2787	libjboss-aop-java	\N
-2788	libitext-java	\N
-2789	libbasicplayer-java	\N
-2790	libcommons-net-java	\N
-2791	libjboss-common-java	\N
-2792	commons-daemon	\N
-2793	javahelp2	\N
-2794	werken.xpath	\N
-2795	antlr	\N
-2796	libbsf-java	\N
-2797	libnetx-java	\N
-2798	libxstream-java	\N
-2799	libgui-commands-java	\N
-2800	libjaxp1.3-java	\N
-2801	jakarta-log4j	\N
-2802	modello	\N
-2803	libjlayer-java	\N
-2804	libcommons-logging-java	\N
-2805	cdk	\N
-2806	libpicocontainer-java	\N
-2807	libjboss-test-java	\N
-2808	pja	\N
-2809	libclassworlds1.1-java	\N
-2810	jsch	\N
-2811	libjcalendar-java	\N
-2812	freemind	\N
-2813	libstruts1.2-java	\N
-2814	libxmlrpc3-java	\N
-2815	jetty	\N
-2816	libjboss-web-services1-java	\N
-2817	concurrent-dfsg	\N
-2818	jajuk	\N
-2819	libswirl-java	\N
-2820	libjcommon-java	\N
-2821	libgrinvin-core-java	\N
-2822	libgetopt-java	\N
-2823	jarjar	\N
-2824	commons-httpclient3	\N
-2825	jsr107cache	\N
-2826	lucene	\N
-2827	libhibernate-entitymanager-java	\N
-2828	plexus-classworlds	\N
-2829	libjson-java	\N
-2830	libcommons-el-java	\N
-2831	fop	\N
-2832	libcommons-discovery-java	\N
-2833	cup	\N
-2834	mozilla-ldapsdk	\N
-2835	aspectj	\N
-2836	libgtk-java	\N
-2837	libtritonus-java	\N
-2838	libsaxon-java	\N
-2839	commons-beanutils	\N
-2840	libgnumail-java	\N
-2841	libxsd2jibx-java	\N
-2842	liboro-java	\N
-2843	cacao	\N
-2844	libtoolbar-java	\N
-2845	mysql-connector-java	\N
-2846	plexus-velocity	\N
-2847	libradeox-java	\N
-2848	libjgoodies-forms-java	\N
-2849	libxml-commons-resolver1.1-java	\N
-2850	libgrinvin-invariants-java	\N
-2851	libjdom-java	\N
-2852	ognl	\N
-2853	libhibernate-annotations-java	\N
-2854	libgrinvin-graphs-java	\N
-2855	doxia	\N
-2856	libcommons-validator-java	\N
-2857	slide-webdavclient	\N
-2858	librepository	\N
-2859	jargs	\N
-2860	emma-coverage	\N
-2861	libjboss-cache2-java	\N
-2862	tomcat5.5	\N
-2863	commons-configuration	\N
-2864	xerces-j	\N
-2865	libjgoodies-binding-java	\N
-2866	libmx4j-java	\N
-2867	libswarmcache-java	\N
-2868	libjboss-build-java	\N
-2869	pentaho-reportdesigner	\N
-2870	mockobjects	\N
-2871	commons-csv	\N
-2872	argouml	\N
-2873	javax-servletapi2.3	\N
-2874	jflex	\N
-2875	libjaxen-java	\N
-2876	avalon-framework	\N
-2877	qdox	\N
-2878	libjoda-time-java	\N
-2879	libjdbm-java	\N
-2880	commons-pool	\N
-2881	libjcip-annotations-java	\N
-2882	libcommons-cli-java	\N
-2883	libyanfs-java	\N
-2884	libcommons-openpgp-java	\N
-2885	icedtea-java7	\N
-2886	libxpp2-java	\N
-2887	libmetadata-extractor-java	\N
-2888	libjboss-microcontainer-java	\N
-2889	liblaf-plugin-java	\N
-2890	jaxme	\N
-2891	c3p0	\N
-2892	xom	\N
-2893	libcommons-modeler-java	\N
-2894	tinylaf	\N
-2895	libjboss-integration-java	\N
-2896	javassist	\N
-2897	libgnome-java	\N
-2898	libservlet2.4-java	\N
-2899	libsaxpath-java	\N
-2900	libjdom0-java	\N
-2901	opennms	\N
-2902	ehcache	\N
-2903	libpixie-java	\N
-2904	libnachocalendar-java	\N
-2905	rssowl	\N
-2906	eclipse-bugzilla	\N
-2907	eclipse-ve	\N
-2908	libjfreereport-java	\N
-2909	libdtdparser-java	\N
-2910	jcifs	\N
-2911	libgnucrypto-java	\N
-2912	ganymed-ssh2	\N
-2913	axis	\N
-2914	japitools	\N
-2915	wsdl4j	\N
-2916	libproxool-java	\N
-2917	libjboss-remoting-java	\N
-2918	libgrinvin-help-java	\N
-2919	jama	\N
-2920	libxalan-java	\N
-2921	dom4j	\N
-2922	libgnujaf-java	\N
-2923	libjfreechart-java	\N
-2924	plexus-interactivity-api	\N
-2925	statcvs	\N
-2926	libjetty4-java	\N
-2927	libstruts1.1-java	\N
-2928	doc++	\N
-2929	velocity	\N
-2930	libswidgets-java	\N
-2931	libpgjava	\N
-2932	libgrinvin-factories-java	\N
-2933	dresden-ocl	\N
-2934	libcommons-fileupload-java	\N
-2935	libjakarta-poi-java	\N
-2936	libant1.5-java	\N
-2937	libcommons-digester-java	\N
-2938	commons-io	\N
-2939	libkjdsp-java	\N
-2940	nekohtml	\N
-2941	eclipse-gef	\N
-2942	jtidy	\N
-2943	libvorbisspi-java	\N
-2944	jmp	\N
-2945	libdb-je-java	\N
-2946	commons-httpclient	\N
-2947	libapache-mod-jk	\N
-2948	libcobra-java	\N
-2949	trove	\N
-2950	cglib2.1	\N
-2951	libgconf-java	\N
-2952	jftp	\N
-2953	ow-util-ant-tasks	\N
-2954	libitext-java-doc	\N
-2955	eclipse-pydev	\N
-2956	stylebook	\N
-2957	tomcat4	\N
-2958	tomcat5	\N
-2959	libjazzy-java	\N
-2960	libcommons-jxpath-java	\N
-2961	libjdepend-java	\N
-2962	libgnujaxp-java	\N
-2963	libjflac-java	\N
-2964	libjgoodies-animation-java	\N
-2965	javatar	\N
-2966	fetchexc	\N
-2967	libhibernate-validator-java	\N
-2968	batik	\N
-2969	bouncycastle	\N
-2970	libquartz-java	\N
-2971	libjboss-xml-binding-java	\N
-2972	jline	\N
-2973	swing-layout	\N
-2974	libws-commons-util	\N
-2975	libjspeex-java	\N
-2976	oscache	\N
-2977	libcolt-java	\N
-2978	wagon	\N
-2979	buoy	\N
-2980	tagsoup	\N
-2981	tijmp	\N
-2982	uddi4j	\N
-2983	plexus-component-api	\N
-2984	vecmath1.2	\N
-2985	junit	\N
-2986	libezmorph-java	\N
-2987	libxpp3-java	\N
-2988	simplyhtml	\N
-2989	libnsuml-java	\N
-2990	bcel	\N
-2991	libjdom1-java	\N
-2992	flutejava	\N
-2993	plexus-container-default	\N
-2994	libswingx-java	\N
-2995	libjaxp1.2-java	\N
-2996	libfreemarker-java	\N
-2997	checkstyle	\N
-2998	libcodemodel-java	\N
-2999	libgettext-commons-java	\N
-3000	junitperf	\N
-3001	easymock	\N
-3002	libservlet2.2-java	\N
-3003	grinvin	\N
-3004	libjmac-java	\N
-3005	asm	\N
-3006	libmp3spi-java	\N
-3007	eclipse-emf	\N
-3008	libqdwizard-java	\N
-3009	libapache2-mod-jk2	\N
-3010	libmsv-xsdlib-java	\N
-3011	libjgroups-java	\N
-3012	classworlds	\N
-3013	libcommons-lang-java	\N
-3014	eclipse-i18n	\N
-3015	libxt-java	\N
-3016	charva	\N
-3017	libplexus-utils	\N
-3018	java-common	\N
-3019	xml-crimson	\N
-3020	libxml-security-java	\N
-3021	libhibernate-commons-annotations-java	\N
-3022	libant1.6-java	\N
-3023	jericho-html	\N
-3024	libajaxtags-java	\N
-3025	libjamon-java	\N
-3026	jexcelapi	\N
-3027	libvldocking-java	\N
-3028	kernel-wedge	\N
-3029	mdcfg	\N
-3030	localechooser	\N
-3031	kickseed	\N
-3032	apt-setup	\N
-3033	hw-detect	\N
-3034	pkgsel	\N
-3035	debootstrap	\N
-3036	main-menu	\N
-3037	rescue	\N
-3038	choose-mirror	\N
-3039	network-console	\N
-3040	mountfloppy	\N
-3041	installation-locale	\N
-3042	lowmem	\N
-3043	partitioner	\N
-3044	oldsys-preseed	\N
-3045	rootskel	\N
-3046	cdebconf	\N
-3047	libdebian-installer	\N
-3048	usb-discover	\N
-3049	cdrom-checker	\N
-3050	userdevfs	\N
-3051	installation-report	\N
-3052	cdrom-detect	\N
-3053	flash-kernel	\N
-3054	sarge-support	\N
-3055	iso-scan	\N
-3056	auto-install	\N
-3057	glantank	\N
-3058	prep-installer	\N
-3059	quik-installer	\N
-3060	yaboot-installer	\N
-3061	elilo-installer	\N
-3062	efi-reader	\N
-3063	aboot-installer	\N
-3064	srm-reader	\N
-3065	vmelilo-installer	\N
-3066	palo-installer	\N
-3067	arcboot-installer	\N
-3068	sibyl-installer	\N
-3069	silo-installer	\N
-3070	win32-loader	\N
-3071	grub-installer	\N
-3072	lilo-installer	\N
-3073	colo-installer	\N
-3074	cobalt-scripts	\N
-3075	delo-installer	\N
-3076	s390-netdevice	\N
-3077	zipl-installer	\N
-3078	s390-dasd	\N
-3079	s390-sysconfig-writer	\N
-3080	lvmcfg	\N
-3081	tzsetup	\N
-3082	mklibs	\N
-3083	finish-install	\N
-3084	rootskel-gtk	\N
-3085	nobootloader	\N
-3086	preseed	\N
-3087	bterm-unifont	\N
-3088	clock-setup	\N
-3089	live-installer	\N
-3090	net-retriever	\N
-3091	kbd-chooser	\N
-3092	console-setup	\N
-3093	cdebconf-entropy	\N
-3094	partman-crypto	\N
-3095	partman-jfs	\N
-3096	partman-reiserfs	\N
-3097	partman-ext3	\N
-3098	partman-ext2r0	\N
-3099	partman-auto-raid	\N
-3100	partman-auto-crypto	\N
-3101	partman-target	\N
-3102	partman-palo	\N
-3103	partman-lvm	\N
-3104	partman-md	\N
-3105	partman-dmraid	\N
-3106	partman-xfs	\N
-3107	partman-newworld	\N
-3108	partman-efi	\N
-3109	partman-auto-lvm	\N
-3110	partman-basicmethods	\N
-3111	partman-prep	\N
-3112	partman-partitioning	\N
-3113	partman-auto	\N
-3114	partman-basicfilesystems	\N
-3115	partman-base	\N
-3116	base-installer	\N
-3117	netcfg	\N
-3118	autopartkit	\N
-3119	os-prober	\N
-3120	cdrom-retriever	\N
-3121	udpkg	\N
-3122	debian-installer-utils	\N
-3123	partconf	\N
-3124	user-setup	\N
-3125	anna	\N
-3126	floppy-retriever	\N
-3127	scapy	\N
-3128	hachoir-regex	\N
-3129	mod-wsgi	\N
-3130	python-scipy	\N
-3131	pyzenity	\N
-3132	python-axiom	\N
-3133	python-selecting	\N
-3134	wareweb	\N
-3135	python-gdata	\N
-3136	python-django-tagging	\N
-3137	pylirc	\N
-3138	hachoir-core	\N
-3139	nose	\N
-3140	psycopg2	\N
-3141	kid	\N
-3142	petsc4py	\N
-3143	cubictemp	\N
-3144	louie	\N
-3145	pyfits	\N
-3146	pyip	\N
-3147	pynxt	\N
-3148	python-cherrypy	\N
-3149	pylons	\N
-3150	python-wsgiref	\N
-3151	mako	\N
-3152	urlgrabber	\N
-3153	cherrypy3	\N
-3154	pyicu	\N
-3155	jinja	\N
-3156	elixir	\N
-3157	json-py	\N
-3158	configobj	\N
-3159	gnupginterface	\N
-3160	pyusb	\N
-3161	templayer	\N
-3162	python-tclink	\N
-3163	zsi	\N
-3164	hachoir-parser	\N
-3165	python-dsv	\N
-3166	python-xlib	\N
-3167	turbogears	\N
-3168	pyopengl-demo	\N
-3169	python-toscawidgets	\N
-3170	python-htmltmpl	\N
-3171	html5lib	\N
-3172	psycopg	\N
-3173	enthought-traits-ui	\N
-3174	mpmath	\N
-3175	parsedatetime	\N
-3176	pyro	\N
-3177	pyinotify	\N
-3178	urwid	\N
-3179	python-cjson	\N
-3180	python-contract	\N
-3181	pyprotocols	\N
-3182	pythonmagick	\N
-3183	python-markdown	\N
-3184	pyspf	\N
-3185	pycg	\N
-3186	libapache-mod-python	\N
-3187	clientcookie	\N
-3188	python-numpy	\N
-3189	hachoir-wx	\N
-3190	pyyaml	\N
-3191	python-goopy	\N
-3192	celementtree	\N
-3193	genshi	\N
-3194	myghty	\N
-3195	sympy	\N
-3196	simplejson	\N
-3197	turbokid	\N
-3198	libapache2-mod-python	\N
-3199	python-qt3	\N
-3200	sqlobject	\N
-3201	python-qt4	\N
-3202	ruledispatch	\N
-3203	nouvelle	\N
-3204	simpletal	\N
-3205	hachoir-metadata	\N
-3206	ll-xist	\N
-3207	python-medusa	\N
-3208	enthought-kiva	\N
-3209	pydot	\N
-3210	webhelpers	\N
-3211	pastescript	\N
-3212	enthought-chaco2	\N
-3213	tftpy	\N
-3214	ctypes	\N
-3215	epsilon	\N
-3216	python-trml2pdf	\N
-3217	mmpython	\N
-3218	pyparsing	\N
-3219	fpconst	\N
-3220	pcapy	\N
-3221	python-pysnmp4-mibs	\N
-3222	pastewebkit	\N
-3223	elementtidy	\N
-3224	python-pyglew	\N
-3225	python-pysnmp2	\N
-3226	python-pysnmp3	\N
-3227	python-pysnmp4	\N
-3228	python-pysnmp4-apps	\N
-3229	python-soappy	\N
-3230	python-gnutls	\N
-3231	twill	\N
-3232	python-openid	\N
-3233	python-formencode	\N
-3234	cheetah	\N
-3235	ipy	\N
-3236	myghtyutils	\N
-3237	python-dns	\N
-3238	python-kde3	\N
-3239	pycallgraph	\N
-3240	pyqwt5	\N
-3241	enthought-traits	\N
-3242	pypoppler	\N
-3243	pyme	\N
-3244	pyscript	\N
-3245	twistedsnmp	\N
-3246	python-application	\N
-3247	python-werkzeug	\N
-3248	rabbyt	\N
-3249	python-couchdb	\N
-3250	notify-python	\N
-3251	pyenchant	\N
-3252	python-pychart	\N
-3253	ipython	\N
-3254	pysnmp-se	\N
-3255	python-spread	\N
-3256	quixote	\N
-3257	turbomail	\N
-3258	pywavelets	\N
-3259	hachoir-subfile	\N
-3260	python-docutils	\N
-3261	forgetsql	\N
-3262	pexpect	\N
-3263	pyasn1	\N
-3264	forgethtml	\N
-3265	enthought-enable2	\N
-3266	python-glpk	\N
-3267	paste	\N
-3268	quixote1	\N
-3269	plastex	\N
-3270	pyqwt	\N
-3271	python-pysizer	\N
-3272	sip4-qt3	\N
-3273	python-dhm	\N
-3274	python-avc	\N
-3275	python-authkit	\N
-3276	turboentity	\N
-3277	python-django-registration	\N
-3278	pysubnettree	\N
-3279	python-mysqldb	\N
-3280	pyopengl	\N
-3281	ll-core	\N
-3282	python-decorator	\N
-3283	evolution-python	\N
-3284	pudge	\N
-3285	ply	\N
-3286	kaa-base	\N
-3287	elementtree	\N
-3288	deliciousapi	\N
-3289	feedparser	\N
-3290	python-django	\N
-3291	routes	\N
-3292	python-pygraphviz	\N
-3293	python-daap	\N
-3294	pygoogle	\N
-3295	turbojson	\N
-3296	pyexcelerator	\N
-3297	pubtal	\N
-3298	beaker	\N
-3299	pastedeploy	\N
-3300	impacket	\N
-3301	python-networkx	\N
-3302	decoratortools	\N
-3303	kiwi	\N
-3304	pymilter	\N
-3305	hachoir-urwid	\N
-3306	pygments	\N
-3307	python-pdftools	\N
-3308	python-reportlab	\N
-3309	chardet	\N
-3310	pyqwt3d	\N
-3311	python-processing	\N
-3312	funguloids	\N
-3313	scorched3d	\N
-3314	btanks	\N
-3315	bastet	\N
-3316	whichwayisup	\N
-3317	kball	\N
-3318	titanion	\N
-3319	hex-a-hop	\N
-3320	a7xpg	\N
-3321	amphetamine	\N
-3322	mancala	\N
-3323	kxl	\N
-3324	deutex	\N
-3325	vdrift	\N
-3326	bouncy	\N
-3327	etw	\N
-3328	geki2	\N
-3329	conquest	\N
-3330	digiband	\N
-3331	geki3	\N
-3332	vegastrike	\N
-3333	netpanzer	\N
-3334	gtkradiant-data-darkplaces	\N
-3335	kanatest	\N
-3336	fillets-ng-data	\N
-3337	foobillard	\N
-3338	libtpproto-cpp	\N
-3339	nikwi	\N
-3340	ioquake3	\N
-3341	supertuxkart	\N
-3342	blockattack	\N
-3343	rrootage	\N
-3344	oneisenough	\N
-3345	ultrastar-ng	\N
-3346	bsp	\N
-3347	seal	\N
-3348	spacearyarya	\N
-3349	xboing	\N
-3350	gtkradiant	\N
-3351	nettoe	\N
-3352	komi	\N
-3353	amphetamine-data	\N
-3354	grande	\N
-3355	gamine	\N
-3356	cultivation	\N
-3357	wormux	\N
-3358	spring	\N
-3359	val-and-rick	\N
-3360	neverball	\N
-3361	alien-arena	\N
-3362	ezquake-data	\N
-3363	nexuiz	\N
-3364	allacrost	\N
-3365	fretsonfire	\N
-3366	holotz-castle	\N
-3367	gmult	\N
-3368	blockattackeditor	\N
-3369	warsow-data	\N
-3370	moagg	\N
-3371	stormbaancoureur	\N
-3372	ogre	\N
-3373	chocolate-doom	\N
-3374	xbat	\N
-3375	desmume	\N
-3376	abuse-lib	\N
-3377	dominoblast	\N
-3378	tumiki-fighters	\N
-3379	libwfut	\N
-3380	openal	\N
-3381	boson	\N
-3382	monsterz	\N
-3383	projectl	\N
-3384	gtkradiant-data-quake1	\N
-3385	asciijump	\N
-3386	silvertree	\N
-3387	wesnoth	\N
-3388	enemylines3	\N
-3389	airstrike	\N
-3390	xwelltris	\N
-3391	enemylines7	\N
-3392	moaggedit	\N
-3393	tuxracer-extras	\N
-3394	koules	\N
-3395	clanlib	\N
-3396	fillets-ng	\N
-3397	tennix	\N
-3398	ode	\N
-3399	gradle-unison	\N
-3400	es	\N
-3401	openarena	\N
-3402	xtux	\N
-3403	ogreal	\N
-3404	pixfrogger	\N
-3405	gtkradiant-data-nexuiz	\N
-3406	abuse-sdl	\N
-3407	boswars	\N
-3408	openmortal	\N
-3409	vegastrike-music	\N
-3410	chromium	\N
-3411	libtpproto-py	\N
-3412	boson-data	\N
-3413	doom-package	\N
-3414	parsec47	\N
-3415	jugglemaster	\N
-3416	opencity	\N
-3417	ogre-contrib	\N
-3418	abuse-frabs	\N
-3419	chromium-data	\N
-3420	renpy	\N
-3421	libtpclient-py	\N
-3422	ketm	\N
-3423	powermanga	\N
-3424	clanbomber	\N
-3425	torus-trooper	\N
-3426	funnyboat	\N
-3427	tatan	\N
-3428	qonk	\N
-3429	fenix	\N
-3430	sauerbraten	\N
-3431	snowballz	\N
-3432	openarena-data	\N
-3433	freecol	\N
-3434	transcend	\N
-3435	fretsonfire-songs-inkila	\N
-3436	sauerbraten-data	\N
-3437	glest-data	\N
-3438	pangzero	\N
-3439	area2048	\N
-3440	tpclient-pywx	\N
-3441	holotz-castle-milanb	\N
-3442	nexuiz-data	\N
-3443	ceferino	\N
-3444	oolite	\N
-3445	adanaxisgpl	\N
-3446	enet	\N
-3447	ppracer	\N
-3448	sabre	\N
-3449	bulletss	\N
-3450	lordsawar	\N
-3451	gnomekiss	\N
-3452	moagg-data	\N
-3453	sdmkun	\N
-3454	oolite-data	\N
-3455	trigger-rally	\N
-3456	pingus	\N
-3457	freealut	\N
-3458	trigger-rally-data	\N
-3459	vegastrike-data	\N
-3460	pokerth	\N
-3461	glest	\N
-3462	openquartz-data	\N
-3463	asc-music	\N
-3464	excellent-bifurcation	\N
-3465	pixbros	\N
-3466	fenix-plugins	\N
-3467	boson-music	\N
-3468	supertux	\N
-3469	freedoom	\N
-3470	game-servers-init	\N
-3471	games-package	\N
-3472	barrage	\N
-3473	bloboats	\N
-3474	asc	\N
-3475	billard-gl	\N
-3476	mu-cade	\N
-3477	gnome-breakout	\N
-3478	teg	\N
-3479	bulletml	\N
-3480	vodovod	\N
-3481	kraptor	\N
-3482	gravitywars	\N
-3483	starfighter	\N
-3484	warsow	\N
-3485	alien-arena-data	\N
-3486	pathological-music	\N
-3487	late	\N
-3488	fretsonfire-songs-sectoid	\N
-3489	warzone2100	\N
-3490	xdigger	\N
-3491	ii-esu	\N
-3492	prboom	\N
-3493	quake3-data	\N
-3494	wok	\N
-3495	ezquake	\N
-3496	vdrift-data	\N
-3497	pathological	\N
-3498	langdrill	\N
-3499	ri-li	\N
-3500	lincity-ng	\N
-3501	gunroar	\N
-3502	dreamchess	\N
-3503	donkey-bolonkey	\N
-3504	shisen.app	\N
-3505	xbattle	\N
-3506	antigrav	\N
-3507	dd2	\N
-3508	openyahtzee	\N
-3509	qt4-x11	\N
-3510	kdegames	\N
-3511	kde-i18n	\N
-3512	kdebindings	\N
-3513	kdetoys	\N
-3514	akode	\N
-3515	kdegraphics	\N
-3516	kdeutils	\N
-3517	meta-kde	\N
-3518	meta-kde-extras	\N
-3519	kdeaddons	\N
-3520	kdebase	\N
-3521	kdewebdev	\N
-3522	kdeedu	\N
-3523	kdesdk	\N
-3524	koffice	\N
-3525	kdepim	\N
-3526	arts	\N
-3527	kdevelop	\N
-3528	qt-x11-free	\N
-3529	kdeaccessibility	\N
-3530	kdeadmin	\N
-3531	kdenetwork	\N
-3532	kdelibs	\N
-3533	kdeartwork	\N
-3534	kdemultimedia	\N
-3535	koffice-l10n	\N
-3536	wv2	\N
-3537	kde-guidance	\N
-3538	filelight-l10n	\N
-3539	scim-qtimm	\N
-3540	krename	\N
-3541	kmplayer	\N
-3542	kile	\N
-3543	kphotoalbum	\N
-3544	soundkonverter	\N
-3545	kdebluetooth	\N
-3546	kmymoney2	\N
-3547	kbfx	\N
-3548	qtemu	\N
-3549	mailody	\N
-3550	kdesudo	\N
-3551	qsynaptics	\N
-3552	kgtk	\N
-3553	ksystemlog	\N
-3554	rsibreak	\N
-3555	krecipes	\N
-3556	merkaartor	\N
-3557	strigiapplet	\N
-3558	icecc	\N
-3559	icecc-monitor	\N
-3560	klibido	\N
-3561	digikamimageplugins-doc	\N
-3562	kat	\N
-3563	krusader	\N
-3564	kvpnc	\N
-3565	ksubtile	\N
-3566	konversation	\N
-3567	kmess	\N
-3568	keep	\N
-3569	libkdcraw	\N
-3570	kmobiletools	\N
-3571	libsynaptics	\N
-3572	digikam	\N
-3573	tora	\N
-3574	ktorrent	\N
-3575	kaffeine	\N
-3576	knemo	\N
-3577	basket	\N
-3578	kboggle	\N
-3579	kipi-plugins	\N
-3580	kompose	\N
-3581	kasablanca	\N
-3582	kde-style-klearlook	\N
-3583	taskjuggler	\N
-3584	kscope	\N
-3585	ksynaptics	\N
-3586	kid3	\N
-3587	ksplash-engine-moodin	\N
-3588	kerry	\N
-3589	pykdeextensions	\N
-3590	libkexif	\N
-3591	libkexiv2	\N
-3592	strigi	\N
-3593	tripod	\N
-3594	codeine	\N
-3595	ksniffer	\N
-3596	filelight	\N
-3597	digikam-doc	\N
-3598	kbarcode	\N
-3599	kwlan	\N
-3600	komparator	\N
-3601	kslovar	\N
-3602	libkipi	\N
-3603	kftpgrabber	\N
-3604	tastymenu	\N
-3605	kfocus	\N
-3606	transkode	\N
-3607	unsermake	\N
-3608	exiv2	\N
-3609	kdmtheme	\N
-3610	digikamimageplugins	\N
-3611	wlassistant	\N
+COPY sourcepackage (id, name, description, versioninsid) FROM stdin;
+3612	falcon	\N	\N
+3616	andvare	\N	\N
+3624	planet-venus	\N	\N
+3627	moap	\N	\N
+3629	alarm-clock	\N	\N
+3635	pytagsfs	\N	\N
+3639	sphinx	\N	\N
+3668	swish++	\N	\N
+3670	gnome-translate	\N	\N
+3679	gengameng	\N	\N
+3682	upstart	\N	\N
+3689	initrd-netboot	\N	\N
+3693	libtranslate	\N	\N
+3701	stlport5	\N	\N
+3708	seamonkey	\N	\N
+3710	bool	\N	\N
+3724	lockrun	\N	\N
+3729	oops	\N	\N
+3733	qca2-plugin-pkcs11	\N	\N
+3735	qca2-plugin-cyrus-sasl	\N	\N
+3759	meta-kde-extras	\N	\N
+3769	vim-spellfiles	\N	\N
+3776	fetchexc	\N	\N
+3795	libhamcrest-java	\N	\N
+3617	scribes	\N	0.3.3.3-3
+3623	google-sitemapgen	\N	1.4-3
+3615	topshelf	\N	0.2.1-1
+3621	straw	\N	0.27-0.1
+3625	pondus	\N	0.4.0-1
+3641	planet	\N	2.0-12
+3646	eric	\N	4.1.1-1
+3657	pkpgcounter	\N	3.50-2
+3628	pyicqt	\N	0.8b-3
+3631	phatch	\N	0.1.3-2
+3634	pypar2	\N	1.4-4
+3636	catfish	\N	0.3-1
+3637	gcalcli	\N	1.4-1
+3638	pybackpack	\N	0.5.4-1
+3643	mercurial	\N	1.0-4
+3626	screenlets	\N	0.1-1
+3630	clive	\N	0.4.8-1
+3647	lightyears	\N	1.3a-3
+3655	dot2tex	\N	2.7.0-1
+3650	mayavi2	\N	2.1.1-2
+3652	winpdb	\N	1.3.8-1
+3654	freevial	\N	1.2-1
+3653	emma	\N	0.6-1
+3660	wireshark	\N	1.0.0-1
+3662	openbox	\N	3.4.6.1-3
+3667	widelands	\N	1:12-1
+3664	pcf2bdf	\N	1.04-2
+3672	spectools	\N	200710R2-1
+3676	flatzebra	\N	0.1.1-4
+3683	wrr	\N	20021019-6
+3691	email-reminder	\N	0.7.3-2
+3695	hexedit	\N	1.2.12-3
+3707	scilab	\N	4.1.2-4
+3712	transmission	\N	1.11-2
+3715	xdialog	\N	2.3.1-2
+3728	xpenguins-applet	\N	2.1.1-6
+3673	unhide	\N	20071102-2
+3671	libavg	\N	0.7.0-6
+3658	clearsilver	\N	0.10.4-1.1
+3622	pykaraoke	\N	0.5.1-1
+3656	harvestman	\N	1.4.6-8
+3669	conky	\N	1.5.1-1
+3680	gimp	\N	2.4.5-1
+3678	pidgin	\N	2.4.1-1
+3677	yc-el	\N	4.0.13-8
+3684	pop-before-smtp	\N	1.41-1.1
+3692	mathwar	\N	0.2.5-1
+3694	cstream	\N	2.7.4-2
+3698	vimoutliner	\N	0.3.4-8
+3690	calife	\N	3.0pre7-2
+3704	xless	\N	1.7-14
+3703	libmail-cclient-perl	\N	1.12-7
+3709	euler	\N	1.61.0-4
+3711	ccd2iso	\N	0.3-3
+3719	pcsc-lite	\N	1.4.100-3
+3716	cmph	\N	0.7-4
+3720	libgenerics	\N	1.2.1-2.1
+3723	renameutils	\N	0.9.0-1
+3725	sympa	\N	5.3.4-4
+3730	libopenraw	\N	0.0.5-1
+3731	sms-pl	\N	2.1.0-4
+3738	kdevelop	\N	4:3.5.1-1
+3734	qca2	\N	2.0.0-4
+3736	qca2-plugin-gnupg	\N	0.1~20070904-2
+3787	libjboss-xml-binding-java	\N	2.0.0.CR8-1
+3790	tinylaf	\N	1.3.8-2
+3794	libxalan2-java	\N	2.7.1-1
+3713	pcsc-perl	\N	1.4.7-1
+3727	xpn	\N	1.0.0-2
+3747	qt4-x11	\N	4.4.0~rc1-4
+3772	libglade-java	\N	2.12.8-4
+3775	libjboss-vfs-java	\N	2.0.0~Beta10-1
+3773	jsch	\N	0.1.37-3
+3774	libgdata-java	\N	1.16.3-1
+3777	libcommons-dbcp-java	\N	1.2.2-1
+3783	asm3	\N	3.1-1
+3785	xmlgraphics-commons	\N	1.2.dfsg-1
+3786	gjdoc	\N	0.7.8-10
+3791	antlr	\N	2.7.7-4
+3793	libcommons-el-java	\N	1.0-4
+3780	libmp3spi-java	\N	1.9.4-3
+3799	libjboss-deployers-java	\N	\N
+3802	ognl	\N	\N
+3642	pylize	\N	1.3b-6
+3651	cycle	\N	0.3.1-7
+3666	bbclone	\N	0.4.6-10
+3661	povray	\N	1:3.6.1-11
+3659	libcddb	\N	1.2.1-1
+3675	icc-profiles	\N	1.0.1-4
+3697	newt	\N	0.52.2-11.2
+3687	olsrd	\N	0.5.5-3
+3686	dvorak7min	\N	1.6.1-9
+3706	python-lightblue	\N	0.3.2-1
+3721	bopm	\N	3.1.3-1.1
+3717	ttcn3parser	\N	20080407-1
+3714	levee	\N	3.4o-7
+3746	wv2	\N	0.2.3-2
+3756	akode	\N	2.0.2-3
+3732	kdetoys	\N	4:3.5.9-1
+3752	meta-kde	\N	5:48
+3742	arts	\N	1.5.9-2
+3740	kdeutils	\N	4:3.5.9-1
+3739	kdesdk	\N	4:3.5.9-1
+3745	koffice-l10n	\N	1.6.3-1
+3748	kdelibs	\N	4:3.5.9.dfsg.1-2
+3754	kdeedu	\N	4:3.5.9-1
+3750	kdebindings	\N	4:3.5.9-1
+3757	kdewebdev	\N	4:3.5.9-2
+3758	kdegames	\N	4:3.5.9-1
+3766	vim-addon-manager	\N	0.4
+3767	vim-syntax-gtk	\N	20070925-1
+3763	kdeaccessibility	\N	4:3.5.9-1
+3762	kdepim	\N	4:3.5.9-2
+3803	libtoolbar-java	\N	1.4-1
+3781	libsaxon-java	\N	1:6.5.5-4
+3771	xml-crimson	\N	1:1.1.3-10
+3770	qdox	\N	1.6.1-3
+3789	java-wrappers	\N	0.1.4
+3796	jmock	\N	1.0.1-2
+3800	japitools	\N	0.9.5+cvs20060115-1
+3788	libjaxp1.3-java	\N	1.3.04-2
+3804	liblaf-plugin-java	\N	0.2-4
+3779	entagged	\N	0.35-1
+3808	libjdic-java	\N	0.0.20060613-8
+3826	jama	\N	1.0.2-2
+3726	mach	\N	0.9.1-2
+3743	qt-x11-free	\N	3:3.3.8b-5
+3755	kde-i18n	\N	4:3.5.9-2
+3761	kdebase	\N	4:3.5.9.dfsg.1-2
+3810	libjdom1-java	\N	1.0-4
+3831	libjboss-web-services1-java	\N	\N
+3832	libjboss-metadata-java	\N	\N
+3847	eclipse-bugzilla	\N	\N
+3854	eclipse-emf	\N	\N
+3865	uddi4j	\N	\N
+3871	plexus-digest	\N	\N
+3902	plexus-compiler-javac	\N	\N
+3908	plexus-archiver	\N	\N
+3911	eclipse-i18n	\N	\N
+3916	libjboss-cache2-java	\N	\N
+3917	libxsd2jibx-java	\N	\N
+3923	libjboss-managed-java	\N	\N
+3927	libcolt-java	\N	\N
+3931	libjboss-reflect-java	\N	\N
+3942	eclipse-ve	\N	\N
+3955	rssowl	\N	\N
+3812	fop	\N	1:0.94.dfsg-2
+3825	jmagick	\N	6.2.6-0-1
+3828	axis	\N	1.4-3
+3842	jcifs	\N	1.2.19-1
+3850	grinvin	\N	1.0.3.dfsg.1-1
+3856	jbossas4	\N	4.2.2.GA-4
+3862	libjflac-java	\N	1.3-1
+3869	libjettison-java	\N	1.0-1
+3870	libgnuinet-java	\N	1.1.1-3
+3880	libhibernate3-java	\N	3.2.6-1
+3893	junitperf	\N	1.9.1-5
+3909	jsr107cache	\N	1.0.dfsg.1-2
+3912	bsh	\N	2.0b4-7
+3930	pj	\N	0.0~20080330-1
+3936	libcommons-cli-java	\N	1.1-3
+3949	libjgroups-java	\N	2.6.2-1
+3797	libjboss-profiler-java	\N	1.0.CR4-1
+3806	xom	\N	1.1-2
+3834	jericho-html	\N	2.5-1
+3881	libjcalendar-java	\N	1.3.2-2
+3875	libcommons-discovery-java	\N	0.4-1
+3798	libgettext-commons-java	\N	0.9-1
+3814	libjgrapht-java	\N	0.6.0-4
+3809	commons-pool	\N	1.3-1
+3811	libj2ssh-java	\N	0.2.9-1
+3816	kaffe	\N	2:1.1.8-4
+3818	libgrinvin-factories-java	\N	1.0-1
+3820	omegat	\N	1.7.3.u1+dfsg-1
+3819	charva	\N	1.1.4-2
+3822	bouncycastle	\N	1.39-1
+3824	libcommons-launcher-java	\N	1.1-3
+3827	aspectwerkz2	\N	2.0.dfsg.1-2
+3830	jline	\N	0.9.94-1
+3829	libezmorph-java	\N	1.0.4-1
+3835	libxapool-java	\N	1.5.0-1
+3838	eclipse	\N	3.2.2-5
+3841	libgnucrypto-java	\N	2.1.0-2
+3843	libjdbm-java	\N	1.0-1
+3845	javatar	\N	2.5+dfsg-2
+3851	libquartz-java	\N	1.6.0-2
+3853	solr	\N	1.2.0+ds1-2
+3844	libproxool-java	\N	0.9.0~rc3-2
+3858	libxstream-java	\N	1.3-1
+3866	libcommons-net-java	\N	1.4.1-1
+3868	java-access-bridge	\N	1.22.0-1
+3873	cacao	\N	0.98-2
+3872	libcobra-java	\N	0.98-1
+3876	libservlet2.4-java	\N	5.0.30-7
+3878	libgnome-java	\N	2.12.7-4
+3887	cdk	\N	1:1.0.2-2
+3882	libjboss-integration-java	\N	5.0.0~Beta4-3
+3888	jetty	\N	5.1.14-1
+3879	statcvs	\N	1:0.3.dfsg-4
+3896	libgconf-java	\N	2.12.6-4
+3899	antlr3	\N	3.0.1+dfsg-2
+3901	jaxme	\N	0.5.2+dfsg-2
+3897	libbasicplayer-java	\N	3.0-3
+3986	eclipse-gef	\N	\N
+3988	tomcat5	\N	\N
+3877	libjdom-java	\N	0.99.b10-6
+3945	ganymed-ssh2	\N	210-2
+3961	libpgjava	\N	8.2-504-1
+3965	javax-servletapi2.3	\N	4.0-10
+3976	libcommons-compress-java	\N	0~svn604876-1
+3922	java-package	\N	0.41
+3846	swing-layout	\N	1.0.3-1
+3855	emma-coverage	\N	2.0.5312+dfsg-2
+3849	libyanfs-java	\N	0.0+cvs20070825-2
+3848	libjboss-web-services-java	\N	0.0+svn5660-1
+3836	mockobjects	\N	0.09-3
+3860	libjibx-java	\N	1.0.1-2
+3864	substance	\N	4.1-1
+3885	cup	\N	0.10k-6
+3892	libxpp2-java	\N	2.1.10-4
+3884	ow-util-ant-tasks	\N	1.3.2-2
+3886	libxpp3-java	\N	1.1.3.4.O-3
+3895	libstruts1.2-java	\N	1.2.9-3
+3898	libjdom0-java	\N	0.9b-3
+3900	velocity	\N	1.4-5
+3903	libjaxp1.2-java	\N	1.2.01-2
+3905	libvte-java	\N	0.12.3-4
+3910	commons-io	\N	1.4-1
+3913	javacc	\N	4.0+cvs20080403-1
+3921	libjaxen-java	\N	1.1.1-3
+3918	xml-im-exporter	\N	1.1-3
+3920	tagsoup	\N	1.2-1
+3915	xerces-j	\N	1.4.4-4
+3939	libjlayer-java	\N	1.0-2
+3928	libgtk-java	\N	2.10.2-6
+3926	pja	\N	2.5-5
+3934	squareness	\N	2.3.0-3
+3929	junit4	\N	4.3.1-4
+3933	glassfish	\N	2+b58g-3
+3937	libcommons-collections-java	\N	2.1.1-8
+3941	asm	\N	1.5.3-5
+3943	checkstyle	\N	4.4+dfsg-1
+3946	libws-commons-util	\N	1.0.1-3
+3944	maven-ant-helper	\N	3
+3947	libswidgets-java	\N	0.1.4-1
+3938	libitext-java	\N	1.4.5-3
+3950	libswingx-java	\N	1:0.9.2-1
+3951	rhino	\N	1.7R1-1
+3956	tijmp	\N	0.5-1
+3953	libxmlrpc3-java	\N	3.1-1
+3948	pentaho-reporting-flow-engine	\N	0.9.2-3
+3952	commons-daemon	\N	1.0.2~svn20061127-6
+3962	classpath	\N	2:0.97-1
+3964	glib-java	\N	0.4.2-9
+3966	eclipse-pydev	\N	1.2.5-2
+3969	avalon-framework	\N	4.2.0-4
+3968	ant	\N	1.7.0-5
+3972	commons-configuration	\N	1.5-1
+3974	junit	\N	3.8.2-1
+3977	librepository	\N	0.1.4-2
+3978	libjmac-java	\N	1.74-2
+3960	nekohtml	\N	0.9.5+dfsg-1.1
+3919	libswirl-java	\N	1.0.13-2
+3954	libnsuml-java	\N	0.4.20-12.1
+3958	buoy	\N	1.8-1
+3975	libjfreechart-java	\N	1.0.9-1
+3980	libhiglayout-java	\N	1.0-4
+3983	bcel	\N	5.2-3
+3984	jflex	\N	1.4.1-3
+3985	libgnumail-java	\N	1.1.2-2
+3979	eclipse-cdt	\N	3.1.2-1
+3857	jta	\N	2.6+dfsg-1
+3996	libclassworlds1.1-java	\N	\N
+4003	simplyhtml	\N	\N
+4012	icedtea-gcjwebplugin	\N	\N
+4014	libradeox-java	\N	\N
+4036	plexus-compiler-api	\N	\N
+4039	libjcip-annotations-java	\N	\N
+4040	plexus-io	\N	\N
+4047	plexus-compiler-manager	\N	\N
+4052	libjboss-build-java	\N	\N
+4068	libmsv-xsdlib-java	\N	\N
+4089	libjboss-classloader-java	\N	\N
+4094	doc++	\N	\N
+4095	opennms	\N	\N
+4105	cssutils	\N	\N
+4109	python-pysnmp3	\N	\N
+4115	pypoppler	\N	\N
+4122	turboentity	\N	\N
+4113	turbojson	\N	1.1.1-1
+4116	python-daap	\N	0.7.1-1
+4112	sympy	\N	0.5.13-1
+4111	python-pdftools	\N	0.36-1
+4121	epsilon	\N	0.5.9-1
+4120	deliciousapi	\N	1.3.3-1
+4124	scapy	\N	1.1.1-3
+4125	python-dsv	\N	1.4.0-6
+4126	python-docutils	\N	0.4-6
+4130	twistedsnmp	\N	0.3.13-3
+4131	pyinotify	\N	0.7.1-1
+4133	chardet	\N	1.0.1-1
+4136	tftpy	\N	0.4.3-1
+4107	python-pygraphviz	\N	0.36-1
+4137	elementtree	\N	1.2.6-11
+3987	cairo-java	\N	1.0.8-8
+3967	libjgoodies-binding-java	\N	2.0.2-1
+3971	libpicocontainer-java	\N	2.1-1
+3993	libgnujaf-java	\N	1.1.1-4
+4001	libmetadata-extractor-java	\N	2.3.1+dfsg-1
+4005	libgrinvin-help-java	\N	1.0-1
+4019	jajuk	\N	1.5.3+svn3684-1
+4021	libjboss-cache1-java	\N	1.4.1.SP8-1
+4025	libjoda-time-java	\N	1.5.2-1
+4026	liboro-java	\N	2.0.8a-4
+4037	javahelp2	\N	2.0.05-3
+4041	wagon	\N	1.0-beta-2-2
+4048	gant	\N	1.1.1-1
+4058	maven2	\N	2.0.8-6
+4066	libhibernate-entitymanager-java	\N	3.3.2.GA-1
+4071	libfonts-java	\N	0.3.3-2
+4074	libjson-java	\N	2.2.1-1
+4081	jargs	\N	1.0.0-1
+4139	python-django-tagging	\N	\N
+4145	libapache-mod-python	\N	\N
+4164	python-selecting	\N	\N
+4169	pynxt	\N	\N
+4117	quixote1	\N	1.2-4
+4129	pyrad	\N	1.1-3
+4061	plexus-velocity	\N	1.1.6-1
+4085	classworlds	\N	1.1-final-1
+4088	java-common	\N	0.29
+4161	cherrypy3	\N	3.0.2-2
+4166	jinja	\N	1.2-2
+4167	mod-wsgi	\N	2.0-1
+4170	pexpect	\N	2.1-1
+4174	pyasn1	\N	0.0.7a-1
+4173	pyprotocols	\N	1.0a.svn20070625-2
+4176	cheetah	\N	2.0.1-2
+4172	pyyaml	\N	3.05-1
+4163	pycg	\N	0.14.1-1
+3995	libxml-commons-resolver1.1-java	\N	1.2-1
+3990	libjamon-java	\N	2.5-1
+3991	slide-webdavclient	\N	2.1+dfsg-2
+3994	oscache	\N	2.4.1-1
+3998	libjspeex-java	\N	0.9.7-2
+3997	jmp	\N	0.51-1
+3999	jts	\N	1.7-1
+4004	liblaf-widget-java	\N	3.2-1
+4006	libjazzy-java	\N	0.5.1a-3
+4013	libnachocalendar-java	\N	0.23-4
+4010	jrexx	\N	1.1.1-4
+4015	jclassinfo	\N	0.19.1-2
+4016	stringtemplate	\N	3.1-3
+4018	libjmathtex-java	\N	0.7~pre-3
+4022	freemind	\N	0.7.1-6
+4024	aspectj	\N	1.5.4-1
+4027	plexus-component-api	\N	1.0+svn6316-1
+4023	modello	\N	1.0-alpha-8-1
+4007	libhibernate-validator-java	\N	3.0.0.GA-1
+4017	ehcache	\N	1.4.1-2
+4031	libnetx-java	\N	0.5-1
+4032	batik	\N	1.6-4
+4035	libcommons-jxpath-java	\N	1.2-7
+4042	libtritonus-java	\N	20070428-6
+4043	libjboss-microcontainer-java	\N	2.0.0~Beta10-2
+4044	cglib2.1	\N	2.1.3.dfsg.1-2
+4045	easymock	\N	2.3+ds1-2
+4050	libjdepend-java	\N	2.9-4
+4049	libgrinvin-core-java	\N	1.0.3-1
+4063	jarjar	\N	1.0~rc7.dfsg-1
+4055	libjakarta-poi-java	\N	3.0.2.dfsg-1
+4062	c3p0	\N	0.9.1.2-1
+4059	libregexp-java	\N	1.4-4
+4060	commons-csv	\N	0.1-SNAPSHOT+svn558885-1
+4067	dom4j	\N	1.6.1+dfsg-3
+4078	libmx4j-java	\N	3.0.2-1
+4070	libjorbis-java	\N	0.0.16-4
+4073	libplexus-utils	\N	1:1.4.8-1
+4075	libtvanytimeapi-java	\N	1.3-1
+4080	libbsf-java	\N	1:2.4.0-2
+4079	libcodemodel-java	\N	2.0-1
+4083	asm2	\N	2.2.3-2
+4087	libibatis-java	\N	2.3.1.710-1
+4084	stylebook	\N	1.0~b3~svn20061109-2
+4065	javassist	\N	3.7.GA-1
+4076	libxml-security-java	\N	1.4.1-1
+4092	libcommons-logging-java	\N	1.1.1-1
+4110	pylons	\N	0.9.6.1-1
+4128	python-kinterbasdb	\N	3.2-2
+4138	simpletal	\N	4.1-6
+4123	python-bcrypt	\N	0.1-1
+4141	stepic	\N	0.3-1
+4132	mako	\N	0.1.10-1
+4153	impacket	\N	0.9.6.0-3
+4157	elixir	\N	0.5.2-1
+4162	notify-python	\N	0.1.1-2
+4165	twyt	\N	0.8-1
+4177	python-pyglew	\N	0.1.2-2
+4097	paste	\N	1.6-2
+4103	forgethtml	\N	0.0.20031008-9
+4100	myghty	\N	1.1-3
+4104	pastedeploy	\N	1.3.1-2
+4106	louie	\N	1.1-1
+4098	py-radix	\N	0.5-1
+4099	html5lib	\N	0.10-2
+4030	libwoodstox-java	\N	4.0~svn20070930-2
+4009	lucene2	\N	2.3.1+ds1-1
+4046	argouml	\N	0.19.6-2.1
+4053	libxerces2-java-doc	\N	2.9.1-1
+4086	libxerces2-java	\N	2.9.1-1
+4069	libvorbisspi-java	\N	1.0.3-1
+4091	tomcat5.5	\N	5.5.25-5
+4148	sclapp	\N	0.5.1-1
+4201	mother	\N	\N
+4211	pygpu	\N	\N
+4244	pygoogle	\N	\N
+4256	python-pysizer	\N	\N
+4261	python-django-registration	\N	\N
+4263	python-buildutils	\N	\N
+4273	pymills	\N	\N
+4277	python-toscawidgets	\N	\N
+4295	pyopengl-demo	\N	\N
+4309	pyzenity	\N	\N
+4288	ply	\N	2.3-2
+4142	pydot	\N	0.9.10-2
+4146	ipy	\N	1:0.56-1
+4147	python-gdata	\N	1.0.9-1
+4150	python-pysearch	\N	3.1-1
+4154	nouvelle	\N	1.0-1
+4159	python-openid	\N	2.1.1-1
+4158	enthought-traits-ui	\N	2.0.4-2
+4156	python-scipy	\N	0.6.0-11
+4149	urlgrabber	\N	3.1.0-4
+4140	python-kde3	\N	3.16.1-1
+4155	python-axiom	\N	0.5.27-1
+4328	partman-lvm	\N	60
+4330	partman-xfs	\N	40
+4333	partman-auto-crypto	\N	7
+4334	partman-multipath	\N	1
+4332	partman-ext3	\N	51
+4335	partman-prep	\N	15
+4180	twill	\N	0.9~b1-2
+4314	bugzilla	\N	2.22.1-2.2
+4182	decoratortools	\N	1.7-1
+4184	plastex	\N	0.9-1
+4186	pymilter	\N	0.8.9-1
+4187	pyexcelerator	\N	0.6.3a-3
+4191	python-mysqldb	\N	1.2.2-6
+4188	python-extended-threading	\N	0.2-1
+4192	forgetsql	\N	0.5.1-9
+4190	templayer	\N	1.4-2
+4185	sqlalchemy	\N	0.4.5-1
+4203	zsi	\N	2.0-2
+4204	hachoir-regex	\N	1.0.2-1
+4200	pysubnettree	\N	0.11+1-1
+4209	mpmath	\N	0.7-1
+4207	pylirc	\N	0.0.5-1
+4206	python-authkit	\N	0.4.0~r139-0.1
+4315	tinymce	\N	2.1.1.1-1
+4196	feedparser	\N	4.1-10
+4199	python-werkzeug	\N	0.2-2
+4220	fpconst	\N	0.7.2-4
+4214	genshi	\N	0.4.4-3
+4219	python-tclink	\N	3.4.4-1
+4222	kaa-base	\N	0.4.0-1
+4223	python-mpd	\N	0.2.0-1
+4224	ruledispatch	\N	0.5a.svn20070626-3
+4225	pyopengl	\N	3.0.0~b1-2
+4226	kiwi	\N	1.9.21-1
+4337	partman-basicfilesystems	\N	59
+4342	partman-reiserfs	\N	41
+4213	pyqwt3d	\N	0.1.6-1
+4318	partitioner	\N	0.43
+4233	python-qt3	\N	3.17.4-1
+4234	libapache2-mod-python	\N	3.3.1-3
+4232	petsc4py	\N	0.7.5-5
+4178	python-qt4	\N	4.3.3-3
+4229	python-pysnmp4-apps	\N	0.2.6a-1
+4181	python-cherrypy	\N	2.2.1-4
+4195	pyglet	\N	1.0.dfsg-1
+4236	parallelpython	\N	1.5.3-2
+4239	hachoir-wx	\N	0.1.2-1
+4240	clientcookie	\N	1.3.0-1
+4241	python-pysnmp4-mibs	\N	0.0.5a-2
+4243	beaker	\N	0.9.2.d1-1
+4249	enthought-traits	\N	2.0.4-2
+4245	pyfits	\N	1:1.3-1
+4247	psycopg	\N	1.1.21-15
+4248	pastewebkit	\N	1.0-2
+4255	json-py	\N	3.4-2
+4253	pyclamd	\N	0.1.1-1
+4257	python-soappy	\N	0.12.0-2
+4260	pywavelets	\N	0.1.6-3
+4262	python-gnutls	\N	1.1.4-1
+4319	libdebian-installer	\N	0.57
+4268	python-medusa	\N	0.5.4+clean-1
+4264	pysnmp-se	\N	3.5.2-3
+4269	pycallgraph	\N	0.4.0-1
+4266	python-contract	\N	1.4-2
+4272	pyspf	\N	2.0.4-3
+4254	matplotlib	\N	0.90.1-4
+4279	pudge	\N	0.1.4~svn137-3
+4275	pygments	\N	0.9-3
+4278	turbomail	\N	2.1-1
+4281	pcapy	\N	0.10.5-1
+4283	configobj	\N	4.4.0-2
+4284	pubtal	\N	3.2.0-3
+4285	python-pysnmp2	\N	2.0.9-1
+4179	pyicu	\N	0.8.1-2
+4194	kid	\N	0.9.6-1
+4198	pycha	\N	0.3.0-1
+4210	python-formencode	\N	1.0.1-1
+4215	pygooglechart	\N	0.1.2-1
+4218	sqlobject	\N	0.10.0-1
+4230	python-avc	\N	0.5.0-1
+4237	psycopg2	\N	2.0.7-1
+4238	python-pipeline	\N	0.1.1-1
+4242	myghtyutils	\N	0.52-3
+4251	nose	\N	0.10.1-1
+4267	hachoir-urwid	\N	1.0.1-1
+4271	simplejson	\N	1.8.1-1
+4276	routes	\N	1.8-1
+4286	ll-core	\N	1.11.1-1
+4290	pydb	\N	1.22-3
+4293	python-couchdb	\N	0.3-2
+4301	python-memcache	\N	1.40-1
+4305	python-markdown	\N	1.7-1
+4311	pyip	\N	0.7-1
+4313	cubictemp	\N	0.4-2
+4312	evolution-python	\N	0.0.4-2
+4291	pyparsing	\N	1.4.11-2
+4292	python-numpy	\N	1:1.0.4-7
+4298	pyusb	\N	0.4.1-2
+4296	python-dhm	\N	0.6-2
+4302	enthought-chaco2	\N	2.0.4-2
+4300	pyme	\N	0.7.0-4
+4303	python-osd	\N	0.2.14-3
+4289	ll-xist	\N	2.15.5-1.1
+4299	python-wsgiref	\N	0.1.2-3
+4189	python-goopy	\N	0.1-3
+4323	partman-md	\N	40
+4324	partman-partitioning	\N	58
+4340	partman-dmraid	\N	4
+4338	partman-auto-lvm	\N	26
+4339	partman-ext2r0	\N	1.15
+4344	partman-palo	\N	10
+4316	finish-install	\N	2.16
+4221	pprocess	\N	0.3.1-1
+4403	sarge-support	\N	\N
+4419	kat	\N	\N
+4421	ksynaptics	\N	\N
+4441	kpogre	\N	\N
+4447	kslovar	\N	\N
+4461	eva	\N	\N
+4464	dragonplayer	\N	\N
+4466	transkode	\N	\N
+4477	kboggle	\N	\N
+4482	digikamimageplugins	\N	\N
+4485	unsermake	\N	\N
+4486	kgtk	\N	\N
+4495	qsynaptics	\N	\N
+4498	semantik	\N	\N
+4499	yzis	\N	\N
+4500	digikamimageplugins-doc	\N	\N
+4415	kde-guidance	\N	0.8.0-2.1
+4416	kio-locate	\N	0.4.5+ds-1
+4422	mailody	\N	0.5.0-4
+4424	klibido	\N	0.2.5-5
+4484	qtemu	\N	1.0.5-1
+4483	kwlan	\N	0.6.3-1
+4489	kbfx	\N	0.4.9.3.1-1
+4490	ksystemlog	\N	0.3.2-1
+4509	ocaml-ast-analyze	\N	\N
+4512	missinglib	\N	\N
+4418	kasablanca	\N	0.4.0.2-2
+4348	oldsys-preseed	\N	1.3
+4355	hw-detect	\N	1.60
+4357	partconf	\N	1.25
+4377	efi-reader	\N	0.9
+4369	main-menu	\N	1.26
+4371	udpkg	\N	1.06
+4392	glantank	\N	1.7
+4387	prep-installer	\N	0.7
+4388	yaboot-installer	\N	1.1.12
+4400	auto-install	\N	1.2
+4404	installation-locale	\N	1.2
+4409	rootskel	\N	1.61
+4346	mdcfg	\N	1.24
+4351	iso-scan	\N	1.24
+4347	mklibs	\N	0.1.26
+4349	installation-report	\N	2.33
+4352	clock-setup	\N	0.95
+4361	choose-mirror	\N	2.24
+4364	pkgsel	\N	0.18
+4363	console-setup	\N	1.22
+4397	rootskel-gtk	\N	1.11
+4362	os-prober	\N	1.24
+4360	kickseed	\N	0.48
+4358	preseed	\N	1.35
+4365	lvmcfg	\N	1.18
+4367	nobootloader	\N	1.20
+4368	userdevfs	\N	0.14
+4366	cdebconf	\N	0.130
+4370	debian-installer-utils	\N	1.56
+4378	elilo-installer	\N	1.12
+4379	srm-reader	\N	0.10
+4381	arcboot-installer	\N	1.10
+4375	zipl-installer	\N	0.0.14
+4384	lilo-installer	\N	1.27
+4382	sibyl-installer	\N	1.12
+4391	delo-installer	\N	1.9
+4395	flash-kernel	\N	1.8
+4398	localechooser	\N	2.01
+4396	kernel-wedge	\N	2.44
+4439	kftpgrabber	\N	0.8.1-2
+4399	tzsetup	\N	1:0.20
+4394	palo-installer	\N	0.0.11
+4389	colo-installer	\N	1.12
+4390	cobalt-scripts	\N	0.02
+4393	silo-installer	\N	1.13
+4406	apt-setup	\N	1:0.35
+4410	lowmem	\N	1.28
+4413	network-console	\N	1.15
+4411	debootstrap	\N	1.0.8
+4431	libkexiv2	\N	0.1.6-1
+4412	kbd-chooser	\N	1.43
+4405	user-setup	\N	1.19
+4438	strigiapplet	\N	0.5.7-1
+4426	libsynaptics	\N	0.14.6c-2
+4433	kfocus	\N	1.0.2-17.1
+4459	kpar2	\N	0.3.1-1
+4456	kerry	\N	0.2.2-3
+4428	skim	\N	1.4.5-4
+4436	krusader	\N	1.90.0-1
+4429	k3b-i18n	\N	1.0.4-3
+4435	ksubtile	\N	1.2-6
+4425	konversation	\N	1.0.1-6
+4427	tripod	\N	0.7.0-2
+4432	icecc	\N	0.8.0-2.1
+4440	krecipes	\N	1.0~beta1-1.1
+4443	kid3	\N	1.0-1
+4445	kscope	\N	1.6.1-1
+4444	kde-style-klearlook	\N	0.9.9.2-2
+4448	exiv2	\N	0.16-4
+4451	komparator	\N	0.9-1
+4450	merkaartor	\N	0.0.10-1
+4455	kompose	\N	0.5.4-2
+4449	digikam	\N	2:0.9.3-2
+4442	icecc-monitor	\N	1.1-2
+4453	kmess	\N	1.4.3-2.1
+4460	kmplayer	\N	1:0.10.0c-1
+4462	kbarcode	\N	2.0.6-1
+4463	kphotoalbum	\N	3.1.1-2
+4472	taskjuggler	\N	2.4.1~beta2-1
+4471	tastymenu	\N	1.0.6-1
+4476	libkdcraw	\N	0.1.4-2
+4479	kmymoney2	\N	0.8.9-1
+4481	k3b	\N	1.0.4-8
+4469	libkipi	\N	0.1.5-2
+4467	scim-qtimm	\N	0.9.4-2
+4478	ksniffer	\N	0.3.2-1
+4480	krename	\N	3.0.14-1
+4492	basket	\N	1.0.2-3
+4493	kvpnc	\N	0.9.0-1
+4505	bluez-libs	\N	3.30-1
+4501	bluez-gnome	\N	0.22-1
+4506	pybluez	\N	0.15-1
+4354	anna	\N	1.31
+4503	bluez-hcidump	\N	1.41-1
+4518	ocsigen	\N	1.0.0-1
+4520	xstr	\N	0.2.1-19
+4528	hevea	\N	1.10-3
+4511	ocaml-shout	\N	0.2.6-1
+4514	numerix	\N	0.22-4
+4515	cmigrep	\N	1.4-4
+4508	planets	\N	0.1.13-5
+4513	ocamlwc	\N	0.3-3
+4510	cryptokit	\N	1.3-8
+4519	ocaml-expat	\N	0.9.1+debian1-4
+4522	liquidsoap	\N	0.3.6-4
+4523	ocaml-reins	\N	0.1a-1
+4525	coq	\N	8.1.pl3+dfsg-1
+4530	unison2.9.1	\N	\N
+4534	ocamli18n	\N	\N
+4549	cothreads	\N	\N
+4556	netclient	\N	\N
+4557	jocaml	\N	\N
+4560	ocamlconf	\N	\N
+4566	mod-caml	\N	\N
+4572	ceve	\N	\N
+4575	lablgtksourceview	\N	\N
+4576	ocaml-gettext	\N	\N
+4582	regexp-pp	\N	\N
+4587	mlgtk	\N	\N
+4588	ergo	\N	\N
+4590	camlrpc	\N	\N
+4596	lablgtk	\N	\N
+4602	camlgz	\N	\N
+4603	iox	\N	\N
+4606	cocanwiki	\N	\N
+4610	mlglade	\N	\N
+4617	unison2.13.16	\N	\N
+4621	ocamlduce	\N	\N
+4640	vdrift	\N	\N
+4641	tpclient-pywx	\N	\N
+4650	beatharvester	\N	\N
+4656	libtpproto-py	\N	\N
+4658	pixbros	\N	\N
+4662	glfw	\N	\N
+4665	libtpproto-cpp	\N	\N
+4669	libtpclient-py	\N	\N
+4670	ogreal	\N	\N
+4676	silvertree	\N	\N
+4678	game-servers-init	\N	\N
+4680	blockattackeditor	\N	\N
+4682	trigger-rally-data	\N	\N
+4671	freealut	\N	1.1.0-1
+4626	mysql-ocaml	\N	1.0.4-4
+4707	digiband	\N	\N
+4708	gtkradiant-data-nexuiz	\N	\N
+4711	sdmkun	\N	\N
+4716	gtkradiant-data-quake1	\N	\N
+4531	ocamlodbc	\N	2.15-3
+4542	pycaml	\N	0.82-7
+4536	hlins	\N	0.39-11
+4550	findlib	\N	1.2.1-4
+4553	ocaml-curses	\N	1.0.2-2
+4561	ulex	\N	1.0-4
+4573	headache	\N	1.03-12
+4570	felix	\N	1.1.3-3.1
+4578	gmetadom	\N	0.2.5-3
+4585	xmlrpc-light	\N	0.6-3
+4599	ocaml-csv	\N	1.1.6-3
+4609	otags	\N	3.09.3-2
+4613	advi	\N	1.6.0-13
+4620	pcre-ocaml	\N	5.13.0-1
+4652	pathological	\N	1.1.3-8
+4533	ocaml-getopt	\N	0.0.20040811-8
+4532	camlimages	\N	1:2.2.0-2
+4537	ocaml-doc	\N	3.10-1
+4539	mldonkey	\N	2.9.4-1
+4538	ocaml-book	\N	1.0-4
+4543	camlzip	\N	1.03-6
+4551	mlgmp	\N	20021123-13
+4544	ounit	\N	1.0.2-7
+4546	confluence	\N	0.10.6-5
+4547	facile	\N	1.1-6.1
+4552	ocaml-syck	\N	0.1.1-2
+4555	ocamlnet	\N	2.2.9-2
+4558	coq-doc	\N	8.1-3
+4559	ocaml-portaudio	\N	0.1.2-1
+4709	wesnoth	\N	1:1.4.1-2
+4565	camlidl-doc	\N	1.04-3
+4569	ocaml-alsa	\N	0.1.3-1
+4571	perl4caml	\N	0.9.3-8
+4577	edos-debcheck	\N	1.0-6
+4574	ocurl	\N	0.2.1-13
+4580	galax	\N	1.1-1
+4579	ocaml-sha	\N	1.4-5
+4563	ocamlagrep	\N	1.0-9
+4584	pagodacf	\N	0.9-1
+4592	syslog-ocaml	\N	1.4-1
+4589	ocaml-lastfm	\N	0.1.2-1
+4591	ocamldsort	\N	0.14.4-2
+4601	polygen	\N	1.0.6.ds2-5
+4598	ocamlweb	\N	1.37-7
+4600	omake	\N	0.9.8.5-3-3
+4605	why	\N	2.10.dfsg.2-1
+4607	ocaml-ogg	\N	0.2.0-1
+4581	ocamlgsl	\N	0.6.0-1
+4593	ocaml-ssl	\N	0.4.2-3
+4612	camlidl	\N	1.05-10
+4611	cairo-ocaml	\N	20070908-1
+4618	hevea-doc	\N	1.10-2
+4706	ogre	\N	1.4.6.dfsg1-1
+4615	lablgtk2-doc	\N	2.4.0v0.2tv-8
+4619	camlp5	\N	5.07-1
+4624	ocaml-magic	\N	0.7.3-1
+4625	cameleon	\N	1.9.18.svn20070918-1
+4628	ocamlsdl	\N	0.7.2-7
+4629	ledit	\N	2.00-2
+4632	bibtex2html	\N	1.91-1
+4627	cduce	\N	0.5.0-2
+4634	ocaml-tools	\N	2007.06.24-2
+4635	menhir	\N	20071212.dfsg-1
+4654	fenix-plugins	\N	0.0.20070803-2
+4649	ppracer	\N	0.3.1-11
+4674	enemylines7	\N	0.6-3
+4660	tatan	\N	1.0.dfsg1-1
+4666	sabre	\N	0.2.4b-24
+4681	monsterz	\N	0.7.1-1
+4687	passage	\N	3+dfsg1-2
+4633	calendar	\N	2.0.2-1
+4639	nexuiz	\N	2.4-1
+4646	plib-doc	\N	1.8.5-1
+4643	hex-a-hop	\N	0.0.20070315-6
+4645	supertux	\N	0.1.3-1.1
+4651	boson	\N	0.13-3
+4644	etw	\N	3.2+svn125-1
+4663	pangzero	\N	1.3-1
+4659	fillets-ng-data	\N	0.8.0-1
+4653	brutalchess	\N	0.5.2+dfsg-2
+4667	kxl	\N	1.1.7-13
+4668	parsec47	\N	0.2.dfsg1-1
+4661	tecnoballz	\N	0.92-2.1
+4664	oolite-data	\N	1.65-2
+4675	kball	\N	0.0.20041216-4
+4677	quake2-data	\N	14
+4685	grande	\N	0.6-9
+4683	billard-gl	\N	1.75-10
+4689	lincity-ng	\N	1.1.2-1
+4684	desmume	\N	0.7.3-3
+4688	pixfrogger	\N	1.0-1
+4692	netpanzer	\N	0.8.2-2
+4694	openarena-data	\N	0.7.1-2
+4700	enemylines3	\N	1.2-5
+4701	tumiki-fighters	\N	0.2.dfsg1-2
+4698	invaders	\N	1.0.0-7
+4705	ode	\N	1:0.9.dfsg-1
+4630	lablgl	\N	1.03-1
+4686	transcend	\N	0.3.dfsg1-2
+4562	ocaml	\N	3.10.1-1
+4717	rott	\N	1.0+dfsg-2
+4715	holotz-castle	\N	1.3.9-1
+4693	gnomekiss	\N	2.0-2
+4728	dominoblast	\N	\N
+4734	chocolate-doom	\N	\N
+4737	garden-of-coloured-lights	\N	\N
+4747	bulletss	\N	\N
+4748	quake3-data	\N	\N
+4755	trigger-rally	\N	\N
+4757	allacrost	\N	\N
+4770	clanbomber	\N	\N
+4771	freesynd	\N	\N
+4774	micropolis-activity	\N	\N
+4775	teeworlds	\N	\N
+4779	bsp	\N	\N
+4780	biniax2	\N	\N
+4783	gtkradiant	\N	\N
+4787	excellent-bifurcation	\N	\N
+4788	openyahtzee	\N	\N
+4792	ioquake3	\N	\N
+4796	fretsonfire-songs-inkila	\N	\N
+4798	spring	\N	\N
+4804	gradle-unison	\N	\N
+4807	wok	\N	\N
+4813	openquartz-data	\N	\N
+4828	ezquake-data	\N	\N
+4829	vdrift-data	\N	\N
+4838	ezquake	\N	\N
+4842	openal-soft	\N	\N
+4849	game-package	\N	\N
+4851	area2048	\N	\N
+4860	gtkradiant-data-darkplaces	\N	\N
+4865	sdlbasic	\N	\N
+4869	openmortal	\N	\N
+3613	pypolicyd-spf	\N	0.6.1-1
+3614	p9m4	\N	0.5.dfsg-1
+3632	disksearch	\N	1.2.1-3
+3633	gaupol	\N	0.12.3-1
+3644	startupmanager	\N	1.9.10-2
+3640	decibel-audio-player	\N	0.09-2
+3648	spe	\N	0.8.4.f-1
+4287	python-networkx	\N	0.36-2
+4679	whichwayisup	\N	0.7.9-1
+3645	cython	\N	0.9.6.12-1
+3663	nautilus-image-converter	\N	0.2.1-2
+3688	cunit	\N	2.1-0.dfsg-8
+3702	ack-grep	\N	1.80-1
+3722	libunix-syslog-perl	\N	1.0-2
+3618	emesene	\N	1.0-dist-1
+3674	workrave	\N	1.8.5-6
+4108	hachoir-metadata	\N	1.0.1-1
+4114	simpleparse	\N	2.1.0a1-1
+3681	uw-imap	\N	7:2007~dfsg-1
+3696	taktuk	\N	3.6-2
+4119	python-glpk	\N	0.1.16-1
+3699	pngcrush	\N	1.6.4-5
+4487	libkexif	\N	0.2.5-2
+3700	gnokii	\N	0.6.24.dfsg-3
+3718	ocsinventory-agent	\N	1:0.0.8-3
+4127	python-application	\N	1.0.9-4
+3737	qca2-plugin-ossl	\N	0.1~20070904-3
+4766	gmult	\N	5.3-2
+4768	conquest	\N	8.3-2
+4809	teg	\N	0.11.2-2
+4814	xbill	\N	2.1-7
+4825	btanks	\N	0.7.5800-2
+4830	amphetamine	\N	0.8.10-13
+4835	pokerth	\N	0.6.1-1
+4867	airstrike	\N	0.99+1.0pre6a-4
+4725	funnyboat	\N	1.5-4
+4727	antigrav	\N	0.0.3-2
+4810	deutex	\N	4.4.902-10
+4812	alien-arena-data	\N	6.10-1
+4818	libwfut	\N	0.2.0-3
+4821	moagg	\N	0.18-6
+4819	gfpoken	\N	0.31-2
+4815	lordsawar	\N	0.0.8-1
+4870	geki2	\N	2.0.3-7
+4817	vegastrike-data	\N	0.4.3-5
+4823	simutrans-pak64	\N	99.18~0.svn26-1
+4824	clanlib	\N	0.8.1-1
+4833	kraptor	\N	0.0.20040403-4
+4834	blockattack	\N	1.3.1-2
+4832	ultrastar-ng	\N	0.1.4-2
+4822	boswars	\N	2.5-1
+4836	xbat	\N	1.11-11
+4841	starfighter	\N	1.1-7
+4843	bubbros	\N	1.6-1
+4840	glest-data	\N	3.1.0-1
+4848	gravitywars	\N	1.102-31
+4844	gamine	\N	0.0.1-2
+4845	snowballz	\N	0.9.5.1-1
+4847	jugglemaster	\N	0.4-2
+4855	oneisenough	\N	0.40-1
+4850	3dchess	\N	0.8.1-14
+4853	koules	\N	1.4-17
+4861	scottfree	\N	1.14-9
+4863	bloboats	\N	1.0.1.dsfg-2
+4856	briquolo	\N	0.5.7-1
+4857	donkey-bolonkey	\N	2001-4
+4859	simutrans	\N	99.18~0.svn1664-2
+4866	freecol	\N	0.7.3-1
+4864	prboom	\N	2:2.4.7+dfsg-3
+4753	bouncy	\N	0.6.20071104-2
+4754	neverball	\N	1.4.0-6
+4758	fillets-ng	\N	0.8.0-2
+4760	moagg-data	\N	0.18-2
+4769	xboing	\N	2.4-30
+4765	xdigger	\N	1.0.10-11
+4759	bastet	\N	0.41-6
+4767	a7xpg	\N	0.11.dfsg1-4
+4763	ceferino	\N	0.97.8-2
+4784	shisen.app	\N	1.2.1-1
+4777	openarena	\N	0.7.0-3
+4793	oolite	\N	1.65-6
+4772	gnome-chess	\N	0.4.0-2
+4782	supertuxkart	\N	0.4-1
+4781	ii-esu	\N	1.0a.dfsg1-1
+4785	moaggedit	\N	0.5-4
+4778	glest	\N	3.1.0-1
+4724	openal	\N	1:0.0.8-7
+4721	kanatest	\N	0.4.4-1
+4723	plib	\N	1.8.4-8
+4722	enet	\N	1.1-2
+4719	fretsonfire-songs-sectoid	\N	1.dfsg-2
+4738	pathogen	\N	1.1.1-1
+4735	projectl	\N	1.001.dfsg1-1
+4741	xbattle	\N	5.4.1-14
+4739	late	\N	0.1.0-11
+4729	tuxracer-extras	\N	0.5-3
+4731	doom-package	\N	15
+4733	nexuiz-data	\N	2.4-1
+4730	gravitation	\N	3+dfsg1-1
+4797	abuse-frabs	\N	2.11-1
+4742	fretsonfire	\N	1.2.451.dfsg-2
+4745	vodovod	\N	1.10-2
+4746	mines.app	\N	0.1.0-5
+4751	mancala	\N	1.0.1-2
+4749	komi	\N	1.04-3
+4801	langdrill	\N	0.3-6.1
+4750	ogre-contrib	\N	1.4.6-1
+4802	dreamchess	\N	0.2.0-1
+4806	cultivation	\N	8.20070809.dfsg1-2
+4799	boson-data	\N	0.13-3
+4800	quesoglc	\N	0.7.1-1
+4827	chromium	\N	0.9.12-13
+4764	warsow-data	\N	0.32-1
+4837	alien-arena	\N	6.10-2
+4789	fenix	\N	0.92a.dfsg1-3
+4790	attal	\N	1.0~rc1+cvs20080318-2
+4795	holotz-castle-milanb	\N	0.0.20050210-1
+4134	turbogears	\N	1.0.4.3-1
+4420	wlassistant	\N	0.5.7-2
+4488	kaffeine	\N	0.8.6-2
+3768	vim-latexsuite	\N	20060325-4.1
+3817	trove	\N	2.0.3-1
+3705	libhtml-wikiconverter-perl	\N	0.61-3
+4135	python-processing	\N	0.51-1
+3840	libparanamer-java	\N	1.1.2-1
+3782	libcommons-codec-java	\N	1.3-4
+3861	libjgoodies-forms-java	\N	1.2.0-1
+3883	libjboss-remoting-java	\N	2.4.0~Beta2-1
+3906	plexus-container-default	\N	1.0-alpha-9-stable-1-2
+3982	libslf4j-java	\N	1.5.0-2
+4008	libgrinvin-graphs-java	\N	1.0-1
+3778	backport-util-concurrent	\N	2.2+dfsg-1
+4033	libcommons-lang-java	\N	2.3-4
+4056	saxonb	\N	9.0.0.4+svn20080322-1
+4077	libcommons-validator-java	\N	1:1.3.1-1
+3792	libcommons-digester-java	\N	1.8-1
+3867	kunststoff	\N	2.0.2-4
+3807	wsdl4j	\N	1.6.2-1
+3813	libjgoodies-animation-java	\N	1.2.0-4
+3823	mysql-connector-java	\N	5.1.6+dfsg-1
+3805	libjboss-serialization-java	\N	1.0.3.GA-1
+3852	libcommons-jexl-java	\N	1.0-5
+3859	libdtdparser-java	\N	1.21a-3
+3874	liblogkit-java	\N	1.2.2-9
+3890	libhibernate-annotations-java	\N	3.3.1.GA-1
+4144	python-htmltmpl	\N	1.22-10
+3894	libajaxtags-java	\N	1.3~rc7-1
+4638	pxp	\N	1.2.0~test1-3
+4151	python-reportlab	\N	2.1dfsg-1
+4152	webhelpers	\N	0.3.4-1
+3620	phenny	\N	2~hg11-2
+3619	fusion-icon	\N	0.0.0+git20071028-2
+3649	pyflakes	\N	0.2.1+svn14502-2
+3665	network-manager-pptp	\N	0.6.5+svnhead2574+dfsg-1
+4336	partman-basicmethods	\N	38
+4118	python-django	\N	0.96.1-3
+4468	knemo	\N	0.4.8-1
+3685	apt-xapian-index	\N	0.8
+3741	kdeaddons	\N	4:3.5.9-1
+3751	kdeartwork	\N	4:3.5.9-2
+3744	kdemultimedia	\N	4:3.5.9-1
+3753	kdeadmin	\N	4:3.5.9-1
+4417	kdesudo	\N	2.4-1
+4423	soundkonverter	\N	0.3.6-1.1
+3760	kdenetwork	\N	4:3.5.9-1
+3764	kdegraphics	\N	4:3.5.9-1
+3821	libgef-java	\N	0.12.3-1
+3833	libcommons-openpgp-java	\N	0+svn533492-1
+3889	plexus-classworlds	\N	1.2+svn5720-1
+4028	doxia	\N	1.0-alpha-7-1
+3784	libgetopt-java	\N	1.0.11-2
+3801	libjboss-common-java	\N	0.0+svn2663-1
+3815	jtidy	\N	7+svn20070309-1
+3839	libvldocking-java	\N	2.1.4-3
+3837	libjcommon-java	\N	1.0.10.dfsg-1
+3863	lucene	\N	1.4.3.dfsg-3
+3891	libgui-commands-java	\N	1.1.43-2
+4160	pyscript	\N	0.6.1-1
+4703	asc	\N	2.0.1.0-2
+4720	wormux	\N	0.8beta4-2
+4718	abuse-sdl	\N	1:0.7.1-1
+4168	python-pychart	\N	1.39-6
+4175	mmpython	\N	0.4.10-1
+4307	ctypes	\N	1.0.2-3
+4732	funguloids	\N	1.06-5
+4183	celementtree	\N	1.0.5-10
+4193	python-decorator	\N	2.2.0-2
+4205	pastescript	\N	1.6.2-2
+4208	python-trml2pdf	\N	1.0-1
+4197	turbokid	\N	1.0.4-1
+4216	gnupginterface	\N	0.3.2-9
+4217	hachoir-subfile	\N	0.5.2-1
+4227	elementtidy	\N	1.0-5
+4231	python-uniconvertor	\N	1.1.2-1
+4212	pythonmagick	\N	0.7-5
+4235	pyenchant	\N	1.3.1-1
+4380	aboot-installer	\N	0.0.29
+4414	usb-discover	\N	1.06
+4317	cdrom-detect	\N	1.27
+4250	urwid	\N	0.9.8.1-1
+4252	migrate	\N	0.4.4-1
+4259	python-xlib	\N	0.14-1
+3904	statsvn	\N	0.3.1.dfsg-3
+3907	libqdwizard-java	\N	2.0.2-2
+3914	libi18n-java	\N	0.1.3a-2
+3925	libhtmlparser-java	\N	1.6.20060610.dfsg0-2
+3932	jexcelapi	\N	2.6.6-2
+3940	libapache-mod-jk	\N	1:1.2.26-2
+3935	libgrinvin-invariants-java	\N	1.0.1-1
+3957	liquidlnf	\N	2.9.1-5
+4265	pyqwt	\N	4.2.3.dfsg-1
+4274	quixote	\N	2.5-3
+3959	libcommons-collections3-java	\N	3.2-1
+3970	flutejava	\N	1.3-3
+3973	libjboss-aop-java	\N	2.0.0.CR4-1
+3924	dresden-ocl	\N	1.1.debian-2
+4270	pyxine	\N	0.1alpha2-3
+4811	adanaxisgpl	\N	1.2.5.dfsg.1-1
+3989	libxt-java	\N	0.20050823-2
+3981	libkjdsp-java	\N	1.2-3
+3992	plexus-i18n	\N	1.0-beta-7+svn6675-1
+4002	libcommons-modeler-java	\N	2.0.1-4
+4011	werken.xpath	\N	0.9.4-9
+4020	jakarta-log4j	\N	1.2.15-2
+4029	groovy	\N	1.5.5-1
+4852	vegastrike-music	\N	0.4.3-1
+4034	jftp	\N	1.51~pre4-1
+4038	libpixie-java	\N	1:0.8.8-1
+4051	libhibernate-commons-annotations-java	\N	3.0.0.GA-2
+4057	libswarmcache-java	\N	1.0RC2+cvs20071027-2
+4064	libfreemarker-java	\N	2.3.12-2
+4280	pyvtk	\N	0.4.74-2
+4320	base-installer	\N	1.89
+4072	concurrent-dfsg	\N	1.3.4-2
+4082	commons-beanutils	\N	1.8.0~beta-1
+4090	plexus-interactivity-api	\N	1.0-alpha-6-2
+4726	attal-themes	\N	1.0~rc1+cvs20080318-1
+4093	libcommons-fileupload-java	\N	1.2.1-1
+4143	rabbyt	\N	0.7.5-1
+4171	nevow	\N	0.9.31-1
+4202	parsedatetime	\N	0.8.5-2
+4228	hachoir-parser	\N	1.0-1
+4246	sip4-qt3	\N	4.7.4-1
+4282	python-twitter	\N	0.5-1
+4297	ipython	\N	0.8.2.dfsg-2
+4101	python-dns	\N	2.3.1-3
+4308	python-cjson	\N	1.0.5-1
+4102	pyqwt5	\N	5.0.1.dfsg-3
+4306	hachoir-core	\N	1.0.1-1
+4304	pyopenssl	\N	0.6-5
+4322	partman-jfs	\N	26
+4820	alex4	\N	1.1-2
+4816	opencity	\N	0.0.5.1stable-1
+4343	partman-auto-raid	\N	9
+4826	extremetuxracer	\N	0.4-1
+4831	val-and-rick	\N	0.1a.dfsg1-2
+4350	net-retriever	\N	1.20
+4000	libdb-je-java	\N	3.2.68-1
+4054	java-snmp	\N	1.4.2-1
+4096	python-pysnmp4	\N	4.1.9a-1
+4258	python-spread	\N	1.5-1
+4310	pynjb	\N	0.1.0-3
+4294	pyro	\N	3.7-2
+4325	partman-newworld	\N	19
+4359	etch-support	\N	0.03
+4372	mountfloppy	\N	0.15
+4383	grub-installer	\N	1.30
+4839	torus-trooper	\N	0.22.dfsg1-2
+4374	s390-sysconfig-writer	\N	0.4
+4401	cdrom-retriever	\N	1.16
+4407	floppy-retriever	\N	1.17
+4408	bterm-unifont	\N	1.0
+4452	tora	\N	1.3.23-1
+4434	keep	\N	0.4.0-1
+4430	ksplash-engine-moodin	\N	0.4.2-1
+4846	stormbaancoureur	\N	2.1.3-1
+4454	filelight-l10n	\N	1.0-1
+4446	pykdeextensions	\N	0.4.0-5
+4457	filelight	\N	1.0-1
+4854	rrootage	\N	0.23a-7
+4458	kipi-plugins	\N	0.1.5-1
+4858	sauerbraten-data	\N	0.0.20071227-2
+4862	qonk	\N	0.3.1-1
+4470	rsibreak	\N	0.8.0-4
+4473	digikam-doc	\N	0.9.3~beta3-1
+4475	strigi	\N	0.5.8-1
+4496	kdmtheme	\N	1.2.2-1
+4497	ktorrent	\N	2.2.5.dfsg.1-2
+4494	kdebluetooth	\N	1.0~beta8-4
+4527	extlib	\N	1.5.1-1
+4545	ocaml-sqlite3	\N	1.0.1-1
+4567	ocamlcreal	\N	0.7-4
+4594	meta-ocaml	\N	3.10.0.1
+4672	chromium-data	\N	0.9.12-3
+4516	camomile	\N	0.7.1-3
+4521	ocaml-fileutils	\N	0.3.0-13
+4529	xml-light	\N	2.2-8
+4526	ocaml-ladspa	\N	0.1.1-1
+4535	ocaml-duppy	\N	0.1.1-1
+4540	ocaml-benchmark	\N	0.6-7
+4517	ocaml-soundtouch	\N	0.1.2-1
+4524	matita	\N	0.4.98-7
+4548	ocamldap	\N	2.1.8-5
+4554	tuareg-mode	\N	1:1.45.6-1
+4752	nettoe	\N	1.1.0-3
+4564	ocamlgraph	\N	0.98-3
+4568	ocamlmakefile	\N	6.27.0-1
+4756	warzone2100	\N	2.1.0~1.beta2-1
+4586	ulex0.8	\N	0.8-6
+4595	spamoracle	\N	1.4-11
+4604	ocaml-dtools	\N	0.1.6-1
+4583	postgresql-ocaml	\N	1.7.0-3
+4614	coq-float	\N	1:8.1-1.0-4
+4623	cryptgps	\N	0.2.1-4
+4608	ocaml-taglib	\N	0.1.2-1
+4631	ocaml-ao	\N	0.1.9-1
+4636	ocaml-mad	\N	0.3.3-1
+4637	ocaml-xmlplaylist	\N	0.1.1-1
+4696	barrage	\N	1.0.2-2
+4648	bulletml	\N	0.0.6-3
+4642	abuse-lib	\N	2.00-18
+4647	gnome-breakout	\N	0.5.3-1
+4655	freedoom	\N	0.6.2-1
+4657	freesweep	\N	0.90-1
+4761	dd2	\N	0.2.2-1
+4762	gunroar	\N	0.15.dfsg1-3
+4773	mu-cade	\N	0.11.dfsg1-2
+4776	sauerbraten	\N	0.0.20071227.dfsg-2
+4690	ketm	\N	0.0.6-19
+4691	xtux	\N	0.2.030306-10
+4697	ri-li	\N	2.0.1-1
+4699	spacearyarya	\N	1.0.2-7
+4376	s390-dasd	\N	0.0.23
+4437	amarok	\N	1.4.9.1-1
+4474	kmobiletools	\N	0.4.3.2-2
+4465	codeine	\N	1.0.1-3.dfsg-3
+4491	kile	\N	1:2.0.1~rc1-1
+4504	blueproximity	\N	1.2.5-3
+4507	gnome-phone-manager	\N	0.51-1
+4597	lablgtk2	\N	2.10.0-4
+4786	scorched3d	\N	41.3dfsg-1
+4794	pingus	\N	0.7.2-2
+4740	vegastrike	\N	0.5~svn12126-2
+4736	renpy	\N	6.3.1.ds1-1
+4743	titanion	\N	0.3.dfsg1-2
+4744	asc-music	\N	1.3-1
+4805	nikwi	\N	0.0.20060823-1
+4803	pathological-music	\N	2
+4327	partman-target	\N	54
+4331	partman-efi	\N	16
+4329	partman-auto	\N	77
+4345	live-installer	\N	4
+4373	s390-netdevice	\N	0.0.19
+4386	quik-installer	\N	0.0.20
+4402	cdrom-checker	\N	1.13
+4356	cdebconf-entropy	\N	0.7
+4385	vmelilo-installer	\N	1.17
+4868	powermanga	\N	0.90-dfsg-1
+4695	droidbattles	\N	1.0.6-6
+4353	netcfg	\N	1.43
+3749	koffice	\N	1:1.6.3-5
+3765	vim-scripts	\N	7.1.6
+4673	warsow	\N	0.32.dfsg-1
+4326	partman-base	\N	117
+4808	foobillard	\N	3.0a-3
+4321	rescue	\N	1.14
+4502	bluez-utils	\N	3.30-3
+4616	ocaml-vorbis	\N	0.4.1-1
+4702	stepbill.app	\N	2.4-5
+4704	seal	\N	1.07-14
+4791	alienblaster	\N	1.1.0-1
+4710	xlife	\N	5.0-7
+4714	geki3	\N	1.0.3-7
+4713	asciijump	\N	0.0.6-4
+4712	boson-music	\N	0.13-2
+4541	mlpcap	\N	0.9-12
+4622	unison	\N	2.27.57-1
+4341	partman-crypto	\N	30
+3963	commons-httpclient	\N	3.1-2
 \.
 
 
@@ -21370,678 +2950,211 @@
 --
 
 COPY tarball (id, name, size) FROM stdin;
-1	libreturn-value-perl_1.302.orig.tar.gz	\N
-2	libxml-atom-perl_0.28.orig.tar.gz	\N
-3	libtext-textile-perl_2.03.orig.tar.gz	\N
-4	libsql-statement-perl_1.15.orig.tar.gz	\N
-5	libmodule-versions-report-perl_1.03.orig.tar.gz	\N
-6	liblingua-ispell-perl_0.07.orig.tar.gz	\N
-7	libemail-mime-creator-perl_1.454.orig.tar.gz	\N
-8	libhtml-scrubber-perl_0.08.orig.tar.gz	\N
-9	liblocale-subcountry-perl_1.38.orig.tar.gz	\N
-10	libtk-filedialog-perl_1.3.orig.tar.gz	\N
-11	libcgi-xmlapplication-perl_1.1.3.orig.tar.gz	\N
-12	libio-prompt-perl_0.99.4.orig.tar.gz	\N
-13	libterm-readline-perl-perl_1.0302.orig.tar.gz	\N
-14	liblog-agent-logger-perl_0.1.1.orig.tar.gz	\N
-15	libunicode-string-perl_2.09.orig.tar.gz	\N
-16	libperl6-slurp-perl_0.03.orig.tar.gz	\N
-17	libxml-dom-xpath-perl_0.13.orig.tar.gz	\N
-18	libfilesys-df-perl_0.92.orig.tar.gz	\N
-19	cmph_0.7.orig.tar.gz	\N
-20	swish++_6.1.4.orig.tar.gz	\N
-21	libgenerics_1.2.1.orig.tar.gz	\N
-22	ccd2iso_0.3.orig.tar.gz	\N
-23	libunix-syslog-perl_1.0.orig.tar.gz	\N
-24	libmail-cclient-perl_1.12.orig.tar.gz	\N
-25	taktuk_3.6.orig.tar.gz	\N
-26	gnokii_0.6.22.dfsg.orig.tar.gz	\N
-27	par_1.52.orig.tar.gz	\N
-28	python-weblib_1.3.4.orig.tar.gz	\N
-29	libconvert-uulib-perl_1.09.orig.tar.gz	\N
-30	stlport5.1_5.1.4.orig.tar.gz	\N
-31	libuniversal-can-perl_1.12.orig.tar.gz	\N
-32	ebug-http_0.31.orig.tar.gz	\N
-33	rmagic_2.21.orig.tar.gz	\N
-34	libgtkol_1.4.1.orig.tar.gz	\N
-35	curlftpfs_0.9.1.orig.tar.gz	\N
-36	libdbd-sqlite3-perl_1.14.orig.tar.gz	\N
-37	libmasonx-interp-withcallbacks-perl_1.17.orig.tar.gz	\N
-38	kanif_1.2.orig.tar.gz	\N
-39	phpldapadmin_1.1.0.orig.tar.gz	\N
-40	libcurses-ui-perl_0.95.orig.tar.gz	\N
-41	migrationtools_47.orig.tar.gz	\N
-42	libxml-handler-yawriter-perl_0.23.orig.tar.gz	\N
-43	libnet-netmask-perl_1.9015.orig.tar.gz	\N
-44	libmath-spline-perl_0.01.orig.tar.gz	\N
-45	gtkmathview_0.8.0.orig.tar.gz	\N
-46	libextutils-f77-perl_1.16.orig.tar.gz	\N
-47	libwww-mechanize-perl_1.34.orig.tar.gz	\N
-48	libview_0.6.1.orig.tar.gz	\N
-49	librcs-perl_1.05.orig.tar.gz	\N
-50	libregexp-common-email-address-perl_1.01.orig.tar.gz	\N
-51	libjmac-java_1.74.orig.tar.gz	\N
-52	libmath-derivative-perl_0.01.orig.tar.gz	\N
-53	dopewars_1.5.12+svn20071106.orig.tar.gz	\N
-54	libxml-nodefilter-perl_0.01.orig.tar.gz	\N
-55	libtest-unit-perl_0.25.orig.tar.gz	\N
-56	wmmemload_0.1.6.orig.tar.gz	\N
-57	nc6_1.0.orig.tar.gz	\N
-58	libhash-case-perl_1.004.orig.tar.gz	\N
-59	libsub-install-perl_0.924.orig.tar.gz	\N
-60	ejabberd_1.1.4.orig.tar.gz	\N
-61	libtext-roman-perl_3.3.orig.tar.gz	\N
-62	libconvert-tnef-perl_0.17.orig.tar.gz	\N
-63	spectools_200710R2.orig.tar.gz	\N
-64	libmp3spi-java_1.9.4.orig.tar.gz	\N
-65	libtest-longstring-perl_0.11.orig.tar.gz	\N
-66	libastro-fits-cfitsio-perl_1.05.orig.tar.gz	\N
-67	libdbd-pg-perl_1.49.orig.tar.gz	\N
-68	libtime-human-perl_1.03.orig.tar.gz	\N
-69	libhttp-proxy-perl_0.20.orig.tar.gz	\N
-70	libconvert-pem-perl_0.07.orig.tar.gz	\N
-71	libwww-freshmeat-perl_0.01.orig.tar.gz	\N
-72	libapache2-mod-perl2_2.0.3.orig.tar.gz	\N
-73	libpod-pom-perl_0.17.orig.tar.gz	\N
-74	libobject-realize-later-perl_0.18.orig.tar.gz	\N
-75	libnet-z3950-perl_0.51.orig.tar.gz	\N
-76	libipc-run-perl_0.80.orig.tar.gz	\N
-77	libclass-inner-perl_0.1.orig.tar.gz	\N
-78	libmail-bulkmail-perl_3.12.orig.tar.gz	\N
-79	liblocale-gettext-perl_1.05.orig.tar.gz	\N
-80	libfile-which-perl_0.05.orig.tar.gz	\N
-81	libclass-multimethods-perl_1.70.orig.tar.gz	\N
-82	libcarp-assert-perl_0.20.orig.tar.gz	\N
-83	libconfigreader-perl_0.5.orig.tar.gz	\N
-84	libclass-throwable-perl_0.10.orig.tar.gz	\N
-85	libauthen-simple-radius-perl_0.1.orig.tar.gz	\N
-86	libpoe-component-server-http-perl_0.09.orig.tar.gz	\N
-87	libfeed-find-perl_0.06.orig.tar.gz	\N
-88	libvorbis-perl_0.05.orig.tar.gz	\N
-89	liblog-tracemessages-perl_1.4.orig.tar.gz	\N
-90	libdatetime-format-w3cdtf-perl_0.04.orig.tar.gz	\N
-91	libmime-charset-perl_0.044.orig.tar.gz	\N
-92	libterm-size-perl_0.2.orig.tar.gz	\N
-93	libwordnet-querydata-perl_1.46.orig.tar.gz	\N
-94	libspreadsheet-writeexcel-perl_2.20.orig.tar.gz	\N
-95	libsvn-notify-mirror-perl_0.03603.orig.tar.gz	\N
-96	libregexp-common-perl_2.120.orig.tar.gz	\N
-97	libdevice-serialport-perl_1.04.orig.tar.gz	\N
-98	libapache-configfile-perl_1.18.orig.tar.gz	\N
-99	libmodule-pluggable-perl_3.6.orig.tar.gz	\N
-100	libdatetime-format-pg-perl_0.16001.orig.tar.gz	\N
-101	libxml-mini-perl_1.2.8.orig.tar.gz	\N
-102	libxml-xslt-perl_0.48.orig.tar.gz	\N
-103	libtest-distribution-perl_2.00.orig.tar.gz	\N
-104	libboulder-perl_1.30.orig.tar.gz	\N
-105	libmail-verp-perl_0.06.orig.tar.gz	\N
-106	libxml-perl_0.08.orig.tar.gz	\N
-107	libauthen-simple-net-perl_0.2.orig.tar.gz	\N
-108	libcalendar-simple-perl_1.17.orig.tar.gz	\N
-109	libparse-plainconfig-perl_1.7a.orig.tar.gz	\N
-110	libchart-perl_2.4.1.orig.tar.gz	\N
-111	liblexical-persistence-perl_0.97.orig.tar.gz	\N
-112	libencode-perl_2.23.orig.tar.gz	\N
-113	libcontextual-return-perl_0.2.1.orig.tar.gz	\N
-114	libfcgi-procmanager-perl_0.17.orig.tar.gz	\N
-115	libtk-histentry-perl_0.43.orig.tar.gz	\N
-116	libuser-simple-perl_1.35.orig.tar.gz	\N
-117	libio-capture-perl_0.05.orig.tar.gz	\N
-118	libterm-query-perl_2.0.orig.tar.gz	\N
-119	libmail-gnupg-perl_0.10.orig.tar.gz	\N
-120	libi18n-acceptlanguage-perl_1.04.orig.tar.gz	\N
-121	libmath-combinatorics-perl_0.09.orig.tar.gz	\N
-122	libnet-tftp-perl_0.17.orig.tar.gz	\N
-123	libdatetime-format-mysql-perl_0.04.orig.tar.gz	\N
-124	liblingua-en-nameparse-perl_1.23.orig.tar.gz	\N
-125	libtest-differences-perl_0.47.orig.tar.gz	\N
-126	libapache-session-perl_1.84.orig.tar.gz	\N
-127	libspreadsheet-parseexcel-perl_0.3200.orig.tar.gz	\N
-128	libpod-escapes-perl_1.04.orig.tar.gz	\N
-129	libmath-vec-perl_1.01.orig.tar.gz	\N
-130	libtime-modules-perl_2006.0814.orig.tar.gz	\N
-131	libprpc-perl_0.1005.orig.tar.gz	\N
-132	libuser-identity-perl_0.92.orig.tar.gz	\N
-133	libxml-xql-perl_0.68.orig.tar.gz	\N
-134	libtemplate-plugin-yaml-perl_1.22.orig.tar.gz	\N
-135	libperl6-export-perl_0.07.orig.tar.gz	\N
-136	libstar-parser-perl_0.59.orig.tar.gz	\N
-137	libdevel-size-perl_0.69.orig.tar.gz	\N
-138	libdata-dump-perl_1.08.orig.tar.gz	\N
-139	libbit-vector-perl_6.4.orig.tar.gz	\N
-140	libemail-simple-perl_2.003.orig.tar.gz	\N
-141	libmath-randomorg-perl_0.04.orig.tar.gz	\N
-142	libauthen-simple-passwd-perl_0.6.orig.tar.gz	\N
-143	libtext-formattable-perl_1.01.orig.tar.gz	\N
-144	libemail-filter-perl_1.031.orig.tar.gz	\N
-145	libdbd-csv-perl_0.2200.orig.tar.gz	\N
-146	libxml-node-perl_0.11.orig.tar.gz	\N
-147	libbusiness-isbn-perl_2.03.orig.tar.gz	\N
-148	libimage-librsvg-perl_0.07.orig.tar.gz	\N
-149	libpdf-reuse-perl_0.33.orig.tar.gz	\N
-150	liblog-trace-perl_1.070.orig.tar.gz	\N
-151	libdata-dumper-simple-perl_0.11.orig.tar.gz	\N
-152	libcache-mmap-perl_0.09.orig.tar.gz	\N
-153	libfile-next-perl_1.00.orig.tar.gz	\N
-154	libsvg-graph-perl_0.01.orig.tar.gz	\N
-155	libnet-snpp-perl_1.17.orig.tar.gz	\N
-156	libnet-subnets-perl_0.21.orig.tar.gz	\N
-157	libtk-gbarr-perl_2.07.orig.tar.gz	\N
-158	libpostscript-perl_0.06.orig.tar.gz	\N
-159	libdbd-excel-perl_0.06.orig.tar.gz	\N
-160	libset-nestedgroups-perl_0.01.orig.tar.gz	\N
-161	libtest-use-ok-perl_0.02.orig.tar.gz	\N
-162	libtest-pod-coverage-perl_1.08.orig.tar.gz	\N
-163	libsys-hostname-long-perl_1.4.orig.tar.gz	\N
-164	libconvert-binhex-perl_1.119+pristine.orig.tar.gz	\N
-165	libperl6-form-perl_0.04.orig.tar.gz	\N
-166	libnet-ph-perl_2.21.orig.tar.gz	\N
-167	libparams-classify-perl_0.005.orig.tar.gz	\N
-168	libcpan-distnameinfo-perl_0.06.orig.tar.gz	\N
-169	libset-object-perl_1.22.orig.tar.gz	\N
-170	libnet-irc-perl_0.75.orig.tar.gz	\N
-171	libxml-filter-buffertext-perl_1.01.orig.tar.gz	\N
-172	libtemplate-plugin-textile2-perl_1.21.orig.tar.gz	\N
-173	libi18n-charset-perl_1.385.orig.tar.gz	\N
-174	libcgi-application-perl_4.06.orig.tar.gz	\N
-175	libevent-rpc-perl_0.90.orig.tar.gz	\N
-176	libconfig-auto-perl_0.20.orig.tar.gz	\N
-177	libperl6-junction-perl_1.30000.orig.tar.gz	\N
-178	libdate-simple-perl_3.02.orig.tar.gz	\N
-179	libtest-object-perl_0.07.orig.tar.gz	\N
-180	libemail-localdelivery-perl_0.217.orig.tar.gz	\N
-181	libemail-send-io-perl_2.200.orig.tar.gz	\N
-182	libxml-namespacesupport-perl_1.09.orig.tar.gz	\N
-183	libcache-simple-timedexpiry-perl_0.27.orig.tar.gz	\N
-184	libpdf-table-perl_0.9.3.orig.tar.gz	\N
-185	libdevel-repl-perl_1.001000.orig.tar.gz	\N
-186	libcache-cache-perl_1.05.orig.tar.gz	\N
-187	libtemplate-plugin-calendar-simple-perl_0.02.orig.tar.gz	\N
-188	libclass-accessor-perl_0.31.orig.tar.gz	\N
-189	libdatetime-astro-sunrise-perl_0.01.01.orig.tar.gz	\N
-190	libxml-sax-expat-perl_0.39.orig.tar.gz	\N
-191	libauthen-simple-dbm-perl_0.2.orig.tar.gz	\N
-192	libterm-shell-perl_0.02.orig.tar.gz	\N
-193	libauthen-simple-cdbi-perl_0.2.orig.tar.gz	\N
-194	libxml-sax-machines-perl_0.41.orig.tar.gz	\N
-195	libcgi-uploader-perl_2.15.orig.tar.gz	\N
-196	libgeo-ipfree-perl_0.2.orig.tar.gz	\N
-197	libcarp-assert-more-perl_1.12.orig.tar.gz	\N
-198	libauthen-krb5-perl_1.6.orig.tar.gz	\N
-199	libxml-libxml-common-perl_0.13.orig.tar.gz	\N
-200	libxml-regexp-perl_0.03.orig.tar.gz	\N
-201	libfile-sync-perl_0.09.orig.tar.gz	\N
-202	libnet-easytcp-perl_0.26.orig.tar.gz	\N
-203	libnet-z3950-zoom-perl_1.21.orig.tar.gz	\N
-204	libgd-securityimage-perl_1.64.orig.tar.gz	\N
-205	libfreezethaw-perl_0.43.orig.tar.gz	\N
-206	libclass-data-accessor-perl_0.04001.orig.tar.gz	\N
-207	libtree-redblack-perl_0.3.orig.tar.gz	\N
-208	libhttp-server-simple-perl_0.27.orig.tar.gz	\N
-209	libdevel-ebug-perl_0.48.orig.tar.gz	\N
-210	libapache-dbilogger-perl_0.93.orig.tar.gz	\N
-211	libxml-grove-perl_0.46alpha.orig.tar.gz	\N
-212	libmodule-packaged-perl_0.86.orig.tar.gz	\N
-213	libspreadsheet-parseexcel-simple-perl_1.04.orig.tar.gz	\N
-214	libmath-pari-perl_2.010709.orig.tar.gz	\N
-215	libxml-handler-printevents-perl_0.01.orig.tar.gz	\N
-216	libsvg-perl_2.36.orig.tar.gz	\N
-217	libobject-multitype-perl_0.05.orig.tar.gz	\N
-218	libnet-imap-simple-ssl-perl_1.3.orig.tar.gz	\N
-219	libexception-class-perl_1.23.orig.tar.gz	\N
-220	libwww-topica-perl_0.6.orig.tar.gz	\N
-221	libhtml-simpleparse-perl_0.12.orig.tar.gz	\N
-222	libio-string-perl_1.08.orig.tar.gz	\N
-223	libplot-perl_2.2.2.orig.tar.gz	\N
-224	libmldbm-perl_2.01.orig.tar.gz	\N
-225	libxml-um-perl_0.01.orig.tar.gz	\N
-226	libdebug-trace-perl_0.04.orig.tar.gz	\N
-227	libxml-parser-lite-tree-perl_0.03.orig.tar.gz	\N
-228	libcgi-xmlform-perl_0.10.orig.tar.gz	\N
-229	libschedule-at-perl_1.06.orig.tar.gz	\N
-230	libb-keywords-perl_1.08.orig.tar.gz	\N
-231	libdbd-odbc-perl_1.13.orig.tar.gz	\N
-232	libdatetime-format-db2-perl_0.05.orig.tar.gz	\N
-233	liblingua-en-inflect-perl_1.89.orig.tar.gz	\N
-234	libtext-shellwords-perl_1.08.orig.tar.gz	\N
-235	libalzabo-perl_0.92.orig.tar.gz	\N
-236	libtext-format-perl_0.52.orig.tar.gz	\N
-237	libnumber-compare-perl_0.01.orig.tar.gz	\N
-238	libnamespace-clean-perl_0.05.orig.tar.gz	\N
-239	libvalidate-net-perl_0.5.orig.tar.gz	\N
-240	libmsgcat-perl_1.03.orig.tar.gz	\N
-241	libmoosex-object-pluggable-perl_0.0005.orig.tar.gz	\N
-242	libinline-perl_0.44.orig.tar.gz	\N
-243	libparse-yapp-perl_1.05.orig.tar.gz	\N
-244	libauthen-simple-kerberos-perl_0.1.orig.tar.gz	\N
-245	libnetaddr-ip-perl_4.007+dfsg.orig.tar.gz	\N
-246	libwebservice-googlemaps-perl_0.07.orig.tar.gz	\N
-247	libdigest-md2-perl-dfsg_2.03.orig.tar.gz	\N
-248	libxml-handler-composer-perl_0.01.orig.tar.gz	\N
-249	libnet-daap-dmap-perl_1.26.orig.tar.gz	\N
-250	libsmart-comments-perl_1.0.2.orig.tar.gz	\N
-251	libauthen-radius-perl_0.13.orig.tar.gz	\N
-252	libfilehandle-unget-perl_0.1621.orig.tar.gz	\N
-253	libdate-calc-perl_5.4.orig.tar.gz	\N
-254	libsyntax-highlight-perl-improved-perl_1.01.orig.tar.gz	\N
-255	libwww-google-calculator-perl_0.04.orig.tar.gz	\N
-256	libproc-processtable-perl_0.41.orig.tar.gz	\N
-257	libclass-meta-perl_0.53.orig.tar.gz	\N
-258	libarray-printcols-perl_2.1.orig.tar.gz	\N
-259	libipc-sharelite-perl_0.09.orig.tar.gz	\N
-260	liblingua-en-numbers-ordinate-perl_1.02.orig.tar.gz	\N
-261	libdbi-perl_1.601.orig.tar.gz	\N
-262	libwhisker2-perl_2.4.orig.tar.gz	\N
-263	libdata-walk-perl_1.00.orig.tar.gz	\N
-264	libmime-encwords-perl_0.040.orig.tar.gz	\N
-265	libstring-koremutake-perl_0.30.orig.tar.gz	\N
-266	libnet-smtp-server-perl_1.1.orig.tar.gz	\N
-267	libastro-fits-header-perl_2.8.1.orig.tar.gz	\N
-268	libnet-scp-expect-perl_0.12.orig.tar.gz	\N
-269	libhtml-fillinform-perl_2.00.orig.tar.gz	\N
-270	soap-lite_0.69.orig.tar.gz	\N
-271	libnet-dpap-client-perl_0.26.orig.tar.gz	\N
-272	libmail-sendmail-perl_0.79.orig.tar.gz	\N
-273	libnetxap-perl_0.02.orig.tar.gz	\N
-274	libxml-xpath-perl_1.13.orig.tar.gz	\N
-275	libcgi-session-perl_4.20.orig.tar.gz	\N
-276	libhtml-clean-perl_0.8.orig.tar.gz	\N
-277	libwebservice-youtube-perl_1.0.2.orig.tar.gz	\N
-278	libdevel-gdb-perl_2.0.orig.tar.gz	\N
-279	libmath-fibonacci-perl_1.5.orig.tar.gz	\N
-280	libemail-folder-perl_0.853.orig.tar.gz	\N
-281	libauthen-simple-dbi-perl_0.2.orig.tar.gz	\N
-282	libmail-box-perl_2.079.orig.tar.gz	\N
-283	liblog-agent-perl_0.307.orig.tar.gz	\N
-284	libhash-withdefaults-perl_0.04.orig.tar.gz	\N
-285	libcrypt-openssl-x509-perl_0.5.orig.tar.gz	\N
-286	libauthen-simple-ldap-perl_0.2.orig.tar.gz	\N
-287	libdbix-xml-rdb-perl_0.05.orig.tar.gz	\N
-288	libstat-lsmode-perl_0.50.orig.tar.gz	\N
-289	libregexp-copy-perl_0.06.orig.tar.gz	\N
-290	liblocale-maketext-fuzzy-perl_0.02.orig.tar.gz	\N
-291	timedate_1.1600.orig.tar.gz	\N
-292	libnet-lite-ftp-perl_0.54.orig.tar.gz	\N
-293	libstring-crc32-perl_1.4.orig.tar.gz	\N
-294	libapache-session-wrapper-perl_0.33.orig.tar.gz	\N
-295	libmail-mbox-messageparser-perl_1.5000+pristine.orig.tar.gz	\N
-296	libgnome-java_2.12.7.orig.tar.gz	\N
-297	libnet-ident-perl_1.20.orig.tar.gz	\N
-298	libparams-check-perl_0.26.orig.tar.gz	\N
-299	libbit-vector-minimal-perl_1.3.orig.tar.gz	\N
-300	libdatetime-format-mail-perl_0.3001.orig.tar.gz	\N
-301	libfile-find-rule-perl_0.30.orig.tar.gz	\N
-302	libtext-autoformat-perl_1.13.orig.tar.gz	\N
-303	libipc-sharedcache-perl_1.3.orig.tar.gz	\N
-304	libnet-xwhois-perl_0.90.orig.tar.gz	\N
-305	libdigest-sha1-perl_2.11.orig.tar.gz	\N
-306	libdevice-cdio-perl_0.2.4.orig.tar.gz	\N
-307	libmath-round-perl_0.06.orig.tar.gz	\N
-308	libdigest-perl_1.15.orig.tar.gz	\N
-309	libsys-syscall-perl_0.22.orig.tar.gz	\N
-310	libauthen-simple-pam-perl_0.2.orig.tar.gz	\N
-311	libcgi-xml-perl_0.1.orig.tar.gz	\N
-312	libformvalidator-simple-perl_0.22.orig.tar.gz	\N
-313	libio-zlib-perl_1.08.orig.tar.gz	\N
-314	libclass-accessor-grouped-perl_0.07000.orig.tar.gz	\N
-315	libxml-xpathengine-perl_0.08.orig.tar.gz	\N
-316	libmarc-charset-perl_0.98.orig.tar.gz	\N
-317	libmodule-info-perl_0.31.orig.tar.gz	\N
-318	libclass-returnvalue-perl_0.55.orig.tar.gz	\N
-319	libmd5-perl_2.03.orig.tar.gz	\N
-320	libcrypt-cbc-perl_2.24.orig.tar.gz	\N
-321	libtie-ical-perl_0.13.orig.tar.gz	\N
-322	libauthen-simple-http-perl_0.2.orig.tar.gz	\N
-323	libxml-filter-reindent-perl_0.03.orig.tar.gz	\N
-324	libtie-array-sorted-perl_1.41.orig.tar.gz	\N
-325	libscalar-number-perl_0.002.orig.tar.gz	\N
-327	libnet-rendezvous-publish-perl_0.04.orig.tar.gz	\N
-328	libdbd-mysql-perl_4.005.orig.tar.gz	\N
-329	libipc-shareable-perl_0.60.orig.tar.gz	\N
-330	libvi-quickfix-perl_1.129.orig.tar.gz	\N
-331	libtest-www-mechanize-cgiapp-perl_0.05.orig.tar.gz	\N
-332	libtk-splashscreen-perl_1.0.orig.tar.gz	\N
-333	libimap-admin-perl_1.6.4.orig.tar.gz	\N
-334	libnet-ssh-perl-perl_1.30.orig.tar.gz	\N
-339	libtext-pdf-perl_0.29a.orig.tar.gz	\N
-342	libfilter-template-perl_1.02.orig.tar.gz	\N
-343	libsub-exporter-perl_0.978.orig.tar.gz	\N
-344	libnet-cidr-lite-perl_0.20.orig.tar.gz	\N
-345	libunicode-map-perl_0.112.orig.tar.gz	\N
-346	libparse-debcontrol-perl_2.005.orig.tar.gz	\N
-347	libtime-stopwatch-perl_1.00.orig.tar.gz	\N
-348	libunicode-maputf8-perl_1.11.orig.tar.gz	\N
-349	libstatistics-descriptive-perl_2.6.orig.tar.gz	\N
-350	libvideo-capture-v4l-perl_0.901.orig.tar.gz	\N
-351	libpoe-api-peek-perl_1.0802.orig.tar.gz	\N
-352	libtemplate-plugin-clickable-perl_0.06.orig.tar.gz	\N
-359	liblist-moreutils-perl_0.21.orig.tar.gz	\N
-360	libdevel-caller-perl_0.11.orig.tar.gz	\N
-361	libjfreechart-java_1.0.8a.orig.tar.gz	\N
-362	libdevel-lexalias-perl_0.04.orig.tar.gz	\N
-367	libtie-regexphash-perl_0.15.orig.tar.gz	\N
-368	libdate-ical-perl_1.72.orig.tar.gz	\N
-370	libmail-listdetector-perl_1.01+dfsg.orig.tar.gz	\N
-371	libdata-random-perl_0.05.orig.tar.gz	\N
-372	libdbix-xmlmessage-perl_0.05.orig.tar.gz	\N
-373	libxml-handler-trees-perl_0.02.orig.tar.gz	\N
-375	libdir-purge-perl_1.02.orig.tar.gz	\N
-376	libdigest-md4-perl_1.5.dfsg.orig.tar.gz	\N
-377	libnet-rawip-perl_0.21.orig.tar.gz	\N
-382	libxml-filter-saxt-perl_0.01.orig.tar.gz	\N
-390	libwww-perl_5.808.orig.tar.gz	\N
-391	libdigest-hmac-perl-dfsg_1.01.orig.tar.gz	\N
-392	libio-multiplex-perl_1.09.orig.tar.gz	\N
-393	libauthen-simple-smb-perl_0.1.orig.tar.gz	\N
-394	liblingua-preferred-perl_0.2.4.orig.tar.gz	\N
-395	libdanga-socket-perl_1.57.orig.tar.gz	\N
-399	libdate-leapyear-perl_1.71.orig.tar.gz	\N
-403	libmarc-record-perl_2.0.0.orig.tar.gz	\N
-404	libthread-pool-simple-perl_0.23.orig.tar.gz	\N
-405	libio-interface-perl_1.03.orig.tar.gz	\N
-410	libmro-compat-perl_0.05.orig.tar.gz	\N
-411	libterm-readline-gnu-perl_1.16.orig.tar.gz	\N
-416	libwwwbrowser-perl_2.23.orig.tar.gz	\N
-418	libhtml-format-perl_2.04.orig.tar.gz	\N
-419	libtest-pod-perl_1.26.orig.tar.gz	\N
-420	libfile-touch-perl_0.02.orig.tar.gz	\N
-422	libnet-imap-simple-perl_1.17.orig.tar.gz	\N
-423	libbarcode-code128-perl_2.01.orig.tar.gz	\N
-424	libxml-checker-perl_0.13.orig.tar.gz	\N
-427	libscope-guard-perl_0.03.orig.tar.gz	\N
-428	libdata-types-perl_0.06.orig.tar.gz	\N
-431	libwww-curl-perl_3.02.orig.tar.gz	\N
-437	libxml-feed-perl_0.12.orig.tar.gz	\N
-438	libstring-escape-perl_2002.001.orig.tar.gz	\N
-439	libarchive-tar-perl_1.36.orig.tar.gz	\N
-452	libtest-assertions-perl_1.054.orig.tar.gz	\N
-453	libcrypt-des-perl_2.05.orig.tar.gz	\N
-454	libxml-writer-perl_0.603.orig.tar.gz	\N
-455	libnet-patricia-perl_1.014.orig.tar.gz	\N
-456	libclass-date-perl_1.1.9.orig.tar.gz	\N
-457	libhook-lexwrap-perl_0.20.orig.tar.gz	\N
-461	libuniversal-isa-perl_0.06.orig.tar.gz	\N
-463	libconfig-inihash-perl_2.9.0.orig.tar.gz	\N
-464	librunapp-perl_0.13.orig.tar.gz	\N
-467	libglade-java_2.12.8.orig.tar.gz	\N
-468	jbossas4_4.2.2.GA.orig.tar.gz	\N
-469	libgnujaxp-java_1.3.orig.tar.gz	\N
-471	gjdoc_0.7.8.orig.tar.gz	\N
-472	glib-java_0.4.2.orig.tar.gz	\N
-473	libj2ssh-java_0.2.9.orig.tar.gz	\N
-474	jmagick_6.2.6.orig.tar.gz	\N
-475	cairo-java_1.0.8.orig.tar.gz	\N
-478	libjlayer-java_1.0.orig.tar.gz	\N
-480	libgtk-java_2.10.2.orig.tar.gz	\N
-488	petsc4py_0.7.5.orig.tar.gz	\N
-489	louie_1.1.orig.tar.gz	\N
-492	mako_0.1.9.orig.tar.gz	\N
-493	gnupginterface_0.3.2.orig.tar.gz	\N
-494	pyusb_0.4.1.orig.tar.gz	\N
-495	templayer_1.4.orig.tar.gz	\N
-496	python-tclink_3.4.4.orig.tar.gz	\N
-500	pyopengl-demo_3.0.0~a6.orig.tar.gz	\N
-501	python-htmltmpl_1.22.orig.tar.gz	\N
-326	libnet-rblclient-perl_0.5.orig.tar.gz	\N
-335	libgd-barcode-perl_1.15.orig.tar.gz	\N
-336	libxml-csv-perl_0.15.orig.tar.gz	\N
-337	libxml-stream-perl_1.22.orig.tar.gz	\N
-338	libtest-deep-perl_0.099.orig.tar.gz	\N
-340	libclass-accessor-lvalue-perl_0.11.orig.tar.gz	\N
-341	libfilesys-smbclient-perl_3.1.orig.tar.gz	\N
-353	libpdf-report-perl_1.30.orig.tar.gz	\N
-354	libfinance-streamer-perl_1.10.orig.tar.gz	\N
-355	libtest-warn-perl_0.10.orig.tar.gz	\N
-356	libemail-valid-perl_0.179.orig.tar.gz	\N
-357	libfile-path-expand-perl_1.02.orig.tar.gz	\N
-358	libtext-typography-perl_0.01.orig.tar.gz	\N
-363	libtest-expect-perl_0.30.orig.tar.gz	\N
-364	libxml-filter-sort-perl_1.01.orig.tar.gz	\N
-365	libpod-sax-perl_0.14.orig.tar.gz	\N
-366	libpod-xhtml-perl_1.59.orig.tar.gz	\N
-369	libtie-cphash-perl_1.03.orig.tar.gz	\N
-374	liblogger-syslog-perl_1.1.orig.tar.gz	\N
-378	libtime-piece-perl_1.12.orig.tar.gz	\N
-379	libnet-bluetooth-perl_0.40.orig.tar.gz	\N
-380	libcgi-simple-perl_1.103.orig.tar.gz	\N
-381	libunicode-map8-perl-dfsg_0.12.orig.tar.gz	\N
-383	libobject-signature-perl_1.05.orig.tar.gz	\N
-384	libgetopt-euclid-perl_0.1.0.orig.tar.gz	\N
-385	libcurses-widgets-perl_1.997.orig.tar.gz	\N
-386	libtemplate-multilingual-perl_0.09.orig.tar.gz	\N
-387	libcommons-fileupload-java_1.2.orig.tar.gz	\N
-388	libexpect-simple-perl_0.03.orig.tar.gz	\N
-389	libflickr-api-perl_0.08.orig.tar.gz	\N
-396	libio-socket-multicast-perl_1.05.orig.tar.gz	\N
-397	libsys-utmp-perl_1.6.orig.tar.gz	\N
-398	libparse-debian-packages-perl_0.01.orig.tar.gz	\N
-400	libpdf-reuse-barcode-perl_0.05.orig.tar.gz	\N
-401	libnews-nntpclient-perl_0.37.orig.tar.gz	\N
-402	libterm-readkey-perl_2.30.orig.tar.gz	\N
-406	libpod-simple-perl_3.05.orig.tar.gz	\N
-407	libmath-numbercruncher-perl_5.00.orig.tar.gz	\N
-408	libtemplate-plugin-class-perl_0.13.orig.tar.gz	\N
-409	libpdf-create-perl_0.06.1b.orig.tar.gz	\N
-412	libproc-background-perl_1.08.orig.tar.gz	\N
-413	libmodule-signature-perl_0.55.orig.tar.gz	\N
-414	libxml-smart-perl_1.6.9.orig.tar.gz	\N
-415	libparse-syslog-perl_1.09.orig.tar.gz	\N
-417	libalias-perl_2.32.orig.tar.gz	\N
-421	libcarp-clan-perl_5.9.orig.tar.gz	\N
-425	libxml-filter-detectws-perl_0.01.orig.tar.gz	\N
-426	libterm-slang-perl_0.07.orig.tar.gz	\N
-429	libtext-reform-perl_1.11.orig.tar.gz	\N
-430	libclass-factory-util-perl_1.7.orig.tar.gz	\N
-432	libdigest-sha-perl_5.45.orig.tar.gz	\N
-433	libtext-diff-perl_0.35.orig.tar.gz	\N
-434	libxml-easyobj-perl_1.12.orig.tar.gz	\N
-435	libfilter-eof-perl_0.04.orig.tar.gz	\N
-436	mime-tools_5.425.orig.tar.gz	\N
-440	libfont-afm-perl_1.19.orig.tar.gz	\N
-441	libauthen-simple-perl_0.4.orig.tar.gz	\N
-442	libauthen-krb5-simple-perl_0.32.orig.tar.gz	\N
-443	liblocale-maketext-lexicon-perl_0.62.orig.tar.gz	\N
-444	libb-utils-perl_0.05.orig.tar.gz	\N
-445	libgeo-metar-perl_1.14.orig.tar.gz	\N
-446	libgconf-java_2.12.6.orig.tar.gz	\N
-447	liblocale-us-perl_1.2.orig.tar.gz	\N
-448	libparams-callbackrequest-perl_1.17.orig.tar.gz	\N
-449	libclass-c3-xs-perl_0.08.orig.tar.gz	\N
-450	libdata-stag-perl_0.10.orig.tar.gz	\N
-451	libdatetime-format-builder-perl_0.7901.orig.tar.gz	\N
-458	libhook-lexwrap-perl_0.20.orig.tar.gz	\N
-459	libmarc-perl_1.07.orig.tar.gz	\N
-460	libfortune-perl_0.2.orig.tar.gz	\N
-462	libtemplate-plugin-number-format-perl_1.02.orig.tar.gz	\N
-465	libtest-perl-critic-perl_1.01.orig.tar.gz	\N
-466	libxml-atom-service-perl_0.15.4.orig.tar.gz	\N
-470	fetchexc_2.0.orig.tar.gz	\N
-476	libcolt-java_1.2.0.orig.tar.gz	\N
-477	lucene2_2.2.0.orig.tar.gz	\N
-479	libcommons-logging-java_1.1.1.orig.tar.gz	\N
-481	libfreemarker-java_2.3.11.orig.tar.gz	\N
-482	scapy_1.1.1.orig.tar.gz	\N
-483	hachoir-regex_1.0.2.orig.tar.gz	\N
-484	mod-wsgi_1.3.orig.tar.gz	\N
-485	wareweb_0.3.orig.tar.gz	\N
-486	hachoir-core_1.0.1.orig.tar.gz	\N
-487	kid_0.9.6.orig.tar.gz	\N
-490	pyip_0.7.orig.tar.gz	\N
-491	python-cherrypy_2.2.1.orig.tar.gz	\N
-497	zsi_2.1~a1.orig.tar.gz	\N
-498	hachoir-parser_1.0.orig.tar.gz	\N
-499	python-dsv_1.4.0.orig.tar.gz	\N
-502	psycopg_1.1.21.orig.tar.gz	\N
-503	enthought-traits-ui_2.0.1b1.orig.tar.gz	\N
-504	pyro_3.7.orig.tar.gz	\N
-505	urwid_0.9.8.1.orig.tar.gz	\N
-506	python-contract_1.4.orig.tar.gz	\N
-507	pythonmagick_0.7.orig.tar.gz	\N
-508	pycg_0.14.1.orig.tar.gz	\N
-509	clientcookie_1.3.0.orig.tar.gz	\N
-510	hachoir-wx_0.1.2.orig.tar.gz	\N
-511	pyyaml_3.05.orig.tar.gz	\N
-512	python-goopy_0.1.orig.tar.gz	\N
-513	genshi_0.4.4.orig.tar.gz	\N
-514	myghty_1.1.orig.tar.gz	\N
-515	sqlobject_0.9.2.orig.tar.gz	\N
-516	simpletal_4.1.orig.tar.gz	\N
-517	hachoir-metadata_1.0.1.orig.tar.gz	\N
-518	ll-xist_2.15.5.orig.tar.gz	\N
-519	enthought-kiva_2.0.0b2.orig.tar.gz	\N
-520	pydb_1.22.orig.tar.gz	\N
-524	ctypes_1.0.2.orig.tar.gz	\N
-525	fpconst_0.7.2.orig.tar.gz	\N
-526	pcapy_0.10.5.orig.tar.gz	\N
-527	python-pysnmp4-mibs_0.0.5a.orig.tar.gz	\N
-528	pastewebkit_1.0.orig.tar.gz	\N
-529	python-pyglew_0.1.2.orig.tar.gz	\N
-530	python-pysnmp2_2.0.9.orig.tar.gz	\N
-531	python-pysnmp4-apps_0.2.6a.orig.tar.gz	\N
-532	python-soappy_0.12.0.orig.tar.gz	\N
-533	python-gnutls_1.1.4.orig.tar.gz	\N
-535	cheetah_2.0.1.orig.tar.gz	\N
-537	python-kde3_3.16.0.orig.tar.gz	\N
-546	ipython_0.8.2.orig.tar.gz	\N
-553	pyqwt_4.2.3.dfsg.orig.tar.gz	\N
-554	python-pysizer_0.1.1.orig.tar.gz	\N
-555	python-dhm_0.6.orig.tar.gz	\N
-556	turboentity_0.1.0.orig.tar.gz	\N
-557	pyopengl_3.0.0~a6.orig.tar.gz	\N
-560	python-pygraphviz_0.35.dfsg.orig.tar.gz	\N
-561	python-daap_0.7.orig.tar.gz	\N
-563	pastedeploy_1.3.1.orig.tar.gz	\N
-564	python-networkx_0.35.1.dfsg.orig.tar.gz	\N
-565	pymilter_0.8.9.orig.tar.gz	\N
-566	hachoir-urwid_1.0.1.orig.tar.gz	\N
-567	python-pdftools_0.35.orig.tar.gz	\N
-570	conquest_8.3.orig.tar.gz	\N
-571	fillets-ng-data_0.7.4.orig.tar.gz	\N
-572	libtpproto-cpp_0.1.1.orig.tar.gz	\N
-575	ultrastar-ng_0.2.1.orig.tar.gz	\N
-576	nettoe_1.1.0.orig.tar.gz	\N
-577	neverball_1.4.0.orig.tar.gz	\N
-578	blockattackeditor_4.orig.tar.gz	\N
-579	stormbaancoureur_1.5.3.orig.tar.gz	\N
-580	xbat_1.11.orig.tar.gz	\N
-583	xwelltris_1.0.1.orig.tar.gz	\N
-584	fillets-ng_0.7.4.orig.tar.gz	\N
-601	billard-gl_1.75.orig.tar.gz	\N
-602	gnome-breakout_0.5.3.orig.tar.gz	\N
-603	vodovod_1.10.orig.tar.gz	\N
-604	late_0.1.0.orig.tar.gz	\N
-605	wok_1.0.orig.tar.gz	\N
-607	antigrav_0.0.3.orig.tar.gz	\N
-608	openyahtzee_1.8.orig.tar.gz	\N
-609	kphotoalbum_3.0.2.orig.tar.gz	\N
-610	keep_0.4.0.orig.tar.gz	\N
-611	libsynaptics_0.14.6c.orig.tar.gz	\N
-612	ksynaptics_0.3.3.orig.tar.gz	\N
-613	kfocus_1.0.2.orig.tar.gz	\N
-521	pastescript_1.3.6.orig.tar.gz	\N
-522	enthought-chaco2_2.0.1b1.orig.tar.gz	\N
-523	tftpy_0.4.3.orig.tar.gz	\N
-534	twill_0.9~b1.orig.tar.gz	\N
-536	python-dns_2.3.1.orig.tar.gz	\N
-538	pyqwt5_5.0.1.dfsg.orig.tar.gz	\N
-539	enthought-traits_2.0.1b1.orig.tar.gz	\N
-540	pyme_0.7.0.orig.tar.gz	\N
-541	pyscript_0.6.1.orig.tar.gz	\N
-542	twistedsnmp_0.3.13.orig.tar.gz	\N
-543	python-application_1.0.9.orig.tar.gz	\N
-544	pyenchant_1.3.1.orig.tar.gz	\N
-545	python-pychart_1.39.orig.tar.gz	\N
-547	pysnmp-se_3.5.2.orig.tar.gz	\N
-548	pywavelets_0.1.6.orig.tar.gz	\N
-549	hachoir-subfile_0.5.2.orig.tar.gz	\N
-550	forgetsql_0.5.1.orig.tar.gz	\N
-551	pyasn1_0.0.7a.orig.tar.gz	\N
-552	enthought-enable2_2.0.1b1.orig.tar.gz	\N
-558	ll-core_1.10.1.orig.tar.gz	\N
-559	ply_2.3.orig.tar.gz	\N
-562	pygoogle_0.6.orig.tar.gz	\N
-568	pyqwt3d_0.1.6.orig.tar.gz	\N
-569	kball_0.0.20041216.orig.tar.gz	\N
-573	blockattack_1.3.1.orig.tar.gz	\N
-574	rrootage_0.23a.orig.tar.gz	\N
-581	dominoblast_0.1.orig.tar.gz	\N
-582	libwfut_0.1.0.orig.tar.gz	\N
-585	xtux_0.2.030306.orig.tar.gz	\N
-586	pixfrogger_1.0.orig.tar.gz	\N
-587	boswars_2.4.1.dfsg.orig.tar.gz	\N
-588	chromium_0.9.12.orig.tar.gz	\N
-589	chromium-data_0.9.12.orig.tar.gz	\N
-590	qonk_0.3.1.orig.tar.gz	\N
-591	snowballz_0.9.5.1.orig.tar.gz	\N
-592	freecol_0.7.2.orig.tar.gz	\N
-593	transcend_0.3.dfsg1.orig.tar.gz	\N
-594	pangzero_1.3.orig.tar.gz	\N
-595	ceferino_0.97.8.orig.tar.gz	\N
-596	enet_1.1.orig.tar.gz	\N
-597	gnomekiss_2.0.orig.tar.gz	\N
-598	oolite-data_1.65.orig.tar.gz	\N
-599	freealut_1.1.0.orig.tar.gz	\N
-600	barrage_1.0.2.orig.tar.gz	\N
-606	pathological_1.1.3.orig.tar.gz	\N
-614	libtest-without-module-perl_0.15.orig.tar.gz	\N
-615	libfile-read-perl_0.0801.orig.tar.gz	\N
-616	parsedatetime_0.8.5.orig.tar.gz	\N
-617	afbackup_3.5.1pl2.orig.tar.gz	\N
-618	libaudio-wav-perl_0.06.orig.tar.gz	\N
-619	chocolate-doom_1.0.0+dfsg1.orig.tar.gz	\N
-620	asciijump_1.0.2beta.orig.tar.gz	\N
-621	silvertree_0.2.1.orig.tar.gz	\N
-622	clanbomber_1.05cdbs.orig.tar.gz	\N
-623	scorched3d_41.1dfsg.orig.tar.gz	\N
-624	moin_1.5.8.orig.tar.gz	\N
-625	ccache_2.4.orig.tar.gz	\N
-626	libarray-compare-perl_1.14.orig.tar.gz	\N
-627	kid3_0.10.orig.tar.gz	\N
-628	conky_1.4.9.orig.tar.gz	\N
-629	pngcrush_1.6.4.orig.tar.gz	\N
-630	hibernate_1.97.orig.tar.gz	\N
-631	tomcat5.5_5.5.25.orig.tar.gz	\N
-632	libjavascript-perl_1.04.orig.tar.gz	\N
-633	commons-configuration_1.5.orig.tar.gz	\N
-634	libdata-formvalidator-perl_4.57.orig.tar.gz	\N
-635	libhtml-tagfilter-perl_1.03.orig.tar.gz	\N
-636	pyicu_0.8.1.orig.tar.gz	\N
-637	jinja_1.2.orig.tar.gz	\N
-638	pyparsing_1.4.10.orig.tar.gz	\N
-639	notify-python_0.1.1.orig.tar.gz	\N
-640	python-docutils_0.4.orig.tar.gz	\N
-641	sip4-qt3_4.7.3.orig.tar.gz	\N
-642	python-mysqldb_1.2.2.orig.tar.gz	\N
-643	evolution-python_0.0.4.orig.tar.gz	\N
-644	deliciousapi_1.3.2.orig.tar.gz	\N
-645	routes_1.7.1.orig.tar.gz	\N
-646	pubtal_3.2.0.orig.tar.gz	\N
-647	impacket_0.9.6.0.orig.tar.gz	\N
-648	pygments_0.9.orig.tar.gz	\N
-649	libsub-uplevel-perl_0.18.orig.tar.gz	\N
-650	libcommons-dbcp-java_1.2.2.orig.tar.gz	\N
-651	libhtml-selector-xpath-perl_0.03.orig.tar.gz	\N
-652	libavg_0.7.0.orig.tar.gz	\N
-653	libmarc-lint-perl_1.43.orig.tar.gz	\N
-654	python-scipy_0.6.0.orig.tar.gz	\N
-655	pyzenity_0.1.4.orig.tar.gz	\N
-656	cultivation_8.20070809.dfsg1.orig.tar.gz	\N
-657	libgnujaf-java_1.1.1.orig.tar.gz	\N
-658	libemail-mime-perl_1.861.orig.tar.gz	\N
-659	libemail-messageid-perl_1.351.orig.tar.gz	\N
-660	libjakarta-poi-java_3.0.1.dfsg.orig.tar.gz	\N
-661	python-qt4_4.3.3.orig.tar.gz	\N
-662	liboro-java_2.0.8a.orig.tar.gz	\N
-663	libaudio-mpd-perl_0.19.1.orig.tar.gz	\N
-664	scilab_4.1.2.orig.tar.gz	\N
-665	simplejson_1.7.3.orig.tar.gz	\N
-666	libemail-mime-encodings-perl_1.311.orig.tar.gz	\N
-667	bcel_5.2.orig.tar.gz	\N
-668	libcommons-el-java_1.0.orig.tar.gz	\N
-669	libcommons-discovery-java_0.4.orig.tar.gz	\N
-670	libgnumail-java_1.1.2.orig.tar.gz	\N
-671	cacao_0.98.orig.tar.gz	\N
-672	jexcelapi_2.6.6.orig.tar.gz	\N
+677	falcon_2.0.5.orig.tar.gz	\N
+678	straw_0.27.orig.tar.gz	\N
+679	pyicqt_0.8b.orig.tar.gz	\N
+680	alarm-clock_0.9.1.orig.tar.gz	\N
+681	disksearch_1.2.1.orig.tar.gz	\N
+682	pytagsfs_0.6.0.orig.tar.gz	\N
+683	sphinx_0.1.61950.orig.tar.gz	\N
+684	mercurial_1.0.orig.tar.gz	\N
+685	startupmanager_1.9.10.orig.tar.gz	\N
+686	emma_0.6.orig.tar.gz	\N
+687	clearsilver_0.10.5.orig.tar.gz	\N
+688	wireshark_1.0.0.orig.tar.gz	\N
+689	gnome-translate_0.99.orig.tar.gz	\N
+690	spectools_200710R2.orig.tar.gz	\N
+691	workrave_1.8.5.orig.tar.gz	\N
+692	libtranslate_0.99.orig.tar.gz	\N
+693	taktuk_3.6.orig.tar.gz	\N
+694	gnokii_0.6.24.dfsg.orig.tar.gz	\N
+695	libmail-cclient-perl_1.12.orig.tar.gz	\N
+696	libhtml-wikiconverter-perl_0.61.orig.tar.gz	\N
+697	cmph_0.7.orig.tar.gz	\N
+698	libgenerics_1.2.1.orig.tar.gz	\N
+699	xpenguins-applet_2.1.1.orig.tar.gz	\N
+700	fetchexc_2.0.orig.tar.gz	\N
+701	asm3_3.1.orig.tar.gz	\N
+702	libj2ssh-java_0.2.9.orig.tar.gz	\N
+703	bouncycastle_1.39.orig.tar.gz	\N
+704	axis_1.4.orig.tar.gz	\N
+705	grinvin_1.0.3.dfsg.1.orig.tar.gz	\N
+706	libcommons-jexl-java_1.0.orig.tar.gz	\N
+707	libcolt-java_1.2.0.orig.tar.gz	\N
+708	commons-daemon_1.0.2~svn20061127.orig.tar.gz	\N
+709	commons-httpclient_3.1.orig.tar.gz	\N
+710	tomcat5.5_5.5.26.orig.tar.gz	\N
+711	myghty_1.1.orig.tar.gz	\N
+712	pyqwt5_5.0.1.dfsg.orig.tar.gz	\N
+713	louie_1.1.orig.tar.gz	\N
+714	pylons_0.9.6.1.orig.tar.gz	\N
+715	sympy_0.5.13.orig.tar.gz	\N
+716	simpleparse_2.1.0a1.orig.tar.gz	\N
+717	turboentity_0.1.0.orig.tar.gz	\N
+718	python-bcrypt_0.1.orig.tar.gz	\N
+719	scapy_1.1.1.orig.tar.gz	\N
+720	python-application_1.0.9.orig.tar.gz	\N
+721	twistedsnmp_0.3.13.orig.tar.gz	\N
+722	simpletal_4.1.orig.tar.gz	\N
+723	python-htmltmpl_1.22.orig.tar.gz	\N
+724	sclapp_0.5.1.orig.tar.gz	\N
+725	impacket_0.9.6.0.orig.tar.gz	\N
+726	nouvelle_1.0.orig.tar.gz	\N
+727	pyscript_0.6.1.orig.tar.gz	\N
+728	notify-python_0.1.1.orig.tar.gz	\N
+729	python-pychart_1.39.orig.tar.gz	\N
+730	pyyaml_3.05.orig.tar.gz	\N
+731	pyasn1_0.0.7a.orig.tar.gz	\N
+732	mmpython_0.4.10.orig.tar.gz	\N
+733	pyicu_0.8.1.orig.tar.gz	\N
+734	pymilter_0.8.9.orig.tar.gz	\N
+735	python-goopy_0.1.orig.tar.gz	\N
+736	templayer_1.4.orig.tar.gz	\N
+737	forgetsql_0.5.1.orig.tar.gz	\N
+738	kid_0.9.6.orig.tar.gz	\N
+739	python-werkzeug_0.2.orig.tar.gz	\N
+740	parsedatetime_0.8.5.orig.tar.gz	\N
+741	zsi_2.1~a1.orig.tar.gz	\N
+742	pyqwt3d_0.1.6.orig.tar.gz	\N
+743	gnupginterface_0.3.2.orig.tar.gz	\N
+744	python-tclink_3.4.4.orig.tar.gz	\N
+745	fpconst_0.7.2.orig.tar.gz	\N
+746	python-mpd_0.2.0.orig.tar.gz	\N
+747	petsc4py_0.7.5.orig.tar.gz	\N
+748	pyenchant_1.3.1.orig.tar.gz	\N
+749	clientcookie_1.3.0.orig.tar.gz	\N
+750	pygoogle_0.6.orig.tar.gz	\N
+751	urwid_0.9.8.1.orig.tar.gz	\N
+752	nose_0.10.1.orig.tar.gz	\N
+753	python-pysizer_0.1.1.orig.tar.gz	\N
+754	python-soappy_0.12.0.orig.tar.gz	\N
+755	python-xlib_0.14.orig.tar.gz	\N
+756	pywavelets_0.1.6.orig.tar.gz	\N
+757	python-gnutls_1.1.4.orig.tar.gz	\N
+758	python-buildutils_0.3.orig.tar.gz	\N
+759	pysnmp-se_3.5.2.orig.tar.gz	\N
+760	python-contract_1.4.orig.tar.gz	\N
+761	hachoir-urwid_1.0.1.orig.tar.gz	\N
+762	pycallgraph_0.4.1.orig.tar.gz	\N
+763	pyxine_0.1alpha2.orig.tar.gz	\N
+764	pymills_3.4.orig.tar.gz	\N
+765	turbomail_2.1.orig.tar.gz	\N
+766	pyvtk_0.4.74.orig.tar.gz	\N
+767	pcapy_0.10.5.orig.tar.gz	\N
+768	pubtal_3.2.0.orig.tar.gz	\N
+769	python-pysnmp2_2.0.9.orig.tar.gz	\N
+770	ll-core_1.11.1.orig.tar.gz	\N
+771	pydb_1.22.orig.tar.gz	\N
+772	python-couchdb_0.3.orig.tar.gz	\N
+773	pyopengl-demo_3.0.0~a6.orig.tar.gz	\N
+774	pyusb_0.4.1.orig.tar.gz	\N
+775	pyopenssl_0.7a2.orig.tar.gz	\N
+776	pyzenity_0.1.4.orig.tar.gz	\N
+777	pyip_0.7.orig.tar.gz	\N
+778	ksynaptics_0.3.3.orig.tar.gz	\N
+779	libsynaptics_0.14.6c.orig.tar.gz	\N
+780	kfocus_1.0.2.orig.tar.gz	\N
+781	keep_0.4.0.orig.tar.gz	\N
+782	krusader_1.90.0.orig.tar.gz	\N
+783	exiv2_0.16.orig.tar.gz	\N
+784	qsynaptics_0.22.0.orig.tar.gz	\N
+785	bluez-utils_3.30.orig.tar.gz	\N
+786	pidgin_2.4.1.orig.tar.gz	\N
+787	pyqwt_4.2.3.dfsg.orig.tar.gz	\N
+788	kpogre_1.6.2.orig.tar.gz	\N
+789	cryptokit_1.3.orig.tar.gz	\N
+790	xstr_0.2.1.orig.tar.gz	\N
+791	ocaml-fileutils_0.3.0.orig.tar.gz	\N
+792	ocaml-reins_0.1a.orig.tar.gz	\N
+793	extlib_1.5.1.orig.tar.gz	\N
+794	ocamlodbc_2.15.orig.tar.gz	\N
+795	pycaml_0.82.orig.tar.gz	\N
+796	ounit_1.0.2.orig.tar.gz	\N
+797	confluence_0.10.6.orig.tar.gz	\N
+798	findlib_1.2.1.orig.tar.gz	\N
+799	ocaml-syck_0.1.1.orig.tar.gz	\N
+800	ocaml-curses_1.0.2.orig.tar.gz	\N
+801	ocamlnet_2.2.9.orig.tar.gz	\N
+802	jocaml_3.10.0.orig.tar.gz	\N
+803	ulex_1.0.orig.tar.gz	\N
+804	ocaml_3.10.2.orig.tar.gz	\N
+805	ocamlagrep_1.0.orig.tar.gz	\N
+806	headache_1.03.orig.tar.gz	\N
+807	ocaml-gettext_0.2.0.orig.tar.gz	\N
+808	gmetadom_0.2.6.orig.tar.gz	\N
+809	ocamlgsl_0.6.0.orig.tar.gz	\N
+810	xmlrpc-light_0.6.orig.tar.gz	\N
+811	ergo_0.7.3.orig.tar.gz	\N
+812	syslog-ocaml_1.4.orig.tar.gz	\N
+813	ocaml-ssl_0.4.2.orig.tar.gz	\N
+814	spamoracle_1.4.orig.tar.gz	\N
+815	ocaml-csv_1.1.6.orig.tar.gz	\N
+816	camlgz_0.5.7.orig.tar.gz	\N
+817	camlidl_1.05.orig.tar.gz	\N
+818	hevea-doc_1.10.orig.tar.gz	\N
+819	ocamlduce_3.10.0.1.orig.tar.gz	\N
+820	unison_2.27.57.orig.tar.gz	\N
+821	cryptgps_0.2.1.orig.tar.gz	\N
+822	mysql-ocaml_1.0.4.orig.tar.gz	\N
+823	ocamlsdl_0.7.2.orig.tar.gz	\N
+824	bibtex2html_1.91.orig.tar.gz	\N
+825	pathological_1.1.3.orig.tar.gz	\N
+826	plib-doc_1.8.5.orig.tar.gz	\N
+827	freesweep_0.90.orig.tar.gz	\N
+828	glfw_2.6.orig.tar.gz	\N
+829	pangzero_1.3.orig.tar.gz	\N
+830	oolite-data_1.65.orig.tar.gz	\N
+831	chromium-data_0.9.12+dfsg.1.orig.tar.gz	\N
+832	kball_0.0.20041216.orig.tar.gz	\N
+833	billard-gl_1.75.orig.tar.gz	\N
+834	desmume_0.7.3.orig.tar.gz	\N
+835	transcend_0.3.dfsg1.orig.tar.gz	\N
+836	pixfrogger_1.0.orig.tar.gz	\N
+837	blockattackeditor_4.orig.tar.gz	\N
+838	monsterz_0.7.1.orig.tar.gz	\N
+839	barrage_1.0.2.orig.tar.gz	\N
+840	invaders_1.0.0.orig.tar.gz	\N
+841	xtux_0.2.030306.orig.tar.gz	\N
+842	xlife_5.0.orig.tar.gz	\N
+843	kanatest_0.4.4.orig.tar.gz	\N
+844	asciijump_1.0.2beta.orig.tar.gz	\N
+845	holotz-castle_1.3.10.orig.tar.gz	\N
+846	antigrav_0.0.3.orig.tar.gz	\N
+847	dominoblast_0.1.orig.tar.gz	\N
+848	chocolate-doom_1.0.0+dfsg1.orig.tar.gz	\N
+849	plib_1.8.5.orig.tar.gz	\N
+850	mathwar_0.2.5.orig.tar.gz	\N
+851	mancala_1.0.1.orig.tar.gz	\N
+852	nettoe_1.1.0.orig.tar.gz	\N
+853	neverball_1.4.0.orig.tar.gz	\N
+854	dd2_0.2.2.orig.tar.gz	\N
+855	ceferino_0.97.8.orig.tar.gz	\N
+856	warsow-data_0.32.orig.tar.gz	\N
+857	conquest_8.3.orig.tar.gz	\N
+858	openyahtzee_1.8.orig.tar.gz	\N
+859	xbill_2.1.orig.tar.gz	\N
+860	wok_1.0.orig.tar.gz	\N
+861	extremetuxracer_0.4.orig.tar.gz	\N
+862	chromium_0.9.12.orig.tar.gz	\N
+863	xbat_1.11.orig.tar.gz	\N
+864	bubbros_1.6.orig.tar.gz	\N
+865	ultrastar-ng_0.2.1.orig.tar.gz	\N
+866	blockattack_1.3.1.orig.tar.gz	\N
+867	koules_1.4.orig.tar.gz	\N
+868	rrootage_0.23a.orig.tar.gz	\N
+869	snowballz_0.9.5.1.orig.tar.gz	\N
+870	stormbaancoureur_2.1.3.orig.tar.gz	\N
+871	qonk_0.3.1.orig.tar.gz	\N
+872	fillets-ng_0.8.0.orig.tar.gz	\N
+873	gnome-breakout_0.5.3.orig.tar.gz	\N
+874	libtpproto-cpp_0.1.1.orig.tar.gz	\N
+875	xboing_2.4.orig.tar.gz	\N
+876	clanbomber_1.05cdbs.orig.tar.gz	\N
+877	cultivation_8.20070809.dfsg1.orig.tar.gz	\N
+878	teg_0.11.2.orig.tar.gz	\N
+879	freealut_1.1.0.orig.tar.gz	\N
+880	psycopg_1.1.21.orig.tar.gz	\N
+881	checkstyle_4.4+dfsg.orig.tar.gz	\N
 \.
 
 
@@ -22069,266 +3182,241 @@
 --
 
 COPY userlogin (id, maintainer_id, name) FROM stdin;
-261	\N	mario
-262	\N	filippo
-263	\N	francesco-guest
-264	\N	ashuang-guest
-265	\N	gothicx-guest
-266	\N	piotr
-267	\N	kumanna-guest
-268	\N	pochu-guest
-269	\N	arnau-guest
-270	\N	bzed
-271	\N	baby-guest
-272	\N	rainct-guest
-273	\N	morph-guest
-274	\N	ana
-275	\N	jalet-guest
-276	\N	kitterma-guest
-277	\N	certik-guest
-278	\N	gilir-guest
-279	\N	andyp-guest
-280	\N	varun-guest
-281	\N	sukria
-282	\N	zack
-283	\N	treinen
-284	\N	gildor
-285	\N	smimram
-286	\N	mfurr
-287	\N	tpetazzo-guest
-288	\N	munga-guest
-289	\N	toots
-290	\N	gareuselesinge
-291	\N	luther
-292	\N	trurl-guest
-293	\N	pnou-guest
-294	\N	jcristau-guest
-295	\N	white
-296	\N	ecc-guest
-297	\N	jerome
-298	\N	zorglub
-299	\N	js
-300	\N	pbenner-guest
-301	\N	costela
-302	\N	twerner
-303	\N	tgg-guest
-304	\N	madduck
-305	\N	svnbuildstat-guest
-306	\N	zadig-guest
-307	\N	lool
-308	\N	francois
-309	\N	fst
-310	\N	fst-guest
-311	\N	mckinstry
-312	\N	malex
-313	\N	siretart-guest
-314	\N	holger
-315	\N	kapil
-316	\N	asheesh-guest
-317	\N	tolimar
-318	\N	jaldhar
-319	\N	ari
-320	\N	pkern
-321	\N	enrico
-322	\N	larsk-guest
-323	\N	otavio
-324	\N	mooch
-325	\N	bubulle
-326	\N	makholm
-327	\N	jcd-guest
-328	\N	sylvestre-guest
-329	\N	biebl
-330	\N	lucas
-331	\N	vdanjean
-332	\N	yabuki-guest
-333	\N	nion
-334	\N	joeyh
-335	\N	tgg
-336	\N	gaudenz
-337	\N	nion-guest
-338	\N	jordi
-339	\N	matthijs-guest
-340	\N	blackm-guest
-341	\N	hanska-guest
-342	\N	absurd
-343	\N	kobold
-344	\N	kibi-guest
-345	\N	csmall
-346	\N	kov
-347	\N	rra
-348	\N	abi
-349	\N	daigo
-350	\N	danchev-guest
-351	\N	blade
-352	\N	rafael
-353	\N	loxley-guest
-354	\N	wjbeksi-guest
-355	\N	luciano-guest
-356	\N	eddyp-guest
-357	\N	hertzog
-358	\N	bsamwel-guest
-359	\N	joostvb
-360	\N	rmayorga-guest
-361	\N	monga
-362	\N	sgolovan-guest
-363	\N	ptitlouis-guest
-364	\N	faw-guest
-365	\N	dmn
-366	\N	gregoa-guest
-367	\N	djpig
-368	\N	ntyni-guest
-369	\N	keescook-guest
-370	\N	emhn-guest
-371	\N	ch
-372	\N	gwolf
-373	\N	jeremiah-guest
-374	\N	tincho-guest
-375	\N	bremner-guest
-376	\N	deepak-guest
-377	\N	roberto
-378	\N	ra28145-guest
-379	\N	chrism
-380	\N	ollyg-guest
-381	\N	segre
-382	\N	menole-guest
-383	\N	damog
-384	\N	jamessan
-385	\N	bigon-guest
-386	\N	avdyk
-387	\N	doko
-388	\N	mh
-389	\N	paulcager-guest
-390	\N	apeeters-guest
-391	\N	marcusb-guest
-392	\N	tashiro-guest
-393	\N	wbaer-guest
-394	\N	cfry-guest
-395	\N	tora
-396	\N	mkoch
-397	\N	trygvis-guest
-398	\N	cfry
-399	\N	jeroen
-400	\N	janpascal-guest
-401	\N	sgybas
-402	\N	werner
-403	\N	ewl-guest
-404	\N	gerardo-guest
-405	\N	mslama-guest
-406	\N	egonw-guest
-407	\N	llucifer-guest
-408	\N	rene
-409	\N	dirson
-410	\N	nd-guest
-411	\N	bayle
-412	\N	killer
-413	\N	vladimir-guest
-414	\N	barryh-guest
-415	\N	tedp-guest
-416	\N	pere
-417	\N	wasabi-guest
-418	\N	fjp
-419	\N	cjwatson
-420	\N	ajt
-421	\N	lunar
-422	\N	tbm
-423	\N	gordon-guest
-424	\N	smarenka
-425	\N	dannf
-426	\N	vorlon
-427	\N	rmh
-428	\N	clytie-guest
-429	\N	hansfn-guest
-430	\N	mck-guest
-431	\N	waldi
-432	\N	fiandro-guest
-433	\N	kraai
-434	\N	xam
-435	\N	davidvilla-guest
-436	\N	mca-guest
-437	\N	bzed-guest
-438	\N	mithrandi-guest
-439	\N	pox-guest
-440	\N	atehwa-guest
-441	\N	stratus
-442	\N	geole-guest
-443	\N	adn-guest
-444	\N	jmalonzo-guest
-445	\N	aurel32
-446	\N	danderson-guest
-447	\N	nslater-guest
-448	\N	rustybear-guest
-449	\N	pabs
-450	\N	wardi-guest
-451	\N	ucko
-452	\N	stew-guest
-453	\N	haas
-454	\N	dottedmag-guest
-455	\N	azatoth-guest
-456	\N	toadstool-guest
-457	\N	arnau
-458	\N	edmonds
-459	\N	nobse
-460	\N	shlomme
-461	\N	pcc-guest
-462	\N	cgalisteo-guest
-463	\N	rganesan
-464	\N	kcoyner
-465	\N	jluebbe-guest
-466	\N	jluebbe
-467	\N	gudjon-guest
-468	\N	gaspa-guest
-469	\N	nacho
-470	\N	santiago
-471	\N	smcv-guest
-472	\N	fabrizio-guest
-473	\N	mejo
-474	\N	tviehmann
-475	\N	brettp-guest
-476	\N	pabs-guest
-477	\N	rodrigogc-guest
-478	\N	goedson
-479	\N	bddebian-guest
-480	\N	jmtd-guest
-481	\N	linas-guest
-482	\N	fuddl-guest
-483	\N	siretart
-484	\N	alfie
-485	\N	pdewacht-guest
-486	\N	jseidel-guest
-487	\N	sho
-488	\N	ceros-guest
-489	\N	fourmond
-490	\N	fritsd-guest
-491	\N	jorda-guest
-492	\N	richih-guest
-493	\N	tobi-guest
-494	\N	mjj29
-495	\N	mjj29-guest
-496	\N	pascal
-497	\N	arthur-guest
-498	\N	helmut-guest
-499	\N	persia-guest
-500	\N	sistpoty-guest
-501	\N	sargentd-guest
-502	\N	javier_galicia-guest
-503	\N	mukidohime-guest
-504	\N	fabo
-505	\N	pusling-guest
-506	\N	madcoder
-507	\N	chrsmrtn
-508	\N	luk
-509	\N	fboudra-guest
-510	\N	trigger-guest
-511	\N	sharky
-512	\N	msp
-513	\N	kebianizao-guest
-514	\N	zhengpeng-guest
-515	\N	nixternal-guest
-516	\N	meskes
-517	\N	tomalbers-guest
-518	\N	tico-guest
-519	\N	modax-guest
-520	\N	ach-guest
+521	\N	kitterma-guest
+522	\N	piotr
+523	\N	pcc-guest
+524	\N	rainct-guest
+525	\N	pochu-guest
+526	\N	nslater-guest
+527	\N	kumanna-guest
+528	\N	baby-guest
+529	\N	gothicx-guest
+530	\N	eike-guest
+531	\N	gilir-guest
+532	\N	nijel
+533	\N	dottedmag-guest
+534	\N	stani-guest
+535	\N	appaji-guest
+536	\N	cody-somerville-guest
+537	\N	morph-guest
+538	\N	andyp-guest
+539	\N	bzed
+540	\N	arnau-guest
+541	\N	ana
+542	\N	vdanjean
+543	\N	certik-guest
+544	\N	gudjon-guest
+545	\N	mithrandi-guest
+546	\N	varun
+547	\N	jalet-guest
+548	\N	larsk-guest
+549	\N	otavio
+550	\N	zorglub
+551	\N	fpeters
+552	\N	andete
+553	\N	nion
+554	\N	fixxxer-guest
+555	\N	hanska-guest
+556	\N	js
+557	\N	gareuselesinge
+558	\N	zadig-guest
+559	\N	kapil
+560	\N	twerner
+561	\N	francois
+562	\N	malex
+563	\N	yabuki-guest
+564	\N	ari
+565	\N	biebl
+566	\N	enrico
+567	\N	holger
+568	\N	pbenner-guest
+569	\N	bubulle
+570	\N	tolimar
+571	\N	lucas
+572	\N	mckinstry
+573	\N	madduck
+574	\N	costela
+575	\N	tgg-guest
+576	\N	makholm
+577	\N	faw
+578	\N	sylvestre-guest
+579	\N	jaldhar
+580	\N	fst
+581	\N	asheesh-guest
+582	\N	rousseau
+583	\N	debacle
+584	\N	goneri-guest
+585	\N	pkern
+586	\N	jcd-guest
+587	\N	lool
+588	\N	siretart-guest
+589	\N	modax-guest
+590	\N	kebianizao-guest
+591	\N	mukidohime-guest
+592	\N	sharky
+593	\N	pusling-guest
+594	\N	fabo
+595	\N	fboudra-guest
+596	\N	jamessan
+597	\N	zack
+598	\N	bigon-guest
+599	\N	mkoch
+600	\N	avdyk
+601	\N	wbaer-guest
+602	\N	cfry-guest
+603	\N	tgg
+604	\N	mh
+605	\N	tedp-guest
+606	\N	marcusb-guest
+607	\N	varun-guest
+608	\N	doko
+609	\N	fourmond
+610	\N	trygvis-guest
+611	\N	nd-guest
+612	\N	paulcager-guest
+613	\N	cfry
+614	\N	apeeters-guest
+615	\N	tiagosab-guest
+616	\N	tashiro-guest
+617	\N	petere
+618	\N	rene
+619	\N	mslama-guest
+620	\N	janpascal-guest
+621	\N	tincho-guest
+622	\N	vladimir-guest
+623	\N	ewl-guest
+624	\N	barryh-guest
+625	\N	llucifer-guest
+626	\N	sgybas
+627	\N	hauro-guest
+628	\N	gerardo-guest
+629	\N	pere
+630	\N	killer
+631	\N	werner
+632	\N	dirson
+633	\N	arnau
+634	\N	jluebbe
+635	\N	myon
+636	\N	bzed-guest
+637	\N	pox-guest
+638	\N	kibi-guest
+639	\N	mca-guest
+640	\N	kov
+641	\N	bernat-guest
+642	\N	gaspa-guest
+643	\N	santiago
+644	\N	brettp-guest
+645	\N	hertzog
+646	\N	jmalonzo-guest
+647	\N	kcoyner
+648	\N	davidvilla-guest
+649	\N	ucko
+650	\N	smcv-guest
+651	\N	shlomme
+652	\N	cgalisteo-guest
+653	\N	nacho
+654	\N	toadstool-guest
+655	\N	stratus
+656	\N	rustybear-guest
+657	\N	thomasbl-guest
+658	\N	atehwa-guest
+659	\N	rganesan
+660	\N	azatoth-guest
+661	\N	pabs
+662	\N	mejo
+663	\N	mtaylor-guest
+664	\N	osrevolution-guest
+665	\N	geole-guest
+666	\N	kobold
+667	\N	goedson
+668	\N	fabrizio-guest
+669	\N	awen-guest
+670	\N	nobse
+671	\N	tviehmann
+672	\N	jwilk-guest
+673	\N	aurel32
+674	\N	wardi-guest
+675	\N	jandd-guest
+676	\N	stew-guest
+677	\N	haas
+678	\N	smr
+679	\N	mlizaur-guest
+680	\N	rodrigogc-guest
+681	\N	crschmidt-guest
+682	\N	adn-guest
+683	\N	sukria
+684	\N	fjp
+685	\N	tbm
+686	\N	agx
+687	\N	lunar
+688	\N	joeyh
+689	\N	waldi
+690	\N	cjwatson
+691	\N	zinoviev
+692	\N	smarenka
+693	\N	dannf
+694	\N	vorlon
+695	\N	gordon-guest
+696	\N	msp
+697	\N	atomo64-guest
+698	\N	tomalbers-guest
+699	\N	zhengpeng-guest
+700	\N	jpatrick-guest
+701	\N	ptitlouis-guest
+702	\N	ach-guest
+703	\N	meskes
+704	\N	tico-guest
+705	\N	nixternal-guest
+706	\N	adi-guest
+707	\N	filippo
+708	\N	eddyp-guest
+709	\N	francesco-guest
+710	\N	ashuang-guest
+711	\N	mpitt
+712	\N	gildor
+713	\N	glondu-guest
+714	\N	toots
+715	\N	jcristau
+716	\N	smimram
+717	\N	treinen
+718	\N	trurl-guest
+719	\N	jcristau-guest
+720	\N	mfurr
+721	\N	white
+722	\N	dogguy-guest
+723	\N	munga-guest
+724	\N	ecc-guest
+725	\N	pnou-guest
+726	\N	luther
+727	\N	tpetazzo-guest
+728	\N	jerome
+729	\N	alfie
+730	\N	fuddl-guest
+731	\N	ansgar-guest
+732	\N	bddebian-guest
+733	\N	jmtd-guest
+734	\N	jseidel-guest
+735	\N	linas-guest
+736	\N	brad-guest
+737	\N	pdewacht-guest
+738	\N	richih-guest
+739	\N	sho
+740	\N	ceros-guest
+741	\N	persia-guest
+742	\N	sistpoty-guest
+743	\N	pascal
+744	\N	fabian-guest
+745	\N	fritsd-guest
+746	\N	mario
+747	\N	sargentd-guest
+748	\N	mjj29
+749	\N	mjj29-guest
+750	\N	jorda-guest
+751	\N	bent-guest
+752	\N	jscinoz-guest
+753	\N	tobi-guest
+754	\N	wijnen
+755	\N	helmut-guest
 \.
 
 
@@ -22382,6 +3470,14 @@
 
 
 --
+-- Name: bug_bugtag_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+--
+
+ALTER TABLE ONLY bug_bugtag
+    ADD CONSTRAINT bug_bugtag_pkey PRIMARY KEY (id);
+
+
+--
 -- Name: bug_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
 --
 
@@ -22390,6 +3486,38 @@
 
 
 --
+-- Name: bugmerged_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+--
+
+ALTER TABLE ONLY bugmerged
+    ADD CONSTRAINT bugmerged_pkey PRIMARY KEY (id);
+
+
+--
+-- Name: bugseverity_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+--
+
+ALTER TABLE ONLY bugseverity
+    ADD CONSTRAINT bugseverity_pkey PRIMARY KEY (id);
+
+
+--
+-- Name: bugtag_name_key; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+--
+
+ALTER TABLE ONLY bugtag
+    ADD CONSTRAINT bugtag_name_key UNIQUE (name);
+
+
+--
+-- Name: bugtag_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
+--
+
+ALTER TABLE ONLY bugtag
+    ADD CONSTRAINT bugtag_pkey PRIMARY KEY (id);
+
+
+--
 -- Name: build_deb_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
 --
 
@@ -22470,14 +3598,6 @@
 
 
 --
--- Name: qalog_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
---
-
-ALTER TABLE ONLY qalog
-    ADD CONSTRAINT qalog_pkey PRIMARY KEY (id);
-
-
---
 -- Name: qastatus_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
 --
 
@@ -22526,14 +3646,6 @@
 
 
 --
--- Name: severity_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
---
-
-ALTER TABLE ONLY severity
-    ADD CONSTRAINT severity_pkey PRIMARY KEY (id);
-
-
---
 -- Name: sourcepackage_pkey; Type: CONSTRAINT; Schema: public; Owner: svnbuildstat; Tablespace: 
 --
 
@@ -22645,14 +3757,30 @@
 
 
 --
--- Name: bug_severity_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+-- Name: bug_bugseverity_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
 --
 
 ALTER TABLE ONLY bug
-    ADD CONSTRAINT bug_severity_id_fkey FOREIGN KEY (severity_id) REFERENCES severity(id) ON DELETE RESTRICT;
+    ADD CONSTRAINT bug_bugseverity_id_fkey FOREIGN KEY (bugseverity_id) REFERENCES bugseverity(id) ON DELETE RESTRICT;
 
 
 --
+-- Name: bug_bugtag_bug_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+--
+
+ALTER TABLE ONLY bug_bugtag
+    ADD CONSTRAINT bug_bugtag_bug_id_fkey FOREIGN KEY (bug_id) REFERENCES bug(id) ON UPDATE CASCADE ON DELETE CASCADE;
+
+
+--
+-- Name: bug_bugtag_bugtag_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+--
+
+ALTER TABLE ONLY bug_bugtag
+    ADD CONSTRAINT bug_bugtag_bugtag_id_fkey FOREIGN KEY (bugtag_id) REFERENCES bugtag(id) ON UPDATE CASCADE ON DELETE CASCADE;
+
+
+--
 -- Name: bug_sourcepackage_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
 --
 
@@ -22661,6 +3789,22 @@
 
 
 --
+-- Name: bugmerged_bug1_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+--
+
+ALTER TABLE ONLY bugmerged
+    ADD CONSTRAINT bugmerged_bug1_id_fkey FOREIGN KEY (bug1_id) REFERENCES bug(id) ON UPDATE CASCADE ON DELETE CASCADE;
+
+
+--
+-- Name: bugmerged_bug2_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+--
+
+ALTER TABLE ONLY bugmerged
+    ADD CONSTRAINT bugmerged_bug2_id_fkey FOREIGN KEY (bug2_id) REFERENCES bug(id) ON UPDATE CASCADE ON DELETE CASCADE;
+
+
+--
 -- Name: build_changelogentry_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
 --
 
@@ -22717,6 +3861,14 @@
 
 
 --
+-- Name: changelogentry_bug_bug_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
+--
+
+ALTER TABLE ONLY changelogentry_bug
+    ADD CONSTRAINT changelogentry_bug_bug_id_fkey FOREIGN KEY (bug_id) REFERENCES bug(id) ON UPDATE CASCADE ON DELETE CASCADE;
+
+
+--
 -- Name: changelogentry_bug_changelogentry_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
 --
 
@@ -22741,14 +3893,6 @@
 
 
 --
--- Name: qajob_qalog_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
---
-
-ALTER TABLE ONLY qajob
-    ADD CONSTRAINT qajob_qalog_id_fkey FOREIGN KEY (qalog_id) REFERENCES qalog(id) ON DELETE CASCADE;
-
-
---
 -- Name: qajob_qastatus_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: svnbuildstat
 --
 




More information about the Collab-qa-commits mailing list