hi, I am in the process of building the freeplane 1.2.20 package (in collaboration with Cédric Pineau) and since freeplane needs a different version of simplyhtml than freemind does, I am building a simplyhtml-freeplane package (based on the existing simplyhtml package).
What I did (source can be downloaded using link at the end of this mail): - adapted debian/changelog (new version, my email) - adapted debian/control (new package names, is the version number only in debian/rules?) - adapted debian/rules (VERSION=0.16.05) Problems: - make -f debian/rules get-orig-source doesn't work. - debian/watch (http://sf.net/simplyhtml/SimplyHTML_src_(\d+[._]\d+[._]\d+)\.tar.gz) seems to be wrong, the real download link is: http://sourceforge.net/projects/simplyhtml/files/stable/SimplyHTML_src_0_16_05.tar.gz/download but with this debian/watch: ------------------------- version=3 opts=uversionmangle=s/_/./g,dversionmangle=s/\+dfsg\d*// \ http://sf.net/projects/simplyhtml/files/stable/SimplyHTML_src_(\d+[._]\d+[._]\d+)\.tar.gz/download ------------------------- I get: uscan warning: Filename pattern missing version delimiters () in debian/watch, skipping: http://sf.net/projects/simplyhtml/files/stable/SimplyHTML_src_(\d+[._]\d+[._]\d+)\.tar.gz/download Without the "/download" I get: uscan warning: In watchfile debian/watch, reading webpage http://qa.debian.org/watch/sf.php/projects/simplyhtml/files/stable/ failed: 404 Not Found => ?? - ran dpkg-buildpackage: dpkg-buildpackage: source package simplyhtml-freeplane dpkg-buildpackage: source version 0.16.05 dpkg-buildpackage: source changed by Felix Natter <fnat...@gmx.net> dpkg-buildpackage: host architecture i386 dpkg-source --before-build simplyhtml-freeplane fakeroot debian/rules clean test -x debian/rules dh_testroot rmdir src dh_clean cd src && /usr/lib/jvm/default-java/bin/java -classpath /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/lib/jvm/default-java/lib/tools.jar -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true -Dcompile.optimize=true -propertyfile /tmp/simplyhtml-freeplane/simplyhtml-freeplane/debian/ant.properties clean /bin/sh: 1: cd: can't cd to src make: [clean] Error 2 (ignored) rm -f debian/stamp-ant-build rm -f simplyhtml.1 rm -f simplyhtml rm -fr bin dpkg-source -b simplyhtml-freeplane dpkg-source: error: can't build with source format '3.0 (quilt)': no upstream tarball found at ../simplyhtml-freeplane_0.16.05.orig.tar.{bz2,gz,lzma,xz} dpkg-buildpackage: error: dpkg-source -b simplyhtml-freeplane gave error exit status 255 => I copied SimplyHTML_src_0_16_05.tar.gz (built from git on the right tag) to simplyhtml-freeplane_0.16.05.orig.tar.gz => also note "/bin/sh: 1: cd: can't cd to src"! - one patch doesn't apply, I deleted it with "quilt delete 10_build_xml.patch" (will add it again later), I ran dpkg-buildpackage again: dpkg-buildpackage: source package simplyhtml-freeplane dpkg-buildpackage: source version 0.16.05 dpkg-buildpackage: source changed by Felix Natter <fnat...@gmx.net> dpkg-source --before-build simplyhtml-freeplane dpkg-buildpackage: host architecture i386 fakeroot debian/rules clean test -x debian/rules dh_testroot rmdir src dh_clean cd src && /usr/lib/jvm/default-java/bin/java -classpath /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/lib/jvm/default-java/lib/tools.jar -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true -Dcompile.optimize=true -propertyfile /tmp/simplyhtml-freeplane/simplyhtml-freeplane/debian/ant.properties clean /bin/sh: 1: cd: can't cd to src make: [clean] Error 2 (ignored) rm -f debian/stamp-ant-build rm -f simplyhtml.1 rm -f simplyhtml rm -fr bin dpkg-source -b simplyhtml-freeplane dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: building simplyhtml-freeplane using existing ./simplyhtml-freeplane_0.16.05.orig.tar.gz dpkg-source: warning: ignoring deletion of file readme.txt dpkg-source: warning: ignoring deletion of file gpl.txt dpkg-source: warning: ignoring deletion of file src/build.xml dpkg-source: warning: ignoring deletion of file src/MANIFEST.MF dpkg-source: warning: ignoring deletion of directory src/com dpkg-source: warning: ignoring deletion of directory src/com/sun dpkg-source: warning: ignoring deletion of directory src/com/sun/demo dpkg-source: warning: ignoring deletion of file src/com/sun/demo/ElementTreePanel.java dpkg-source: warning: ignoring deletion of file src/com/sun/demo/package.html dpkg-source: warning: ignoring deletion of file src/com/sun/demo/ExampleFileFilter.java dpkg-source: warning: ignoring deletion of directory src/com/lightdev dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/SizeSelectorPanel.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/CSSWriter.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/TagSelector.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/SHTMLEditorPane.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/PluginManagerDialog.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/DocNameMissingException.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/DocumentPane.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/SHTMLMenuBar.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/Util.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/SHTMLPrefsChangeListener.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/ListPanel.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/DynamicResource.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/TextResources.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/PrefsDialog.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/DefaultTextResources.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/SHTMLPanelMultipleDocImpl.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/AbstractPlugin.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/ImagePreview.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/FontDialog.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/LinkDialog.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/Remover.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/AnchorDialog.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/AttributePanel.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/ImageDialog.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/AboutBox.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/SHTMLPanelImpl.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/SHTMLAction.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/ScaledStyleSheet.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/ParaStyleDialog.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/SHTMLPanel.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/InvisibleView.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/BorderPanel.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/SHTMLDocument.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/NamedObject.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/SplitPanel.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/TitledPickList.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/MarginPanel.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/App.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/HTMLText.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/EffectPanel.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/SyntaxPane.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/FrmMain.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/SHTMLEditorKit.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/HTMLTextSelection.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/PluginManager.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/CombinedAttribute.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/SplashScreen.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/DialogShell.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/FontPanel.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/package.html dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/BoundariesPanel.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/ManagePluginsAction.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/AttributeComboBox.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/SHTMLWriter.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/TableDialog.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/SHTMLEditorKitActions.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/AttributeMapper.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/SHTMLHelpBroker.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/LicensePane.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/SHTMLPanelSingleDocImpl.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/ListDialog.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/StylePanel.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/SHTMLPlugin.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/AttributeComponent.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/ColorPanel.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/ActionBuilder.java dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/StyleSelector.java dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm/resources dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/delCol.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/font.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/algnRt.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/table.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/appIcon.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/ol_on.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/copy.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/clearFormat.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/appImage.jpg dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/saveAll.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/italic_on_de.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/italic_de.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/algnRt_on.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/fmtTab.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/SimplyHTML_common.properties dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/image.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/splashImage.jpg dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/insRow.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/uline.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/fr.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/new.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/delRow.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/algnCtr_on.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/fmtLink.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/bold_on.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/gpl.txt dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/fmtImg.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/default.css dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/algnCtr.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/insCol.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/ol.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/ul_on.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/bold_on_de.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/icon_trans.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/italic_on.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/algnLft_on.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/open.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/paste.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/italic.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/link.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/ul.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/redo.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/cut.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/fmtPara.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/help.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/insTab.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/tableBorders.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/SimplyHTML_de.properties dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/fontColor.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/bold_de.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/undo.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/uline_on.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/empty.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/algnLft.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/bold.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/save.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/options.gif dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/resources/SimplyHTML.properties dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm/plugin dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/plugin/package.html dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm/help dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic1.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/helpTOC.xml dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/help.hs dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic22.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/helpIndex.xml dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/index.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/project.prf dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/help.jhm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/toc.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic73.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic15.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/style.css dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm/help/topic1 dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic1/topic7.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic1/topic24.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic1/topic21.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic1/topic5.htm dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm/help/topic1/topic5 dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic1/topic5/topic56.htm dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm/help/topic22 dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic22/topic52.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic22/topic6.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic22/topic23.htm dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm/help/JavaHelpSearch dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/JavaHelpSearch/TMAP dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/JavaHelpSearch/SCHEMA dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/JavaHelpSearch/DOCS.TAB dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm/help/topic15 dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic15/topic116.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic15/topic118.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic15/topic57.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic15/topic58.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic15/topic61.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic15/topic60a.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic15/topic163.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic15/topic60.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic15/topic59.htm dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm/help/topic15/topic163 dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic15/topic163/topic164.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic15/topic163/topic167.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic15/topic163/topic181.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic15/topic163/topic166.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic15/topic163/topic165.htm dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm/help/topic15/topic60 dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic15/topic60/topic139.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic15/topic60/topic160.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic15/topic60/topic126.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic15/topic60/topic162.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic15/topic60/topic159.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic15/topic60/topic127.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic15/topic60/topic85.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic15/topic60/topic172.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic15/topic60/topic138.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic15/topic60/topic102.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic15/topic60/topic177.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic15/topic60/topic135.htm dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm/help/images dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/images/fr.jpg dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/images/elemTree.jpg dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/images/imgDlg.jpg dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/images/splashImage.jpg dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/images/linkImgPnl.jpg dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/images/optDlg.jpg dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/images/linkDlg.jpg dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/images/anchrDlg.jpg dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm/help/topic16 dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic34.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic152.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic173.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic74.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic140.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic168.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic112.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic120.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic128.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic86.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic103.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic62.htm dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm/help/topic16/topic128 dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic128/topic130.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic128/topic129.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic128/topic133.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic128/topic131.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic128/topic134.htm dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm/help/topic16/topic62 dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic62/topic67.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic62/topic70.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic62/topic64.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic62/topic66.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic62/topic69.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic62/topic65.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic62/topic72.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic62/topic68.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic62/topic63.htm dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm/help/topic16/topic152 dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic152/topic155.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic152/topic156.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic152/topic157.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic152/topic153.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic152/topic154.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic152/topic158.htm dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm/help/topic16/topic103 dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic103/topic114.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic103/topic117.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic103/topic111.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic103/topic108.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic103/topic113.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic103/topic109.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic103/topic119.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic103/topic110.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic103/topic107.htm dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm/help/topic16/topic34 dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic34/topic151.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic34/topic50.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic34/topic71.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic34/topic33.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic34/topic84.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic34/topic115.htm dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm/help/topic16/topic4 dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic20.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic11.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic12.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic25.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic39.htm dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm/help/topic16/topic4/topic25 dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic25/topic47.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic25/topic41.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic25/topic48.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic25/topic32.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic25/topic29.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic25/topic45.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic25/topic38.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic25/topic31.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic25/topic42.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic25/topic46.htm dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm/help/topic16/topic4/topic12 dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic12/topic14.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic12/topic17.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic12/topic18.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic12/topic13.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic12/topic19.htm dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm/help/topic16/topic4/topic39 dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic39/topic40.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic39/topic51.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic39/topic44.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic39/topic43.htm dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm/help/topic16/topic4/topic20 dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic20/topic36.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic20/topic28.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic20/topic49.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic20/topic27.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic4/topic20/topic37.htm dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm/help/topic16/topic120 dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic120/topic122.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic120/topic125.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic120/topic124.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic120/topic123.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic120/topic121.htm dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm/help/topic16/topic173 dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic173/topic175.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic173/topic174.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic173/topic180.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic173/topic179.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic173/topic176.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic173/topic178.htm dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm/help/topic16/topic74 dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic74/topic76.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic74/topic78.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic74/topic83.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic74/topic81.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic74/topic79.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic74/topic77.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic74/topic75.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic74/topic82.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic74/topic80.htm dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm/help/topic16/topic86 dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic86/topic89.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic86/topic99.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic86/topic94.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic86/topic92.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic86/topic95.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic86/topic93.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic86/topic100.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic86/topic91.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic86/topic96.htm dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm/help/topic16/topic168 dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic168/topic171.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic168/topic170.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic168/topic169.htm dpkg-source: warning: ignoring deletion of directory src/com/lightdev/app/shtm/help/topic16/topic140 dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic140/topic145.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic140/topic144.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic140/topic147.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic140/topic148.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic140/topic146.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic140/topic141.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic140/topic149.htm dpkg-source: warning: ignoring deletion of file src/com/lightdev/app/shtm/help/topic16/topic140/topic150.htm dpkg-source: warning: ignoring deletion of directory src/de dpkg-source: warning: ignoring deletion of directory src/de/calcom dpkg-source: warning: ignoring deletion of directory src/de/calcom/cclib dpkg-source: warning: ignoring deletion of directory src/de/calcom/cclib/text dpkg-source: warning: ignoring deletion of file src/de/calcom/cclib/text/FindReplaceEvent.java dpkg-source: warning: ignoring deletion of file src/de/calcom/cclib/text/FindReplaceDialog.java dpkg-source: warning: ignoring deletion of file src/de/calcom/cclib/text/FindReplaceListener.java dpkg-source: warning: ignoring deletion of file src/de/calcom/cclib/text/package.html dpkg-source: warning: ignoring deletion of file src/de/calcom/cclib/text/PseudoDamerauLevenshtein.java dpkg-source: info: building simplyhtml-freeplane in simplyhtml-freeplane_0.16.05.debian.tar.gz dpkg-source: info: building simplyhtml-freeplane in simplyhtml-freeplane_0.16.05.dsc debian/rules build test -x debian/rules mkdir -p "src" cd src && /usr/lib/jvm/default-java/bin/java -classpath /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/lib/jvm/default-java/lib/tools.jar -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true -Dcompile.optimize=true -propertyfile /tmp/simplyhtml-freeplane/simplyhtml-freeplane/debian/ant.properties full-dist Buildfile: build.xml does not exist! Build failed make: *** [debian/stamp-ant-build] Error 1 dpkg-buildpackage: error: debian/rules build gave error exit status 2 => note "/bin/sh: 1: cd: can't cd to src" again. I have uploaded the (debian source package) source here: http://www2.inf.fh-brs.de/~fnatte2s/simplyhtml-freeplane.tar.bz2 (SimplyHTML_src_0_16_05.tar.gz is in simplyhtml-freeplane/tarballs) What am I doing wrong? Pointers to documentation are appreciated :-) Should I be asking this on debian-mentors? Thank you! -- Felix Natter -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/87ehjjnuxs....@bitburger.home.felix