diff --git a/conf/freshrss-deps.control b/conf/freshrss-deps.control deleted file mode 100644 index 9851ea1..0000000 --- a/conf/freshrss-deps.control +++ /dev/null @@ -1,13 +0,0 @@ -Section: misc -Priority: optional -Homepage: https://github.com/FreshRSS/FreshRSS -Standards-Version: 3.9.2 - -Package: freshrss-deps -Version: 1.11.0 -Depends: php5-cli, php5-gmp -Architecture: all -Description: meta package for freshrss dependencies - FreshRSS is a self-hosted RSS feed aggregator such as Leed or Kriss Feed. - . - This meta-package is only responsible of installing its dependencies. diff --git a/scripts/_common.sh b/scripts/_common.sh index c094ef8..47dbc8e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -13,9 +13,6 @@ FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/1.11.1.tar.gz" PKGDIR=$(cd ../; pwd) -#apt dependencies -DEPS_PKG_NAME="freshrss-deps" - # # Common helpers # diff --git a/scripts/update-ynh.php b/scripts/update-ynh.php deleted file mode 100644 index 03a05f5..0000000 --- a/scripts/update-ynh.php +++ /dev/null @@ -1,25 +0,0 @@ - \ No newline at end of file