fix clean target and cleanup some crap.
authorPeter Michael Green <plugwash@raspbian.org>
Wed, 26 Jun 2024 00:26:58 +0000 (00:26 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Wed, 26 Jun 2024 00:26:58 +0000 (00:26 +0000)
debian/kicad.install [deleted file]
debian/rules

diff --git a/debian/kicad.install b/debian/kicad.install
deleted file mode 100644 (file)
index 48a1bc4..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-bitmaps_png/icons/kicad.xpm      usr/share/pixmaps
-usr/bin/_cvpcb.kiface            usr/lib/kicad
-usr/bin/_eeschema.kiface         usr/lib/kicad
-usr/bin/_gerbview.kiface         usr/lib/kicad
-usr/bin/_kipython.kiface         usr/lib/kicad
-usr/bin/_pcb_calculator.kiface   usr/lib/kicad
-usr/bin/_pcbnew.kiface           usr/lib/kicad
-usr/bin/_pl_editor.kiface        usr/lib/kicad
-usr/bin/bitmap2component
-usr/bin/dxf2idf
-usr/bin/eeschema
-usr/bin/gerbview
-usr/bin/idf2vrml
-usr/bin/idfcyl
-usr/bin/idfrect
-usr/bin/kicad
-usr/bin/kicad2step
-usr/bin/pcb_calculator
-usr/bin/pcbnew
-usr/bin/pl_editor
-usr/lib/arm-linux-gnueabihf/kicad/plugins/3d
-usr/lib/arm-linux-gnueabihf/libkicad*
-usr/lib/python3/dist-packages
-usr/share/applications
-usr/share/icons
-usr/share/kicad/plugins
-# installing the following file into the /u/s/d/kicad and symlink it to
-# /u/s/k/plugins via kicad.links sequencer
-usr/share/kicad/plugins/README-bom.txt usr/share/doc/kicad
-usr/share/kicad/resources
-usr/share/kicad/schemas
-usr/share/kicad/scripting
-usr/share/kicad/template
-usr/share/locale
-usr/share/metainfo
-usr/share/mime
-debian/man/*                     usr/share/man/man1
index 848ed35e693e3a0073509613f974399a0bb4cc14..54fe61e71db32674d50aa1de501d497e2d287963 100755 (executable)
@@ -164,7 +164,7 @@ PLAIN_UPSTREAM_VERSION=$(word 1,$(subst +, ,$(DEB_VERSION)))
 override_dh_auto_clean:
        dh_auto_clean
        rm -rf $(DEB_BUILD_DIR)
-       sed -i 's/^set( KICAD_SEMANTIC_VERSION.*/set( KICAD_SEMANTIC_VERSION "$(PLAIN_UPSTREAM_VERSION)" )/g' CMakeModules/KiCadVersion.cmake
-       sed -i 's/^:revdate: .*/:revdate: @REVDATE@/g' `find . -name '*.adoc'`
+       -sed -i 's/^set( KICAD_SEMANTIC_VERSION.*/set( KICAD_SEMANTIC_VERSION "$(PLAIN_UPSTREAM_VERSION)" )/g' CMakeModules/KiCadVersion.cmake
+       -sed -i 's/^:revdate: .*/:revdate: @REVDATE@/g' `find . -name '*.adoc'`
        rm -f eeschema/sch_text_help_md.h pcbnew/dialogs/panel_setup_rules_help_md.h
        rm -f bitmaps_png/icons/kicad.xpm