retitle 572966 flexml: [PATCH] Updates for the new Debian policy
tags 572966 + patch
thanks

Here are more updates for the package. The patch includes also all of
Jan Hauke Rahm <j...@debian.org>'s work.

Thanks,
Jari

diffstat for flexml-1.8 flexml-1.8

 changelog                      |   30 +++
 compat                         |    2 
 control                        |   10 -
 copyright                      |    3 
 dirs                           |    7 
 doc-base                       |    2 
 examples                       |    1 
 manpages                       |    1 
 patches/debian-changes-1.8-1.1 |  387 +++++++++++++++++++++++++++++++++++++++++
 patches/series                 |    1 
 rules                          |   57 ------
 source/format                  |    1 
 watch                          |    2 
 13 files changed, 438 insertions(+), 66 deletions(-)

diff -Nru flexml-1.8/debian/changelog flexml-1.8/debian/changelog
--- flexml-1.8/debian/changelog	2010-05-07 03:59:41.000000000 +0300
+++ flexml-1.8/debian/changelog	2010-05-07 03:57:15.000000000 +0300
@@ -1,3 +1,33 @@
+flexml (1.8-1.1) unstable; urgency=low
+
+  [ Jan Hauke Rahm ]
+  * Non-maintainer upload.
+  * 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 ]
+  * 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).
+  * ChnageLog
+    - New file. Downloaded from development site.
+
+ -- Jari Aalto <jari.aa...@cante.net>  Fri, 07 May 2010 03:57:15 +0300
+
 flexml (1.8-1) unstable; urgency=low
 
   * Do not load unistd on windows platforms since this does not exist
diff -Nru flexml-1.8/debian/compat flexml-1.8/debian/compat
--- flexml-1.8/debian/compat	2010-05-07 03:59:41.000000000 +0300
+++ flexml-1.8/debian/compat	2010-05-07 03:34:27.000000000 +0300
@@ -1 +1 @@
-5
+7
diff -Nru flexml-1.8/debian/control flexml-1.8/debian/control
--- flexml-1.8/debian/control	2010-05-07 03:59:41.000000000 +0300
+++ flexml-1.8/debian/control	2010-05-07 03:38:27.000000000 +0300
@@ -2,13 +2,15 @@
 Section: devel
 Priority: optional
 Maintainer: Martin Quinson <mquin...@debian.org>
-Uploaders: Kristoffer H. Rose <krisr...@debian.org>, Martin Quinson <mquin...@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 -Nru flexml-1.8/debian/copyright flexml-1.8/debian/copyright
--- flexml-1.8/debian/copyright	2010-05-07 03:59:41.000000000 +0300
+++ flexml-1.8/debian/copyright	2010-05-07 03:34:27.000000000 +0300
@@ -3,4 +3,5 @@
 
 It is available from <http://flexml.sourceforge.net/>
 
-Copyright: GNU CopyLeft (see /usr/share/common-licenses/GPL).
+Copyright: (C) 1999-2010 Kristoffer Rose <krisr...@debian.org>
+License: GNU GPL-2+ (see /usr/share/common-licenses/GPL-2).
diff -Nru flexml-1.8/debian/dirs flexml-1.8/debian/dirs
--- flexml-1.8/debian/dirs	2010-05-07 03:59:41.000000000 +0300
+++ flexml-1.8/debian/dirs	2010-05-07 03:34:27.000000000 +0300
@@ -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 -Nru flexml-1.8/debian/doc-base flexml-1.8/debian/doc-base
--- flexml-1.8/debian/doc-base	2010-05-07 03:59:41.000000000 +0300
+++ flexml-1.8/debian/doc-base	2010-05-07 03:34:27.000000000 +0300
@@ -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 -Nru flexml-1.8/debian/examples flexml-1.8/debian/examples
--- flexml-1.8/debian/examples	1970-01-01 02:00:00.000000000 +0200
+++ flexml-1.8/debian/examples	2010-05-07 03:34:27.000000000 +0300
@@ -0,0 +1 @@
+examples/*
diff -Nru flexml-1.8/debian/manpages flexml-1.8/debian/manpages
--- flexml-1.8/debian/manpages	1970-01-01 02:00:00.000000000 +0200
+++ flexml-1.8/debian/manpages	2010-05-07 03:34:27.000000000 +0300
@@ -0,0 +1 @@
+flexml.1
diff -Nru flexml-1.8/debian/patches/debian-changes-1.8-1.1 flexml-1.8/debian/patches/debian-changes-1.8-1.1
--- flexml-1.8/debian/patches/debian-changes-1.8-1.1	1970-01-01 02:00:00.000000000 +0200
+++ flexml-1.8/debian/patches/debian-changes-1.8-1.1	2010-05-07 03:58:43.000000000 +0300
@@ -0,0 +1,387 @@
+Description: Upstream changes introduced in version 1.8-1.1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ flexml (1.8-1.1) unstable; urgency=low
+ .
+   [ Jan Hauke Rahm ]
+   * Non-maintainer upload.
+   * 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 ]
+   * 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).
+   * ChnageLog
+     - New file. Downloaded from development site.
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Jari Aalto <jari.aa...@cante.net>
+Bug-Debian: http://bugs.debian.org/521446
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- /dev/null
++++ 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
++     * [...@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
+--- /dev/null
++++ flexml-1.8/test.out
+@@ -0,0 +1,93 @@
++make[3]: Entering directory `/srv/deb/rc/flexml/flexml.git/testbed'
++for n in one two ; do \
++	  ../flexml -s ../skel -T../flexml-act -P$n -H biparser-$n.h -L biparser-$n.dtd; \
++	  ../flexml -s ../skel -T../flexml-act -P$n -S biparser-$n.l -L biparser-$n.dtd; \
++	  /usr/bin/flex -s -L -P${n}_ -obiparser-$n.c biparser-$n.l; \
++	done
++gcc -Wall -ansi -pedantic -O2 -g -o biparser  \
++              biparser-one.c biparser-two.c \
++	      biparser.precious.c
++biparser-one.c: In function 'one_lex':
++biparser-one.c:1473: warning: implicit declaration of function 'STag_one_foo'
++biparser-one.c:1479: warning: implicit declaration of function 'ETag_one_foo'
++biparser-one.c:1532: warning: implicit declaration of function 'STag_one_bar'
++biparser-one.c:1538: warning: implicit declaration of function 'ETag_one_bar'
++biparser-one.c: In function 'one__init_buffer':
++biparser-one.c:2244: warning: implicit declaration of function 'fileno'
++biparser-one.c: In function 'fail':
++biparser-one.c:2790: warning: implicit declaration of function 'vsnprintf'
++biparser-two.c: In function 'two_lex':
++biparser-two.c:1477: warning: implicit declaration of function 'STag_two_toto'
++biparser-two.c:1483: warning: implicit declaration of function 'ETag_two_toto'
++biparser-two.c:1536: warning: implicit declaration of function 'STag_two_tutu'
++biparser-two.c:1542: warning: implicit declaration of function 'ETag_two_tutu'
++biparser-two.c: In function 'two__init_buffer':
++biparser-two.c:2248: warning: implicit declaration of function 'fileno'
++biparser-two.c: In function 'fail':
++biparser-two.c:2794: warning: implicit declaration of function 'vsnprintf'
++passed biparser
++../flexml -s ../skel -T../flexml-act -b 1000 -A  -iinit_header.h -ainit_header.act init_header.dtd
++/usr/bin/flex -s -L -oinit_header.c init_header.l
++gcc -Wall -ansi -pedantic -O2 -g -o init_header init_header.c
++init_header.c: In function 'yy_init_buffer':
++init_header.c:2194: warning: implicit declaration of function 'fileno'
++init_header.c: In function 'fail':
++init_header.c:2737: warning: implicit declaration of function 'vsnprintf'
++passed init_header
++../flexml -s ../skel -T../flexml-act -b 1000 -A  -amissing-att.act missing-att.dtd
++/usr/bin/flex -s -L -omissing-att.c missing-att.l
++gcc -Wall -ansi -pedantic -O2 -g -o missing-att missing-att.c
++missing-att.c: In function 'yy_init_buffer':
++missing-att.c:2218: warning: implicit declaration of function 'fileno'
++missing-att.c: In function 'fail':
++missing-att.c:2761: warning: implicit declaration of function 'vsnprintf'
++passed missing-att
++../flexml -s ../skel -T../flexml-act -b 1000 -A  -amixed-enumatt.act mixed-enumatt.dtd
++/usr/bin/flex -s -L -omixed-enumatt.c mixed-enumatt.l
++gcc -Wall -ansi -pedantic -O2 -g -o mixed-enumatt mixed-enumatt.c
++mixed-enumatt.c: In function 'yy_init_buffer':
++mixed-enumatt.c:2635: warning: implicit declaration of function 'fileno'
++mixed-enumatt.c: In function 'fail':
++mixed-enumatt.c:3178: warning: implicit declaration of function 'vsnprintf'
++passed mixed-enumatt
++../flexml -s ../skel -T../flexml-act -b 1000 -A  -amixed-enumatt2.act mixed-enumatt2.dtd
++/usr/bin/flex -s -L -omixed-enumatt2.c mixed-enumatt2.l
++gcc -Wall -ansi -pedantic -O2 -g -o mixed-enumatt2 mixed-enumatt2.c
++mixed-enumatt2.c: In function 'yy_init_buffer':
++mixed-enumatt2.c:2642: warning: implicit declaration of function 'fileno'
++mixed-enumatt2.c: In function 'fail':
++mixed-enumatt2.c:3185: warning: implicit declaration of function 'vsnprintf'
++passed mixed-enumatt2
++../flexml -s ../skel -T../flexml-act -b 1000 -A  -amixed-stratt.act mixed-stratt.dtd
++/usr/bin/flex -s -L -omixed-stratt.c mixed-stratt.l
++gcc -Wall -ansi -pedantic -O2 -g -o mixed-stratt mixed-stratt.c
++mixed-stratt.c: In function 'yy_init_buffer':
++mixed-stratt.c:2223: warning: implicit declaration of function 'fileno'
++mixed-stratt.c: In function 'fail':
++mixed-stratt.c:2766: warning: implicit declaration of function 'vsnprintf'
++passed mixed-stratt
++../flexml -s ../skel -T../flexml-act -b 1000 -A  -amixed-stratt-def.act mixed-stratt-def.dtd
++/usr/bin/flex -s -L -omixed-stratt-def.c mixed-stratt-def.l
++gcc -Wall -ansi -pedantic -O2 -g -o mixed-stratt-def mixed-stratt-def.c
++mixed-stratt-def.c: In function 'yy_init_buffer':
++mixed-stratt-def.c:2284: warning: implicit declaration of function 'fileno'
++mixed-stratt-def.c: In function 'fail':
++mixed-stratt-def.c:2827: warning: implicit declaration of function 'vsnprintf'
++passed mixed-stratt-def
++../flexml -s ../skel -T../flexml-act -b 1000 -A  -amixed1.act mixed1.dtd
++/usr/bin/flex -s -L -omixed1.c mixed1.l
++gcc -Wall -ansi -pedantic -O2 -g -o mixed1 mixed1.c
++mixed1.c: In function 'yy_init_buffer':
++mixed1.c:2176: warning: implicit declaration of function 'fileno'
++mixed1.c: In function 'fail':
++mixed1.c:2719: warning: implicit declaration of function 'vsnprintf'
++passed mixed1
++../flexml -s ../skel -T../flexml-act -b 1000 -A  -amulti-parser-run.act multi-parser-run.dtd
++/usr/bin/flex -s -L -omulti-parser-run.c multi-parser-run.l
++gcc -Wall -ansi -pedantic -O2 -g -o multi-parser-run multi-parser-run.c
++multi-parser-run.c: In function 'yy_init_buffer':
++multi-parser-run.c:2351: warning: implicit declaration of function 'fileno'
++multi-parser-run.c: In function 'fail':
++multi-parser-run.c:2894: warning: implicit declaration of function 'vsnprintf'
++passed multi-parser-run
++make[3]: Leaving directory `/srv/deb/rc/flexml/flexml.git/testbed'
+--- flexml-1.8.orig/flexml.pl
++++ flexml-1.8/flexml.pl
+@@ -1888,7 +1888,7 @@ flex C<#define>s, for example C<YY_INPUT
+ 
+ =item B<--sysid>=I<sysid>
+ 
+-Overrides the C<SYSTEM> id of the accepted DTD. Sometimes usefull when your
++Overrides the C<SYSTEM> id of the accepted DTD. Sometimes useful when your
+ dtd is placed in a subdirectory.
+ 
+ =item B<--root-tags> I<roottags>, B<-r> I<roottags>
diff -Nru flexml-1.8/debian/patches/series flexml-1.8/debian/patches/series
--- flexml-1.8/debian/patches/series	1970-01-01 02:00:00.000000000 +0200
+++ flexml-1.8/debian/patches/series	2010-05-07 03:49:20.000000000 +0300
@@ -0,0 +1 @@
+debian-changes-1.8-1.1
diff -Nru flexml-1.8/debian/rules flexml-1.8/debian/rules
--- flexml-1.8/debian/rules	2010-05-07 03:59:41.000000000 +0300
+++ flexml-1.8/debian/rules	2010-05-07 03:56:23.000000000 +0300
@@ -1,58 +1,11 @@
 #!/usr/bin/make -f
-# 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 $@
diff -Nru flexml-1.8/debian/source/format flexml-1.8/debian/source/format
--- flexml-1.8/debian/source/format	1970-01-01 02:00:00.000000000 +0200
+++ flexml-1.8/debian/source/format	2010-05-07 03:36:55.000000000 +0300
@@ -0,0 +1 @@
+3.0 (quilt)
diff -Nru flexml-1.8/debian/watch flexml-1.8/debian/watch
--- flexml-1.8/debian/watch	1970-01-01 02:00:00.000000000 +0200
+++ flexml-1.8/debian/watch	2010-05-07 03:44:34.000000000 +0300
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/flexml/flexml-(.+)\.tar\.gz

Reply via email to