netcfg: TESTING release
This commit is contained in:
parent
b2b7788ac3
commit
0691ca5a1e
1 changed files with 7 additions and 7 deletions
|
|
@ -17,19 +17,19 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=5
|
VERSION=0.10
|
||||||
EXTERNAL='deb-src http://ftp.debian.org/debian bullseye main'
|
EXTERNAL='deb-src http://ftp.debian.org/debian trixie main'
|
||||||
REPOKEY=0E98404D386FA1D9
|
REPOKEY=0E98404D386FA1D9
|
||||||
NETINST=true
|
NETINST=true
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
# Re apply upstream behavior and configuration features from last release (focal).
|
# Re apply upstream behavior and configuration features from last release (focal).
|
||||||
# https://git.launchpad.net/ubuntu/+source/netcfg/log/?h=ubuntu/focal
|
# https://git.launchpad.net/ubuntu/+source/netcfg/log/?h=ubuntu/focal
|
||||||
for patch in $(ls -v ${DATA}/*.patch)
|
#for patch in $(ls -v ${DATA}/*.patch)
|
||||||
do
|
#do
|
||||||
echo "Applying $patch"
|
#echo "Applying $patch"
|
||||||
patch --no-backup-if-mismatch -Np1 < $patch
|
#patch --no-backup-if-mismatch -Np1 < $patch
|
||||||
done
|
#done
|
||||||
|
|
||||||
changelog "Rebranded and adapted for Trisquel"
|
changelog "Rebranded and adapted for Trisquel"
|
||||||
package
|
package
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue