Skip to content

Commit

Permalink
patch for #73
Browse files Browse the repository at this point in the history
  • Loading branch information
yatima1460 authored Feb 14, 2021
1 parent cf7822c commit 4682743
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
Architecture: amd64
Maintainer: Federico Santamorena <[email protected]>
Homepage: https://github.com/yatima1460/Drill
Source: https://github.com/yatima1460/Drill
Installed-Size: 2048
License: GPL-2
Description: '''+DRILL_DESCRIPTION
Expand Down Expand Up @@ -214,7 +213,8 @@ def packageCLIDeb():
CLI_CONTROL_FILE = DEB_CONTROL_FILE \
+ "\nVersion: "+DRILL_VERSION \
+ "\nDepends: "+ DEB_CLI_DEPENDENCIES \
+ "\nPackage: "+ DEB_CLI_PACKAGE_NAME
+ "\nPackage: "+ DEB_CLI_PACKAGE_NAME \
+ "\nSource: "+DEB_CLI_PACKAGE_NAME
text_file.write(CLI_CONTROL_FILE+"\n")
# build the .deb file
shell("dpkg-deb --build DEBFILE/CLI/")
Expand Down Expand Up @@ -251,7 +251,8 @@ def packageGTKDeb():
GTK_CONTROL_FILE = DEB_CONTROL_FILE \
+ "\nVersion: "+DRILL_VERSION \
+ "\nDepends: "+ DEB_GTK_DEPENDENCIES \
+ "\nPackage: "+ DEB_GTK_PACKAGE_NAME
+ "\nPackage: "+ DEB_GTK_PACKAGE_NAME \
+ "\nSource: "+DEB_GTK_PACKAGE_NAME
text_file.write(GTK_CONTROL_FILE+"\n")

# Add desktop file
Expand Down

0 comments on commit 4682743

Please sign in to comment.