[Pkg-electronics-commits] [SCM] Packaging for Gerbv branch, master, updated. debian/2.4.0-1-9-g181df80
Gudjon I. Gudjonsson
gudjon at gudjon.org
Sat Jun 18 09:16:58 UTC 2011
The following commit has been merged in the master branch:
commit 181df808c030b690d65e929d5e2d37a6c05a24b6
Author: Gudjon I. Gudjonsson <gudjon at gudjon.org>
Date: Sat Jun 18 11:16:30 2011 +0200
modified: debian/rules
diff --git a/debian/rules b/debian/rules
index 9f08fa5..ea25525 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,8 @@
#!/usr/bin/make -f
-include /usr/share/dpatch/dpatch.make
-
export LDFLAGS=-ldl
-config.status: patch configure
+config.status: configure
dh_testdir
# Add here commands to configure the package.
@@ -23,7 +21,7 @@ build-stamp: config.status
$(MAKE)
touch $@
-clean: unpatch
+clean:
dh_testdir
dh_testroot
diff --git a/desktop/gerbv.desktop b/desktop/gerbv.desktop
index 4d5f537..ba3bac3 100644
--- a/desktop/gerbv.desktop
+++ b/desktop/gerbv.desktop
@@ -1,6 +1,5 @@
[Desktop Entry]
Version=1.0
-Encoding=UTF-8
Name=Gerbv Gerber File Viewer
GenericName=Gerber File Viewer
Comment=Gerber file viewer for PCB design
diff --git a/man/gerbv.1.in b/man/gerbv.1.in
index ff69508..cacfc57 100644
--- a/man/gerbv.1.in
+++ b/man/gerbv.1.in
@@ -32,7 +32,7 @@ e.g. #FF0000 for Red.
Use foreground color <hex>. <hex> is specified as an html-color code,
e.g. #00FF00 for Green. If a user also wants to set the alpha (rendering
with Cairo) it can be specified as an #RRGGBBAA code. Use multiple
--f flags to set the color for multiple layers.
+\-f flags to set the color for multiple layers.
.TP
.BI -l\ <filename>|--log=<filename>
All error messages etc are stored in a file with filename \fI<filename>\fP.
@@ -45,7 +45,7 @@ Load a stored project. Please note that the project file must be stored in
the same directory as the gerber files.
.SS gerbv Export-specific options:
-The following commands can be used in combination with the -x flag:
+The following commands can be used in combination with the \-x flag:
.BI -B<b>|--Border=<b>
Set the border around the image <b> percent of the width and height.
Default <b> is 5%%.
@@ -57,7 +57,7 @@ render engine). Use <R> to have the same resolution in both directions.
Defaults to 72 DPI in both directions.
.TP
.BI -T<X,Y>|--translate=<X,Y>
-Translate the image by the distance <X,Y>. Use multiple -T flags to translate
+Translate the image by the distance <X,Y>. Use multiple \-T flags to translate
multiple files.
.TP
.BI -O<XxY>|--origin=<XxY>
@@ -185,7 +185,7 @@ way to create a project is to load all files you want into the layer
you want, set all the colors etc and do a "Save Project As...".
You load a project either from the menu bar or by using the commandline
-switches -p or --project.
+switches \-p or \-\-project.
Currently there is a limit in that the project file must be in the same
directory as the gerber files to be loaded.
@@ -219,7 +219,7 @@ A standard practice with Eagle is to create an empty Tools file, run the
CAM processor, and the error report tells you which tools you "forgot".
Then you put these tools into the file and rerun the CAM processor.
-You load a tool file by using the commandline switches -t or --tools.
+You load a tool file by using the commandline switches \-t or \-\-tools.
The file can have any name you wish, but Eagle expects the file type to
be ".drl", so it makes sense to keep it this way. Some board houses are
still using CAM software from DOS era, so you may want to excercise caution
--
Packaging for Gerbv
More information about the Pkg-electronics-commits
mailing list