diffstat for flexml_1.8-1 flexml_1.8-1.1

 ChangeLog                   |  228 ++++++++++++++++++++++++++++++++++++++++++++
 debian/dirs                 |    7 -
 debian/watch                |    2 
 flexml-1.8/debian/changelog |   30 +++++
 flexml-1.8/debian/compat    |    2 
 flexml-1.8/debian/control   |   10 +
 flexml-1.8/debian/copyright |    3 
 flexml-1.8/debian/doc-base  |    2 
 flexml-1.8/debian/rules     |   57 -----------
 9 files changed, 275 insertions(+), 66 deletions(-)

diff -u flexml-1.8/debian/changelog flexml-1.8/debian/changelog
--- flexml-1.8/debian/changelog
+++ flexml-1.8/debian/changelog
@@ -1,3 +1,33 @@
+flexml (1.8-1.1) unstable; urgency=low
+
+  [ Jari Aalto ]
+  * Non-maintainer upload.
+  * debian/control
+    - Update to debhelper 7.1.
+  * debian/rules
+    - Add target 'get-changelog'.
+  * debian/source/format
+    - New file; fix Lintian missing-debian-source-format.
+  * debian/watch
+    - New file; fix Lintian debian-watch-file-is-missing.
+  * flexml.pl
+    - Fix spelling error (Lintian).
+  * ChangeLog
+    - New file. Downloaded from development site.
+
+  [ Jan Hauke Rahm ]
+  * Updating the flexml Uploaders list (Closes: #521446)
+  * Change doc-base section to "Programming"
+  * Add examples directory
+  * Add Homepage field
+  * Slight modification of debian/copyright to be more precise
+  * Switch to debhelper 7 and by that
+    + acknowledge DEB_BUILD_OPTIONS
+    + use doc-base trigger instead of generating debian/post*
+  * As a consequence, bump standards-version to 3.8.4
+
+ -- Jari Aalto <jari.aalto@cante.net>  Thu, 13 May 2010 16:17:39 +0300
+
 flexml (1.8-1) unstable; urgency=low
 
   * Do not load unistd on windows platforms since this does not exist
reverted:
--- flexml-1.8/debian/dirs
+++ flexml-1.8.orig/debian/dirs
@@ -1,7 +0,0 @@
-usr/bin
-usr/lib
-usr/share/flexml
-usr/share/doc/flexml
-usr/share/doc/flexml/examples
-usr/share/man
-usr/share/man/man1
diff -u flexml-1.8/debian/doc-base flexml-1.8/debian/doc-base
--- flexml-1.8/debian/doc-base
+++ flexml-1.8/debian/doc-base
@@ -3,7 +3,7 @@
 Author: Kristoffer Rose
 Abstract: This manual describes what FleXML is and how it can be used
  to generate validating XML processors and applications.
-Section: devel
+Section: Programming
 
 Format: HTML
 Index: /usr/share/doc/flexml/html/FleXML.html
diff -u flexml-1.8/debian/copyright flexml-1.8/debian/copyright
--- flexml-1.8/debian/copyright
+++ flexml-1.8/debian/copyright
@@ -6 +6,2 @@
-Copyright: GNU CopyLeft (see /usr/share/common-licenses/GPL).
+Copyright: (C) 1999-2010 Kristoffer Rose <krisrose@debian.org>
+License: GNU GPL-2+ (see /usr/share/common-licenses/GPL-2).
diff -u flexml-1.8/debian/control flexml-1.8/debian/control
--- flexml-1.8/debian/control
+++ flexml-1.8/debian/control
@@ -2,13 +2,15 @@
 Section: devel
 Priority: optional
 Maintainer: Martin Quinson <mquinson@debian.org>
-Uploaders: Kristoffer H. Rose <krisrose@debian.org>, Martin Quinson <mquinson@debian.org>
-Build-Depends: libwww-perl, debhelper (>>4.0.0),  liburi-perl, libdate-calc-perl, flex
-Standards-Version: 3.5.10
+Build-Depends: libwww-perl, debhelper (>= 7.1),  liburi-perl,
+ libdate-calc-perl, flex
+Standards-Version: 3.8.4
+Homepage: http://flexml.sourceforge.net/
 
 Package: flexml
 Architecture: any
-Depends: ${shlibs:Depends}, libwww-perl, liburi-perl, libdate-calc-perl
+Depends: ${shlibs:Depends}, libwww-perl, liburi-perl, libdate-calc-perl,
+ ${misc:Depends}
 Recommends: flex
 Description: generate fast validating XML processors and applications
  FleXML makes it easy to generate very fast validating XML processors
diff -u flexml-1.8/debian/compat flexml-1.8/debian/compat
--- flexml-1.8/debian/compat
+++ flexml-1.8/debian/compat
@@ -1 +1 @@
-5
+7
diff -u flexml-1.8/debian/rules flexml-1.8/debian/rules
--- flexml-1.8/debian/rules
+++ flexml-1.8/debian/rules
@@ -2,57 +2,10 @@
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatability version to use.
-export DH_COMPAT=1
+# Run this rule manually when new upstream release is available
+get-changelog:
+	lynx -dump http://sourceforge.net/news/?group_id=34654 > ChangeLog
 
-build: build-stamp
-build-stamp:
-	dh_testdir
-	$(MAKE) SUFF=
-	$(MAKE) test SUFF=
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp
-	-$(MAKE) clean SUFF=
-	dh_clean
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-	$(MAKE) install DESTDIR=`pwd`/debian/tmp SUFF=
-	touch install-stamp
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-#	dh_testversion
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installexamples
-	dh_installman flexml.1
-	dh_installchangelogs 
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_perl ./debian/tmp/usr/bin
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@
only in patch2:
unchanged:
--- flexml-1.8.orig/ChangeLog
+++ flexml-1.8/ChangeLog
@@ -0,0 +1,228 @@
+   [p?c1=2&c2=6035546&c3=&c4=&c5=&c6=&c15=&cj=1]
+
+   Welcome, Guest! [1]Log In | [2]Create Account
+   [3]Find and develop open source software
+     * [4]Jump to main content
+     * [5]Jump to project navigation
+     * [6]Jump to downloads for FleXML
+
+     * [7]Find Software
+     * [8]Develop
+     * [9]Create Project
+     * [10]Blog
+     * [11]Site Support
+     * [12]About
+
+   ____________________ (Search) Search
+   [13]SourceForge.net > [14]Projects > [15]FleXML > [16]News
+   [17]Share
+
+[18]FleXML
+
+     * [19]Summary
+     * [20]Files
+     * [21]Support
+     * [22]Develop
+          + [23]Web Site
+          + [24]Screenshots
+          + [25]News
+          + [26]Statistics
+     * [27]Hosted Apps
+     * [28]Tracker
+          + [29]Bugs
+          + [30]Feature Requests
+          + [31]Patches
+          + [32]Statistics
+          + [33]Reporting
+          + [34]Search
+     * [35]Mailing Lists
+          + [36]flexml-users
+          + [37]flexml-commits
+          + [38]Search
+     * [39]Forums
+          + [40]flexml-users
+          + [41]Statistics
+          + [42]Search
+     * [43]Code
+          + [44]Git
+          + [45]Git Browse
+          + [46]Git Statistics
+          + [47]Mercurial
+          + [48]Mercurial Browse
+          + [49]Mercurial Statistics
+          + [50]Bazaar
+          + [51]Bazaar Browse
+          + [52]Bazaar Statistics
+          + [53]CVS
+          + [54]CVS Browse
+          + [55]CVS Statistics
+          + [56]SVN
+          + [57]SVN Browse
+          + [58]SVN Statistics
+     *
+     * [59]Project Admin
+          + [60]Membership
+          + [61]Feature Settings
+          + [62]Project Settings
+          + [63]File Manager
+          + [64]Analytics
+
+     * [65]Search
+     * [66]Submit
+     * [67]Admin
+
+Project News for FleXML
+
+     * FleXML 1.7 is out
+       We've done several enhancements and bugfixes. There is no longer a
+       compiled-in buffersize, so flexml is now able to parse arbitrarily
+       large XML input. We've fixed some vexing memory leaks and a nasty
+       bug that only showed up on Sparc machines. Also new is a better
+       control over the output file, so you can make use of flex macros
+       like YY_INPUT and YY_DECL. We're still the fastest parser around!
+       2006-09-15 20:58:29 UTC by [68]wdowling
+     * Flexml 1.4 is out
+       Here is a new version. The major improvement is the possibility to
+       have more than one flexml-generated parser in your project. There
+       won't be any symbol name colision anymore (hopefully).
+       2006-03-21 13:35:04 UTC by [69]mquinson
+     * FleXML back to life (version 1.1 released)
+       After 5 years, a new version of the package was released today. It
+       fixes quite a few longstanding issues, amongst which there is:
+       - Compatible with modern flex version
+       - Allows the generated parser to be included in C++ projects
+       - Parsers do not jam anymore.
+       Plus several other fixes.
+       Please test it and repport any found issue.
+       2005-02-10 12:52:29 UTC by [70]mquinson
+     * New FleXML Home
+       The FleXML program, as distributed with debian, is starting a new
+       stage of active developement. The project is now hosted by
+       SourceForge. Hopefully, the new web page and project information
+       will be up shortly.
+       2001-08-30 04:22:11 UTC by [71]shack
+
+About SourceForge
+
+     * [72]About SourceForge
+     * [73]Contact Us
+     * [74]Jobs @ Geeknet
+     * [75]Advertising
+
+Find Software
+
+     * [76]Find Software
+     * [77]Most Popular Overall
+     * [78]Most Active Overall
+
+Develop Software
+
+     * [79]Create Project
+     * [80]Project Help Wanted
+     * [81]New Projects
+
+Community
+
+     * [82]The Blog
+     * [83]@sourceforge on Twitter
+
+Help
+
+     * [84]Site Documentation
+     * [85]Submit Support Requests
+     * [86]Site Outages
+
+   (c) 2010 [87]Geeknet, Inc. [88]Terms of Use [89]Privacy Policy
+   [cm_aa_gn1] Quantcast
+
+References
+
+   1. https://sourceforge.net/account/login.php
+   2. http://sourceforge.net/account/registration/
+   3. http://sourceforge.net/
+   4. http://sourceforge.net/news/?group_id=34654#content
+   5. http://sourceforge.net/news/?group_id=34654#projectnav
+   6. http://sourceforge.net/project/showfiles.php?group_id=34654#downloads
+   7. http://sourceforge.net/softwaremap/
+   8. http://sourceforge.net/develop/
+   9. http://sourceforge.net/register/
+  10. http://sourceforge.net/blog/
+  11. http://p.sf.net/sourceforge/getsupport
+  12. http://sourceforge.net/about
+  13. http://sourceforge.net/
+  14. http://sourceforge.net/search/?
+  15. http://sourceforge.net/projects/flexml/
+  16. http://sourceforge.net/news/?group_id=34654
+  17. http://www.addthis.com/bookmark.php?v=250
+  18. http://sourceforge.net/projects/flexml/
+  19. http://sourceforge.net/projects/flexml
+  20. http://sourceforge.net/projects/flexml/files
+  21. http://sourceforge.net/projects/flexml/support
+  22. http://sourceforge.net/projects/flexml/develop
+  23. http://flexml.sourceforge.net/
+  24. http://sourceforge.net/project/screenshots.php?group_id=34654
+  25. http://sourceforge.net/news/?group_id=34654
+  26. http://sourceforge.net/project/stats/?group_id=34654&ugn=flexml
+  27. http://sourceforge.net/hostedapp/?group_id=34654
+  28. http://sourceforge.net/tracker/?group_id=34654
+  29. http://sourceforge.net/tracker/?group_id=34654&atid=411869
+  30. http://sourceforge.net/tracker/?group_id=34654&atid=411872
+  31. http://sourceforge.net/tracker/?group_id=34654&atid=411871
+  32. http://sourceforge.net/project/stats/detail.php?group_id=34654&ugn=flexml&type=tracker
+  33. http://sourceforge.net/tracker/reporting/?group_id=34654
+  34. http://sourceforge.net/search/?group_id=34654&type_of_search=artifact
+  35. http://sourceforge.net/mail/?group_id=34654
+  36. http://sourceforge.net/mailarchive/forum.php?forum_name=flexml-users
+  37. http://sourceforge.net/mailarchive/forum.php?forum_name=flexml-commits
+  38. http://sourceforge.net/search/?group_id=34654&type_of_search=mlists
+  39. http://sourceforge.net/projects/flexml/forums
+  40. http://sourceforge.net/projects/flexml/forums/forum/128929
+  41. http://sourceforge.net/project/stats/detail.php?group_id=34654&ugn=flexml&type=forum
+  42. http://sourceforge.net/search/?group_id=34654&type_of_search=forums
+  43. http://sourceforge.net/scm/?type=cvs&group_id=34654
+  44. http://sourceforge.net/scm/?type=git&group_id=34654
+  45. http://flexml.git.sourceforge.net/
+  46. http://sourceforge.net/project/stats/detail.php?group_id=34654&ugn=flexml&type=git
+  47. http://sourceforge.net/scm/?type=hg&group_id=34654
+  48. http://flexml.hg.sourceforge.net/hgweb/flexml/
+  49. http://sourceforge.net/project/stats/detail.php?group_id=34654&ugn=flexml&type=hg
+  50. http://sourceforge.net/scm/?type=bzr&group_id=34654
+  51. http://flexml.bzr.sourceforge.net/bzr/flexml/
+  52. http://sourceforge.net/project/stats/detail.php?group_id=34654&ugn=flexml&type=bzr
+  53. http://sourceforge.net/scm/?type=cvs&group_id=34654
+  54. http://flexml.cvs.sourceforge.net/flexml/
+  55. http://sourceforge.net/project/stats/detail.php?group_id=34654&ugn=flexml&type=cvs
+  56. http://sourceforge.net/scm/?type=svn&group_id=34654
+  57. http://flexml.svn.sourceforge.net/viewvc/flexml/
+  58. http://sourceforge.net/project/stats/detail.php?group_id=34654&ugn=flexml&type=svn
+  59. http://sourceforge.net/project/admin/?group_id=34654
+  60. http://sourceforge.net/project/admin/project_membership.php?group_id=34654
+  61. http://sourceforge.net/project/admin/features.php?group_id=34654
+  62. http://sourceforge.net/project/admin/public_info.php?group_id=34654
+  63. http://sourceforge.net/project/admin/explorer.php?group_id=34654
+  64. http://sourceforge.net/project/admin/stats.php?group_id=34654
+  65. http://sourceforge.net/search/?type_of_search=news&group_id=34654
+  66. http://sourceforge.net/news/submit.php?group_id=34654
+  67. http://sourceforge.net/news/admin/?group_id=34654
+  68. http://sourceforge.net/users/wdowling/
+  69. http://sourceforge.net/users/mquinson/
+  70. http://sourceforge.net/users/mquinson/
+  71. http://sourceforge.net/users/shack/
+  72. http://sourceforge.net/about
+  73. http://sourceforge.net/support
+  74. http://geek.net/careers/
+  75. http://geek.net/advertising/
+  76. http://sourceforge.net/search/?
+  77. http://sourceforge.net/top/topalltime.php?type=downloads
+  78. http://sourceforge.net/top/mostactive.php
+  79. http://sourceforge.net/register/
+  80. http://sourceforge.net/people/
+  81. http://sourceforge.net/new/new_projects.php
+  82. http://sourceforge.net/blog/
+  83. http://twitter.com/sourceforge
+  84. http://sourceforge.net/apps/trac/sourceforge/wiki/WikiStart
+  85. http://sourceforge.net/apps/trac/sourceforge/wiki/Support
+  86. http://sourceforge.net/apps/wordpress/sourceforge/
+  87. http://geek.net/
+  88. http://p.sf.net/sourceforge/terms
+  89. http://p.sf.net/sourceforge/privacy
only in patch2:
unchanged:
--- flexml-1.8.orig/debian/watch
+++ flexml-1.8/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/flexml/flexml-(.+)\.tar\.gz

