From 3d46b492185d98f2417ed537a7940b2bf98d79a5 Mon Sep 17 00:00:00 2001 From: JordanKeo45 Date: Tue, 28 May 2024 11:13:47 -0300 Subject: [PATCH] attempting to build for focal --- node_modules/.yarn-integrity | 10 ---------- packaging/focal/control | 2 +- packaging/focal/rules | 2 +- yarn.lock | 4 ---- zfs/README.md | 7 ------- 5 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 node_modules/.yarn-integrity delete mode 100644 yarn.lock delete mode 100644 zfs/README.md diff --git a/node_modules/.yarn-integrity b/node_modules/.yarn-integrity deleted file mode 100644 index ae93109..0000000 --- a/node_modules/.yarn-integrity +++ /dev/null @@ -1,10 +0,0 @@ -{ - "systemParams": "linux-x64-108", - "modulesFolders": [], - "flags": [], - "linkedModules": [], - "topLevelPatterns": [], - "lockfileEntries": {}, - "files": [], - "artifacts": {} -} \ No newline at end of file diff --git a/packaging/focal/control b/packaging/focal/control index d9bdb6a..35d9a5b 100644 --- a/packaging/focal/control +++ b/packaging/focal/control @@ -8,5 +8,5 @@ Homepage: ::package_url:: Package: ::package_name:: Architecture: ::package_architecture_deb:: -Depends: ::package_dependencies_deb:: +Depends: ::package_dependencies_deb_focal:: Description: ::package_description_short:: diff --git a/packaging/focal/rules b/packaging/focal/rules index e73eae0..925f61b 100755 --- a/packaging/focal/rules +++ b/packaging/focal/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # See debhelper(7) (uncomment to enable) # output every command that modifies files on the build system. -#export DH_VERBOSE = 1 +export DH_VERBOSE = 1 # see FEATURE AREAS in dpkg-buildflags(1) diff --git a/yarn.lock b/yarn.lock deleted file mode 100644 index fb57ccd..0000000 --- a/yarn.lock +++ /dev/null @@ -1,4 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - diff --git a/zfs/README.md b/zfs/README.md deleted file mode 100644 index 02124a7..0000000 --- a/zfs/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# Vue 3 + Vite - -This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `