Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ledit


Commits:
c70f183c by Stephane Glondu at 2023-09-08T17:13:58+02:00
Bump Standards-Version to 4.6.2

- - - - -
eaf1f8a1 by Stephane Glondu at 2023-09-08T17:19:09+02:00
Make ledit an arch:any package (Closes: #1051475)

- - - - -
9f465f86 by Stephane Glondu at 2023-09-08T17:19:09+02:00
Update changelog and prepare upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+ledit (2.04-7) unstable; urgency=medium
+
+  * Make ledit an arch:any package (Closes: #1051475)
+  * Bump Standards-Version to 4.6.2
+
+ -- Stéphane Glondu <glo...@debian.org>  Fri, 08 Sep 2023 17:15:06 +0200
+
 ledit (2.04-6) unstable; urgency=medium
 
   * Fix compilation with camlp5 8.00.02 (Closes: #1004052)


=====================================
debian/control
=====================================
@@ -12,14 +12,14 @@ Build-Depends:
  ocaml,
  camlp5 (>= 8),
  bash-completion
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Homepage: http://cristal.inria.fr/~ddr/ledit/
 Vcs-Browser: https://salsa.debian.org/ocaml-team/ledit
 Vcs-Git: https://salsa.debian.org/ocaml-team/ledit.git
 
 Package: ledit
-Architecture: all
+Architecture: any
 Depends:
  ${ocaml:Depends},
  ${misc:Depends},


=====================================
debian/rules
=====================================
@@ -12,9 +12,7 @@ override_dh_auto_build:
        $(MAKE) CUSTOM=
        if [ $(OCAML_OPT_ARCH) ]; then $(MAKE) opt; fi
 
-override_dh_auto_install-indep:
+override_dh_auto_install:
        $(MAKE) install BINDIR=$(DESTDIR)/usr/bin 
MANDIR=$(DESTDIR)/usr/share/man/man1
-
-override_dh_auto_install-arch:
        mkdir -p $(LEDIT_LIBDIR)
        $(MAKE) install-lib LEDIT_LIBDIR=$(LEDIT_LIBDIR)



View it on GitLab: 
https://salsa.debian.org/ocaml-team/ledit/-/compare/8240b21b0dfe0b3d72f666df88f01fb772ae90b1...9f465f866592f16e4943333d5d1209643e865d4b

-- 
View it on GitLab: 
https://salsa.debian.org/ocaml-team/ledit/-/compare/8240b21b0dfe0b3d72f666df88f01fb772ae90b1...9f465f866592f16e4943333d5d1209643e865d4b
You're receiving this email because of your account on salsa.debian.org.


Reply via email to