Skip to content
Snippets Groups Projects
Commit 417cf656 authored by Luis Guzmán's avatar Luis Guzmán Committed by Luis Guzmán
Browse files

Adjust pbuilder helper to nabia's package

parent ae6b8693
No related branches found
No related tags found
1 merge request!407Adjust pbuilder helper to nabia's package
Pipeline #130 passed
#!/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 @@ ...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment