Adjust pbuilder helper to nabia's package
This commit is contained in:
parent
ae6b86934f
commit
417cf656b7
1 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# Copyright (C) 2016 Kevin Peng <kkpengboy@gmail.com>
|
# Copyright (C) 2016 Kevin Peng <kkpengboy@gmail.com>
|
||||||
|
# Copyright (C) 2021 Luis Guzman <ark@switnet.org>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
@ -17,12 +18,13 @@
|
||||||
# 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=1
|
VERSION=2
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
sed "s/archive\.ubuntu\.com\/ubuntu/archive\.trisquel\.info\/trisquel/g" -i debian/rules
|
sed "s/archive\.ubuntu\.com\/ubuntu/archive\.trisquel\.org\/trisquel/g" -i debian/rules
|
||||||
sed "s/$UPSTREAM/$CODENAME/g" -i debian/rules
|
sed "s/devel/$CODENAME/g" -i debian/rules
|
||||||
|
sed "s/main universe/main/" -i debian/rules
|
||||||
|
|
||||||
changelog "Rebrand for Trisquel"
|
changelog "Rebrand for Trisquel"
|
||||||
compile
|
compile
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue