Skip to content
Snippets Groups Projects
Commit 3c5aa3fa authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

distro-info-data: fix update problem

parent 69fca670
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
# 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=3 VERSION=4
. ./config . ./config
...@@ -27,6 +27,9 @@ patch -p0 < $DATA/README.Debian.patch ...@@ -27,6 +27,9 @@ patch -p0 < $DATA/README.Debian.patch
cp $DATA/trisquel.csv ./ cp $DATA/trisquel.csv ./
# The Breaks prevents upgrades
sed '/Breaks:/d' -i debian/control
changelog "Adding trisquel distro info." changelog "Adding trisquel distro info."
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