INSTRUCTIONS - How to use this app (debian-app-builder)
============================================================

Package: debian-app-builder
Version: 3.0
Architecture: amd64
AppStream ID: io.github.tuffgit21.debian-app-builder

1) Install the .deb package:
   sudo dpkg -i debian-app-builder_3.0_amd64.deb
   sudo apt-get install -f   # fix missing dependencies if needed
   # or: sudo apt install ./debian-app-builder_3.0_amd64.deb

2) Launch the app:
   - Terminal: debian-app-builder
     (launcher: /usr/bin/debian-app-builder -> /usr/share/debian-app-builder/DebAppBuilder.py)
   - Application menu: Search for "debian-app-builder"
     (desktop file: /usr/share/applications/debian-app-builder.desktop)
   - Main file: /usr/share/debian-app-builder/DebAppBuilder.py

3) Installed files:
   - Application files: /usr/share/debian-app-builder/
   - Executable wrapper: /usr/bin/debian-app-builder
   - Desktop entry: /usr/share/applications/debian-app-builder.desktop
   - Icons (hicolor if generated): /usr/share/icons/hicolor/*/apps/debian-app-builder.png
   - AppStream metadata (if generated): /usr/share/metainfo/io.github.tuffgit21.debian-app-builder.metainfo.xml
   - This instructions file: /usr/share/debian-app-builder/INSTRUCTIONS.txt
   - Also available: /usr/share/doc/debian-app-builder/README

4) Uninstall:
   sudo dpkg -r debian-app-builder
   # or: sudo apt remove debian-app-builder

5) Troubleshooting:
   - If the app needs a terminal window, set Terminal=true in the desktop entry.
   - Ensure the launcher is executable: sudo chmod 755 /usr/bin/debian-app-builder
   - Check desktop file validity: desktop-file-validate /usr/share/applications/debian-app-builder.desktop
   - Check AppStream validity: appstreamcli validate /usr/share/metainfo/*.metainfo.xml
   - View logs: run the app from terminal to see output.

6) Rebuilding:
   - Use Debian App Builder to update files and rebuild the .deb.

------------------------------------------------------------
This app/package is built using Debian App Builder by tuffgit21 | Official Debian App Builder site: https://tuffgit21.github.io/Debian-App-Builder/ | projects website: https://tuffgit21.github.io/
