debian/0000755000000000000000000000000012130473644007172 5ustar debian/changelog0000644000000000000000000000044612130472304011040 0ustar hexbox (1.5.0-2) unstable; urgency=low * Fix package depends -- Mathieu Malaterre Mon, 08 Apr 2013 09:41:54 +0200 hexbox (1.5.0-1) unstable; urgency=low * Initial release. (Closes: #698053) -- Mathieu Malaterre Sun, 13 Jan 2013 16:13:08 +0100 debian/compat0000644000000000000000000000000212130472100010352 0ustar 7 debian/copyright0000644000000000000000000000256512130472100011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: hexbox Upstream-Contact: Bernhard Elbl Upstream-Source: http://sf.net/projects/hexbox Files: * Copyright: 2011 Bernhard Elbl License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: 2013, Mathieu Malaterre License: MIT Same as above debian/hexbox.sh0000755000000000000000000000011412130472100011004 0ustar #!/bin/sh exec /usr/bin/cli /usr/lib/cli/Be.HexEditor/Be.HexEditor.exe "$@" debian/hexbox.source0000644000000000000000000000015012130472100011667 0ustar debian/libhexbox1.5-cil.installcligac0000644000000000000000000000010112130472100014654 0ustar /usr/lib/cli/Be.Windows.Forms.HexBox/Be.Windows.Forms.HexBox.dll debian/monodoc-hexbox-manual.install0000644000000000000000000000020612130472100014746 0ustar debian/hexbox.source /usr/lib/monodoc/sources/ hexbox.tree /usr/lib/monodoc/sources/ hexbox.zip /usr/lib/monodoc/sources/ debian/patches/0000755000000000000000000000000012130472100010603 5ustar debian/patches/clipolicyversion.patch0000644000000000000000000000215412130472100015223 0ustar Description: As per Debian-CLI policy: http://pkg-mono.alioth.debian.org/cli-policy/ch-packaging.html#s-gac-naming-versioning The upstream software may use wildcards in the assembly versions (1.2.* for example) which are filled by the compiler with a random value. You must replace these wildcards with 0 (1.2.0.0 in the example) to make it possible to use Policy Files and make predictable version numbers. Author: Mathieu Malaterre --- hexbox-1.5.0.orig/sources/Be.Windows.Forms.HexBox/AssemblyInfo.cs +++ hexbox-1.5.0/sources/Be.Windows.Forms.HexBox/AssemblyInfo.cs @@ -29,7 +29,7 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.5.0.*")] +[assembly: AssemblyVersion("1.5.0.0")] // // In order to sign your assembly you must specify a key to use. Refer to the @@ -67,4 +67,4 @@ using System.Runtime.InteropServices; [assembly:CLSCompliant(true)] -[assembly:ComVisible(false)] \ No newline at end of file +[assembly:ComVisible(false)] debian/patches/fixmonocomp.patch0000644000000000000000000001407412130472100014170 0ustar Description: Fix compilation on mono. See: http://lists.debian.org/debian-cli/2013/01/msg00000.html Author: Mathieu Malaterre --- hexbox-150.orig/sources/Be.HexEditor/FormAbout.cs +++ hexbox-150/sources/Be.HexEditor/FormAbout.cs @@ -1,4 +1,5 @@ using System; + using System.Drawing; using System.Collections; using System.ComponentModel; --- hexbox-150.orig/sources/Be.HexEditor/FormGoTo.resx +++ hexbox-150/sources/Be.HexEditor/FormGoTo.resx @@ -291,4 +291,4 @@ System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file + --- hexbox-150.orig/sources/Be.HexEditor/Be.HexEditor.csproj +++ hexbox-150/sources/Be.HexEditor/Be.HexEditor.csproj @@ -134,95 +134,26 @@ Designer - - FormAbout.cs - Designer - - - FormAbout.cs - Designer - FormAbout.cs Designer - - FormAbout.cs - - - FormAbout.cs - - - FormFind.cs - Designer - - - FormFind.cs - Designer - FormFind.cs Designer - - FormFind.cs - - - FormFind.cs - - - FormGoTo.cs - Designer - - - FormGoTo.cs - Designer - FormGoTo.cs Designer - - FormGoTo.cs - - - FormGoTo.cs - - - FormHexEditor.cs - Designer - - - FormHexEditor.cs - Designer - Designer FormHexEditor.cs - - FormHexEditor.cs - - - FormHexEditor.cs - - - FormOptions.cs - Designer - - - FormOptions.cs - FormOptions.cs Designer - - FormOptions.cs - - - FormOptions.cs - Designer @@ -234,17 +165,6 @@ - - UCAbout.cs - Designer - - - UCAbout.cs - Designer - - - UCAbout.cs - UCAbout.cs Designer @@ -306,9 +226,6 @@ UserControl - - UCAbout.cs - @@ -402,4 +319,4 @@ - \ No newline at end of file + debian/patches/series0000644000000000000000000000005112130472100012014 0ustar fixmonocomp.patch clipolicyversion.patch debian/source/0000755000000000000000000000000012130472100010454 5ustar debian/source/format0000644000000000000000000000001412130472100011662 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000021512130472100010203 0ustar version=3 # fixme regex will break one day: opts="uversionmangle=s/(\d)(\d)(\d)/$1.$2.$3/" \ http://sf.net/hexbox/Be.HexEditor.(\d\d\d)\.zip debian/control0000644000000000000000000000301112130472400010555 0ustar Source: hexbox Section: cli-mono Priority: optional Maintainer: Debian CLI Applications Team Uploaders: Mathieu Malaterre Build-Depends: debhelper (>= 7.0.50~), cli-common-dev (>= 0.5.7) Build-Depends-Indep: mono-devel, mono-xbuild, monodoc-base, mono-gmcs Standards-Version: 3.9.4 Homepage: http://sf.net/projects/hexbox Vcs-Git: git://git.debian.org/pkg-cli-apps/packages/hexbox.git Vcs-Browser: http://git.debian.org/?p=pkg-cli-apps/packages/hexbox.git Package: libhexbox1.5-cil Architecture: all Depends: ${cli:Depends}, ${misc:Depends} Description: simple but powerful editor for binary files - apps Be.HexEditor the hex editor that opens every file. . Advantages: . Opens files of unlimited size. Multi-language support (English, German, Italian, Japanese, Russian, Simplified Chinese) Package: hexbox Architecture: all Depends: ${cli:Depends}, ${misc:Depends}, libhexbox1.5-cil Description: Hex Edit Control for .NET developers - lib Be.HexEditor contains a reusable control called HexBox, that you can use in your application. It's written in C# and drawn by using GDI+ technology. Package: monodoc-hexbox-manual Architecture: all Section: doc Depends: monodoc-manual, ${misc:Depends} Description: Hex Edit Control for .NET developers - docs Be.HexEditor contains a reusable control called HexBox, that you can use in your application. It's written in C# and drawn by using GDI+ technology. . This package contains the compiled XML documentation for hexbox. debian/rules0000755000000000000000000000200512130473503010241 0ustar #!/usr/bin/make -f pkg_bin = hexbox pkg_lib = libhexbox1.5-cil override_dh_auto_build: xbuild $(CURDIR)/sources/Be.HexEditor.sln mdoc update -i ./sources/Be.Windows.Forms.HexBox/Be.Windows.Forms.HexBox.xml \ -o monodocer ./sources/Be.Windows.Forms.HexBox/bin/Debug/Be.Windows.Forms.HexBox.dll mdoc assemble -o hexbox monodocer override_dh_auto_install: #dh_install -p$(pkg_bin) debian/hexbox usr/bin install -D -m0755 $(CURDIR)/debian/hexbox.sh $(CURDIR)/debian/hexbox/usr/bin/hexbox dh_install -p$(pkg_bin) sources/Be.HexEditor/bin/Debug/Be.HexEditor.exe usr/lib/cli/Be.HexEditor/ dh_install -p$(pkg_lib) sources/Be.HexEditor/bin/Debug/Be.Windows.Forms.HexBox.dll usr/lib/cli/Be.Windows.Forms.HexBox %: dh $@ --with cli override_dh_auto_clean: xbuild $(CURDIR)/sources/Be.HexEditor.sln /target:Clean override_dh_clean: dh_clean sources/Be.Windows.Forms.HexBox/Be.Windows.Forms.HexBox.xml dh_clean hexbox.zip hexbox.tree rm -rf monodocer get-orig-source: uscan --verbose --rename --repack --force-download